summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/svm/nested.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | KVM: nSVM: call nested_svm_load_cr3 on nested state loadMaxim Levitsky2021-04-171-18/+22
* | | KVM: x86: Account a variety of miscellaneous allocationsSean Christopherson2021-04-171-2/+2
* | | KVM: nSVM: If VMRUN is single-stepped, queue the #DB intercept in nested_svm_...Krish Sadhukhan2021-04-171-0/+10
* | | Merge branch 'kvm-fix-svm-races' into HEADPaolo Bonzini2021-04-011-12/+20
|\ \ \ | | |/ | |/|
| * | KVM: SVM: ensure that EFER.SVME is set when running nested guest or on nested...Paolo Bonzini2021-04-011-1/+17
| * | KVM: SVM: load control fields from VMCB12 before checking themPaolo Bonzini2021-04-011-4/+6
* | | KVM: nSVM: Optimize vmcb12 to vmcb02 save area copiesCathy Avery2021-03-151-13/+28
* | | KVM: SVM: Add support for Virtual SPEC_CTRLBabu Moger2021-03-151-0/+15
* | | KVM: nSVM: always use vmcb01 to for vmsave/vmload of guest stateMaxim Levitsky2021-03-151-3/+0
* | | KVM: nSVM: Add helper to synthesize nested VM-Exit without collateralSean Christopherson2021-03-151-49/+6
* | | KVM: x86: Handle triple fault in L2 without killing L1Sean Christopherson2021-03-151-0/+14
* | | KVM: SVM: Pass struct kvm_vcpu to exit handlers (and many, many other places)Paolo Bonzini2021-03-151-63/+65
* | | KVM: nSVM: Trace VM-Enter consistency check failuresSean Christopherson2021-03-151-14/+19
* | | KVM: nSVM: Add missing checks for reserved bits to svm_set_nested_state()Krish Sadhukhan2021-03-151-15/+39
* | | KVM: nSVM: only copy L1 non-VMLOAD/VMSAVE data in svm_set_nested_state()Paolo Bonzini2021-03-151-2/+18
* | | KVM: nSVM: do not mark all VMCB02 fields dirty on nested vmexitPaolo Bonzini2021-03-151-6/+12
* | | KVM: nSVM: do not mark all VMCB01 fields dirty on nested vmexitPaolo Bonzini2021-03-151-4/+5
* | | KVM: nSVM: do not copy vmcb01->control blindly to vmcb02->controlPaolo Bonzini2021-03-151-2/+21
* | | KVM: nSVM: rename functions and variables according to vmcbXY nomenclaturePaolo Bonzini2021-03-151-14/+14
* | | KVM: SVM: Use a separate vmcb for the nested L2 guestCathy Avery2021-03-151-78/+82
* | | KVM: x86: to track if L1 is running L2 VMDongli Zhang2021-03-151-0/+2
| |/ |/|
* | KVM: nSVM: prepare guest save area while is_guest_mode is truePaolo Bonzini2021-02-221-1/+1
* | KVM: nSVM: fix running nested guests when npt=0Paolo Bonzini2021-02-181-0/+20
* | KVM: nSVM: move nested vmrun tracepoint to enter_svm_guest_modeMaxim Levitsky2021-02-181-12/+14
* | KVM: x86: SEV: Treat C-bit as legal GPA bit regardless of vCPU modeSean Christopherson2021-02-041-1/+1
* | KVM: nSVM: Use common GPA helper to check for illegal CR3Sean Christopherson2021-02-041-1/+1
* | KVM: nSVM: Don't strip host's C-bit from guest's CR3 when reading PDPTRsSean Christopherson2021-02-041-1/+1
* | KVM: X86: Rename DR6_INIT to DR6_ACTIVE_LOWChenyi Qiang2021-02-041-1/+1
* | KVM: x86: cleanup CR3 reserved bits checksPaolo Bonzini2021-02-031-10/+3
* | KVM: x86: allow KVM_REQ_GET_NESTED_STATE_PAGES outside guest mode for VMXPaolo Bonzini2021-01-261-0/+3
* | KVM: nSVM: cancel KVM_REQ_GET_NESTED_STATE_PAGES on nested vmexitMaxim Levitsky2021-01-081-0/+3
* | KVM: nSVM: mark vmcb as dirty when forcingly leaving the guest modeMaxim Levitsky2021-01-081-0/+1
* | KVM: nSVM: correctly restore nested_run_pending on migrationMaxim Levitsky2021-01-081-0/+4
* | KVM: nSVM: set fixed bits by handPaolo Bonzini2020-11-271-4/+5
* | KVM: x86: Return bool instead of int for CR4 and SREGS validity checksSean Christopherson2020-11-151-1/+1
|/
* KVM: nSVM: implement on demand allocation of the nested stateMaxim Levitsky2020-10-211-0/+42
* KVM: nSVM: delay MSR permission processing to first nested VM runPaolo Bonzini2020-09-281-3/+18
* KVM: nSVM: CR3 MBZ bits are only 63:52Krish Sadhukhan2020-09-281-1/+1
* KVM: SVM: Add new intercept word in vmcb_control_areaBabu Moger2020-09-281-1/+2
* KVM: SVM: Modify 64 bit intercept field to two 32 bit vectorsBabu Moger2020-09-281-15/+10
* KVM: SVM: Modify intercept_exceptions to generic interceptsBabu Moger2020-09-281-6/+4