summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* x86/fpu: Add XFD state to fpstateChang S. Bae2021-10-263-0/+9
* x86/msr-index: Add MSRs for XFDChang S. Bae2021-10-261-0/+2
* x86/cpufeatures: Add eXtended Feature Disabling (XFD) feature bitChang S. Bae2021-10-262-0/+2
* x86/fpu: Reset permission and fpstate on exec()Chang S. Bae2021-10-261-3/+4
* x86/fpu: Prepare fpu_clone() for dynamically enabled featuresThomas Gleixner2021-10-263-12/+27
* x86/fpu/signal: Prepare for variable sigframe lengthChang S. Bae2021-10-263-40/+26
* x86/signal: Use fpu::__state_user_size for sigalt stack validationThomas Gleixner2021-10-261-4/+31
* x86/fpu: Add basic helpers for dynamically enabled featuresThomas Gleixner2021-10-262-0/+25
* x86/arch_prctl: Add controls for dynamic XSTATE componentsChang S. Bae2021-10-266-3/+178
* x86/fpu: Add fpu_state_config::legacy_featuresThomas Gleixner2021-10-262-3/+13
* x86/fpu: Add members to struct fpu to cache permission informationThomas Gleixner2021-10-262-0/+51
* x86/fpu/xstate: Provide xstate_calculate_size()Chang S. Bae2021-10-261-18/+28
* x86/signal: Implement sigaltstack size validationThomas Gleixner2021-10-263-0/+61
* signal: Add an optional check for altstack sizeThomas Gleixner2021-10-263-6/+38
* x86/fpu: Remove old KVM FPU interfaceThomas Gleixner2021-10-232-34/+0
* x86/kvm: Convert FPU handling to a single swap bufferThomas Gleixner2021-10-235-82/+40
* x86/fpu: Provide infrastructure for KVM FPU cleanupThomas Gleixner2021-10-232-6/+92
* x86/fpu: Prepare for sanitizing KVM FPU codeThomas Gleixner2021-10-231-1/+43
* x86/fpu/xstate: Move remaining xfeature helpers to coreThomas Gleixner2021-10-222-13/+13
* x86/fpu: Rework restore_regs_from_fpstate()Thomas Gleixner2021-10-224-29/+23
* x86/fpu: Mop up xfeatures_mask_uabi()Thomas Gleixner2021-10-224-15/+6
* x86/fpu: Move xstate feature masks to fpu_*_cfgThomas Gleixner2021-10-215-38/+38
* x86/fpu: Move xstate size to fpu_*_cfgThomas Gleixner2021-10-217-42/+41
* x86/fpu/xstate: Cleanup size calculationsThomas Gleixner2021-10-211-36/+46
* x86/fpu: Cleanup fpu__init_system_xstate_size_legacy()Thomas Gleixner2021-10-211-10/+5
* x86/fpu: Provide struct fpu_configThomas Gleixner2021-10-212-0/+46
* x86/fpu/signal: Use fpstate for size and featuresThomas Gleixner2021-10-211-17/+27
* x86/fpu/xstate: Use fpstate for copy_uabi_to_xstate()Thomas Gleixner2021-10-216-25/+26
* x86/fpu: Use fpstate in __copy_xstate_to_uabi_buf()Thomas Gleixner2021-10-213-10/+11
* x86/fpu: Use fpstate in fpu_copy_kvm_uabi_to_fpstate()Thomas Gleixner2021-10-211-6/+6
* x86/fpu/xstate: Use fpstate for xsave_to_user_sigframe()Thomas Gleixner2021-10-211-1/+1
* x86/fpu/xstate: Use fpstate for os_xsave()Thomas Gleixner2021-10-213-6/+6
* x86/fpu: Use fpstate::sizeThomas Gleixner2021-10-212-11/+9
* x86/fpu: Add size and mask information to fpstateThomas Gleixner2021-10-214-0/+30
* x86/process: Move arch_thread_struct_whitelist() out of lineThomas Gleixner2021-10-213-6/+15
* x86/fpu: Do not leak fpstate pointer on forkThomas Gleixner2021-10-211-0/+2
* x86/fpu: Remove fpu::stateThomas Gleixner2021-10-202-15/+7
* x86/math-emu: Convert to fpstateThomas Gleixner2021-10-203-4/+4
* x86/fpu/core: Convert to fpstateThomas Gleixner2021-10-204-25/+27
* x86/fpu/signal: Convert to fpstateThomas Gleixner2021-10-201-14/+16
* x86/fpu/regset: Convert to fpstateThomas Gleixner2021-10-201-13/+14
* x86/fpu: Convert tracing to fpstateThomas Gleixner2021-10-201-2/+2
* x86/KVM: Convert to fpstateThomas Gleixner2021-10-201-2/+2
* x86/fpu: Replace KVMs xstate component clearingThomas Gleixner2021-10-205-11/+19
* x86/fpu: Convert restore_fpregs_from_fpstate() to struct fpstateThomas Gleixner2021-10-203-8/+8
* x86/fpu: Convert fpstate_init() to struct fpstateThomas Gleixner2021-10-204-31/+31
* x86/fpu: Provide struct fpstateThomas Gleixner2021-10-205-6/+39
* x86/fpu: Replace KVMs home brewed FPU copy to userThomas Gleixner2021-10-203-53/+22
* x86/fpu: Provide a proper function for ex_handler_fprestore()Thomas Gleixner2021-10-204-6/+10
* x86/fpu: Replace the includes of fpu/internal.hThomas Gleixner2021-10-2012-37/+10