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-02 | use correct capitalization of 'BlackBerry' | Jasper Lievisse Adriaanse |
2015-03-31 | Tracing across an interrupt frame was failing because the trace code thought | Philip Guenther |
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 | unwire lmc(4) and san(4). | David Gwynne |
2015-03-22 | Explain the state on syscall entry | Philip Guenther |
2015-03-22 | Xstray* and Xhold* symbols vanished at some point; delete special handling | Philip Guenther |
2015-03-21 | Add support for saving/restoring FPU state using the XSAVE/XRSTOR. Limit | Mark Kettenis |
2015-03-16 | Reduce use of SMALL_KERNEL in acpi, bringing acpiec driver and more gpe | Theo de Raadt |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2015-03-10 | Make the amd64 pmap (more) mpsafe by protecting both the pmap itself and the | Mark Kettenis |
2015-02-19 | remove unused struct and #define | Mike Larkin |
2015-02-15 | Change pmap_remove_holes() to take a vmspace instead of a map as its argument. | Miod Vallat |
2015-02-11 | this doesnt need lockmgr. we dont need sys/lock.h | David Gwynne |
2015-02-11 | need sys/atomic.h to get atomic_{set,clear}bits_int | David Gwynne |
2015-02-11 | need sys/atomic.h for atomic_{set,clear}bits_int. | David Gwynne |
2015-02-11 | make the rwlock implementation MI. | David Gwynne |
2015-02-10 | Convert to uiomove(). | Miod Vallat |
2015-02-10 | First step towards making uiomove() take a size_t size argument: | Miod Vallat |
2015-02-10 | Remove a #define for an ipi removed last year. No functional change. | Mike Larkin |
2015-02-08 | enable iwm(4) in big ramdisks for easy upgrades | Peter Hessler |
2015-02-08 | Only attach cpu-based sensors on the primary cpu, for two reasons | Theo de Raadt |
2015-02-08 | Hilarious! We are not ready yet for large stack random biases, due to | Theo de Raadt |
2015-02-08 | Typo "fature" -> "feature" | Mike Larkin |
2015-02-07 | Add the .orig file to CLEANFILES | Miod Vallat |
2015-02-07 | Tedu the old idle page zeroing code. | Mark Kettenis |
2015-02-07 | Delete non-ELF support, in particular .align 12 (always a bit jarring) | Theo de Raadt |
2015-02-06 | Enable iwm(4) on amd64. | Stefan Sperling |
2015-02-06 | Handle hibernate button in the same way as suspend does: send an | David Coppa |
2015-02-05 | Expand STACKGAP_RANDOM to 2MB on machines with large user VA | Theo de Raadt |
2015-02-02 | Remove some pmap locks that were #defined to be nothing (empty). Discussed | Mike Larkin |
2015-01-31 | xhci fits | Theo de Raadt |
2015-01-28 | Remove an unused macro and a stale comment. No functional change. | Mike Larkin |
2015-01-27 | tedu x86_self_ipi()/i386_self_ipi() | Stefan Fritsch |
2015-01-27 | this code doesnt need to know about interrupts, so i can trim some | David Gwynne |
2015-01-27 | Remove an odd comment in the first line of the file | Mike Larkin |
2015-01-24 | correct the syntax description of the boot command; ok jmc@ | Christian Weisgerber |
2015-01-24 | Add bus_dmamem_alloc_range(9) to allow drivers to allocate DMA'able memory | Mark Kettenis |
2015-01-19 | Make use of an msr available on recent Intel processors to obtain the | Jonathan Gray |
2015-01-16 | Binary code patching on amd64 | Stefan Fritsch |
2015-01-15 | Don't include i82489 headers in cpu.h | Stefan Fritsch |
2015-01-13 | for the install: target, use cmp as a rough attempt for avoiding repeated | Theo de Raadt |
2015-01-12 | Enable lid suspends by default in the kernel, and remove the question from | Theo de Raadt |
2015-01-11 | switch prototype warnings to implicit-declaration warnings. | Ted Unangst |
2015-01-06 | when we're entering an interrupt handler, record its ipl so splassert | David Gwynne |
2015-01-06 | implement atomic_swap_{uint,ulong,ptr) and some md variants. use these | David Gwynne |
2015-01-03 | add new driver uslhcom(4) USB HID based UART. | uaa |
2014-12-23 | change pmap pools from nointr to waitok. pvpool left alone for now. | Ted Unangst |