| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r320307: | kib | 2017-06-27 | 1 | -1/+1 |
* | MFC r320051: | kib | 2017-06-24 | 1 | -3/+8 |
* | MFC r313154: | kib | 2017-02-24 | 1 | -79/+1 |
* | MFC r313109: | kib | 2017-02-09 | 1 | -6/+4 |
* | Adjust i386 comment to match amd64 one after r294311. | kib | 2016-01-19 | 1 | -5/+6 |
* | Convert between abridged (from FXSAVE) and unabridged (from FSAVE) | kib | 2015-07-10 | 1 | -6/+13 |
* | Now that aesni won't reuse fpu contexts (D3016), add seatbelts to the | jmg | 2015-07-08 | 1 | -2/+10 |
* | Provide npx_get_fsave(9) and npx_set_fsave(9) functions to obtain and | kib | 2015-06-29 | 1 | -0/+96 |
* | Remove support for Xen PV domU kernels. Support for HVM domU kernels | jhb | 2015-04-30 | 1 | -9/+0 |
* | Remove write-only variable. | kib | 2015-03-12 | 1 | -2/+0 |
* | Improve support for XSAVE with debuggers. | jhb | 2014-11-21 | 1 | -0/+7 |
* | Move all of the XSAVE support under #ifdef I686_CPU and fix the build | jhb | 2014-11-03 | 1 | -3/+34 |
* | MFamd64: Add support for extended FPU states on i386. This includes | jhb | 2014-11-02 | 1 | -158/+361 |
* | MFamd64: Explicitly initialize the mxcsr during npxinit(). | jhb | 2014-11-02 | 1 | -0/+9 |
* | Save and restore FPU state across suspend and resume. In earlier revisions | jhb | 2014-08-30 | 1 | -0/+37 |
* | Add FPU_KERN_KTHR flag to fpu_kern_enter(9), which avoids saving FPU | kib | 2014-06-23 | 1 | -0/+7 |
* | Implement vector callback for PVHVM and unify event channel implementations | gibbs | 2013-08-29 | 1 | -1/+1 |
* | Change (unused) prototype for stmxcsr() to match reality. | kib | 2012-07-30 | 1 | -1/+1 |
* | MFamd64 r238623: | kib | 2012-07-26 | 1 | -15/+14 |
* | MFCamd64 r238598: | kib | 2012-07-21 | 1 | -2/+25 |
* | MFamd64 r238668: | kib | 2012-07-21 | 1 | -16/+13 |
* | MFamd64 r238597: | kib | 2012-07-21 | 1 | -0/+2 |
* | Add a clts() wrapper around the 'clts' instruction to <machine/cpufunc.h> | jhb | 2012-07-09 | 1 | -11/+8 |
* | Add support for the extended FPU states on amd64, both for native | kib | 2012-01-21 | 1 | -1/+45 |
* | In fpudna()/npxdna(), mark FPU context initialized and optionally | kib | 2010-12-12 | 1 | -1/+3 |
* | Remove npxgetregs(), npxsetregs(), fpugetregs() and fpusetregs() | kib | 2010-11-26 | 1 | -72/+22 |
* | Use unambiguous inline assembly to load a float variable. GNU as | dim | 2010-11-25 | 1 | -1/+1 |
* | Use 'saveintr' instead of 'savecrit' or 'eflags' to hold the state returned | jhb | 2010-10-25 | 1 | -3/+3 |
* | Simplify fldcw() macro. There is no reason to use pointer here. No object | jkim | 2010-07-26 | 1 | -5/+5 |
* | Remove an unused macro since r189418. | jkim | 2010-07-26 | 1 | -1/+0 |
* | Reduce diff against fenv.h: | jkim | 2010-07-26 | 1 | -12/+14 |
* | FNSTSW instruction can use AX register as an operand. | jkim | 2010-07-26 | 1 | -1/+1 |
* | After the FPU use requires #MF working due to INT13 FPU exception handling | kib | 2010-06-23 | 1 | -35/+27 |
* | Remove the support for int13 FPU exception reporting on i386. It is | kib | 2010-06-23 | 1 | -132/+31 |
* | Remove unused i586 optimized bcopy/bzero/etc implementations that utilize | kib | 2010-06-23 | 1 | -54/+1 |
* | Introduce the x86 kernel interfaces to allow kernel code to use | kib | 2010-06-05 | 1 | -19/+158 |
* | Fix a few nits in the earlier changes to prevent local information leakage | jhb | 2009-03-25 | 1 | -4/+8 |
* | Rename (fpu|npx)_cleanstate to (fpu|npx)_initialstate to better reflect | jhb | 2009-03-25 | 1 | -13/+13 |
* | A better fix for handling different FPU initial control words for different | jhb | 2009-03-05 | 1 | -0/+11 |
* | Some cleanups to the i386 FPU support: | jhb | 2009-03-05 | 1 | -51/+34 |
* | Change the functions to ANSI in those cases where it breaks promotion | rdivacky | 2009-02-24 | 1 | -2/+1 |
* | Some whitespace and style fixes. | jhb | 2009-02-23 | 1 | -5/+4 |
* | merge 186535, 186537, and 186538 from releng_7_xen | kmacy | 2008-12-29 | 1 | -1/+1 |
* | Call in to xen for fpu handling when XEN is set | kmacy | 2008-08-15 | 1 | -1/+10 |
* | Commit 14/14 of sched_lock decomposition. | jeff | 2007-06-05 | 1 | -2/+2 |
* | o break newbus api: add a new argument of type driver_filter_t to | piso | 2007-02-23 | 1 | -4/+5 |
* | Use the method described in IA-32 Intel Architecture Software Developer's | davidxu | 2006-05-30 | 1 | -0/+9 |
* | Backout changes trying to inherit floating-point environment, although | davidxu | 2006-05-29 | 1 | -35/+0 |
* | If parent thread never used FPU, the only work is to clear flag | davidxu | 2006-05-28 | 1 | -1/+6 |
* | When creating a new thread, inherit floating-point environment from | davidxu | 2006-05-28 | 1 | -0/+30 |