aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kvm/svm/nested.c
AgeCommit message (Expand)Author
2021-09-23KVM: x86: nSVM: don't copy virt_ext from vmcb12Maxim Levitsky
2021-09-22KVM: x86: SVM: call KVM_REQ_GET_NESTED_STATE_PAGES on exit from SMM modeMaxim Levitsky
2021-09-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2021-08-16KVM: nSVM: always intercept VMLOAD/VMSAVE when nested (CVE-2021-3656)Maxim Levitsky
2021-08-16KVM: nSVM: avoid picking up unsupported bits from L2 in int_ctl (CVE-2021-3653)Maxim Levitsky
2021-08-02KVM: nSVM: remove useless kvm_clear_*_queuePaolo Bonzini
2021-07-27KVM: SVM: tweak warning about enabled AVIC on nested entryMaxim Levitsky
2021-07-26KVM: nSVM: Swap the parameter order for svm_copy_vmrun_state()/svm_copy_vmloa...Vitaly Kuznetsov
2021-07-26KVM: nSVM: Rename nested_svm_vmloadsave() to svm_copy_vmloadsave_state()Vitaly Kuznetsov
2021-07-15KVM: nSVM: Restore nested control upon leaving SMMVitaly Kuznetsov
2021-07-15KVM: nSVM: Introduce svm_copy_vmrun_state()Vitaly Kuznetsov
2021-07-15KVM: nSVM: Check that VM_HSAVE_PA MSR was set before VMRUNVitaly Kuznetsov
2021-07-15KVM: SVM: add module param to control the #SMI interceptionMaxim Levitsky
2021-06-24KVM: x86: Enhance comments for MMU roles and nested transition trickinessSean Christopherson
2021-06-24KVM: x86/mmu: Move nested NPT reserved bit calculation into MMU properSean Christopherson
2021-06-24KVM: nSVM: Add a comment to document why nNPT uses vmcb01, not vCPU stateSean Christopherson
2021-06-24KVM: x86: Fix sizes used to pass around CR0, CR4, and EFERSean Christopherson
2021-06-17KVM: x86: Drop pointless @reset_roots from kvm_init_mmu()Sean Christopherson
2021-06-17KVM: x86: Drop skip MMU sync and TLB flush params from "new PGD" helpersSean Christopherson
2021-06-17KVM: nSVM: Move TLB flushing logic (or lack thereof) to dedicated helperSean Christopherson
2021-06-17KVM: x86: avoid loading PDPTRs after migration when possibleMaxim Levitsky
2021-06-17KVM: nSVM: refactor the CR3 reload on migrationMaxim Levitsky
2021-06-17KVM: nSVM: Drop pointless pdptrs_changed() check on nested transitionSean Christopherson
2021-06-17KVM: nVMX: nSVM: 'nested_run' should count guest-entry attempts that make it ...Krish Sadhukhan
2021-05-07KVM: nSVM: remove a warning about vmcb01 VM exit reasonMaxim Levitsky
2021-05-07KVM: nSVM: always restore the L1's GIF on migrationMaxim Levitsky
2021-05-03KVM: nSVM: leave the guest mode prior to loading a nested stateMaxim Levitsky
2021-05-03KVM: nSVM: fix few bugs in the vmcb02 caching logicMaxim Levitsky
2021-05-03KVM: nSVM: fix a typo in svm_leave_nestedMaxim Levitsky
2021-04-22Merge branch 'kvm-sev-cgroup' into HEADPaolo Bonzini
2021-04-21nSVM: Check addresses of MSR and IO permission mapsKrish Sadhukhan
2021-04-17KVM: x86: pending exceptions must not be blocked by an injected eventMaxim Levitsky
2021-04-17KVM: nSVM: call nested_svm_load_cr3 on nested state loadMaxim Levitsky
2021-04-17KVM: x86: Account a variety of miscellaneous allocationsSean Christopherson
2021-04-17KVM: nSVM: If VMRUN is single-stepped, queue the #DB intercept in nested_svm_...Krish Sadhukhan
2021-04-01Merge branch 'kvm-fix-svm-races' into HEADPaolo Bonzini
2021-04-01Merge branch 'kvm-fix-svm-races' into kvm-masterPaolo Bonzini
2021-04-01KVM: SVM: ensure that EFER.SVME is set when running nested guest or on nested...Paolo Bonzini
2021-04-01KVM: SVM: load control fields from VMCB12 before checking themPaolo Bonzini
2021-03-15KVM: nSVM: Optimize vmcb12 to vmcb02 save area copiesCathy Avery
2021-03-15KVM: SVM: Add support for Virtual SPEC_CTRLBabu Moger
2021-03-15KVM: nSVM: always use vmcb01 to for vmsave/vmload of guest stateMaxim Levitsky
2021-03-15KVM: nSVM: Add helper to synthesize nested VM-Exit without collateralSean Christopherson
2021-03-15KVM: x86: Handle triple fault in L2 without killing L1Sean Christopherson
2021-03-15KVM: SVM: Pass struct kvm_vcpu to exit handlers (and many, many other places)Paolo Bonzini
2021-03-15KVM: nSVM: Trace VM-Enter consistency check failuresSean Christopherson
2021-03-15KVM: nSVM: Add missing checks for reserved bits to svm_set_nested_state()Krish Sadhukhan
2021-03-15KVM: nSVM: only copy L1 non-VMLOAD/VMSAVE data in svm_set_nested_state()Paolo Bonzini
2021-03-15KVM: nSVM: do not mark all VMCB02 fields dirty on nested vmexitPaolo Bonzini
2021-03-15KVM: nSVM: do not mark all VMCB01 fields dirty on nested vmexitPaolo Bonzini