aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/xsave.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-04-20x86-64: fix FPU corruption with signals and preemptionSuresh Siddha1-1/+3
2009-04-12x86: add linux kernel support for YMM stateSuresh Siddha1-1/+1
2008-12-30x86: xsave.c: restore_user_xstate should be staticJaswinder Singh Rajput1-1/+1
2008-11-20x86: fixing __cpuinit/__init tangle, xsave_cntxt_init()Rakib Mullick1-1/+1
2008-10-22x86: make variables staticroel kluin1-1/+1
2008-10-12x86, fpu: check __clear_user() return valueIngo Molnar1-1/+3
2008-10-07x86: xsave: set FP, SSE bits in the xsave header in the user sigcontextSuresh Siddha1-0/+25
2008-10-07x86: xsave: fix error condition in save_i387_xstate()Suresh Siddha1-0/+2
2008-09-06x86: make setup_xstate_init() __initAlexey Dobriyan1-1/+1
2008-08-14x86, xsave: use BUG_ON() instead of BUILD_BUG_ON()Suresh Siddha1-2/+1
2008-08-14x86, xsave: clear the user buffer before doing fxsave/xsaveSuresh Siddha1-0/+6
2008-07-30x86, xsave: keep the XSAVE feature mask as an u64H. Peter Anvin1-28/+17
2008-07-30x86, xsave: save/restore the extended state context in sigframeSuresh Siddha1-10/+162
2008-07-30x86, xsave: reorganization of signal save/restore fpstate code layoutSuresh Siddha1-0/+79
2008-07-30x86, xsave: dynamically allocate sigframes fpstate instead of static allocationSuresh Siddha1-0/+4
2008-07-30x86, xsave: enable xsave/xrstor on cpus with xsave supportSuresh Siddha1-0/+87