summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/fpu/xstate.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* x86/kvm/fpu: Limit guest user_xfeatures to supported bits of XCR0Leonardo Bras2022-02-171-1/+4
* x86/fpu: Fix inline prefix warningsYang Zhong2022-01-141-1/+1
* x86/fpu: Add uabi_size to guest_fpuThomas Gleixner2022-01-141-0/+1
* x86/fpu: Add guest support to xfd_enable_feature()Thomas Gleixner2022-01-141-39/+54
* x86/fpu: Extend fpu_xstate_prctl() with guest permissionsThomas Gleixner2022-01-071-14/+39
* x86/fpu/amx: Enable the AMX feature in 64-bit modeChang S. Bae2021-10-261-2/+3
* x86/fpu: Add XFD handling for dynamic statesChang S. Bae2021-10-261-1/+27
* x86/fpu: Calculate the default sizes independentlyChang S. Bae2021-10-261-9/+21
* x86/fpu/amx: Define AMX state components and have it used for boot-time checksChang S. Bae2021-10-261-1/+79
* x86/fpu/xstate: Prepare XSAVE feature table for gaps in state component numbersChang S. Bae2021-10-261-13/+16
* x86/fpu/xstate: Add fpstate_realloc()/free()Chang S. Bae2021-10-261-8/+89
* x86/fpu/xstate: Add XFD #NM handlerChang S. Bae2021-10-261-0/+47
* x86/fpu: Update XFD state where requiredChang S. Bae2021-10-261-0/+12
* x86/fpu: Add sanity checks for XFDThomas Gleixner2021-10-261-0/+58
* x86/fpu/signal: Prepare for variable sigframe lengthChang S. Bae2021-10-261-1/+0
* x86/arch_prctl: Add controls for dynamic XSTATE componentsChang S. Bae2021-10-261-0/+156
* x86/fpu/xstate: Provide xstate_calculate_size()Chang S. Bae2021-10-261-18/+28
* x86/fpu: Rework restore_regs_from_fpstate()Thomas Gleixner2021-10-221-1/+1
* x86/fpu: Mop up xfeatures_mask_uabi()Thomas Gleixner2021-10-221-3/+3
* x86/fpu: Move xstate feature masks to fpu_*_cfgThomas Gleixner2021-10-211-28/+29
* x86/fpu: Move xstate size to fpu_*_cfgThomas Gleixner2021-10-211-14/+18
* x86/fpu/xstate: Cleanup size calculationsThomas Gleixner2021-10-211-36/+46
* x86/fpu/xstate: Use fpstate for copy_uabi_to_xstate()Thomas Gleixner2021-10-211-8/+10
* x86/fpu: Use fpstate in __copy_xstate_to_uabi_buf()Thomas Gleixner2021-10-211-5/+6
* x86/fpu: Add size and mask information to fpstateThomas Gleixner2021-10-211-0/+3
* x86/fpu/core: Convert to fpstateThomas Gleixner2021-10-201-1/+1
* x86/fpu: Replace KVMs xstate component clearingThomas Gleixner2021-10-201-1/+11
* x86/fpu: Convert fpstate_init() to struct fpstateThomas Gleixner2021-10-201-6/+6
* x86/fpu: Replace the includes of fpu/internal.hThomas Gleixner2021-10-201-1/+0
* x86/fpu: Move mxcsr related code to coreThomas Gleixner2021-10-201-1/+2
* x86/fpu: Move legacy ASM wrappers to coreThomas Gleixner2021-10-201-0/+1
* x86/fpu: Make os_xrstor_booting() privateThomas Gleixner2021-10-201-0/+23
* x86/fpu: Mark fpu__init_prepare_fx_sw_frame() as __initThomas Gleixner2021-10-201-0/+1
* x86/fpu: Rework copy_xstate_to_uabi_buf()Thomas Gleixner2021-10-201-8/+26
* x86/fpu: Replace KVMs home brewed FPU copy from userThomas Gleixner2021-10-201-2/+1
* x86/fpu: Move KVMs FPU swapping to FPU coreThomas Gleixner2021-10-201-1/+0
* x86/fpu/xstate: Mark all init only functions __initThomas Gleixner2021-10-201-5/+5
* x86/fpu/xstate: Provide and use for_each_xfeature()Thomas Gleixner2021-10-201-33/+23
* x86/fpu: Cleanup xstate xcomp_bv initializationThomas Gleixner2021-10-201-5/+3
* x86/fpu: Cleanup the on_boot_cpu clutterThomas Gleixner2021-10-201-9/+0
* x86/fpu: Restrict xsaves()/xrstors() to independent statesThomas Gleixner2021-10-201-15/+7
* x86/fpu/xstate: Clear xstate header in copy_xstate_to_uabi_buf() againThomas Gleixner2021-06-241-0/+1
* x86/fpu: Mask PKRU from kernel XRSTOR[S] operationsThomas Gleixner2021-06-231-0/+1
* x86/fpu: Hook up PKRU into ptrace()Dave Hansen2021-06-231-7/+18
* x86/fpu: Rename xfeatures_mask_user() to xfeatures_mask_uabi()Thomas Gleixner2021-06-231-9/+9
* x86/cpu: Sanitize X86_FEATURE_OSPKEThomas Gleixner2021-06-231-1/+1
* x86/fpu/xstate: Sanitize handling of independent featuresThomas Gleixner2021-06-231-50/+48
* x86/fpu: Rename "dynamic" XSTATEs to "independent"Andy Lutomirski2021-06-231-31/+31
* x86/fpu: Deduplicate copy_uabi_from_user/kernel_to_xstate()Thomas Gleixner2021-06-231-90/+47
* x86/fpu: Rename xstate copy functions which are related to UABIThomas Gleixner2021-06-231-2/+3