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-7.1.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-07-21
KVM: x86: Only reset TSC Deadline Timer in apic_timer_expired on KVM_RUN
Venkatesh Srinivas
1
-1
/
+1
2026-07-21
KVM: x86/mmu: Fix use-after-free on vendor module reload
Phil Rosenthal
1
-0
/
+2
2026-07-21
KVM: x86/mmu: Preserve nested TDP shadow page tables if they are used as roots
Hyunwoo Kim
1
-0
/
+1
2026-07-21
KVM: x86: Check for invalid/obsolete root *after* making MMU pages available
Sean Christopherson
2
-8
/
+11
2026-07-21
KVM: nVMX: Hide shadow VMCS right after VMCLEAR
Hyunwoo Kim
1
-2
/
+9
2026-07-16
KVM: SVM: Bump asid_generation on CPU online to avoid ASID collision after ho...
Nikunj A Dadhania
1
-1
/
+6
2026-07-15
KVM: nVMX: Put vmcs12 pages if nested VM-Enter fails due to invalid guest state
Sean Christopherson
1
-0
/
+2
2026-07-13
KVM: x86: Fix null pointer deref due to dummy array in trace_kvm_inj_exception()
Daniel Paziyski
1
-1
/
+1
2026-07-10
KVM: TDX: Reject concurrent change to CPUID entry count
Binbin Wu
1
-1
/
+5
2026-07-10
KVM: SEV: Do not allow intra-host migration/mirroring of SNP VMs
Atish Patra
1
-2
/
+4
2026-07-08
KVM: nVMX: Don't use vmcs01.GUEST_CR3 to snapshot L1's CR3 when EPT is disabled
Sean Christopherson
2
-13
/
+15
2026-07-08
KVM: nVMX: Move vTPR vs. TPR Threshold consistency check into "normal" checks
Sean Christopherson
1
-37
/
+29
2026-07-08
KVM: x86: Ignore pending PV EOI if the vCPU has since disabled PV EOIs
Sean Christopherson
1
-2
/
+6
2026-07-08
KVM: x86: Nullify irqfd->producer if updating IRTE for bypass fails
leixiang
1
-1
/
+3
2026-07-03
Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c f...
Uwe Kleine-König (The Capable Hub)
2
-2
/
+0
2026-06-25
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
11
-28
/
+33
2026-06-24
x86/apic: KVM: Use cpu_physical_id() to get APIC ID of running vCPU for AVIC
Sean Christopherson
1
-3
/
+3
2026-06-24
KVM: x86/mmu: Expose number of shadow MMU shadow pages as a stat
Sean Christopherson
3
-8
/
+9
2026-06-24
KVM: x86: Unconditionally recompute CR8 intercept on PPR update
Carlos López
2
-4
/
+3
2026-06-24
KVM: VMX: Grab vmcs12 on CR8 interception update iff vCPU is in guest mode
Sean Christopherson
1
-2
/
+1
2026-06-24
KVM: x86: WARN (once) if RTC pending EOI tracking goes off the rails
Sean Christopherson
1
-2
/
+2
2026-06-24
KVM: x86: WARN and fail kvm_set_irq() if a PIC or I/O APIC vector is invalid
Sean Christopherson
2
-2
/
+4
2026-06-24
KVM: x86: Bug the VM, not the kernel, if the ISR count {under,over}flows
Sean Christopherson
1
-2
/
+2
2026-06-24
KVM: x86/mmu: Bug the VM, not the host kernel, if KVM write-protects upper SPTEs
Sean Christopherson
1
-3
/
+5
2026-06-24
KVM: x86: Replace BUG_ON() with WARN_ON_ONCE() on "bad" nested GPA translation
Sean Christopherson
2
-2
/
+4
2026-06-19
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
49
-2171
/
+2683
2026-06-16
Merge tag 'x86_tdx_for_7.2-rc1' of gitolite.kernel.org:pub/scm/linux/kernel/g...
Linus Torvalds
3
-51
/
+0
2026-06-16
KVM: x86/mmu: Ensure hugepage is in by slot before checking max mapping level
Sean Christopherson
1
-6
/
+12
2026-06-16
KVM: x86: Fix shadow paging use-after-free due to unexpected role
Paolo Bonzini
1
-4
/
+6
2026-06-15
Merge tag 'x86-cpu-2026-06-14' of gitolite.kernel.org:pub/scm/linux/kernel/gi...
Linus Torvalds
8
-0
/
+9
2026-06-15
Merge tag 'x86-msr-2026-06-14' of gitolite.kernel.org:pub/scm/linux/kernel/gi...
Linus Torvalds
2
-6
/
+6
2026-06-12
Merge branch 'kvm-single-pdptrs' into HEAD
Paolo Bonzini
7
-39
/
+44
2026-06-12
KVM: x86/mmu: move pdptrs out of the MMU
Paolo Bonzini
4
-18
/
+14
2026-06-12
KVM: x86: check that kvm_handle_invpcid is only invoked with shadow paging
Paolo Bonzini
1
-0
/
+3
2026-06-12
KVM: nSVM: invalidate cached PDPTRs across nested NPT transitions
Paolo Bonzini
2
-9
/
+26
2026-06-12
KVM: nVMX: remove unnecessary code in prepare_vmcs02_rare
Paolo Bonzini
1
-11
/
+0
2026-06-12
KVM: x86: remove nested_mmu from mmu_is_nested()
Paolo Bonzini
1
-1
/
+1
2026-06-12
Merge tag 'kvm-x86-svm-7.2' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
13
-95
/
+290
2026-06-12
Merge tag 'kvm-x86-vmx-7.2' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2
-18
/
+26
2026-06-12
Merge tag 'kvm-x86-sev-7.2' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2
-235
/
+230
2026-06-12
Merge tag 'kvm-x86-mmu-7.2' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
3
-237
/
+248
2026-06-12
Merge tag 'kvm-x86-misc-7.2' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
30
-525
/
+646
2026-06-12
Merge tag 'kvm-x86-generic-7.2' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-1
/
+1
2026-06-09
KVM: x86/mmu: Recursively zap orphaned nested TDP shadow pages on emulated wr...
Sean Christopherson
1
-1
/
+1
2026-06-08
KVM: x86/pmu: Use hardware value when reprogramming for FIXED_CTR_CTRL changes
Sean Christopherson
1
-1
/
+9
2026-06-08
KVM: x86: hyper-v: Bound the bank index when querying sparse banks
Hyunwoo Kim
1
-0
/
+5
2026-06-08
x86/msr: Switch wrmsrl() users to wrmsrq()
Juergen Gross
2
-6
/
+6
2026-06-04
KVM: x86: Use <linux/lockdep.h> for lockdep header inclusion
Kai Huang
1
-1
/
+1
2026-06-03
Merge branch 'kvm-ghcb-for-7.2' into HEAD
Paolo Bonzini
12
-377
/
+414
2026-06-03
KVM: SEV: Remove sometimes-used function-scoped "ret" from #VMGEXIT handler
Sean Christopherson
1
-43
/
+31
[next]