summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/svm/nested.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86/mmu: load new PGD after the shadow MMU is initializedPaolo Bonzini2022-02-251-3/+3
* KVM: nSVM: Implement Enlightened MSR-Bitmap featureVitaly Kuznetsov2022-02-101-7/+34
* KVM: nSVM: Track whether changes in L0 require MSR bitmap for L2 to be rebuiltVitaly Kuznetsov2022-02-101-0/+4
* KVM: x86: nSVM: fix potential NULL derefernce on nested migrationMaxim Levitsky2022-02-081-12/+14
* KVM: x86: Forcibly leave nested virt when SMM state is toggledSean Christopherson2022-01-261-4/+5
* KVM: X86: Remove mmu parameter from load_pdptrs()Lai Jiangshan2021-12-081-2/+2
* KVM: SVM: Remove references to VCPU_EXREG_CR3Lai Jiangshan2021-12-081-1/+0
* KVM: nSVM: introduce struct vmcb_ctrl_area_cachedEmanuele Giuseppe Esposito2021-12-081-17/+66
* KVM: nSVM: split out __nested_vmcb_check_controlsPaolo Bonzini2021-12-081-4/+12
* KVM: nSVM: use svm->nested.save to load vmcb12 registers and avoid TOC/TOU racesEmanuele Giuseppe Esposito2021-12-081-18/+6
* KVM: nSVM: use vmcb_save_area_cached in nested_vmcb_valid_sregs()Emanuele Giuseppe Esposito2021-12-081-4/+14
* KVM: nSVM: rename nested_load_control_from_vmcb12 in nested_copy_vmcb_control...Emanuele Giuseppe Esposito2021-12-081-40/+40
* KVM: nSVM: introduce svm->nested.save to cache save area before checksEmanuele Giuseppe Esposito2021-12-081-0/+23
* KVM: nSVM: move nested_vmcb_check_cr3_cr4 logic in nested_vmcb_valid_sregsEmanuele Giuseppe Esposito2021-12-081-22/+13
* nSVM: Check for reserved encodings of TLB_CONTROL in nested VMCBKrish Sadhukhan2021-10-011-0/+15
* KVM: x86: nSVM: implement nested TSC scalingMaxim Levitsky2021-10-011-2/+27
* KVM: x86: nSVM: don't copy pause related settingsMaxim Levitsky2021-09-301-8/+0
* KVM: x86: nSVM: don't copy virt_ext from vmcb12Maxim Levitsky2021-09-231-1/+0
* KVM: x86: SVM: call KVM_REQ_GET_NESTED_STATE_PAGES on exit from SMM modeMaxim Levitsky2021-09-221-3/+6
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-09-071-5/+0
|\
| * KVM: nSVM: remove useless kvm_clear_*_queuePaolo Bonzini2021-08-021-5/+0
* | KVM: nSVM: always intercept VMLOAD/VMSAVE when nested (CVE-2021-3656)Maxim Levitsky2021-08-161-0/+3
* | KVM: nSVM: avoid picking up unsupported bits from L2 in int_ctl (CVE-2021-3653)Maxim Levitsky2021-08-161-3/+7
|/
* KVM: SVM: tweak warning about enabled AVIC on nested entryMaxim Levitsky2021-07-271-1/+1
* KVM: nSVM: Swap the parameter order for svm_copy_vmrun_state()/svm_copy_vmloa...Vitaly Kuznetsov2021-07-261-4/+4
* KVM: nSVM: Rename nested_svm_vmloadsave() to svm_copy_vmloadsave_state()Vitaly Kuznetsov2021-07-261-1/+1
* KVM: nSVM: Restore nested control upon leaving SMMVitaly Kuznetsov2021-07-151-2/+2
* KVM: nSVM: Introduce svm_copy_vmrun_state()Vitaly Kuznetsov2021-07-151-18/+22
* KVM: nSVM: Check that VM_HSAVE_PA MSR was set before VMRUNVitaly Kuznetsov2021-07-151-0/+5
* KVM: SVM: add module param to control the #SMI interceptionMaxim Levitsky2021-07-151-0/+4
* KVM: x86: Enhance comments for MMU roles and nested transition trickinessSean Christopherson2021-06-241-0/+1
* KVM: x86/mmu: Move nested NPT reserved bit calculation into MMU properSean Christopherson2021-06-241-1/+0
* KVM: nSVM: Add a comment to document why nNPT uses vmcb01, not vCPU stateSean Christopherson2021-06-241-0/+6
* KVM: x86: Fix sizes used to pass around CR0, CR4, and EFERSean Christopherson2021-06-241-1/+1
* KVM: x86: Drop pointless @reset_roots from kvm_init_mmu()Sean Christopherson2021-06-171-1/+1
* KVM: x86: Drop skip MMU sync and TLB flush params from "new PGD" helpersSean Christopherson2021-06-171-1/+1
* KVM: nSVM: Move TLB flushing logic (or lack thereof) to dedicated helperSean Christopherson2021-06-171-9/+29
* KVM: x86: avoid loading PDPTRs after migration when possibleMaxim Levitsky2021-06-171-1/+2
* KVM: nSVM: refactor the CR3 reload on migrationMaxim Levitsky2021-06-171-7/+25
* KVM: nSVM: Drop pointless pdptrs_changed() check on nested transitionSean Christopherson2021-06-171-4/+2
* KVM: nVMX: nSVM: 'nested_run' should count guest-entry attempts that make it ...Krish Sadhukhan2021-06-171-2/+0
* KVM: nSVM: remove a warning about vmcb01 VM exit reasonMaxim Levitsky2021-05-071-1/+0
* KVM: nSVM: always restore the L1's GIF on migrationMaxim Levitsky2021-05-071-0/+2
* KVM: nSVM: leave the guest mode prior to loading a nested stateMaxim Levitsky2021-05-031-2/+5
* KVM: nSVM: fix few bugs in the vmcb02 caching logicMaxim Levitsky2021-05-031-0/+11
* KVM: nSVM: fix a typo in svm_leave_nestedMaxim Levitsky2021-05-031-1/+1
* Merge branch 'kvm-sev-cgroup' into HEADPaolo Bonzini2021-04-221-1/+0
|\
| * Merge branch 'kvm-fix-svm-races' into kvm-masterPaolo Bonzini2021-04-011-5/+23
| |\
* | | nSVM: Check addresses of MSR and IO permission mapsKrish Sadhukhan2021-04-211-3/+22
* | | KVM: x86: pending exceptions must not be blocked by an injected eventMaxim Levitsky2021-04-171-1/+7