| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r305692: | kib | 2016-09-25 | 1 | -0/+1 |
* | Create a separate structure for per-CPU state saved across suspend and | jhb | 2014-09-06 | 1 | -0/+1 |
* | Add FPU_KERN_KTHR flag to fpu_kern_enter(9), which avoids saving FPU | kib | 2014-06-23 | 1 | -0/+1 |
* | Move fpusave() wrapper for suspend hander to sys/amd64/amd64/fpu.c. | jkim | 2014-03-04 | 1 | -0/+1 |
* | Implement an API to allow a hypervisor to save/restore | grehan | 2012-12-12 | 1 | -0/+5 |
* | On AMD64, provide siginfo.si_code for floating point errors when error | kib | 2012-07-18 | 1 | -1/+2 |
* | Move userland bits of i386 npx.h and amd64 fpu.h to x86 fpu.h. | tijl | 2012-03-16 | 1 | -84/+1 |
* | Add support for the extended FPU states on amd64, both for native | kib | 2012-01-21 | 1 | -8/+14 |
* | Add definitions for the FPU extended state header, legacy extended | kib | 2012-01-17 | 1 | -0/+22 |
* | Modernize the fpusave structures definitions by using uint*_t types. | kib | 2012-01-17 | 1 | -13/+18 |
* | Remove npxgetregs(), npxsetregs(), fpugetregs() and fpusetregs() | kib | 2010-11-26 | 1 | -3/+2 |
* | Introduce the x86 kernel interfaces to allow kernel code to use | kib | 2010-06-05 | 1 | -0/+24 |
* | A few cleanups to the FPU code on amd64: | jhb | 2009-03-05 | 1 | -1/+1 |
* | Use a different value for the initial control word for the FPU state for | jhb | 2009-01-28 | 1 | -0/+1 |
* | Remove advertising clause from University of California Regent's license, | imp | 2004-04-05 | 1 | -4/+0 |
* | We can simplify a lot of things now that we don't have to worry about | peter | 2004-01-28 | 1 | -1/+0 |
* | Switch from having a fpu "device" to something that is more like the | peter | 2003-11-08 | 1 | -1/+1 |
* | The great s/npx/fpu/gi | peter | 2003-11-08 | 1 | -14/+14 |
* | Go back to 64 bit precision for fadd/fsub/fsqrt etc. This is because on | peter | 2003-07-22 | 1 | -8/+9 |
* | Include the MXCSR initial values, based on the AMD docs. This file | peter | 2003-05-09 | 1 | -0/+2 |
* | Commit MD parts of a loosely functional AMD64 port. This is based on | peter | 2003-05-01 | 1 | -58/+15 |
* | At great personal risk, add a __packed and __aligned(x) define that | peter | 2002-09-23 | 1 | -1/+1 |
* | Add kernel support needed for the KSE-aware libpthread: | mini | 2002-09-16 | 1 | -4/+7 |
* | Remove __P. | alfred | 2002-03-20 | 1 | -5/+5 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -1/+1 |
* | style(9) the structure definitions. | obrien | 2001-09-05 | 1 | -3/+3 |
* | Activate SSE/SIMD. This is the extra context switching support that | peter | 2001-07-12 | 1 | -1/+37 |
* | Convert npx interrupts into traps instead of vice versa. This is much | bde | 2001-05-22 | 1 | -0/+1 |
* | Declare or #define per-cpu globals in <machine/globals.h> in all cases. | bde | 2000-10-27 | 1 | -6/+0 |
* | Change the default FPU control word so that exceptions for new | cracauer | 2000-03-10 | 1 | -34/+4 |
* | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" | peter | 1999-12-29 | 1 | -1/+1 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Enable vmspace sharing on SMP. Major changes are, | luoqi | 1999-04-28 | 1 | -1/+5 |
* | Removed unused #includes and a stale forward declaration. | bde | 1997-07-20 | 1 | -6/+1 |
* | Preliminary support for per-cpu data pages. | peter | 1997-06-22 | 1 | -1/+3 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 1 | -1/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | Added `#include "ioconf.h"' to <machine/conf.h> and cleaned up the | bde | 1995-11-04 | 1 | -2/+1 |
* | Fix benign type mismatches in isa interrupt handlers. Many returned int | bde | 1995-09-19 | 1 | -2/+2 |
* | Killed some unused stuff inherited from Bill Jolitz. Note that since | dg | 1995-08-17 | 1 | -8/+1 |
* | Replace sv_ex_tw by padding (it is no longer used; the tag word in sv_env | bde | 1995-01-03 | 1 | -8/+13 |
* | Declare all functions exported by the npx driver. | bde | 1994-11-05 | 1 | -4/+17 |
* | __386BSD__ -> __FreeBSD__ | jkh | 1994-11-04 | 1 | -2/+2 |
* | Submitted by: Bruce Evans | ats | 1994-08-14 | 1 | -6/+4 |
* | Deleted on ifdef dontdef | gclarkii | 1994-04-29 | 1 | -4/+6 |
* | Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, some | rgrimes | 1993-10-16 | 1 | -9/+2 |
* | Initial import, 0.1 + pk 0.2.4-B1 | rgrimes | 1993-06-12 | 1 | -0/+146 |