aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/xsave.c
AgeCommit message (Expand)Author
2012-09-25x86, smap: Do not abuse the [f][x]rstor_checking() functions for user spaceH. Peter Anvin
2012-09-18x86, fpu: make eagerfpu= boot param tri-stateSuresh Siddha
2012-09-18x86, fpu: enable eagerfpu by default for xsaveoptSuresh Siddha
2012-09-18x86, fpu: decouple non-lazy/eager fpu restore from xsaveSuresh Siddha
2012-09-18x86, fpu: use non-lazy fpu restore for processors supporting xsaveSuresh Siddha
2012-09-18x86, fpu: remove unnecessary user_fpu_end() in save_xstate_sig()Suresh Siddha
2012-09-18x86, fpu: drop_fpu() before restoring new state from sigframeSuresh Siddha
2012-09-18x86, fpu: Unify signal handling code paths for x86 and x86_64 kernelsSuresh Siddha
2012-09-18x86, fpu: Consolidate inline asm routines for saving/restoring fpu stateSuresh Siddha
2012-09-05x86/fpu/xsave: Keep __user annotation in castsMathias Krause
2012-06-06x86/debug: Add KERN_<LEVEL> to bare printks, convert printks to pr_<level>Joe Perches
2012-05-16x86, xsave: remove thread_has_fpu() bug check in __sanitize_i387_state()Suresh Siddha
2012-02-21i387: Split up <asm/i387.h> into exported and internal interfacesLinus Torvalds
2012-02-18i387: move TS_USEDFPU flag from thread_info to task_structLinus Torvalds
2012-02-16i387: don't ever touch TS_USEDFPU directly, use helper functionsLinus Torvalds
2012-02-16i387: fix x86-64 preemption-unsafe user stack save/restoreLinus Torvalds
2011-03-18x86: Fix common misspellingsLucas De Marchi
2010-12-13x86, xsave: Use alloc_bootmem_align() instead of alloc_bootmem()Suresh Siddha
2010-08-06Merge branch 'x86-xsave-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2010-08-06Merge branches 'x86-cleanups-for-linus', 'x86-vmware-for-linus', 'x86-mtrr-fo...Linus Torvalds
2010-07-21x86, xsave: Make xstate_enable_boot_cpu() __init, protect on CPU 0H. Peter Anvin
2010-07-21x86, xsave: Add __init attribute to setup_xstate_features()Robert Richter
2010-07-21x86, xsave: Make init_xstate_buf staticRobert Richter
2010-07-21x86, xsave: Check cpuid level for XSTATE_CPUID (0x0d)Robert Richter
2010-07-21x86, xsave: Introduce xstate enable functionsRobert Richter
2010-07-21x86, xsave: Separate fpu and xsave initializationRobert Richter
2010-07-20x86, xsave: Move boot cpu initialization to xsave_init()Robert Richter
2010-07-19x86, xsave: Sync xsave memory layout with its header for user handlingSuresh Siddha
2010-07-19x86, xsave: Track the offset, size of state in the xsave layoutSuresh Siddha
2010-07-06x86: Avoid unnecessary __clear_user() and xrstor in signal handlingSuresh Siddha
2010-06-09x86, xsave: Cleanup return codes in check_for_xstate()Dan Carpenter
2010-05-10x86: Introduce 'struct fpu' and related APIAvi Kivity
2010-05-10x86: Eliminate TS_XSAVEAvi Kivity
2010-02-11x86, ptrace: regset extensions to support xstateSuresh Siddha
2009-04-20x86-64: fix FPU corruption with signals and preemptionSuresh Siddha
2009-04-12x86: add linux kernel support for YMM stateSuresh Siddha
2008-12-30x86: xsave.c: restore_user_xstate should be staticJaswinder Singh Rajput
2008-11-20x86: fixing __cpuinit/__init tangle, xsave_cntxt_init()Rakib Mullick
2008-10-22x86: make variables staticroel kluin
2008-10-12x86, fpu: check __clear_user() return valueIngo Molnar
2008-10-07x86: xsave: set FP, SSE bits in the xsave header in the user sigcontextSuresh Siddha
2008-10-07x86: xsave: fix error condition in save_i387_xstate()Suresh Siddha
2008-09-06x86: make setup_xstate_init() __initAlexey Dobriyan
2008-08-14x86, xsave: use BUG_ON() instead of BUILD_BUG_ON()Suresh Siddha
2008-08-14x86, xsave: clear the user buffer before doing fxsave/xsaveSuresh Siddha
2008-07-30x86, xsave: keep the XSAVE feature mask as an u64H. Peter Anvin
2008-07-30x86, xsave: save/restore the extended state context in sigframeSuresh Siddha
2008-07-30x86, xsave: reorganization of signal save/restore fpstate code layoutSuresh Siddha
2008-07-30x86, xsave: dynamically allocate sigframes fpstate instead of static allocationSuresh Siddha
2008-07-30x86, xsave: enable xsave/xrstor on cpus with xsave supportSuresh Siddha