aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/fpu/xstate.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-26x86/fpu: Introduce validate_xstate_header()Eric Biggers1-0/+4
2017-09-24x86/fpu: Flip the parameter order in copy_*_to_xstate()Ingo Molnar1-2/+2
2017-09-24x86/fpu: Remove 'kbuf' parameter from the copy_user_to_xstate() APIIngo Molnar1-1/+1
2017-09-24x86/fpu: Remove 'ubuf' parameter from the copy_kernel_to_xstate() APIIngo Molnar1-1/+1
2017-09-24x86/fpu: Split copy_user_to_xstate() into copy_kernel_to_xstate() & copy_user_to_xstate()Ingo Molnar1-2/+2
2017-09-24x86/fpu: Clarify parameter names in the copy_xstate_to_*() methodsIngo Molnar1-2/+2
2017-09-24x86/fpu: Clean up parameter order in the copy_xstate_to_*() APIsIngo Molnar1-2/+2
2017-09-24x86/fpu: Remove 'kbuf' parameter from the copy_xstate_to_user() APIsIngo Molnar1-1/+1
2017-09-24x86/fpu: Remove 'ubuf' parameter from the copy_xstate_to_kernel() APIsIngo Molnar1-1/+1
2017-09-24x86/fpu: Split copy_xstate_to_user() into copy_xstate_to_kernel() & copy_xstate_to_user()Ingo Molnar1-2/+2
2017-09-24x86/fpu: Rename copyin_to_xsaves()/copyout_from_xsaves() to copy_user_to_xstate()/copy_xstate_to_user()Ingo Molnar1-2/+2
2016-10-07x86/fpu: Remove the XFEATURE_MASK_EAGER/LAZY distinctionAndy Lutomirski1-9/+5
2016-08-10x86: Apply more __ro_after_init and constKees Cook1-1/+2
2016-07-10x86/fpu/xstate: Fix PTRACE frames for XSAVESYu-cheng Yu1-1/+4
2016-07-10x86/fpu/xstate: Fix supervisor xstate component offsetYu-cheng Yu1-0/+3
2016-06-18x86/fpu/xstate: Copy xstate registers directly to the signal frame when compacted format is in useYu-cheng Yu1-0/+1
2016-06-18x86/fpu/xstate: Define and use 'fpu_user_xstate_size'Fenghua Yu1-1/+0
2016-03-20Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+2
2016-03-10x86/fpu: Revert ("x86/fpu: Disable AVX when eagerfpu is off")Yu-cheng Yu1-5/+4
2016-02-16x86/fpu, x86/mm/pkeys: Add PKRU xsave fields and data structuresDave Hansen1-1/+2
2016-01-12x86/fpu: Disable AVX when eagerfpu is offyu-cheng yu1-5/+6
2015-09-14x86/fpu: Rename XSAVE macrosDave Hansen1-5/+9
2015-09-14x86/fpu: Move XSAVE-disabling code to a helperDave Hansen1-0/+1
2015-06-09x86/fpu/xstate: Wrap get_xsave_addr() to make it saferDave Hansen1-0/+1
2015-05-25x86/fpu: Move the xstate copying functions into fpu/internal.hIngo Molnar1-192/+0
2015-05-20x86/fpu/xstate: Use explicit parameter in xstate_fault()Ingo Molnar1-14/+20
2015-05-19x86/fpu/xstate: Clean up setup_xstate_comp() callIngo Molnar1-1/+0
2015-05-19x86/fpu: Harmonize FPU register state typesIngo Molnar1-8/+8
2015-05-19x86/fpu: Rename all the fpregs, xregs, fxregs and fregs handling functionsIngo Molnar1-14/+6
2015-05-19x86/fpu: Generalize 'init_xstate_ctx'Ingo Molnar1-1/+0
2015-05-19x86/fpu: Factor out fpu/regset.h from fpu/internal.hIngo Molnar1-0/+1
2015-05-19x86/alternatives, x86/fpu: Add 'alternatives_patched' debug flag and use it in xsave_state()Ingo Molnar1-1/+1
2015-05-19x86/fpu: Move xfeature type enumeration to fpu/types.hIngo Molnar1-28/+0
2015-05-19x86/fpu: Enumerate xfeature bitsIngo Molnar1-12/+26
2015-05-19x86/fpu: Rename fpu/xsave.h to fpu/xstate.hIngo Molnar1-0/+254