aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/fpu
AgeCommit message (Expand)Author
2023-03-10x86/fpu: Don't set TIF_NEED_FPU_LOAD for PF_IO_WORKER threadsJens Axboe
2023-03-10cpuidle, intel_idle: Fix CPUIDLE_FLAG_INIT_XSTATEPeter Zijlstra
2023-01-24x86/fpu: Use _Alignof to avoid undefined behavior in TYPE_ALIGNYingChi Long
2023-01-14x86/fpu: Emulate XRSTOR's behavior if the xfeatures PKRU bit is not setKyle Huey
2023-01-14x86/fpu: Allow PKRU to be (once again) written by ptrace.Kyle Huey
2023-01-14x86/fpu: Add a pkru argument to copy_uabi_to_xstate()Kyle Huey
2023-01-14x86/fpu: Add a pkru argument to copy_uabi_from_kernel_to_xstate().Kyle Huey
2023-01-14x86/fpu: Take task_struct* in copy_sigframe_from_user_to_xstate()Kyle Huey
2023-01-07x86/fpu/xstate: Fix XSTATE_WARN_ON() to emit relevant diagnosticsAndrew Cooper
2022-11-10x86/fpu: Drop fpregs lock before inheriting FPU permissionsMel Gorman
2022-10-21x86/fpu: Fix copy_xstate_to_uabi() to copy init states correctlyChang S. Bae
2022-10-17x86/fpu: Exclude dynamic states from init_fpstateChang S. Bae
2022-10-17x86/fpu: Fix the init_fpstate size check with the actual sizeChang S. Bae
2022-10-17x86/fpu: Configure init_fpstate attributes orderlyChang S. Bae
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-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2022-05-25x86/fpu: KVM: Set the base guest FPU uABI size to sizeof(struct kvm_xsave)Sean Christopherson
2022-05-23Merge tag 'x86_fpu_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-05-23Merge tag 'x86_cleanups_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-05-13x86/prctl: Remove pointless task argumentThomas Gleixner
2022-05-07fork: Generalize PF_IO_WORKER handlingEric W. Biederman
2022-05-05x86/fpu: Prevent FPU state corruptionThomas Gleixner
2022-05-02x86/fpu: Cleanup variable shadowingThomas Gleixner
2022-04-25x86/fpu/xsave: Support XSAVEC in the kernelThomas Gleixner
2022-03-30x86/fpu/xstate: Consolidate size calculationsThomas Gleixner
2022-03-30x86/fpu/xstate: Handle supervisor states in XSTATE permissionsThomas Gleixner
2022-03-30x86/fpu/xsave: Handle compacted offsets correctly with supervisor statesThomas Gleixner
2022-03-30x86/fpu: Cache xfeature flags from CPUIDThomas Gleixner
2022-03-30x86/fpu/xsave: Initialize offset/size cache earlyThomas Gleixner
2022-03-30x86/fpu: Remove unused supervisor only offsetsThomas Gleixner
2022-03-29x86/fpu: Remove redundant XCOMP_BV initializationThomas Gleixner
2022-03-23x86/fpu/xstate: Fix the ARCH_REQ_XCOMP_PERM implementationYang Zhong
2022-03-21Merge tag 'x86-pasid-2022-03-21' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-02-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2022-02-18x86/ptrace: Fix xfpregs_set()'s incorrect xmm clearingAndy Lutomirski
2022-02-17x86/kvm/fpu: Limit guest user_xfeatures to supported bits of XCR0Leonardo Bras
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: Fix inline prefix warningsYang Zhong
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: Add guest support to xfd_enable_feature()Thomas Gleixner
2022-01-14x86/fpu: Make XFD initialization in __fpstate_reset() a function argumentJing Liu
2022-01-12Merge tag 'x86_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-01-10Merge tag 'x86_fpu_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
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