summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/fpu/xstate.h
AgeCommit message (Expand)AuthorFilesLines
2021-06-23x86/fpu: Mask PKRU from kernel XRSTOR[S] operationsThomas Gleixner1-0/+10
2021-06-23x86/fpu: Hook up PKRU into ptrace()Dave Hansen1-1/+1
2021-06-23x86/fpu: Dont restore PKRU in fpregs_restore_userspace()Thomas Gleixner1-0/+19
2021-06-23x86/fpu: Rename xfeatures_mask_user() to xfeatures_mask_uabi()Thomas Gleixner1-1/+5
2021-06-23x86/pkeys: Move read_pkru() and write_pkru()Dave Hansen1-0/+1
2021-06-23x86/fpu/xstate: Sanitize handling of independent featuresThomas Gleixner1-2/+3
2021-06-23x86/fpu: Rename "dynamic" XSTATEs to "independent"Andy Lutomirski1-11/+11
2021-06-23x86/fpu: Rename xstate copy functions which are related to UABIThomas Gleixner1-2/+2
2021-06-23x86/fpu: Get rid of copy_supervisor_to_kernel()Thomas Gleixner1-1/+0
2021-06-23x86/fpu: Get rid of using_compacted_format()Thomas Gleixner1-1/+0
2021-06-23x86/fpu: Make copy_xstate_to_kernel() usable for [x]fpregs_get()Thomas Gleixner1-2/+10
2021-06-23x86/fpu: Sanitize xstateregs_set()Thomas Gleixner1-4/+0
2021-06-23x86/fpu: Remove unused get_xsave_field_ptr()Thomas Gleixner1-1/+0
2020-09-17x86/fpu/xstate: Add supervisor PASID state for ENQCMDYu-cheng Yu1-1/+1
2020-08-07Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-2/+2
2020-07-27x86: switch to ->regset_get()Al Viro1-2/+2
2020-07-08perf/x86/intel/lbr: Support XSAVES/XRSTORS for LBR context switchKan Liang1-0/+3
2020-07-08x86/fpu/xstate: Add helpers for LBR dynamic supervisor featureKan Liang1-0/+3
2020-07-08x86/fpu/xstate: Support dynamic supervisor feature for LBRKan Liang1-0/+30
2020-05-16x86/fpu: Introduce copy_supervisor_to_kernel()Yu-cheng Yu1-0/+1
2020-05-13x86/fpu/xstate: Separate user and supervisor xfeatures maskYu-cheng Yu1-1/+12
2020-05-12x86/fpu/xstate: Define new macros for supervisor and user xstatesFenghua Yu1-13/+23
2020-05-12x86/fpu/xstate: Rename validate_xstate_header() to validate_user_xstate_header()Fenghua Yu1-1/+1
2019-07-07x86/fpu: Inline fpu__xstate_clear_all_cpu_caps()Sebastian Andrzej Siewior1-1/+0
2019-04-11x86/fpu: Eager switch PKRU stateRik van Riel1-1/+3
2019-04-10x86/fpu: Use a feature number instead of mask in two more helpersSebastian Andrzej Siewior1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
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...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_xsta...Ingo Molnar1-2/+2
2017-09-24x86/fpu: Rename copyin_to_xsaves()/copyout_from_xsaves() to copy_user_to_xsta...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 compa...Yu-cheng Yu1-0/+1
2016-06-18x86/fpu/xstate: Define and use 'fpu_user_xstate_size'Fenghua Yu1-1/+0
2016-03-21Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus 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