summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/fpu
AgeCommit message (Expand)AuthorLines
2021-11-30x86/fpu/signal: Initialize sw_bytes in save_xstate_epilog()Marco Elver-1/+1
2021-11-14Merge tag 'x86_urgent_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-2/+35
2021-11-03x86/fpu: Optimize out sigframe xfeatures when in init stateDave Hansen-2/+35
2021-11-02Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-1/+1
2021-10-28x86/fpu: Include vmalloc.h for vzalloc()Stephen Rothwell-0/+1
2021-10-26x86/fpu/amx: Enable the AMX feature in 64-bit modeChang S. Bae-2/+9
2021-10-26x86/fpu: Add XFD handling for dynamic statesChang S. Bae-1/+27
2021-10-26x86/fpu: Calculate the default sizes independentlyChang S. Bae-9/+21
2021-10-26x86/fpu/amx: Define AMX state components and have it used for boot-time checksChang S. Bae-1/+79
2021-10-26x86/fpu/xstate: Prepare XSAVE feature table for gaps in state component numbersChang S. Bae-13/+16
2021-10-26x86/fpu/xstate: Add fpstate_realloc()/free()Chang S. Bae-8/+89
2021-10-26x86/fpu/xstate: Add XFD #NM handlerChang S. Bae-0/+47
2021-10-26x86/fpu: Update XFD state where requiredChang S. Bae-2/+61
2021-10-26x86/fpu: Add sanity checks for XFDThomas Gleixner-12/+95
2021-10-26x86/fpu: Add XFD state to fpstateChang S. Bae-0/+6
2021-10-26x86/fpu: Reset permission and fpstate on exec()Chang S. Bae-3/+4
2021-10-26x86/fpu: Prepare fpu_clone() for dynamically enabled featuresThomas Gleixner-10/+25
2021-10-26x86/fpu/signal: Prepare for variable sigframe lengthChang S. Bae-40/+26
2021-10-26x86/fpu: Add basic helpers for dynamically enabled featuresThomas Gleixner-0/+4
2021-10-26x86/arch_prctl: Add controls for dynamic XSTATE componentsChang S. Bae-0/+162
2021-10-26x86/fpu: Add fpu_state_config::legacy_featuresThomas Gleixner-3/+6
2021-10-26x86/fpu: Add members to struct fpu to cache permission informationThomas Gleixner-0/+5
2021-10-26x86/fpu/xstate: Provide xstate_calculate_size()Chang S. Bae-18/+28
2021-10-23x86/fpu: Remove old KVM FPU interfaceThomas Gleixner-32/+0
2021-10-23x86/kvm: Convert FPU handling to a single swap bufferThomas Gleixner-8/+8
2021-10-23x86/fpu: Provide infrastructure for KVM FPU cleanupThomas Gleixner-6/+79
2021-10-22x86/fpu/xstate: Move remaining xfeature helpers to coreThomas Gleixner-0/+13
2021-10-22x86/fpu: Rework restore_regs_from_fpstate()Thomas Gleixner-9/+16
2021-10-22x86/fpu: Mop up xfeatures_mask_uabi()Thomas Gleixner-6/+6
2021-10-21x86/fpu: Move xstate feature masks to fpu_*_cfgThomas Gleixner-32/+34
2021-10-21x86/fpu: Move xstate size to fpu_*_cfgThomas Gleixner-42/+41
2021-10-21x86/fpu/xstate: Cleanup size calculationsThomas Gleixner-36/+46
2021-10-21x86/fpu: Cleanup fpu__init_system_xstate_size_legacy()Thomas Gleixner-10/+5
2021-10-21x86/fpu: Provide struct fpu_configThomas Gleixner-0/+4
2021-10-21x86/fpu/signal: Use fpstate for size and featuresThomas Gleixner-17/+27
2021-10-21x86/fpu/xstate: Use fpstate for copy_uabi_to_xstate()Thomas Gleixner-13/+26
2021-10-21x86/fpu: Use fpstate in __copy_xstate_to_uabi_buf()Thomas Gleixner-10/+11
2021-10-21x86/fpu: Use fpstate in fpu_copy_kvm_uabi_to_fpstate()Thomas Gleixner-6/+6
2021-10-21x86/fpu/xstate: Use fpstate for xsave_to_user_sigframe()Thomas Gleixner-1/+1
2021-10-21x86/fpu/xstate: Use fpstate for os_xsave()Thomas Gleixner-6/+6
2021-10-21x86/fpu: Use fpstate::sizeThomas Gleixner-11/+9
2021-10-21x86/fpu: Add size and mask information to fpstateThomas Gleixner-0/+18
2021-10-21x86/process: Move arch_thread_struct_whitelist() out of lineThomas Gleixner-0/+12
2021-10-20x86/fpu: Remove fpu::stateThomas Gleixner-4/+0
2021-10-20x86/fpu/core: Convert to fpstateThomas Gleixner-23/+25
2021-10-20x86/fpu/signal: Convert to fpstateThomas Gleixner-14/+16
2021-10-20x86/fpu/regset: Convert to fpstateThomas Gleixner-13/+14
2021-10-20x86/fpu: Replace KVMs xstate component clearingThomas Gleixner-1/+13
2021-10-20x86/fpu: Convert restore_fpregs_from_fpstate() to struct fpstateThomas Gleixner-7/+7
2021-10-20x86/fpu: Convert fpstate_init() to struct fpstateThomas Gleixner-31/+31