index
:
kernel/git/stable/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-7.2.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Stable Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
vmx
/
nested.c
Age
Commit message (
Expand
)
Author
2026-08-18
Merge tag 'kvm-x86-misc-7.3' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2026-08-18
Merge tag 'kvm-x86-vmx-7.3' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2026-08-18
Merge tag 'kvm-riscv-7.3-1' of https://github.com/kvm-riscv/linux into HEAD
Paolo Bonzini
2026-07-28
KVM: nVMX: Use CLASS(kvm_vcpu_map_local_readonly) for MSR bitmap merging
Sean Christopherson
2026-07-28
KVM: nVMX: Ensure KVM_REQ_GET_NESTED_STATE_PAGES is cleared on VM-Exit
Sean Christopherson
2026-07-27
KVM: x86: Don't WARN if IRQ disappears because it was cleared from the PIC
Sean Christopherson
2026-07-24
KVM: nVMX: Service local TLB flushes on failed nested VM-Enter
Yosry Ahmed
2026-07-21
KVM: nVMX: Hide shadow VMCS right after VMCLEAR
Hyunwoo Kim
2026-07-15
KVM: nVMX: Put vmcs12 pages if nested VM-Enter fails due to invalid guest state
Sean Christopherson
2026-07-10
KVM: x86: Move nested_ops out of kvm_x86_ops, to global kvm_nested_ops
Sean Christopherson
2026-07-08
KVM: nVM: Ensure INVVPID is emulated on the correct physical CPU
Yosry Ahmed
2026-07-08
KVM: nVMX: Decouple INVVPID operand checks from flushing of vpid02
Sean Christopherson
2026-07-08
KVM: nVMX: Always flush vpid02 on first use
Yosry Ahmed
2026-07-08
KVM: nVMX: Don't use vmcs01.GUEST_CR3 to snapshot L1's CR3 when EPT is disabled
Sean Christopherson
2026-07-08
KVM: nVMX: Move vTPR vs. TPR Threshold consistency check into "normal" checks
Sean Christopherson
2026-06-25
KVM: x86/mmu: unify root_gva_walk and ngva_walk
Paolo Bonzini
2026-06-25
KVM: x86/mmu: pull struct kvm_pagewalk out of struct kvm_mmu
Paolo Bonzini
2026-06-25
KVM: x86/mmu: change nested_mmu.w to ngva_walk
Paolo Bonzini
2026-06-25
KVM: x86/mmu: change walk_mmu to struct kvm_pagewalk
Paolo Bonzini
2026-06-25
KVM: x86/mmu: pass struct kvm_pagewalk to kvm_mmu_invalidate_addr
Paolo Bonzini
2026-06-25
KVM: x86/mmu: move inject_page_fault to struct kvm_pagewalk
Paolo Bonzini
2026-06-25
KVM: x86/mmu: move get_pdptr to struct kvm_pagewalk
Paolo Bonzini
2026-06-25
KVM: x86/mmu: move gva_to_gpa to struct kvm_pagewalk
Paolo Bonzini
2026-06-25
KVM: x86/mmu: move get_guest_pgd to struct kvm_pagewalk
Paolo Bonzini
2026-06-24
KVM: x86: Move IRQ-related helper declarations from kvm_host.h => irq.h
Sean Christopherson
2026-06-24
KVM: x86: Replace BUG_ON() with WARN_ON_ONCE() on "bad" nested GPA translation
Sean Christopherson
2026-06-12
Merge branch 'kvm-single-pdptrs' into HEAD
Paolo Bonzini
2026-06-12
KVM: nVMX: remove unnecessary code in prepare_vmcs02_rare
Paolo Bonzini
2026-06-03
KVM: x86: Add mode-aware versions of kvm_<reg>_{read,write}() helpers
Sean Christopherson
2026-05-27
KVM: x86: Prioritize CPUID faulting over CPUID VM-exits in nested VMX
Jim Mattson
2026-05-26
KVM: VMX: Synthesize nested EPT violation GVA_IS_VALID/GVA_TRANSLATED bits
Kevin Cheng
2026-05-26
KVM: x86: Tell ->inject_page_fault() whether or a fault came from hardware
Sean Christopherson
2026-05-13
Merge branch 'kvm-apx-prepare' into HEAD
Paolo Bonzini
2026-05-13
KVM: x86: Add wrapper APIs to reset dirty/available register masks
Sean Christopherson
2026-05-13
KVM: nVMX: Do a bitwise-AND of regs_avail when switching active VMCS
Sean Christopherson
2026-05-13
KVM: x86: Drop the "EX" part of "EXREG" to avoid collision with APX
Sean Christopherson
2026-05-10
KVM: nVMX: advertise MBEC to nested guests
Jon Kohler
2026-05-10
KVM: x86/mmu: add support for MBEC to EPT page table walks
Paolo Bonzini
2026-05-10
KVM: nVMX: pass advanced EPT violation vmexit info to guest
Paolo Bonzini
2026-05-10
KVM: VMX: enable use of MBEC
Paolo Bonzini
2026-05-10
KVM: x86: make translate_nested_gpa vendor-specific
Paolo Bonzini
2026-04-13
Merge tag 'kvm-x86-nested-7.1' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2026-04-03
KVM: x86: Suppress WARNs on nested_run_pending after userspace exit
Sean Christopherson
2026-04-03
KVM: x86: Move nested_run_pending to kvm_vcpu_arch
Yosry Ahmed
2026-03-11
KVM: VMX: check validity of VMCS controls when returning from SMM
Paolo Bonzini
2026-03-11
KVM: x86: Introduce KVM_X86_QUIRK_VMCS12_ALLOW_FREEZE_IN_SMM
Jim Mattson
2026-02-11
Merge tag 'kvm-x86-pmu-6.20' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2026-02-11
Merge tag 'kvm-x86-apic-6.20' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2026-01-26
KVM: nVMX: Remove explicit filtering of GUEST_INTR_STATUS from shadow VMCS fi...
Sean Christopherson
2026-01-26
KVM: nVMX: Disallow access to vmcs12 fields that aren't supported by "hardware"
Sean Christopherson
[next]