summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
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
2015-03-29Reject packets that are too large.Mark Kettenis
2015-03-29Convert to if_input(), tested by miod@ and sebastia@.Martin Pieuchot
2015-03-29Convert qe(4) et be(4) to if_input().Martin Pieuchot
2015-03-29initial support for the SABRE SD boardJonathan Gray
2015-03-28Correctly advance the bootpath when attaching children.Miod Vallat
2015-03-28When attaching an sbus esp(4), do the sbus_testdma() check regardless of theMiod Vallat
2015-03-28Don't include sbusvar.h if you need neither sbus_translate() nor sbus_testdma().Miod Vallat
2015-03-28Convert to if_input(), tested by miod@Martin Pieuchot
2015-03-27Lower VM_MIN_KERNEL_ADDRESS by 128MB on non-SRMMU systems (sun4/4c/4e) as well,Miod Vallat
2015-03-26de-staticMiod Vallat
2015-03-25Save/restore AVX registers and other XSAVE-managed state information whenMark Kettenis
2015-03-25Mark CPUID_LEAF inline asm as volatile to prevent the compiler from reorderingMark Kettenis
2015-03-24Work around broken device-tree in PowerMac7,2 and PowerMac7,3 (K2 systems)Martin Pieuchot
2015-03-24unwire lmc(4) and san(4).David Gwynne