summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/xsave.c
AgeCommit message (Expand)Author
2015-05-19x86/fpu: Move i387.c and xsave.c to arch/x86/kernel/fpu/Ingo Molnar
2015-05-19x86/fpu: Rename fpu_finit() to fpstate_init()Ingo Molnar
2015-05-19x86/fpu: Split an fpstate_alloc_init() function out of init_fpu()Ingo Molnar
2015-03-23x86/fpu: Kill eager_fpu_init_bp()Oleg Nesterov
2015-03-23x86/fpu: Don't allocate fpu->state for swapper/0Oleg Nesterov
2015-03-23x86/fpu: Rename drop_init_fpu() to fpu_reset_state()Borislav Petkov
2015-03-23Merge tag 'v4.0-rc5' into x86/fpu, to prevent conflictsIngo Molnar
2015-03-13x86/fpu: Avoid math_state_restore() without used_math() in __restore_xstate_s...Oleg Nesterov
2015-02-23x86/fpu: Don't abuse FPU in kernel threads if use_eager_fpu()Oleg Nesterov
2015-02-04x86: Clean up cr4 manipulationAndy Lutomirski
2014-12-05x86: export get_xsave_addrPaolo Bonzini
2014-09-02x86, fpu: __restore_xstate_sig()->math_state_restore() needs preempt_disable()Oleg Nesterov
2014-09-02x86, fpu: shift drop_init_fpu() from save_xstate_sig() to handle_signal()Oleg Nesterov
2014-05-30x86/xsaves: Clean up code in xstate offsets computation in xsave areaFenghua Yu
2014-05-29Define kernel API to get address of each state in xsave areaFenghua Yu
2014-05-29x86/xsaves: Enable xsaves/xrstorsFenghua Yu
2014-05-29x86/xsaves: Call booting time xsaves and xrstors in setup_init_fpu_bufFenghua Yu
2013-12-06x86, xsave: Support eager-only xsave features, add MPX supportQiaowei Ren
2013-07-14x86: delete __cpuinit usage from all x86 filesPaul Gortmaker
2013-06-06x86: Get rid of ->hard_math and all the FPU asm fuH. Peter Anvin
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