summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/fpu/core.c
Commit message (Expand)AuthorAgeFilesLines
* x86/fpu: Fix AMD X86_BUG_FXSAVE_LEAK fixupUros Bizjak2024-03-191-2/+2
* arch/x86: Fix typosBjorn Helgaas2024-01-031-1/+1
* x86/fpu: Allow caller to constrain xfeatures when copying to uabi bufferSean Christopherson2023-10-121-2/+3
* Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-08-311-1/+53
|\
| * x86/shstk: Handle thread shadow stackRick Edgecombe2023-08-021-1/+35
| * x86/fpu: Add helper for modifying xstateRick Edgecombe2023-08-021-0/+18
* | x86/fpu: Invalidate FPU state correctly on exec()Rick Edgecombe2023-08-241-1/+1
|/
* fork, vhost: Use CLONE_THREAD to fix freezer/ps regressionMike Christie2023-06-011-1/+1
* Merge tag 'x86-fpu-2023-02-20' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-02-201-1/+1
|\
| * x86/fpu: Don't set TIF_NEED_FPU_LOAD for PF_IO_WORKER threadsJens Axboe2023-01-251-1/+1
* | cpuidle, intel_idle: Fix CPUIDLE_FLAG_INIT_XSTATEPeter Zijlstra2023-01-131-2/+2
|/
* Merge tag 'x86_fpu_for_6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-12-121-11/+8
|\
| * x86/fpu: Emulate XRSTOR's behavior if the xfeatures PKRU bit is not setKyle Huey2022-11-161-0/+8
| * x86/fpu: Allow PKRU to be (once again) written by ptrace.Kyle Huey2022-11-161-12/+1
| * x86/fpu: Add a pkru argument to copy_uabi_from_kernel_to_xstate().Kyle Huey2022-11-161-1/+1
* | 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