index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next 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
37 hours
Merge branches 'fixes', 'generic', 'irq_test', 'misc', 'svm' and 'vmx'
Sean Christopherson
2 days
KVM: x86: Move nested_ops out of kvm_x86_ops, to global kvm_nested_ops
Sean Christopherson
2 days
KVM: nVM: Ensure INVVPID is emulated on the correct physical CPU
Yosry Ahmed
2 days
KVM: nVMX: Decouple INVVPID operand checks from flushing of vpid02
Sean Christopherson
2 days
KVM: nVMX: Always flush vpid02 on first use
Yosry Ahmed
2 days
KVM: nVMX: Don't use vmcs01.GUEST_CR3 to snapshot L1's CR3 when EPT is disabled
Sean Christopherson
2 days
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
2026-01-16
KVM: nVMX: Setup VMX MSRs on loading CPU during nested_vmx_hardware_setup()
Sean Christopherson
2026-01-13
KVM: nVMX: Switch to vmcs01 to set virtual APICv mode on-demand if L2 is active
Sean Christopherson
2026-01-13
KVM: nVMX: Switch to vmcs01 to update APIC page on-demand if L2 is active
Sean Christopherson
2026-01-13
KVM: nVMX: Switch to vmcs01 to refresh APICv controls on-demand if L2 is active
Sean Christopherson
2026-01-13
KVM: nVMX: Switch to vmcs01 to update SVI on-demand if L2 is active
Sean Christopherson
2026-01-13
KVM: nVMX: Switch to vmcs01 to update TPR threshold on-demand if L2 is active
Sean Christopherson
2026-01-13
KVM: nVMX: Switch to vmcs01 to update PML controls on-demand if L2 is active
Sean Christopherson
2026-01-08
KVM: VMX: Move nested_mark_vmcs12_pages_dirty() to vmx.c, and rename
Sean Christopherson
[next]