summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/xsave.c
Commit message (Expand)AuthorAgeFilesLines
* x86/fpu: Kill eager_fpu_init_bp()Oleg Nesterov2015-03-231-13/+7
* x86/fpu: Don't allocate fpu->state for swapper/0Oleg Nesterov2015-03-231-2/+0
* x86/fpu: Rename drop_init_fpu() to fpu_reset_state()Borislav Petkov2015-03-231-2/+2
* Merge tag 'v4.0-rc5' into x86/fpu, to prevent conflictsIngo Molnar2015-03-231-4/+6
|\
| * x86/fpu: Avoid math_state_restore() without used_math() in __restore_xstate_s...Oleg Nesterov2015-03-131-3/+4
| * x86: Clean up cr4 manipulationAndy Lutomirski2015-02-041-1/+2
* | x86/fpu: Don't abuse FPU in kernel threads if use_eager_fpu()Oleg Nesterov2015-02-231-12/+1
|/
* x86: export get_xsave_addrPaolo Bonzini2014-12-051-0/+1
* x86, fpu: __restore_xstate_sig()->math_state_restore() needs preempt_disable()Oleg Nesterov2014-09-021-1/+4
* x86, fpu: shift drop_init_fpu() from save_xstate_sig() to handle_signal()Oleg Nesterov2014-09-021-2/+0
* x86/xsaves: Clean up code in xstate offsets computation in xsave areaFenghua Yu2014-05-301-4/+9
* Define kernel API to get address of each state in xsave areaFenghua Yu2014-05-291-0/+64
* x86/xsaves: Enable xsaves/xrstorsFenghua Yu2014-05-291-6/+33
* x86/xsaves: Call booting time xsaves and xrstors in setup_init_fpu_bufFenghua Yu2014-05-291-2/+8
* x86, xsave: Support eager-only xsave features, add MPX supportQiaowei Ren2013-12-061-0/+10
* x86: delete __cpuinit usage from all x86 filesPaul Gortmaker2013-07-141-2/+2
* x86: Get rid of ->hard_math and all the FPU asm fuH. Peter Anvin2013-06-061-3/+2
* x86, smap: Do not abuse the [f][x]rstor_checking() functions for user spaceH. Peter Anvin2012-09-251-3/+3
* x86, fpu: make eagerfpu= boot param tri-stateSuresh Siddha2012-09-181-5/+12
* x86, fpu: enable eagerfpu by default for xsaveoptSuresh Siddha2012-09-181-0/+3
* x86, fpu: decouple non-lazy/eager fpu restore from xsaveSuresh Siddha2012-09-181-30/+57
* x86, fpu: use non-lazy fpu restore for processors supporting xsaveSuresh Siddha2012-09-181-11/+46
* x86, fpu: remove unnecessary user_fpu_end() in save_xstate_sig()Suresh Siddha2012-09-181-1/+0
* x86, fpu: drop_fpu() before restoring new state from sigframeSuresh Siddha2012-09-181-5/+3
* x86, fpu: Unify signal handling code paths for x86 and x86_64 kernelsSuresh Siddha2012-09-181-174/+258
* x86, fpu: Consolidate inline asm routines for saving/restoring fpu stateSuresh Siddha2012-09-181-1/+3
* x86/fpu/xsave: Keep __user annotation in castsMathias Krause2012-09-051-3/+3
* x86/debug: Add KERN_<LEVEL> to bare printks, convert printks to pr_<level>Joe Perches2012-06-061-5/+7
* x86, xsave: remove thread_has_fpu() bug check in __sanitize_i387_state()Suresh Siddha2012-05-161-2/+0
* i387: Split up <asm/i387.h> into exported and internal interfacesLinus Torvalds2012-02-211-0/+1
* i387: move TS_USEDFPU flag from thread_info to task_structLinus Torvalds2012-02-181-1/+1
* i387: don't ever touch TS_USEDFPU directly, use helper functionsLinus Torvalds2012-02-161-1/+1
* i387: fix x86-64 preemption-unsafe user stack save/restoreLinus Torvalds2012-02-161-7/+3
* x86: Fix common misspellingsLucas De Marchi2011-03-181-1/+1
* x86, xsave: Use alloc_bootmem_align() instead of alloc_bootmem()Suresh Siddha2010-12-131-1/+2
* Merge branch 'x86-xsave-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-08-061-18/+152
|\
| * x86, xsave: Make xstate_enable_boot_cpu() __init, protect on CPU 0H. Peter Anvin2010-07-211-11/+17
| * x86, xsave: Add __init attribute to setup_xstate_features()Robert Richter2010-07-211-1/+1
| * x86, xsave: Make init_xstate_buf staticRobert Richter2010-07-211-5/+5
| * x86, xsave: Check cpuid level for XSTATE_CPUID (0x0d)Robert Richter2010-07-211-3/+8
| * x86, xsave: Introduce xstate enable functionsRobert Richter2010-07-211-11/+8
| * x86, xsave: Separate fpu and xsave initializationRobert Richter2010-07-211-5/+5
| * x86, xsave: Move boot cpu initialization to xsave_init()Robert Richter2010-07-201-2/+12
| * x86, xsave: Sync xsave memory layout with its header for user handlingSuresh Siddha2010-07-191-1/+88
| * x86, xsave: Track the offset, size of state in the xsave layoutSuresh Siddha2010-07-191-0/+29
| |
| \
*-. \ Merge branches 'x86-cleanups-for-linus', 'x86-vmware-for-linus', 'x86-mtrr-fo...Linus Torvalds2010-08-061-10/+2
|\ \ \ | |_|/ |/| |
| | * x86: Avoid unnecessary __clear_user() and xrstor in signal handlingSuresh Siddha2010-07-061-10/+2
| |/
* | x86, xsave: Cleanup return codes in check_for_xstate()Dan Carpenter2010-06-091-6/+7
|/
* x86: Introduce 'struct fpu' and related APIAvi Kivity2010-05-101-1/+1
* x86: Eliminate TS_XSAVEAvi Kivity2010-05-101-3/+3
OpenPOWER on IntegriCloud