aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/fpu/xstate.h
AgeCommit message (Expand)AuthorFilesLines
2023-08-02x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor statesGravatar Rick Edgecombe 1-2/+4
2021-11-03x86/fpu: Optimize out sigframe xfeatures when in init stateGravatar Dave Hansen 1-0/+7
2021-10-26x86/fpu/amx: Enable the AMX feature in 64-bit modeGravatar Chang S. Bae 1-2/+3
2021-10-26x86/fpu/amx: Define AMX state components and have it used for boot-time checksGravatar Chang S. Bae 1-0/+2
2021-10-26x86/fpu/xstate: Add XFD #NM handlerGravatar Chang S. Bae 1-0/+2
2021-10-26x86/fpu: Add basic helpers for dynamically enabled featuresGravatar Thomas Gleixner 1-0/+21
2021-10-22x86/fpu/xstate: Move remaining xfeature helpers to coreGravatar Thomas Gleixner 1-13/+0
2021-10-22x86/fpu: Rework restore_regs_from_fpstate()Gravatar Thomas Gleixner 1-20/+7
2021-10-22x86/fpu: Mop up xfeatures_mask_uabi()Gravatar Thomas Gleixner 1-9/+0
2021-10-21x86/fpu: Move xstate feature masks to fpu_*_cfgGravatar Thomas Gleixner 1-6/+4
2021-10-21x86/fpu/xstate: Use fpstate for copy_uabi_to_xstate()Gravatar Thomas Gleixner 1-12/+0
2021-10-20x86/fpu: Replace KVMs xstate component clearingGravatar Thomas Gleixner 1-1/+0
2021-10-20x86/fpu: Move os_xsave() and os_xrstor() to coreGravatar Thomas Gleixner 1-6/+0
2021-06-23x86/fpu: Mask PKRU from kernel XRSTOR[S] operationsGravatar Thomas Gleixner 1-0/+10
2021-06-23x86/fpu: Hook up PKRU into ptrace()Gravatar Dave Hansen 1-1/+1
2021-06-23x86/fpu: Dont restore PKRU in fpregs_restore_userspace()Gravatar Thomas Gleixner 1-0/+19
2021-06-23x86/fpu: Rename xfeatures_mask_user() to xfeatures_mask_uabi()Gravatar Thomas Gleixner 1-1/+5
2021-06-23x86/pkeys: Move read_pkru() and write_pkru()Gravatar Dave Hansen 1-0/+1
2021-06-23x86/fpu/xstate: Sanitize handling of independent featuresGravatar Thomas Gleixner 1-2/+3
2021-06-23x86/fpu: Rename "dynamic" XSTATEs to "independent"Gravatar Andy Lutomirski 1-11/+11
2021-06-23x86/fpu: Rename xstate copy functions which are related to UABIGravatar Thomas Gleixner 1-2/+2
2021-06-23x86/fpu: Get rid of copy_supervisor_to_kernel()Gravatar Thomas Gleixner 1-1/+0
2021-06-23x86/fpu: Get rid of using_compacted_format()Gravatar Thomas Gleixner 1-1/+0
2021-06-23x86/fpu: Make copy_xstate_to_kernel() usable for [x]fpregs_get()Gravatar Thomas Gleixner 1-2/+10
2021-06-23x86/fpu: Sanitize xstateregs_set()Gravatar Thomas Gleixner 1-4/+0
2021-06-23x86/fpu: Remove unused get_xsave_field_ptr()Gravatar Thomas Gleixner 1-1/+0
2020-09-17x86/fpu/xstate: Add supervisor PASID state for ENQCMDGravatar Yu-cheng Yu 1-1/+1
2020-08-07Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-2/+2
2020-07-27x86: switch to ->regset_get()Gravatar Al Viro 1-2/+2
2020-07-08perf/x86/intel/lbr: Support XSAVES/XRSTORS for LBR context switchGravatar Kan Liang 1-0/+3
2020-07-08x86/fpu/xstate: Add helpers for LBR dynamic supervisor featureGravatar Kan Liang 1-0/+3
2020-07-08x86/fpu/xstate: Support dynamic supervisor feature for LBRGravatar Kan Liang 1-0/+30
2020-05-16x86/fpu: Introduce copy_supervisor_to_kernel()Gravatar Yu-cheng Yu 1-0/+1
2020-05-13x86/fpu/xstate: Separate user and supervisor xfeatures maskGravatar Yu-cheng Yu 1-1/+12
2020-05-12x86/fpu/xstate: Define new macros for supervisor and user xstatesGravatar Fenghua Yu 1-13/+23
2020-05-12x86/fpu/xstate: Rename validate_xstate_header() to validate_user_xstate_header()Gravatar Fenghua Yu 1-1/+1
2019-07-07x86/fpu: Inline fpu__xstate_clear_all_cpu_caps()Gravatar Sebastian Andrzej Siewior 1-1/+0
2019-04-11x86/fpu: Eager switch PKRU stateGravatar Rik van Riel 1-1/+3
2019-04-10x86/fpu: Use a feature number instead of mask in two more helpersGravatar Sebastian Andrzej Siewior 1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-09-26x86/fpu: Introduce validate_xstate_header()Gravatar Eric Biggers 1-0/+4
2017-09-24x86/fpu: Flip the parameter order in copy_*_to_xstate()Gravatar Ingo Molnar 1-2/+2
2017-09-24x86/fpu: Remove 'kbuf' parameter from the copy_user_to_xstate() APIGravatar Ingo Molnar 1-1/+1
2017-09-24x86/fpu: Remove 'ubuf' parameter from the copy_kernel_to_xstate() APIGravatar Ingo Molnar 1-1/+1
2017-09-24x86/fpu: Split copy_user_to_xstate() into copy_kernel_to_xstate() & copy_user...Gravatar Ingo Molnar 1-2/+2
2017-09-24x86/fpu: Clarify parameter names in the copy_xstate_to_*() methodsGravatar Ingo Molnar 1-2/+2
2017-09-24x86/fpu: Clean up parameter order in the copy_xstate_to_*() APIsGravatar Ingo Molnar 1-2/+2
2017-09-24x86/fpu: Remove 'kbuf' parameter from the copy_xstate_to_user() APIsGravatar Ingo Molnar 1-1/+1
2017-09-24x86/fpu: Remove 'ubuf' parameter from the copy_xstate_to_kernel() APIsGravatar Ingo Molnar 1-1/+1
2017-09-24x86/fpu: Split copy_xstate_to_user() into copy_xstate_to_kernel() & copy_xsta...Gravatar Ingo Molnar 1-2/+2