aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/xsave.c
Commit message (Expand)AuthorAge
* x86: Fix common misspellingsLucas De Marchi2011-03-18
* x86, xsave: Use alloc_bootmem_align() instead of alloc_bootmem()Suresh Siddha2010-12-13
* Merge branch 'x86-xsave-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-08-06
|\
| * x86, xsave: Make xstate_enable_boot_cpu() __init, protect on CPU 0H. Peter Anvin2010-07-21
| * x86, xsave: Add __init attribute to setup_xstate_features()Robert Richter2010-07-21
| * x86, xsave: Make init_xstate_buf staticRobert Richter2010-07-21
| * x86, xsave: Check cpuid level for XSTATE_CPUID (0x0d)Robert Richter2010-07-21
| * x86, xsave: Introduce xstate enable functionsRobert Richter2010-07-21
| * x86, xsave: Separate fpu and xsave initializationRobert Richter2010-07-21
| * x86, xsave: Move boot cpu initialization to xsave_init()Robert Richter2010-07-20
| * x86, xsave: Sync xsave memory layout with its header for user handlingSuresh Siddha2010-07-19
| * x86, xsave: Track the offset, size of state in the xsave layoutSuresh Siddha2010-07-19
| |
| \
*-. \ Merge branches 'x86-cleanups-for-linus', 'x86-vmware-for-linus', 'x86-mtrr-fo...Linus Torvalds2010-08-06
|\ \ \ | |_|/ |/| |
| | * x86: Avoid unnecessary __clear_user() and xrstor in signal handlingSuresh Siddha2010-07-06
| |/
* / x86, xsave: Cleanup return codes in check_for_xstate()Dan Carpenter2010-06-09
|/
* x86: Introduce 'struct fpu' and related APIAvi Kivity2010-05-10
* x86: Eliminate TS_XSAVEAvi Kivity2010-05-10
* x86, ptrace: regset extensions to support xstateSuresh Siddha2010-02-11
* x86-64: fix FPU corruption with signals and preemptionSuresh Siddha2009-04-20
* x86: add linux kernel support for YMM stateSuresh Siddha2009-04-12
* x86: xsave.c: restore_user_xstate should be staticJaswinder Singh Rajput2008-12-30
* x86: fixing __cpuinit/__init tangle, xsave_cntxt_init()Rakib Mullick2008-11-20
* x86: make variables staticroel kluin2008-10-22
* x86, fpu: check __clear_user() return valueIngo Molnar2008-10-12
* x86: xsave: set FP, SSE bits in the xsave header in the user sigcontextSuresh Siddha2008-10-07
* x86: xsave: fix error condition in save_i387_xstate()Suresh Siddha2008-10-07
* x86: make setup_xstate_init() __initAlexey Dobriyan2008-09-06
* x86, xsave: use BUG_ON() instead of BUILD_BUG_ON()Suresh Siddha2008-08-14
* x86, xsave: clear the user buffer before doing fxsave/xsaveSuresh Siddha2008-08-14
* x86, xsave: keep the XSAVE feature mask as an u64H. Peter Anvin2008-07-30
* x86, xsave: save/restore the extended state context in sigframeSuresh Siddha2008-07-30
* x86, xsave: reorganization of signal save/restore fpstate code layoutSuresh Siddha2008-07-30
* x86, xsave: dynamically allocate sigframes fpstate instead of static allocationSuresh Siddha2008-07-30
* x86, xsave: enable xsave/xrstor on cpus with xsave supportSuresh Siddha2008-07-30