summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/svm/nested.c
AgeCommit message (Expand)Author
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
2021-03-15KVM: nSVM: do not copy vmcb01->control blindly to vmcb02->controlPaolo Bonzini
2021-03-15KVM: nSVM: rename functions and variables according to vmcbXY nomenclaturePaolo Bonzini
2021-03-15KVM: SVM: Use a separate vmcb for the nested L2 guestCathy Avery
2021-03-15KVM: x86: to track if L1 is running L2 VMDongli Zhang
2021-02-22KVM: nSVM: prepare guest save area while is_guest_mode is truePaolo Bonzini
2021-02-18KVM: nSVM: fix running nested guests when npt=0Paolo Bonzini
2021-02-18KVM: nSVM: move nested vmrun tracepoint to enter_svm_guest_modeMaxim Levitsky
2021-02-04KVM: x86: SEV: Treat C-bit as legal GPA bit regardless of vCPU modeSean Christopherson
2021-02-04KVM: nSVM: Use common GPA helper to check for illegal CR3Sean Christopherson
2021-02-04KVM: nSVM: Don't strip host's C-bit from guest's CR3 when reading PDPTRsSean Christopherson
2021-02-04KVM: X86: Rename DR6_INIT to DR6_ACTIVE_LOWChenyi Qiang
2021-02-03KVM: x86: cleanup CR3 reserved bits checksPaolo Bonzini
2021-01-25KVM: x86: allow KVM_REQ_GET_NESTED_STATE_PAGES outside guest mode for VMXPaolo Bonzini
2021-01-07KVM: nSVM: cancel KVM_REQ_GET_NESTED_STATE_PAGES on nested vmexitMaxim Levitsky
2021-01-07KVM: nSVM: mark vmcb as dirty when forcingly leaving the guest modeMaxim Levitsky
2021-01-07KVM: nSVM: correctly restore nested_run_pending on migrationMaxim Levitsky
2020-11-27KVM: nSVM: set fixed bits by handPaolo Bonzini
2020-11-15KVM: x86: Return bool instead of int for CR4 and SREGS validity checksSean Christopherson
2020-10-21KVM: nSVM: implement on demand allocation of the nested stateMaxim Levitsky
2020-09-28KVM: nSVM: delay MSR permission processing to first nested VM runPaolo Bonzini
2020-09-28KVM: nSVM: CR3 MBZ bits are only 63:52Krish Sadhukhan
2020-09-28KVM: SVM: Add new intercept word in vmcb_control_areaBabu Moger
2020-09-28KVM: SVM: Modify 64 bit intercept field to two 32 bit vectorsBabu Moger
2020-09-28KVM: SVM: Modify intercept_exceptions to generic interceptsBabu Moger
2020-09-28KVM: SVM: Change intercept_dr to generic interceptsBabu Moger
2020-09-28KVM: SVM: Change intercept_cr to generic interceptsBabu Moger
2020-09-28KVM: SVM: Introduce vmcb_(set_intercept/clr_intercept/_is_intercept)Babu Moger
2020-09-28KVM: nSVM: Remove unused fieldBabu Moger
2020-09-28KVM: nSVM: rename nested vmcb to vmcb12Maxim Levitsky
2020-09-28KVM: nSVM: Avoid freeing uninitialized pointers in svm_set_nested_state()Vitaly Kuznetsov
2020-09-22Merge branch 'x86-seves-for-paolo' of https://git.kernel.org/pub/scm/linux/ke...Paolo Bonzini
2020-09-12SVM: nSVM: setup nested msr permission bitmap on nested state loadMaxim Levitsky
2020-09-12SVM: nSVM: correctly restore GIF on vmexit from nesting after migrationMaxim Levitsky
2020-09-07KVM: SVM: nested: Don't allocate VMCB structures on stackJoerg Roedel
2020-07-30KVM: nSVM: Correctly set the shadow NPT root level in its MMU roleSean Christopherson