| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2022-06-04 | 1 | -2/+2 |
|\ |
|
| * | fork: Generalize PF_IO_WORKER handling | Eric W. Biederman | 2022-05-07 | 1 | -2/+2 |
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2022-05-26 | 1 | -1/+16 |
|\ \ |
|
| * | | x86/fpu: KVM: Set the base guest FPU uABI size to sizeof(struct kvm_xsave) | Sean Christopherson | 2022-05-25 | 1 | -1/+16 |
* | | | Merge tag 'x86_fpu_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2022-05-24 | 2 | -26/+48 |
|\ \ \ |
|
| * | | | x86/fpu: Cleanup variable shadowing | Thomas Gleixner | 2022-05-02 | 1 | -1/+1 |
| * | | | x86/fpu/xsave: Support XSAVEC in the kernel | Thomas Gleixner | 2022-04-25 | 2 | -25/+47 |
| | |/
| |/| |
|
* | | | Merge tag 'x86_cleanups_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2022-05-24 | 1 | -4/+1 |
|\ \ \
| |_|/
|/| | |
|
| * | | x86/prctl: Remove pointless task argument | Thomas Gleixner | 2022-05-13 | 1 | -4/+1 |
| |/ |
|
* / | x86/fpu: Prevent FPU state corruption | Thomas Gleixner | 2022-05-05 | 1 | -41/+26 |
|/ |
|
* | x86/fpu/xstate: Consolidate size calculations | Thomas Gleixner | 2022-03-30 | 1 | -41/+8 |
* | x86/fpu/xstate: Handle supervisor states in XSTATE permissions | Thomas Gleixner | 2022-03-30 | 1 | -0/+3 |
* | x86/fpu/xsave: Handle compacted offsets correctly with supervisor states | Thomas Gleixner | 2022-03-30 | 1 | -45/+41 |
* | x86/fpu: Cache xfeature flags from CPUID | Thomas Gleixner | 2022-03-30 | 1 | -36/+13 |
* | x86/fpu/xsave: Initialize offset/size cache early | Thomas Gleixner | 2022-03-30 | 1 | -2/+5 |
* | x86/fpu: Remove unused supervisor only offsets | Thomas Gleixner | 2022-03-30 | 1 | -30/+0 |
* | x86/fpu: Remove redundant XCOMP_BV initialization | Thomas Gleixner | 2022-03-29 | 1 | -3/+0 |
* | x86/fpu/xstate: Fix the ARCH_REQ_XCOMP_PERM implementation | Yang Zhong | 2022-03-23 | 1 | -1/+1 |
* | Merge tag 'x86-pasid-2022-03-21' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2022-03-21 | 1 | -0/+7 |
|\ |
|
| * | x86/fpu: Clear PASID when copying fpstate | Fenghua Yu | 2022-02-15 | 1 | -0/+7 |
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2022-02-24 | 1 | -1/+4 |
|\ \ |
|
| * | | x86/kvm/fpu: Limit guest user_xfeatures to supported bits of XCR0 | Leonardo Bras | 2022-02-17 | 1 | -1/+4 |
| |/ |
|
* / | x86/ptrace: Fix xfpregs_set()'s incorrect xmm clearing | Andy Lutomirski | 2022-02-18 | 1 | -5/+4 |
|/ |
|
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2022-01-16 | 3 | -61/+204 |
|\ |
|
| * | x86/fpu: Fix inline prefix warnings | Yang Zhong | 2022-01-14 | 1 | -1/+1 |
| * | x86/fpu: Provide fpu_sync_guest_vmexit_xfd_state() | Thomas Gleixner | 2022-01-14 | 1 | -0/+24 |
| * | x86/fpu: Add uabi_size to guest_fpu | Thomas Gleixner | 2022-01-14 | 2 | -0/+2 |
| * | x86/fpu: Provide fpu_update_guest_xfd() for IA32_XFD emulation | Kevin Tian | 2022-01-14 | 1 | -0/+12 |
| * | x86/fpu: Provide fpu_enable_guest_xfd_features() for KVM | Sean Christopherson | 2022-01-14 | 1 | -0/+22 |
| * | x86/fpu: Add guest support to xfd_enable_feature() | Thomas Gleixner | 2022-01-14 | 2 | -39/+60 |
| * | x86/fpu: Make XFD initialization in __fpstate_reset() a function argument | Jing Liu | 2022-01-14 | 1 | -5/+6 |
| * | x86/fpu: Prepare guest FPU for dynamically enabled FPU features | Thomas Gleixner | 2022-01-07 | 1 | -1/+25 |
| * | x86/fpu: Extend fpu_xstate_prctl() with guest permissions | Thomas Gleixner | 2022-01-07 | 3 | -16/+53 |
* | | Merge tag 'x86_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2022-01-13 | 2 | -10/+2 |
|\ \ |
|
| * | | x86/fpu: Remove .fixup usage | Peter Zijlstra | 2021-12-11 | 2 | -10/+2 |
| |/ |
|
* | | Merge tag 'x86_fpu_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2022-01-10 | 1 | -7/+14 |
|\ \
| |/
|/| |
|
| * | x86/fpu: Correct AVX512 state tracking | Noah Goldstein | 2021-11-16 | 1 | -7/+14 |
* | | x86/fpu/signal: Initialize sw_bytes in save_xstate_epilog() | Marco Elver | 2021-12-01 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'x86_urgent_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2021-11-14 | 1 | -2/+35 |
|\ |
|
| * | x86/fpu: Optimize out sigframe xfeatures when in init state | Dave Hansen | 2021-11-03 | 1 | -2/+35 |
* | | Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2021-11-02 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | gup: Turn fault_in_pages_{readable,writeable} into fault_in_{readable,writeable} | Andreas Gruenbacher | 2021-10-18 | 1 | -4/+3 |
* | | x86/fpu: Include vmalloc.h for vzalloc() | Stephen Rothwell | 2021-10-28 | 1 | -0/+1 |
* | | x86/fpu/amx: Enable the AMX feature in 64-bit mode | Chang S. Bae | 2021-10-26 | 2 | -2/+9 |
* | | x86/fpu: Add XFD handling for dynamic states | Chang S. Bae | 2021-10-26 | 1 | -1/+27 |
* | | x86/fpu: Calculate the default sizes independently | Chang S. Bae | 2021-10-26 | 1 | -9/+21 |
* | | x86/fpu/amx: Define AMX state components and have it used for boot-time checks | Chang S. Bae | 2021-10-26 | 1 | -1/+79 |
* | | x86/fpu/xstate: Prepare XSAVE feature table for gaps in state component numbers | Chang S. Bae | 2021-10-26 | 1 | -13/+16 |
* | | x86/fpu/xstate: Add fpstate_realloc()/free() | Chang S. Bae | 2021-10-26 | 1 | -8/+89 |
* | | x86/fpu/xstate: Add XFD #NM handler | Chang S. Bae | 2021-10-26 | 1 | -0/+47 |