Age | Commit message (Expand) | Author |
2015-04-21 | Remove an extra lcr3 that snuck into pmap_switch during yesterday's | Mike Larkin |
2015-04-21 | Remove a duplicate variable and #define that snuck in, in a previous | Mike Larkin |
2015-04-21 | The ELF psABI for PPC specifies that the stack shall always be 16-byte aligned. | Philip Guenther |
2015-04-21 | rework sgi mutexes to use the owner pointer as the lock. | David Gwynne |
2015-04-21 | Reduce differences between i386 pmap modes. | Mike Larkin |
2015-04-20 | Remove most static, gives us much better ddb tracebacks from secondary | Miod Vallat |
2015-04-19 | Add support for x2apic mode | Stefan Fritsch |
2015-04-19 | Remove emulation of oss audio ioctls from linux emulation. | Alexandre Ratchov |
2015-04-19 | Add a missing pmap_kremove | Stefan Fritsch |
2015-04-19 | Binary code patching on i386 | Stefan Fritsch |
2015-04-18 | It seems that the CPUID lies about the monitor-line size, or at least our | Mark Kettenis |
2015-04-18 | i386 and amd64 have only one syscall entry point now, so simply the | Philip Guenther |
2015-04-17 | while trying to reproduce lockups on mp alpha i hit an | David Gwynne |
2015-04-16 | Enable ualea(4) where we have uhub(4), these USB device lists cry for | Martin Pieuchot |
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 |