Age | Commit message (Expand) | Author |
2015-09-27 | free(x, 0) cleanup: | Sebastien Marie |
2015-09-01 | fairly simple sizes for free() | Theo de Raadt |
2015-07-16 | Move grab/release of the kernel_lock for softintrs from the ASM stubs to | Philip Guenther |
2015-07-13 | remove unused isa_nodefaultirq; ok kettenis, mlarkin | Mike Belopuhov |
2015-06-28 | Split AST handling from trap() into ast() and get rid of T_ASTFLT | Philip Guenther |
2015-02-11 | deprecate use of sys/lock.h and replace it with sys/atomic.h or | David Gwynne |
2015-02-10 | Switch uiomovei(..., sizeof whatever, ...) to uiomove(). | Miod Vallat |
2015-02-10 | First step towards making uiomove() take a size_t size argument: | Miod Vallat |
2015-01-24 | Add bus_dmamem_alloc_range(9) to allow drivers to allocate DMA'able memory | Mark Kettenis |
2014-12-22 | bcopy -> memcpy, as in amd64 | Theo de Raadt |
2014-07-13 | The correct place to call _bus_dmamap_sync() is after we copy data *to* the | Mark Kettenis |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-03-29 | It's been a quarter century: we can assume volatile is present with that name. | Philip Guenther |
2013-11-16 | Copied from amd64.. | Brad Smith |
2013-07-14 | IPL_VM is "mpsafe" now as well. | Mark Kettenis |
2013-07-10 | To prevent lock ordering problems with the kernel lock, we need to make sure | Mark Kettenis |
2013-05-16 | Implement a mechanism to establish interrupt handlers that don't grab the | Mark Kettenis |
2013-05-08 | remove stale cyrix emc support, and switch to just using intial npxcw | Ted Unangst |
2013-05-06 | the use of modern intel performance counter msrs to measure the number of | David Gwynne |
2013-04-17 | Don't set the frequency of the statclock if we don't have one. | Gerhard Roth |
2012-11-10 | Recent x86 CPUs come with a constant time stamp counter. If this is | Marcus Glocker |
2011-07-11 | Revert art@'s moving around of the KERNEL_LOCK()/KERNEL_UNLOCK() calls, | Philip Guenthe |
2011-07-07 | There is a bunch of places in the kernel entry points where we don't | Artur Grabowski |
2011-07-06 | Clean up after P_BIGLOCK removal. | Artur Grabowski |
2011-07-05 | N: Thou shalt not call hardclock() with biglock held. | Owain Ainsworth |
2011-04-16 | More than a decade ago, interrupt handlers on sparc started returning 0 | Theo de Raadt |
2011-03-20 | When reading MXCSR from userland sigcontext or a ptrace request, | Philip Guenthe |
2011-01-03 | remove unused file | Alexandr Shadchin |
2010-12-21 | Convert netisr to a normal soft interrupt instead of hanving MD code | Claudio Jeker |
2010-11-20 | typo | Miod Vallat |
2010-09-29 | Back out previous, it appears to be broken. | Joshua Elsasser |
2010-09-29 | When reading MXCSR from userland sigcontext, mask out invalid bits. | Joshua Elsasser |
2010-09-20 | Get rid of evcount's support for arranging counters in a tree | Matthew Dempsky |
2010-08-11 | Disable the RTC the periodic interrupt. Leaving it enabled causes the | Mark Kettenis |
2010-08-10 | spaces and tabs, no binary change | Marco Peereboom |
2010-07-25 | in the clock drivers, seperate the soft-state and hard-state which was | Theo de Raadt |
2010-07-23 | Change the strategy for using the FPU in the kernel. The kernel FPU state | Mark Kettenis |
2010-07-23 | Don't leak the contents of the FPU and SSE registers between processes. | Mark Kettenis |
2010-07-21 | Make sure that the FPU IPIs shoot down the right FPU context and not the FPU | Mark Kettenis |
2010-06-29 | fpu_kernel_{enter,exit}; Functions to allow the use of | Thordur I. Bjornsson |
2010-05-09 | Make i386 use a pointer to the trap frame like everybody else instead of | Mark Kettenis |
2010-03-25 | Make the i386 and amd64 bus_dma functions for isa less stupid: | Owain Ainsworth |
2009-10-28 | delete balony comment; ok kettenis | Theo de Raadt |
2009-10-26 | Load %mxcsr when initializing the FPU on machines that support SSE. | Mark Kettenis |
2009-10-03 | Properly handle XMM exceptions instead of panicing the kernel. Fixes the | Mark Kettenis |
2009-08-22 | Constify the what/name parameter of pci_intr_establish(). | Michael Knudsen |
2009-03-29 | make various strings ("can't map mem space" and similar) more consistent | Stuart Henderson |
2009-03-10 | remove the _BUS_DMA_PRIVATE define from amd64 and i386. | Owain Ainsworth |
2009-01-29 | Only start using the rtc for statclock after we've received the first | Mark Kettenis |
2008-12-11 | Kill the $ARCH prefix for isa_dma_cookie. With this change, the i386 and | Owain Ainsworth |