summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/svm/nested.c
AgeCommit message (Expand)Author
11 daysKVM: 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: nSVM: invalidate cached PDPTRs across nested NPT transitionsPaolo Bonzini
2026-06-12Merge tag 'kvm-x86-svm-7.2' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2026-06-12Merge tag 'kvm-x86-misc-7.2' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2026-06-03Merge branch 'kvm-ghcb-for-7.2' into HEADPaolo Bonzini
2026-06-03KVM: nSVM: Use kvm_rax_read() now that it's mode-awareSean Christopherson
2026-06-03KVM: x86: Add mode-aware versions of kvm_<reg>_{read,write}() helpersSean Christopherson
2026-05-27KVM: x86/pmu: Reprogram Host/Guest-Only counters on nested transitionsYosry Ahmed
2026-05-27KVM: nSVM: Move VMRUN instruction retirement after entering guest modeYosry Ahmed
2026-05-27KVM: nSVM: Unify RIP and PMU handling calls when emulating VMRUNYosry Ahmed
2026-05-27KVM: nSVM: Bail early out of VMRUN emulation if advancing RIP failsYosry Ahmed
2026-05-27KVM: nSVM: Stop leaking single-stepping on VMRUN into L2Yosry Ahmed
2026-05-26KVM: SVM: Fix nested NPF injection of PFERR_GUEST_{PAGE,FINAL}_MASK bitsKevin Cheng
2026-05-26KVM: x86: Tell ->inject_page_fault() whether or a fault came from hardwareSean Christopherson
2026-05-14KVM: x86: nSVM: Save/restore gPAT with KVM_{GET,SET}_NESTED_STATEJim Mattson
2026-05-14KVM: x86: nSVM: Save gPAT to vmcb12.g_pat on VMEXITJim Mattson
2026-05-14KVM: x86: nSVM: Redirect IA32_PAT accesses to either hPAT or gPATJim Mattson
2026-05-14KVM: x86: nSVM: Set vmcb02.g_pat correctly for nested NPTJim Mattson
2026-05-14KVM: x86: nSVM: Cache and validate vmcb12 g_patJim Mattson
2026-05-14KVM: x86: nSVM: Clear VMCB_NPT clean bit when updating hPAT from guest modeJim Mattson
2026-05-12KVM: nSVM: Never use L0's PAUSE loop exiting while L2 is runningSean Christopherson
2026-05-10KVM: nSVM: enable GMET for guestsPaolo Bonzini
2026-05-10KVM: SVM: enable GMET and set it in MMU rolePaolo Bonzini
2026-05-10KVM: x86/mmu: add support for GMET to NPT page table walksPaolo Bonzini
2026-05-10KVM: x86/mmu: hard code more bits in kvm_init_shadow_npt_mmuPaolo 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: nSVM: Fail emulation of VMRUN/VMLOAD/VMSAVE if mapping vmcb12 failsYosry Ahmed
2026-04-03KVM: SVM: Move RAX legality check to SVM insn interception handlersYosry Ahmed
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-13KVM: nSVM: Simplify error handling of nested_svm_copy_vmcb12_to_cache()Yosry Ahmed
2026-03-11KVM: SVM: check validity of VMCB controls when returning from SMMPaolo Bonzini
2026-03-04KVM: nSVM: Only copy SVM_MISC_ENABLE_NP from VMCB01's misc_ctlYosry Ahmed
2026-03-04KVM: nSVM: Sanitize INT/EVENTINJ fields when copying from vmcb12Yosry Ahmed
2026-03-04KVM: nSVM: Sanitize TLB_CONTROL field when copying from vmcb12Yosry Ahmed
2026-03-04KVM: nSVM: Use PAGE_MASK to drop lower bits of bitmap GPAs from vmcb12Yosry Ahmed
2026-03-04KVM: nSVM: Restrict mapping vmcb12 on nested VMRUNYosry Ahmed
2026-03-04KVM: nSVM: Cache all used fields from VMCB12Yosry Ahmed
2026-03-04KVM: SVM: Rename vmcb->virt_ext to vmcb->misc_ctl2Yosry Ahmed
2026-03-04KVM: SVM: Rename vmcb->nested_ctl to vmcb->misc_ctlSean Christopherson
2026-03-04KVM: nSVM: Capture svm->nested.ctl as vmcb12_ctrl when preparing vmcb02Sean Christopherson
2026-03-04KVM: nSVM: Move vmcb_ctrl_area_cached.bus_lock_rip to svm_nested_stateSean Christopherson
2026-03-04KVM: nSVM: Use vmcb12_is_intercept() in nested_sync_control_from_vmcb02()Yosry Ahmed
2026-03-04KVM: nSVM: Use intuitive local variables in nested_vmcb02_recalc_intercepts()Sean Christopherson
2026-03-04KVM: nSVM: Directly (re)calc vmcb02 intercepts from nested_vmcb02_prepare_con...Sean Christopherson
2026-03-04KVM: nSVM: WARN and abort vmcb02 intercepts recalc if vmcb02 isn't activeYosry Ahmed
2026-03-04KVM: SVM: Separate recalc_intercepts() into nested vs. non-nested partsSean Christopherson
2026-03-04KVM: nSVM: Always intercept VMMCALL when L2 is activeSean Christopherson