summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2015-04-21Remove an extra lcr3 that snuck into pmap_switch during yesterday'sMike Larkin
2015-04-21Remove a duplicate variable and #define that snuck in, in a previousMike Larkin
2015-04-21The ELF psABI for PPC specifies that the stack shall always be 16-byte aligned.Philip Guenther
2015-04-21rework sgi mutexes to use the owner pointer as the lock.David Gwynne
2015-04-21Reduce differences between i386 pmap modes.Mike Larkin
2015-04-20Remove most static, gives us much better ddb tracebacks from secondaryMiod Vallat
2015-04-19Add support for x2apic modeStefan Fritsch
2015-04-19Remove emulation of oss audio ioctls from linux emulation.Alexandre Ratchov
2015-04-19Add a missing pmap_kremoveStefan Fritsch
2015-04-19Binary code patching on i386Stefan Fritsch
2015-04-18It seems that the CPUID lies about the monitor-line size, or at least ourMark Kettenis
2015-04-18i386 and amd64 have only one syscall entry point now, so simply thePhilip Guenther
2015-04-17while trying to reproduce lockups on mp alpha i hit anDavid Gwynne
2015-04-16Enable ualea(4) where we have uhub(4), these USB device lists cry forMartin Pieuchot
2015-04-15include header required for DEBUG build; ok jsg@Christian Weisgerber
2015-04-15Unneeded return at the end of a void function.Mike Larkin
2015-04-14Reduce differences between non-PAE and PAE pmaps. This diff removes anMike Larkin
2015-04-13Now that if_input() set the receiving interface pointer on mbufs for usMartin Pieuchot
2015-04-12Fix some KNF, spacing, and typo issues. Moving the deck chairs around toMike Larkin
2015-04-12Fix some typos in comments, and remove an outdated comment about howMike Larkin
2015-04-12Bring PAE code back to life, in a different form. This diff (via bluhm thenMike Larkin
2015-04-10Don't use pa_to_pvh() if we already have the page. Avoids an unused variableMark Kettenis
2015-04-09Make the sparc64 pmap (more) mpsafe by protecting both the pmap itself and theMark Kettenis
2015-04-08Kill unused function.Martin Pieuchot
2015-04-08I believe UVM is clean now and no managed pages should be in use anymoreMark Kettenis
2015-04-08Check for link status in tsec_start(). Prevent the watchdog from fireingMartin Pieuchot
2015-04-08Convert to if_input().Martin Pieuchot
2015-04-07Remove a lie, the early boot console does not need any mapping.Martin Pieuchot
2015-04-07Convert to if_input().Martin Pieuchot
2015-04-07Do not pass an `ifp' argument to interface input handlers since itMartin Pieuchot
2015-04-07Mark audio interrupt handlers as MPSAFE, they already grab the rightMartin Pieuchot
2015-04-07Use appropriate memory barriers.Martin Pieuchot
2015-04-03Convert to if_input().Martin Pieuchot
2015-04-02use correct capitalization of 'BlackBerry'Jasper Lievisse Adriaanse
2015-04-02Merge openpic_init() into openpic_attach(), no functional change.Martin Pieuchot
2015-04-02One function pointer per pic function is enough.Martin Pieuchot
2015-04-02Cleanup function definitions, use only one define for DEBUG and removeMartin Pieuchot
2015-04-02Call if_input() without grabbing the kernel lock first.Mark Kettenis
2015-04-01Add cpu_pae variable (which will be later used to determine if PAE mode isMike Larkin
2015-04-01Run most of the interrupt handler without holding the kernel lock.Mark Kettenis
2015-03-31Make it possisble to disable block address translation mechanism onMartin Pieuchot
2015-03-31Merge two versions of ppc_check_procid().Martin Pieuchot
2015-03-31Tell the firmware to shut down the fan management thread on the lastMartin Pieuchot
2015-03-31Tracing across an interrupt frame was failing because the trace code thoughtPhilip Guenther
2015-03-31zero the frame pointer of the kernel stack of new threads to make ddb tracePhilip Guenther
2015-03-30Remove isp stanzas. qlw is here to stay.Miod Vallat
2015-03-30Add a bus_dma_tag_t for DVMA usage, suitable for use for devices not sittingMiod Vallat
2015-03-30Always use the first value of the "interrupts" property the others doMartin Pieuchot
2015-03-30Add defines for known offsets and magical values, map the correct pageMartin Pieuchot
2015-03-29Correctly match SUNW,fas in the boot path.Miod Vallat