summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-10-26x86/fpu: Calculate the default sizes independentlyChang S. Bae1-9/+21
2021-10-26x86/fpu/amx: Define AMX state components and have it used for boot-time checksChang S. Bae4-1/+114
2021-10-26x86/fpu/xstate: Prepare XSAVE feature table for gaps in state component numbersChang S. Bae1-13/+16
2021-10-26x86/fpu/xstate: Add fpstate_realloc()/free()Chang S. Bae3-8/+106
2021-10-26x86/fpu/xstate: Add XFD #NM handlerChang S. Bae3-0/+87
2021-10-26x86/fpu: Update XFD state where requiredChang S. Bae5-2/+61
2021-10-26x86/fpu: Add sanity checks for XFDThomas Gleixner4-12/+95
2021-10-26x86/fpu: Add XFD state to fpstateChang S. Bae3-0/+9
2021-10-26x86/msr-index: Add MSRs for XFDChang S. Bae1-0/+2
2021-10-26x86/cpufeatures: Add eXtended Feature Disabling (XFD) feature bitChang S. Bae2-0/+2
2021-10-26x86/fpu: Reset permission and fpstate on exec()Chang S. Bae1-3/+4
2021-10-26x86/fpu: Prepare fpu_clone() for dynamically enabled featuresThomas Gleixner3-12/+27
2021-10-26x86/fpu/signal: Prepare for variable sigframe lengthChang S. Bae3-40/+26
2021-10-26x86/signal: Use fpu::__state_user_size for sigalt stack validationThomas Gleixner1-4/+31
2021-10-26x86/fpu: Add basic helpers for dynamically enabled featuresThomas Gleixner2-0/+25
2021-10-26x86/arch_prctl: Add controls for dynamic XSTATE componentsChang S. Bae6-3/+178
2021-10-26x86/fpu: Add fpu_state_config::legacy_featuresThomas Gleixner2-3/+13
2021-10-26x86/fpu: Add members to struct fpu to cache permission informationThomas Gleixner2-0/+51
2021-10-26x86/fpu/xstate: Provide xstate_calculate_size()Chang S. Bae1-18/+28
2021-10-26x86/signal: Implement sigaltstack size validationThomas Gleixner3-0/+61
2021-10-26signal: Add an optional check for altstack sizeThomas Gleixner3-6/+38
2021-10-23x86/fpu: Remove old KVM FPU interfaceThomas Gleixner2-34/+0
2021-10-23x86/kvm: Convert FPU handling to a single swap bufferThomas Gleixner5-82/+40
2021-10-23x86/fpu: Provide infrastructure for KVM FPU cleanupThomas Gleixner2-6/+92
2021-10-23x86/fpu: Prepare for sanitizing KVM FPU codeThomas Gleixner1-1/+43
2021-10-22x86/fpu/xstate: Move remaining xfeature helpers to coreThomas Gleixner2-13/+13
2021-10-22x86/fpu: Rework restore_regs_from_fpstate()Thomas Gleixner4-29/+23
2021-10-22x86/fpu: Mop up xfeatures_mask_uabi()Thomas Gleixner4-15/+6
2021-10-21x86/fpu: Move xstate feature masks to fpu_*_cfgThomas Gleixner5-38/+38
2021-10-21x86/fpu: Move xstate size to fpu_*_cfgThomas Gleixner7-42/+41
2021-10-21x86/fpu/xstate: Cleanup size calculationsThomas Gleixner1-36/+46
2021-10-21x86/fpu: Cleanup fpu__init_system_xstate_size_legacy()Thomas Gleixner1-10/+5
2021-10-21x86/fpu: Provide struct fpu_configThomas Gleixner2-0/+46
2021-10-21x86/fpu/signal: Use fpstate for size and featuresThomas Gleixner1-17/+27
2021-10-21x86/fpu/xstate: Use fpstate for copy_uabi_to_xstate()Thomas Gleixner6-25/+26
2021-10-21x86/fpu: Use fpstate in __copy_xstate_to_uabi_buf()Thomas Gleixner3-10/+11
2021-10-21x86/fpu: Use fpstate in fpu_copy_kvm_uabi_to_fpstate()Thomas Gleixner1-6/+6
2021-10-21x86/fpu/xstate: Use fpstate for xsave_to_user_sigframe()Thomas Gleixner1-1/+1
2021-10-21x86/fpu/xstate: Use fpstate for os_xsave()Thomas Gleixner3-6/+6
2021-10-21x86/fpu: Use fpstate::sizeThomas Gleixner2-11/+9
2021-10-21x86/fpu: Add size and mask information to fpstateThomas Gleixner4-0/+30
2021-10-21x86/process: Move arch_thread_struct_whitelist() out of lineThomas Gleixner3-6/+15
2021-10-21x86/fpu: Do not leak fpstate pointer on forkThomas Gleixner1-0/+2
2021-10-20x86/fpu: Remove fpu::stateThomas Gleixner2-15/+7
2021-10-20x86/math-emu: Convert to fpstateThomas Gleixner3-4/+4
2021-10-20x86/fpu/core: Convert to fpstateThomas Gleixner4-25/+27
2021-10-20x86/fpu/signal: Convert to fpstateThomas Gleixner1-14/+16
2021-10-20x86/fpu/regset: Convert to fpstateThomas Gleixner1-13/+14
2021-10-20x86/fpu: Convert tracing to fpstateThomas Gleixner1-2/+2
2021-10-20x86/KVM: Convert to fpstateThomas Gleixner1-2/+2