aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/fpu/core.c
Commit message (Expand)AuthorAgeFilesLines
* x86/fpu: Drop fpregs lock before inheriting FPU permissionsMel Gorman2022-11-101-1/+1
* x86/fpu: Add a helper to prepare AMX state for low-power CPU idleChang S. Bae2022-07-191-0/+14
* Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-06-031-2/+2
|\
| * fork: Generalize PF_IO_WORKER handlingEric W. Biederman2022-05-071-2/+2
* | x86/fpu: KVM: Set the base guest FPU uABI size to sizeof(struct kvm_xsave)Sean Christopherson2022-05-251-1/+16
* | x86/fpu: Prevent FPU state corruptionThomas Gleixner2022-05-051-41/+26
|/
* x86/fpu: Remove redundant XCOMP_BV initializationThomas Gleixner2022-03-291-3/+0
* x86/fpu: Clear PASID when copying fpstateFenghua Yu2022-02-151-0/+7
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-01-161-6/+93
|\
| * x86/fpu: Provide fpu_sync_guest_vmexit_xfd_state()Thomas Gleixner2022-01-141-0/+24
| * x86/fpu: Add uabi_size to guest_fpuThomas Gleixner2022-01-141-0/+1
| * x86/fpu: Provide fpu_update_guest_xfd() for IA32_XFD emulationKevin Tian2022-01-141-0/+12
| * x86/fpu: Provide fpu_enable_guest_xfd_features() for KVMSean Christopherson2022-01-141-0/+22
| * x86/fpu: Make XFD initialization in __fpstate_reset() a function argumentJing Liu2022-01-141-5/+6
| * x86/fpu: Prepare guest FPU for dynamically enabled FPU featuresThomas Gleixner2022-01-071-1/+25
| * x86/fpu: Extend fpu_xstate_prctl() with guest permissionsThomas Gleixner2022-01-071-0/+3
* | x86/fpu: Correct AVX512 state trackingNoah Goldstein2021-11-161-7/+14
|/
* x86/fpu: Include vmalloc.h for vzalloc()Stephen Rothwell2021-10-281-0/+1
* x86/fpu/amx: Enable the AMX feature in 64-bit modeChang S. Bae2021-10-261-0/+6
* x86/fpu: Update XFD state where requiredChang S. Bae2021-10-261-1/+27
* x86/fpu: Add sanity checks for XFDThomas Gleixner2021-10-261-5/+4
* x86/fpu: Add XFD state to fpstateChang S. Bae2021-10-261-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-261-10/+25
* x86/fpu: Add basic helpers for dynamically enabled featuresThomas Gleixner2021-10-261-0/+4
* x86/fpu: Add members to struct fpu to cache permission informationThomas Gleixner2021-10-261-0/+5
* x86/fpu: Remove old KVM FPU interfaceThomas Gleixner2021-10-231-32/+0
* x86/kvm: Convert FPU handling to a single swap bufferThomas Gleixner2021-10-231-8/+8
* x86/fpu: Provide infrastructure for KVM FPU cleanupThomas Gleixner2021-10-231-6/+79
* x86/fpu: Rework restore_regs_from_fpstate()Thomas Gleixner2021-10-221-3/+14
* x86/fpu: Mop up xfeatures_mask_uabi()Thomas Gleixner2021-10-221-2/+2
* x86/fpu: Move xstate feature masks to fpu_*_cfgThomas Gleixner2021-10-211-2/+2
* x86/fpu: Move xstate size to fpu_*_cfgThomas Gleixner2021-10-211-4/+4
* x86/fpu: Provide struct fpu_configThomas Gleixner2021-10-211-0/+4
* x86/fpu/xstate: Use fpstate for copy_uabi_to_xstate()Thomas Gleixner2021-10-211-1/+1
* x86/fpu: Use fpstate in __copy_xstate_to_uabi_buf()Thomas Gleixner2021-10-211-4/+4
* x86/fpu: Use fpstate in fpu_copy_kvm_uabi_to_fpstate()Thomas Gleixner2021-10-211-6/+6
* x86/fpu/xstate: Use fpstate for os_xsave()Thomas Gleixner2021-10-211-1/+1
* x86/fpu: Use fpstate::sizeThomas Gleixner2021-10-211-7/+6
* x86/fpu: Add size and mask information to fpstateThomas Gleixner2021-10-211-0/+6
* x86/process: Move arch_thread_struct_whitelist() out of lineThomas Gleixner2021-10-211-0/+10
* x86/fpu/core: Convert to fpstateThomas Gleixner2021-10-201-21/+23
* x86/fpu: Convert restore_fpregs_from_fpstate() to struct fpstateThomas Gleixner2021-10-201-6/+6
* x86/fpu: Convert fpstate_init() to struct fpstateThomas Gleixner2021-10-201-22/+22
* x86/fpu: Provide struct fpstateThomas Gleixner2021-10-201-1/+10
* x86/fpu: Replace KVMs home brewed FPU copy to userThomas Gleixner2021-10-201-0/+18
* x86/fpu: Provide a proper function for ex_handler_fprestore()Thomas Gleixner2021-10-201-0/+5
* x86/fpu: Replace the includes of fpu/internal.hThomas Gleixner2021-10-201-1/+1
* x86/fpu: Move fpregs_restore_userregs() to coreThomas Gleixner2021-10-201-0/+1
* x86/fpu: Move legacy ASM wrappers to coreThomas Gleixner2021-10-201-0/+1