summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/vmx/nested.c
AgeCommit message (Expand)Author
37 hoursMerge branches 'fixes', 'generic', 'irq_test', 'misc', 'svm' and 'vmx'Sean Christopherson
2 daysKVM: x86: Move nested_ops out of kvm_x86_ops, to global kvm_nested_opsSean Christopherson
2 daysKVM: nVM: Ensure INVVPID is emulated on the correct physical CPUYosry Ahmed
2 daysKVM: nVMX: Decouple INVVPID operand checks from flushing of vpid02Sean Christopherson
2 daysKVM: nVMX: Always flush vpid02 on first useYosry Ahmed
2 daysKVM: nVMX: Don't use vmcs01.GUEST_CR3 to snapshot L1's CR3 when EPT is disabledSean Christopherson
2 daysKVM: nVMX: Move vTPR vs. TPR Threshold consistency check into "normal" checksSean Christopherson
2026-06-25KVM: x86/mmu: unify root_gva_walk and ngva_walkPaolo Bonzini
2026-06-25KVM: x86/mmu: pull struct kvm_pagewalk out of struct kvm_mmuPaolo Bonzini
2026-06-25KVM: x86/mmu: change nested_mmu.w to ngva_walkPaolo Bonzini
2026-06-25KVM: x86/mmu: change walk_mmu to struct kvm_pagewalkPaolo Bonzini
2026-06-25KVM: x86/mmu: pass struct kvm_pagewalk to kvm_mmu_invalidate_addrPaolo Bonzini
2026-06-25KVM: x86/mmu: move inject_page_fault to struct kvm_pagewalkPaolo Bonzini
2026-06-25KVM: x86/mmu: move get_pdptr to struct kvm_pagewalkPaolo Bonzini
2026-06-25KVM: x86/mmu: move gva_to_gpa to struct kvm_pagewalkPaolo Bonzini
2026-06-25KVM: x86/mmu: move get_guest_pgd to struct kvm_pagewalkPaolo Bonzini
2026-06-24KVM: x86: Move IRQ-related helper declarations from kvm_host.h => irq.hSean Christopherson
2026-06-24KVM: x86: Replace BUG_ON() with WARN_ON_ONCE() on "bad" nested GPA translationSean Christopherson
2026-06-12Merge branch 'kvm-single-pdptrs' into HEADPaolo Bonzini
2026-06-12KVM: nVMX: remove unnecessary code in prepare_vmcs02_rarePaolo Bonzini
2026-06-03KVM: x86: Add mode-aware versions of kvm_<reg>_{read,write}() helpersSean Christopherson
2026-05-27KVM: x86: Prioritize CPUID faulting over CPUID VM-exits in nested VMXJim Mattson
2026-05-26KVM: VMX: Synthesize nested EPT violation GVA_IS_VALID/GVA_TRANSLATED bitsKevin Cheng
2026-05-26KVM: x86: Tell ->inject_page_fault() whether or a fault came from hardwareSean Christopherson
2026-05-13Merge branch 'kvm-apx-prepare' into HEADPaolo Bonzini
2026-05-13KVM: x86: Add wrapper APIs to reset dirty/available register masksSean Christopherson
2026-05-13KVM: nVMX: Do a bitwise-AND of regs_avail when switching active VMCSSean Christopherson
2026-05-13KVM: x86: Drop the "EX" part of "EXREG" to avoid collision with APXSean Christopherson
2026-05-10KVM: nVMX: advertise MBEC to nested guestsJon Kohler
2026-05-10KVM: x86/mmu: add support for MBEC to EPT page table walksPaolo Bonzini
2026-05-10KVM: nVMX: pass advanced EPT violation vmexit info to guestPaolo Bonzini
2026-05-10KVM: VMX: enable use of MBECPaolo Bonzini
2026-05-10KVM: x86: make translate_nested_gpa vendor-specificPaolo Bonzini
2026-04-13Merge tag 'kvm-x86-nested-7.1' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2026-04-03KVM: x86: Suppress WARNs on nested_run_pending after userspace exitSean Christopherson
2026-04-03KVM: x86: Move nested_run_pending to kvm_vcpu_archYosry Ahmed
2026-03-11KVM: VMX: check validity of VMCS controls when returning from SMMPaolo Bonzini
2026-03-11KVM: x86: Introduce KVM_X86_QUIRK_VMCS12_ALLOW_FREEZE_IN_SMMJim Mattson
2026-02-11Merge tag 'kvm-x86-pmu-6.20' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2026-02-11Merge tag 'kvm-x86-apic-6.20' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2026-01-26KVM: nVMX: Remove explicit filtering of GUEST_INTR_STATUS from shadow VMCS fi...Sean Christopherson
2026-01-26KVM: nVMX: Disallow access to vmcs12 fields that aren't supported by "hardware"Sean Christopherson
2026-01-16KVM: nVMX: Setup VMX MSRs on loading CPU during nested_vmx_hardware_setup()Sean Christopherson
2026-01-13KVM: nVMX: Switch to vmcs01 to set virtual APICv mode on-demand if L2 is activeSean Christopherson
2026-01-13KVM: nVMX: Switch to vmcs01 to update APIC page on-demand if L2 is activeSean Christopherson
2026-01-13KVM: nVMX: Switch to vmcs01 to refresh APICv controls on-demand if L2 is activeSean Christopherson
2026-01-13KVM: nVMX: Switch to vmcs01 to update SVI on-demand if L2 is activeSean Christopherson
2026-01-13KVM: nVMX: Switch to vmcs01 to update TPR threshold on-demand if L2 is activeSean Christopherson
2026-01-13KVM: nVMX: Switch to vmcs01 to update PML controls on-demand if L2 is activeSean Christopherson
2026-01-08KVM: VMX: Move nested_mark_vmcs12_pages_dirty() to vmx.c, and renameSean Christopherson