Age | Commit message (Expand) | Author |
2015-04-15 | include header required for DEBUG build; ok jsg@ | Christian Weisgerber |
2015-04-15 | Unneeded return at the end of a void function. | Mike Larkin |
2015-04-14 | Reduce differences between non-PAE and PAE pmaps. This diff removes an | Mike Larkin |
2015-04-13 | Now that if_input() set the receiving interface pointer on mbufs for us | Martin Pieuchot |
2015-04-12 | Fix some KNF, spacing, and typo issues. Moving the deck chairs around to | Mike Larkin |
2015-04-12 | Fix some typos in comments, and remove an outdated comment about how | Mike Larkin |
2015-04-12 | Bring PAE code back to life, in a different form. This diff (via bluhm then | Mike Larkin |
2015-04-10 | Don't use pa_to_pvh() if we already have the page. Avoids an unused variable | Mark Kettenis |
2015-04-09 | Make the sparc64 pmap (more) mpsafe by protecting both the pmap itself and the | Mark Kettenis |
2015-04-08 | Kill unused function. | Martin Pieuchot |
2015-04-08 | I believe UVM is clean now and no managed pages should be in use anymore | Mark Kettenis |
2015-04-08 | Check for link status in tsec_start(). Prevent the watchdog from fireing | Martin Pieuchot |
2015-04-08 | Convert to if_input(). | Martin Pieuchot |
2015-04-07 | Remove a lie, the early boot console does not need any mapping. | Martin Pieuchot |
2015-04-07 | Convert to if_input(). | Martin Pieuchot |
2015-04-07 | Do not pass an `ifp' argument to interface input handlers since it | Martin Pieuchot |
2015-04-07 | Mark audio interrupt handlers as MPSAFE, they already grab the right | Martin Pieuchot |
2015-04-07 | Use appropriate memory barriers. | Martin Pieuchot |
2015-04-03 | Convert to if_input(). | Martin Pieuchot |
2015-04-02 | use correct capitalization of 'BlackBerry' | Jasper Lievisse Adriaanse |
2015-04-02 | Merge openpic_init() into openpic_attach(), no functional change. | Martin Pieuchot |
2015-04-02 | One function pointer per pic function is enough. | Martin Pieuchot |
2015-04-02 | Cleanup function definitions, use only one define for DEBUG and remove | Martin Pieuchot |
2015-04-02 | Call if_input() without grabbing the kernel lock first. | Mark Kettenis |
2015-04-01 | Add cpu_pae variable (which will be later used to determine if PAE mode is | Mike Larkin |
2015-04-01 | Run most of the interrupt handler without holding the kernel lock. | Mark Kettenis |
2015-03-31 | Make it possisble to disable block address translation mechanism on | Martin Pieuchot |
2015-03-31 | Merge two versions of ppc_check_procid(). | Martin Pieuchot |
2015-03-31 | Tell the firmware to shut down the fan management thread on the last | Martin Pieuchot |
2015-03-31 | Tracing across an interrupt frame was failing because the trace code thought | Philip Guenther |
2015-03-31 | zero the frame pointer of the kernel stack of new threads to make ddb trace | Philip Guenther |
2015-03-30 | Remove isp stanzas. qlw is here to stay. | Miod Vallat |
2015-03-30 | Add a bus_dma_tag_t for DVMA usage, suitable for use for devices not sitting | Miod Vallat |
2015-03-30 | Always use the first value of the "interrupts" property the others do | Martin Pieuchot |
2015-03-30 | Add defines for known offsets and magical values, map the correct page | Martin Pieuchot |
2015-03-29 | Correctly match SUNW,fas in the boot path. | Miod Vallat |
2015-03-29 | Reject packets that are too large. | Mark Kettenis |
2015-03-29 | Convert to if_input(), tested by miod@ and sebastia@. | Martin Pieuchot |
2015-03-29 | Convert qe(4) et be(4) to if_input(). | Martin Pieuchot |
2015-03-29 | initial support for the SABRE SD board | Jonathan Gray |
2015-03-28 | Correctly advance the bootpath when attaching children. | Miod Vallat |
2015-03-28 | When attaching an sbus esp(4), do the sbus_testdma() check regardless of the | Miod Vallat |
2015-03-28 | Don't include sbusvar.h if you need neither sbus_translate() nor sbus_testdma(). | Miod Vallat |
2015-03-28 | Convert to if_input(), tested by miod@ | Martin Pieuchot |
2015-03-27 | Lower VM_MIN_KERNEL_ADDRESS by 128MB on non-SRMMU systems (sun4/4c/4e) as well, | Miod Vallat |
2015-03-26 | de-static | Miod Vallat |
2015-03-25 | Save/restore AVX registers and other XSAVE-managed state information when | Mark Kettenis |
2015-03-25 | Mark CPUID_LEAF inline asm as volatile to prevent the compiler from reordering | Mark Kettenis |
2015-03-24 | Work around broken device-tree in PowerMac7,2 and PowerMac7,3 (K2 systems) | Martin Pieuchot |
2015-03-24 | unwire lmc(4) and san(4). | David Gwynne |