aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/fpu
AgeCommit message (Expand)AuthorFilesLines
2024-03-24x86/fpu: Keep xfd_state in sync with MSR_IA32_XFDGravatar Adamos Ttofari 2-6/+13
2024-03-04x86/msr: Prepare for including <linux/percpu.h> into <asm/msr.h>Gravatar Thomas Gleixner 1-0/+2
2024-01-30x86/fpu: Stop relying on userspace for info to fault in xsave bufferGravatar Andrei Vagin 1-8/+5
2024-01-10Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefsGravatar Linus Torvalds 1-0/+1
2024-01-03arch/x86: Fix typosGravatar Bjorn Helgaas 1-1/+1
2023-12-20x86: fix missing includes/forward declarationsGravatar Kent Overstreet 1-0/+1
2023-10-30Merge tag 'x86_fpu_for_6.7_rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+0
2023-10-12KVM: x86: Constrain guest-supported xfeatures only at KVM_GET_XSAVE{2}Gravatar Sean Christopherson 1-4/+1
2023-10-12x86/fpu: Allow caller to constrain xfeatures when copying to uabi bufferGravatar Sean Christopherson 3-5/+10
2023-10-03x86/fpu/xstate: Address kernel-doc warningGravatar Zhu Wang 1-1/+0
2023-09-01Merge tag 'x86-urgent-2023-09-01' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2023-08-31x86/fpu/xstate: Fix PKRU covert channelGravatar Jim Mattson 1-1/+1
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 3-48/+177
2023-08-24x86/fpu: Set X86_FEATURE_OSXSAVE feature after enabling OSXSAVE in CR4Gravatar Feng Tang 1-0/+7
2023-08-24x86/fpu: Invalidate FPU state correctly on exec()Gravatar Rick Edgecombe 2-3/+2
2023-08-02x86: Add PTRACE interface for shadow stackGravatar Rick Edgecombe 1-0/+81
2023-08-02x86/shstk: Handle thread shadow stackGravatar Rick Edgecombe 1-1/+35
2023-08-02x86/fpu: Add helper for modifying xstateGravatar Rick Edgecombe 1-0/+18
2023-08-02x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor statesGravatar Rick Edgecombe 1-47/+43
2023-06-26Merge tag 'x86-boot-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-4/+4
2023-06-16x86/fpu: Mark init functions __initGravatar Thomas Gleixner 1-2/+2
2023-06-16x86/fpu: Remove cpuinfo argument from init functionsGravatar Thomas Gleixner 1-3/+3
2023-06-01fork, vhost: Use CLONE_THREAD to fix freezer/ps regressionGravatar Mike Christie 2-2/+2
2023-03-22x86/fpu/xstate: Prevent false-positive warning in __copy_xstate_uabi_buf()Gravatar Chang S. Bae 1-16/+14
2023-02-20Merge tag 'x86-fpu-2023-02-20' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 2-2/+2
2023-01-25x86/fpu: Don't set TIF_NEED_FPU_LOAD for PF_IO_WORKER threadsGravatar Jens Axboe 2-2/+2
2023-01-13cpuidle, intel_idle: Fix CPUIDLE_FLAG_INIT_XSTATEGravatar Peter Zijlstra 1-2/+2
2022-12-12Merge tag 'x86_fpu_for_6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 6-31/+67
2022-11-22x86/fpu: Use _Alignof to avoid undefined behavior in TYPE_ALIGNGravatar YingChi Long 1-5/+2
2022-11-16x86/fpu: Emulate XRSTOR's behavior if the xfeatures PKRU bit is not setGravatar Kyle Huey 2-1/+22
2022-11-16x86/fpu: Allow PKRU to be (once again) written by ptrace.Gravatar Kyle Huey 2-13/+21
2022-11-16x86/fpu: Add a pkru argument to copy_uabi_to_xstate()Gravatar Kyle Huey 1-3/+13
2022-11-16x86/fpu: Add a pkru argument to copy_uabi_from_kernel_to_xstate().Gravatar Kyle Huey 4-4/+4
2022-11-16x86/fpu: Take task_struct* in copy_sigframe_from_user_to_xstate()Gravatar Kyle Huey 3-4/+4
2022-11-10x86/fpu: Drop fpregs lock before inheriting FPU permissionsGravatar Mel Gorman 1-1/+1
2022-11-09x86/fpu/xstate: Fix XSTATE_WARN_ON() to emit relevant diagnosticsGravatar Andrew Cooper 1-6/+6
2022-10-21x86/fpu: Fix copy_xstate_to_uabi() to copy init states correctlyGravatar Chang S. Bae 1-0/+9
2022-10-17x86/fpu: Exclude dynamic states from init_fpstateGravatar Chang S. Bae 1-3/+6
2022-10-17x86/fpu: Fix the init_fpstate size check with the actual sizeGravatar Chang S. Bae 1-18/+6
2022-10-17x86/fpu: Configure init_fpstate attributes orderlyGravatar Chang S. Bae 2-9/+5
2022-07-19x86/fpu: Add a helper to prepare AMX state for low-power CPU idleGravatar Chang S. Bae 1-0/+14
2022-06-03Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-2/+2
2022-05-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-1/+16
2022-05-25x86/fpu: KVM: Set the base guest FPU uABI size to sizeof(struct kvm_xsave)Gravatar Sean Christopherson 1-1/+16
2022-05-23Merge tag 'x86_fpu_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-26/+48
2022-05-23Merge tag 'x86_cleanups_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-4/+1
2022-05-13x86/prctl: Remove pointless task argumentGravatar Thomas Gleixner 1-4/+1
2022-05-07fork: Generalize PF_IO_WORKER handlingGravatar Eric W. Biederman 1-2/+2
2022-05-05x86/fpu: Prevent FPU state corruptionGravatar Thomas Gleixner 1-41/+26
2022-05-02x86/fpu: Cleanup variable shadowingGravatar Thomas Gleixner 1-1/+1