aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/fpu/core.c
AgeCommit message (Expand)Author
2024-01-03arch/x86: Fix typosBjorn Helgaas
2023-10-12x86/fpu: Allow caller to constrain xfeatures when copying to uabi bufferSean Christopherson
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-08-24x86/fpu: Invalidate FPU state correctly on exec()Rick Edgecombe
2023-08-02x86/shstk: Handle thread shadow stackRick Edgecombe
2023-08-02x86/fpu: Add helper for modifying xstateRick Edgecombe
2023-06-01fork, vhost: Use CLONE_THREAD to fix freezer/ps regressionMike Christie
2023-02-20Merge tag 'x86-fpu-2023-02-20' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-01-25x86/fpu: Don't set TIF_NEED_FPU_LOAD for PF_IO_WORKER threadsJens Axboe
2023-01-13cpuidle, intel_idle: Fix CPUIDLE_FLAG_INIT_XSTATEPeter Zijlstra
2022-12-12Merge tag 'x86_fpu_for_6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-11-16x86/fpu: Emulate XRSTOR's behavior if the xfeatures PKRU bit is not setKyle Huey
2022-11-16x86/fpu: Allow PKRU to be (once again) written by ptrace.Kyle Huey
2022-11-16x86/fpu: Add a pkru argument to copy_uabi_from_kernel_to_xstate().Kyle Huey
2022-11-10x86/fpu: Drop fpregs lock before inheriting FPU permissionsMel Gorman
2022-07-19x86/fpu: Add a helper to prepare AMX state for low-power CPU idleChang S. Bae
2022-06-03Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-05-25x86/fpu: KVM: Set the base guest FPU uABI size to sizeof(struct kvm_xsave)Sean Christopherson
2022-05-07fork: Generalize PF_IO_WORKER handlingEric W. Biederman
2022-05-05x86/fpu: Prevent FPU state corruptionThomas Gleixner
2022-03-29x86/fpu: Remove redundant XCOMP_BV initializationThomas Gleixner
2022-02-15x86/fpu: Clear PASID when copying fpstateFenghua Yu
2022-01-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2022-01-14x86/fpu: Provide fpu_sync_guest_vmexit_xfd_state()Thomas Gleixner
2022-01-14x86/fpu: Add uabi_size to guest_fpuThomas Gleixner
2022-01-14x86/fpu: Provide fpu_update_guest_xfd() for IA32_XFD emulationKevin Tian
2022-01-14x86/fpu: Provide fpu_enable_guest_xfd_features() for KVMSean Christopherson
2022-01-14x86/fpu: Make XFD initialization in __fpstate_reset() a function argumentJing Liu
2022-01-07x86/fpu: Prepare guest FPU for dynamically enabled FPU featuresThomas Gleixner
2022-01-07x86/fpu: Extend fpu_xstate_prctl() with guest permissionsThomas Gleixner
2021-11-16x86/fpu: Correct AVX512 state trackingNoah Goldstein
2021-10-28x86/fpu: Include vmalloc.h for vzalloc()Stephen Rothwell
2021-10-26x86/fpu/amx: Enable the AMX feature in 64-bit modeChang S. Bae
2021-10-26x86/fpu: Update XFD state where requiredChang S. Bae
2021-10-26x86/fpu: Add sanity checks for XFDThomas Gleixner
2021-10-26x86/fpu: Add XFD state to fpstateChang S. Bae
2021-10-26x86/fpu: Reset permission and fpstate on exec()Chang S. Bae
2021-10-26x86/fpu: Prepare fpu_clone() for dynamically enabled featuresThomas Gleixner
2021-10-26x86/fpu: Add basic helpers for dynamically enabled featuresThomas Gleixner
2021-10-26x86/fpu: Add members to struct fpu to cache permission informationThomas Gleixner
2021-10-23x86/fpu: Remove old KVM FPU interfaceThomas Gleixner
2021-10-23x86/kvm: Convert FPU handling to a single swap bufferThomas Gleixner
2021-10-23x86/fpu: Provide infrastructure for KVM FPU cleanupThomas Gleixner
2021-10-22x86/fpu: Rework restore_regs_from_fpstate()Thomas Gleixner
2021-10-22x86/fpu: Mop up xfeatures_mask_uabi()Thomas Gleixner
2021-10-21x86/fpu: Move xstate feature masks to fpu_*_cfgThomas Gleixner
2021-10-21x86/fpu: Move xstate size to fpu_*_cfgThomas Gleixner
2021-10-21x86/fpu: Provide struct fpu_configThomas Gleixner
2021-10-21x86/fpu/xstate: Use fpstate for copy_uabi_to_xstate()Thomas Gleixner
2021-10-21x86/fpu: Use fpstate in __copy_xstate_to_uabi_buf()Thomas Gleixner