Age | Commit message (Expand) | Author |
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-03-20 | When reading MXCSR from userland sigcontext or a ptrace request, | Philip Guenthe |
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-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 |
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 |
2008-12-04 | Fix "fp_save ipi didn't" panic, and move i386/amd64 closer in the process. | Tobias Weingartner |
2007-11-28 | quite a bit of simplification by removing cpu classes. | Ted Unangst |
2006-10-18 | Short-circuit the detection of the FPU by checking the CPUID features, | Tom Cosgrove |
2006-09-19 | ansi/deregister | Jonathan Gray |
2006-07-25 | Kill option GPL_MATH_EMULATE. | Mark Kettenis |
2006-04-19 | from todays freebsd advisory: fxrstor on amd cpu does not restore fip,fdp,fop... | Michael Shalayeff |
2006-03-13 | time-bind and lower power in lock spinning and a couple of other ipi loops by... | Michael Shalayeff |
2005-06-06 | oops. on 686 we count fpswtch in another function... | Michael Shalayeff |
2005-04-21 | count fpu lazy context switches; deraadt@ ok | Michael Shalayeff |
2004-10-21 | SIGFPE signal codes for SSE. | Mark Kettenis |
2004-07-21 | Fix conversion of interrupt frame to trap frame. | Mark Kettenis |
2004-07-13 | Don't assert that P_INMEM is set in p_flag. The assert is only almost | Artur Grabowski |
2004-06-13 | debranch SMP, have fun | Niklas Hallqvist |
2004-02-01 | Enable FXSR all the time, and cope with NPX/FXSR conversions; from netbsd. | Theo de Raadt |
2003-12-31 | workaround: during npx exception testing, delay(1). For some reason | Theo de Raadt |
2003-10-24 | No need to have several implementations of {read,write}_eflags(), | Alexander Yurchenko |
2003-07-25 | let ALWAYS_MATH_EMULATE actually compile | Jason Wright |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-04-17 | i386 changes to move to ELF. asm cleanup. Change MAXDSIZ to 512M for 1Gsep. | Dale Rahn |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-02-18 | multi-line string literals are deprecated in gcc 3.0 | Eric Jackson |
2001-12-04 | New try at a level based irq system. | Niklas Hallqvist |
2001-11-18 | Revert niklas's broken ICU interrupt handling changes; deraadt@ ok | Aaron Campbell |
2001-11-12 | Redo the ICU interrupt handling system to better emulate an APIC system. | Niklas Hallqvist |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat |
2001-05-05 | PMAP_NEW and UVM are no longer optional on i386. | Artur Grabowski |
2001-04-09 | Add emulation of Linux features to procfs; mostly from NetBSD. ok deraadt@ | Thorsten Lockert |
2000-06-08 | Add explicit inclusions of signalvar.h to files actually using syms defined | Niklas Hallqvist |
1999-02-26 | cnt.foo -> uvmexp.bar in uvm | Artur Grabowski |
1998-02-22 | GCC 2.8 Wall | Niklas Hallqvist |
1997-04-17 | Do interrupt time accounting by running interrupt handlers with a seperate | Thorsten Lockert |
1997-02-08 | Provide more information on FP exceptions | Thorsten Lockert |
1997-02-01 | add type & union sigval args to sendsig/trapsignal | Theo de Raadt |
1997-01-27 | add another parameter to trapsignal() and sendsig() -- fault addr to be | Theo de Raadt |
1996-08-27 | Add: | Jason Downs |
1996-05-25 | sync | Theo de Raadt |
1996-05-07 | sync with 0504; prototype changes | Theo de Raadt |