summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/fpu (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'x86_fpu_for_6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-12-126-31/+67
|\
| * x86/fpu: Use _Alignof to avoid undefined behavior in TYPE_ALIGNYingChi Long2022-11-221-5/+2
| * x86/fpu: Emulate XRSTOR's behavior if the xfeatures PKRU bit is not setKyle Huey2022-11-172-1/+22
| * x86/fpu: Allow PKRU to be (once again) written by ptrace.Kyle Huey2022-11-172-13/+21
| * x86/fpu: Add a pkru argument to copy_uabi_to_xstate()Kyle Huey2022-11-171-3/+13
| * x86/fpu: Add a pkru argument to copy_uabi_from_kernel_to_xstate().Kyle Huey2022-11-174-4/+4
| * x86/fpu: Take task_struct* in copy_sigframe_from_user_to_xstate()Kyle Huey2022-11-173-4/+4
| * x86/fpu/xstate: Fix XSTATE_WARN_ON() to emit relevant diagnosticsAndrew Cooper2022-11-091-6/+6
* | x86/fpu: Drop fpregs lock before inheriting FPU permissionsMel Gorman2022-11-101-1/+1
|/
* x86/fpu: Fix copy_xstate_to_uabi() to copy init states correctlyChang S. Bae2022-10-221-0/+9
* x86/fpu: Exclude dynamic states from init_fpstateChang S. Bae2022-10-171-3/+6
* x86/fpu: Fix the init_fpstate size check with the actual sizeChang S. Bae2022-10-171-18/+6
* x86/fpu: Configure init_fpstate attributes orderlyChang S. Bae2022-10-172-9/+5
* 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-041-2/+2
|\
| * fork: Generalize PF_IO_WORKER handlingEric W. Biederman2022-05-071-2/+2
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-05-261-1/+16
|\ \
| * | x86/fpu: KVM: Set the base guest FPU uABI size to sizeof(struct kvm_xsave)Sean Christopherson2022-05-251-1/+16
* | | Merge tag 'x86_fpu_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-05-242-26/+48
|\ \ \
| * | | x86/fpu: Cleanup variable shadowingThomas Gleixner2022-05-021-1/+1
| * | | x86/fpu/xsave: Support XSAVEC in the kernelThomas Gleixner2022-04-252-25/+47
| | |/ | |/|
* | | Merge tag 'x86_cleanups_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-05-241-4/+1
|\ \ \ | |_|/ |/| |
| * | x86/prctl: Remove pointless task argumentThomas Gleixner2022-05-131-4/+1
| |/
* / x86/fpu: Prevent FPU state corruptionThomas Gleixner2022-05-051-41/+26
|/
* x86/fpu/xstate: Consolidate size calculationsThomas Gleixner2022-03-301-41/+8
* x86/fpu/xstate: Handle supervisor states in XSTATE permissionsThomas Gleixner2022-03-301-0/+3
* x86/fpu/xsave: Handle compacted offsets correctly with supervisor statesThomas Gleixner2022-03-301-45/+41
* x86/fpu: Cache xfeature flags from CPUIDThomas Gleixner2022-03-301-36/+13
* x86/fpu/xsave: Initialize offset/size cache earlyThomas Gleixner2022-03-301-2/+5
* x86/fpu: Remove unused supervisor only offsetsThomas Gleixner2022-03-301-30/+0
* x86/fpu: Remove redundant XCOMP_BV initializationThomas Gleixner2022-03-291-3/+0
* x86/fpu/xstate: Fix the ARCH_REQ_XCOMP_PERM implementationYang Zhong2022-03-231-1/+1
* Merge tag 'x86-pasid-2022-03-21' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-03-211-0/+7
|\
| * 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-02-241-1/+4
|\ \
| * | x86/kvm/fpu: Limit guest user_xfeatures to supported bits of XCR0Leonardo Bras2022-02-171-1/+4
| |/
* / x86/ptrace: Fix xfpregs_set()'s incorrect xmm clearingAndy Lutomirski2022-02-181-5/+4
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-01-163-61/+204
|\
| * x86/fpu: Fix inline prefix warningsYang Zhong2022-01-141-1/+1
| * 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-142-0/+2
| * 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: Add guest support to xfd_enable_feature()Thomas Gleixner2022-01-142-39/+60
| * 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-073-16/+53
* | Merge tag 'x86_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-01-132-10/+2
|\ \
| * | x86/fpu: Remove .fixup usagePeter Zijlstra2021-12-112-10/+2
| |/
* | Merge tag 'x86_fpu_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-01-101-7/+14
|\ \ | |/ |/|