| Age | Commit message (Expand) | Author |
| 2023-11-26 | sys: Remove ancient SCCS tags. | Warner Losh |
| 2023-08-16 | sys: Remove $FreeBSD$: one-line .h pattern | Warner Losh |
| 2020-07-03 | Add domain policy allocation for amd64 fpu_kern_ctx | Conrad Meyer |
| 2018-02-23 | Remove unused error return from API that cannot fail | Conrad Meyer |
| 2017-11-20 | sys: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni |
| 2017-02-28 | Renumber copyright clause 4 | Warner Losh |
| 2016-09-11 | Add FPU_KERN_NOCTX flag to the fpu_kern_enter() function on amd64. | Konstantin Belousov |
| 2014-09-06 | Create a separate structure for per-CPU state saved across suspend and | John Baldwin |
| 2014-06-23 | Add FPU_KERN_KTHR flag to fpu_kern_enter(9), which avoids saving FPU | Konstantin Belousov |
| 2014-03-04 | Move fpusave() wrapper for suspend hander to sys/amd64/amd64/fpu.c. | Jung-uk Kim |
| 2012-12-12 | Implement an API to allow a hypervisor to save/restore | Peter Grehan |
| 2012-07-18 | On AMD64, provide siginfo.si_code for floating point errors when error | Konstantin Belousov |
| 2012-03-16 | Move userland bits of i386 npx.h and amd64 fpu.h to x86 fpu.h. | Tijl Coosemans |
| 2012-01-21 | Add support for the extended FPU states on amd64, both for native | Konstantin Belousov |
| 2012-01-17 | Add definitions for the FPU extended state header, legacy extended | Konstantin Belousov |
| 2012-01-17 | Modernize the fpusave structures definitions by using uint*_t types. | Konstantin Belousov |
| 2010-11-26 | Remove npxgetregs(), npxsetregs(), fpugetregs() and fpusetregs() | Konstantin Belousov |
| 2010-06-05 | Introduce the x86 kernel interfaces to allow kernel code to use | Konstantin Belousov |
| 2009-03-05 | A few cleanups to the FPU code on amd64: | John Baldwin |
| 2009-01-28 | Use a different value for the initial control word for the FPU state for | John Baldwin |
| 2004-04-05 | Remove advertising clause from University of California Regent's license, | Warner Losh |
| 2004-01-28 | We can simplify a lot of things now that we don't have to worry about | Peter Wemm |
| 2003-11-08 | Switch from having a fpu "device" to something that is more like the | Peter Wemm |
| 2003-11-08 | The great s/npx/fpu/gi | Peter Wemm |
| 2003-07-22 | Go back to 64 bit precision for fadd/fsub/fsqrt etc. This is because on | Peter Wemm |
| 2003-05-09 | Include the MXCSR initial values, based on the AMD docs. This file | Peter Wemm |
| 2003-05-01 | Commit MD parts of a loosely functional AMD64 port. This is based on | Peter Wemm |
| 2002-09-23 | At great personal risk, add a __packed and __aligned(x) define that | Peter Wemm |
| 2002-09-16 | Add kernel support needed for the KSE-aware libpthread: | Jonathan Mini |
| 2002-03-20 | Remove __P. | Alfred Perlstein |
| 2001-09-12 | KSE Milestone 2 | Julian Elischer |
| 2001-09-05 | style(9) the structure definitions. | David E. O'Brien |
| 2001-07-12 | Activate SSE/SIMD. This is the extra context switching support that | Peter Wemm |
| 2001-05-22 | Convert npx interrupts into traps instead of vice versa. This is much | Bruce Evans |
| 2000-10-27 | Declare or #define per-cpu globals in <machine/globals.h> in all cases. | Bruce Evans |
| 2000-03-10 | Change the default FPU control word so that exceptions for new | Martin Cracauer |
| 1999-12-29 | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" | Peter Wemm |
| 1999-08-28 | $Id$ -> $FreeBSD$ | Peter Wemm |
| 1999-04-28 | Enable vmspace sharing on SMP. Major changes are, | Luoqi Chen |
| 1997-07-20 | Removed unused #includes and a stale forward declaration. | Bruce Evans |
| 1997-06-22 | Preliminary support for per-cpu data pages. | Peter Wemm |
| 1997-02-22 | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | Peter Wemm |
| 1997-01-14 | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard |
| 1995-11-04 | Added `#include "ioconf.h"' to <machine/conf.h> and cleaned up the | Bruce Evans |
| 1995-09-19 | Fix benign type mismatches in isa interrupt handlers. Many returned int | Bruce Evans |
| 1995-08-17 | Killed some unused stuff inherited from Bill Jolitz. Note that since | David Greenman |
| 1995-01-03 | Replace sv_ex_tw by padding (it is no longer used; the tag word in sv_env | Bruce Evans |
| 1994-11-05 | Declare all functions exported by the npx driver. | Bruce Evans |
| 1994-11-04 | __386BSD__ -> __FreeBSD__ | Jordan K. Hubbard |
| 1994-08-14 | Submitted by: Bruce Evans | Andreas Schulz |