summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/fpu/xstate.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'x86_fpu_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-05-231-21/+39
|\
| * x86/fpu: Cleanup variable shadowingThomas Gleixner2022-05-021-1/+1
| * x86/fpu/xsave: Support XSAVEC in the kernelThomas Gleixner2022-04-251-20/+38
* | x86/prctl: Remove pointless task argumentThomas Gleixner2022-05-131-4/+1
|/
* x86/fpu/xstate: Consolidate size calculationsThomas Gleixner2022-03-301-41/+8
* x86/fpu/xstate: Handle supervisor states in XSTATE permissionsThomas Gleixner2022-03-301-0/+3
* x86/fpu/xsave: Handle compacted offsets correctly with supervisor statesThomas Gleixner2022-03-301-45/+41
* x86/fpu: Cache xfeature flags from CPUIDThomas Gleixner2022-03-301-36/+13
* x86/fpu/xsave: Initialize offset/size cache earlyThomas Gleixner2022-03-301-2/+5
* x86/fpu: Remove unused supervisor only offsetsThomas Gleixner2022-03-301-30/+0
* x86/fpu/xstate: Fix the ARCH_REQ_XCOMP_PERM implementationYang Zhong2022-03-231-1/+1
* 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