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-28
KVM: x86/mmu: Only WARN in direct MMUs when overwriting shadow-present SPTE
Sean Christopherson
1
-1
/
+2
2026-03-28
KVM: x86/mmu: Drop/zap existing present SPTE even when creating an MMIO SPTE
Sean Christopherson
1
-6
/
+8
2026-03-11
KVM: x86: clarify leave_smm() return value
Paolo Bonzini
2
-5
/
+5
2026-03-11
KVM: SVM: check validity of VMCB controls when returning from SMM
Paolo Bonzini
3
-2
/
+15
2026-03-11
KVM: VMX: check validity of VMCS controls when returning from SMM
Paolo Bonzini
3
-12
/
+32
2026-03-11
KVM: SVM: Set/clear CR8 write interception when AVIC is (de)activated
Sean Christopherson
2
-5
/
+9
2026-03-11
KVM: SVM: Initialize AVIC VMCB fields if AVIC is enabled with in-kernel APIC
Sean Christopherson
2
-2
/
+2
2026-03-11
KVM: x86: Introduce KVM_X86_QUIRK_VMCS12_ALLOW_FREEZE_IN_SMM
Jim Mattson
1
-4
/
+18
2026-03-11
KVM: x86: Fix SRCU list traversal in kvm_fire_mask_notifiers()
Li RongQing
1
-1
/
+2
2026-03-11
KVM: VMX: Fix a wrong MSR update in add_atomic_switch_msr()
Namhyung Kim
1
-1
/
+1
2026-03-11
KVM: x86: hyper-v: Validate all GVAs during PV TLB flush
Manuel Andreas
1
-4
/
+5
2026-03-11
KVM: x86: synthesize CPUID bits only if CPU capability is set
Carlos López
1
-1
/
+4
2026-03-11
Merge tag 'kvm-x86-generic-7.0-rc3' of https://github.com/kvm-x86/linux into ...
Paolo Bonzini
1
-2
/
+2
2026-02-28
KVM: always define KVM_CAP_SYNC_MMU
Paolo Bonzini
1
-1
/
+0
2026-02-28
KVM: remove CONFIG_KVM_GENERIC_MMU_NOTIFIER
Paolo Bonzini
1
-1
/
+0
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
1
-1
/
+1
2026-02-22
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
2
-4
/
+2
2026-02-22
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
4
-9
/
+9
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
12
-25
/
+25
2026-02-11
Merge tag 'kvm-x86-pmu-6.20' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
14
-147
/
+804
2026-02-11
Merge tag 'kvm-x86-apic-6.20' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
12
-225
/
+163
2026-02-11
Merge tag 'kvm-x86-gmem-6.20' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2
-74
/
+50
2026-02-09
Merge tag 'kvm-x86-misc-6.20' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
13
-65
/
+286
2026-02-09
Merge tag 'kvm-x86-svm-6.20' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
9
-117
/
+302
2026-02-09
Merge tag 'kvm-x86-vmx-6.20' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
7
-41
/
+171
2026-01-31
KVM: x86: Add x2APIC "features" to control EOI broadcast suppression
Khushit Shah
4
-11
/
+90
2026-01-31
KVM: x86: Harden against unexpected adjustments to kvm_cpu_caps
Sean Christopherson
4
-5
/
+25
2026-01-31
KVM: VMX: Print out "bad" offsets+value on VMCS config mismatch
Sean Christopherson
1
-1
/
+16
2026-01-31
KVM: x86: Explicitly configure supported XSS from {svm,vmx}_set_cpu_caps()
Sean Christopherson
4
-13
/
+23
2026-01-26
KVM: nVMX: Remove explicit filtering of GUEST_INTR_STATUS from shadow VMCS fi...
Sean Christopherson
1
-7
/
+4
2026-01-26
KVM: nVMX: Disallow access to vmcs12 fields that aren't supported by "hardware"
Sean Christopherson
4
-10
/
+92
2026-01-24
KVM: x86: Add SRCU protection for reading PDPTRs in __get_sregs2()
Vasiliy Kovalev
1
-0
/
+2
2026-01-23
KVM: x86: Advertise AVX10_VNNI_INT CPUID to userspace
Zhao Liu
2
-1
/
+21
2026-01-23
KVM: x86: Advertise AVX10.2 CPUID to userspace
Zhao Liu
1
-1
/
+1
2026-01-23
KVM: x86: Advertise AMX CPUIDs in subleaf 0x1E.0x1 to userspace
Zhao Liu
2
-0
/
+40
2026-01-23
KVM: x86: Advertise MOVRS CPUID to userspace
Zhao Liu
1
-0
/
+1
2026-01-23
KVM: SEV: Add KVM_SEV_SNP_ENABLE_REQ_CERTS command
Michael Roth
1
-0
/
+16
2026-01-23
KVM: Introduce KVM_EXIT_SNP_REQ_CERTS for SNP certificate-fetching
Michael Roth
2
-6
/
+57
2026-01-23
KVM: x86: Drop WARN on INIT/SIPI being blocked when vCPU is in Wait-For-SIPI
Sean Christopherson
1
-1
/
+0
2026-01-16
KVM: VMX: Add a wrapper around ROL16() to get a vmcs12 from a field encoding
Sean Christopherson
5
-5
/
+6
2026-01-16
KVM: nVMX: Setup VMX MSRs on loading CPU during nested_vmx_hardware_setup()
Sean Christopherson
2
-2
/
+2
2026-01-15
KVM: guest_memfd: GUP source pages prior to populating guest memory
Michael Roth
2
-29
/
+20
2026-01-15
KVM: SEV: Document/enforce page-alignment for KVM_SEV_SNP_LAUNCH_UPDATE
Michael Roth
1
-1
/
+5
2026-01-15
KVM: guest_memfd: Remove partial hugepage handling from kvm_gmem_populate()
Michael Roth
2
-58
/
+38
2026-01-15
KVM: SVM: Stop toggling virtual VMSAVE/VMLOAD on intercept recalc
Yosry Ahmed
1
-2
/
+8
2026-01-15
KVM: nSVM: Always use vmcb01 in VMLOAD/VMSAVE emulation
Yosry Ahmed
1
-2
/
+3
2026-01-15
KVM: VMX: Don't register posted interrupt wakeup handler if alloc_kvm_area() ...
Hou Wenlong
1
-2
/
+7
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-14
KVM: nSVM: Drop redundant/wrong comment in nested_vmcb02_prepare_save()
Yosry Ahmed
1
-1
/
+0
[next]