index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
Age
Commit message (
Expand
)
Author
Files
Lines
2026-03-19
KVM: SVM: Set/clear CR8 write interception when AVIC is (de)activated
Sean Christopherson
2
-5
/
+9
2026-03-19
KVM: SVM: Initialize AVIC VMCB fields if AVIC is enabled with in-kernel APIC
Sean Christopherson
2
-2
/
+2
2026-03-19
KVM: x86: Introduce KVM_X86_QUIRK_VMCS12_ALLOW_FREEZE_IN_SMM
Jim Mattson
1
-4
/
+18
2026-03-12
KVM: x86: Add x2APIC "features" to control EOI broadcast suppression
Khushit Shah
4
-11
/
+90
2026-03-04
KVM: x86: Add SRCU protection for reading PDPTRs in __get_sregs2()
Vasiliy Kovalev
1
-0
/
+2
2026-03-04
KVM: nSVM: Always use vmcb01 in VMLOAD/VMSAVE emulation
Yosry Ahmed
1
-2
/
+3
2026-03-04
KVM: x86: Ignore -EBUSY when checking nested events from vcpu_block()
Sean Christopherson
1
-2
/
+1
2026-03-04
KVM: nSVM: Remove a user-triggerable WARN on nested_svm_load_cr3() succeeding
Sean Christopherson
1
-2
/
+1
2026-03-04
KVM: x86: Return "unsupported" instead of "invalid" on access to unsupported ...
Sean Christopherson
1
-20
/
+20
2026-01-31
KVM: x86: Explicitly configure supported XSS from {svm,vmx}_set_cpu_caps()
Sean Christopherson
4
-13
/
+23
2026-01-15
KVM: x86: Assert that non-MSI doesn't have bypass vCPU when deleting producer
Sean Christopherson
1
-1
/
+2
2026-01-15
KVM: SVM: Check vCPU ID against max x2AVIC ID if and only if x2AVIC is enabled
Sean Christopherson
1
-2
/
+2
2026-01-10
x86/fpu: Clear XSTATE_BV[i] in guest XSAVE state whenever XFD[i]=1
Sean Christopherson
1
-0
/
+9
2025-12-18
Merge tag 'kvm-x86-fixes-6.19-rc1' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
7
-17
/
+26
2025-12-08
KVM: nVMX: Immediately refresh APICv controls as needed on nested VM-Exit
Dongli Zhang
1
-1
/
+2
2025-12-08
KVM: VMX: Update SVI during runtime APICv activation
Dongli Zhang
2
-9
/
+7
2025-12-06
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
30
-1126
/
+1489
2025-12-04
KVM: nSVM: Set exit_code_hi to -1 when synthesizing SVM_EXIT_ERR (failed VMRUN)
Sean Christopherson
1
-2
/
+2
2025-12-04
KVM: nSVM: Clear exit_code_hi in VMCB when synthesizing nested VM-Exits
Sean Christopherson
2
-3
/
+6
2025-12-03
Merge tag 'x86_cpu_for_6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+0
2025-12-02
KVM: x86: Apply runtime updates to current CPUID during KVM_SET_CPUID{,2}
Sean Christopherson
1
-2
/
+9
2025-11-26
Merge tag 'kvm-x86-svm-6.19' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
8
-83
/
+211
2025-11-26
Merge tag 'kvm-x86-vmx-6.19' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
8
-169
/
+134
2025-11-26
Merge tag 'kvm-x86-tdx-6.19' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
8
-412
/
+469
2025-11-26
Merge tag 'kvm-x86-mmu-6.19' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-1
/
+4
2025-11-26
Merge tag 'kvm-x86-misc-6.19' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
19
-461
/
+671
2025-11-20
KVM: x86: Remove unused declaration kvm_mmu_may_ignore_guest_pat()
Yue Haibing
1
-2
/
+0
2025-11-20
KVM: x86: Enable support for emulating AVX MOV instructions
Paolo Bonzini
1
-7
/
+7
2025-11-20
KVM: x86: Add emulator support for decoding VEX prefixes
Paolo Bonzini
1
-10
/
+112
2025-11-20
KVM: x86: Refactor REX prefix handling in instruction emulation
Chang S. Bae
2
-13
/
+31
2025-11-20
KVM: x86: Add AVX support to the emulator's register fetch and writeback
Paolo Bonzini
3
-17
/
+114
2025-11-20
KVM: x86: Add x86_emulate_ops.get_xcr() callback
Paolo Bonzini
2
-0
/
+10
2025-11-20
KVM: x86: Share emulator's common register decoding code
Paolo Bonzini
1
-32
/
+17
2025-11-20
KVM: x86: Move op_prefix to struct x86_emulate_ctxt (from x86_decode_insn())
Paolo Bonzini
2
-4
/
+5
2025-11-20
KVM: x86: Improve formatting of the emulator's flags table
Paolo Bonzini
1
-16
/
+11
2025-11-20
KVM: x86: Move Src2Shift up one bit (use bits 36:32 for Src2 in the emulator)
Paolo Bonzini
1
-1
/
+2
2025-11-20
KVM: x86: Add support for emulating MOVNTDQA
Paolo Bonzini
1
-4
/
+9
2025-11-19
KVM: x86: Add a helper to dedup loading guest/host XCR0 and XSS
Binbin Wu
1
-23
/
+10
2025-11-19
KVM: x86: Load guest/host PKRU outside of the fastpath run loop
Sean Christopherson
4
-12
/
+10
2025-11-19
KVM: x86: Load guest/host XCR0 and XSS outside of the fastpath run loop
Sean Christopherson
1
-13
/
+26
2025-11-19
KVM: VMX: Handle #MCs on VM-Enter/TD-Enter outside of the fastpath
Sean Christopherson
2
-8
/
+11
2025-11-19
KVM: SVM: Handle #MCs in guest outside of fastpath
Sean Christopherson
1
-9
/
+9
2025-11-19
KVM: x86: Unify L1TF flushing under per-CPU variable
Brendan Jackman
5
-20
/
+24
2025-11-19
KVM: VMX: Disable L1TF L1 data cache flush if CONFIG_CPU_MITIGATIONS=n
Sean Christopherson
1
-12
/
+44
2025-11-19
KVM: VMX: Bundle all L1 data cache flush mitigation code together
Sean Christopherson
1
-87
/
+87
2025-11-19
x86/bugs: KVM: Move VM_CLEAR_CPU_BUFFERS into SVM as SVM_CLEAR_CPU_BUFFERS
Sean Christopherson
1
-2
/
+4
2025-11-19
KVM: VMX: Handle MMIO Stale Data in VM-Enter assembly via ALTERNATIVES_2
Sean Christopherson
2
-15
/
+14
2025-11-19
x86/bugs: Use an x86 feature to track the MMIO Stale Data mitigation
Sean Christopherson
2
-3
/
+3
2025-11-19
x86/bugs: Use VM_CLEAR_CPU_BUFFERS in VMX as well
Pawan Gupta
1
-1
/
+1
2025-11-19
KVM: VMX: Use on-stack copy of @flags in __vmx_vcpu_run()
Sean Christopherson
2
-16
/
+7
[next]