index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
x86
/
include
/
cpu_extended_state.h
Age
Commit message (
Expand
)
Author
2023-02-25
x86: Mitigate MXCSR Configuration Dependent Timing in kernel FPU use.
riastradh
2019-06-26
Implement PT_GETXSTATE and PT_SETXSTATE
mgorny
2018-05-23
Clean up the FPU headers.
maxv
2017-11-08
remove vestige
maxv
2017-10-31
Remove outdated comment.
maxv
2017-10-31
Don't embed our own values in the reserved fields of the XSAVE area, it
maxv
2017-10-31
Add xsh_xcomp_bv and fx_zero, and use uint8_t instead.
maxv
2017-08-10
Remove the svr4/ibcs2 fpu flags.
maxv
2016-08-18
KNF and simplify.
maxv
2014-02-25
Add support for saving the AVX-256 ymm registers during FPU context switches.
dsl
2014-02-18
It seems that firefox includes machine/fpu.h on amd64.
dsl
2014-02-15
Remove all references to MDL_USEDFPU and deferred fpu initialisation.
dsl
2014-02-13
Check the argument types for the fpu asm functions.
dsl
2014-02-12
Change i386 to use x86/fpu.c instead of i386/isa/npx.c
dsl
2014-02-09
Add compatibility for some userspace code (eg firefox) that seems to look
dsl
2014-02-08
Add bit defs for more of the x87 status register.
dsl
2014-02-07
Convert the amd64 build to use x86/cpu_extended_state.h so that the fpu
dsl
2014-02-07
Move all the hardware register layout for the x86 cpus into a header
dsl