aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/svm/nested.c
AgeCommit message (Expand)Author
2020-06-08KVM: SVM: fix calls to is_interceptPaolo Bonzini
2020-06-01KVM: x86: extend struct kvm_vcpu_pv_apf_data with token infoVitaly Kuznetsov
2020-06-01KVM: nSVM: implement KVM_GET_NESTED_STATE and KVM_SET_NESTED_STATEPaolo Bonzini
2020-06-01KVM: MMU: pass arbitrary CR0/CR4/EFER to kvm_init_shadow_mmuPaolo Bonzini
2020-06-01KVM: nSVM: leave guest mode when clearing EFER.SVMEPaolo Bonzini
2020-06-01KVM: nSVM: split nested_vmcb_check_controlsPaolo Bonzini
2020-06-01KVM: nSVM: remove HF_HIF_MASKPaolo Bonzini
2020-06-01KVM: nSVM: remove HF_VINTR_MASKPaolo Bonzini
2020-06-01KVM: nSVM: synthesize correct EXITINTINFO on vmexitPaolo Bonzini
2020-06-01KVM: SVM: preserve VGIF across VMCB switchPaolo Bonzini
2020-06-01KVM: nSVM: extract svm_set_gifPaolo Bonzini
2020-06-01KVM: nSVM: synchronize VMCB controls updated by the processor on every vmexitPaolo Bonzini
2020-06-01KVM: nSVM: save all control fields in svm->nestedPaolo Bonzini
2020-06-01KVM: nSVM: pass vmcb_control_area to copy_vmcb_control_areaPaolo Bonzini
2020-06-01KVM: nSVM: clean up tsc_offset updatePaolo Bonzini
2020-06-01KVM: nSVM: move MMU setup to nested_prepare_vmcb_controlPaolo Bonzini
2020-06-01KVM: nSVM: extract preparation of VMCB for nested runPaolo Bonzini
2020-06-01KVM: nSVM: extract load_nested_vmcb_controlPaolo Bonzini
2020-06-01KVM: nSVM: move map argument out of enter_svm_guest_modePaolo Bonzini
2020-05-28KVM: SVM: always update CR3 in VMCBPaolo Bonzini
2020-05-28KVM: nSVM: correctly inject INIT vmexitsPaolo Bonzini
2020-05-28KVM: nSVM: remove exit_requiredPaolo Bonzini
2020-05-28KVM: nSVM: inject exceptions via svm_check_nested_eventsPaolo Bonzini
2020-05-27KVM: nSVM: Preserve registers modifications done before nested_svm_vmexit()Vitaly Kuznetsov
2020-05-27KVM: nSVM: leave ASID aside in copy_vmcb_control_areaPaolo Bonzini
2020-05-27KVM: nSVM: fix condition for filtering async PFPaolo Bonzini
2020-05-13KVM: x86/mmu: Capture TDP level when updating CPUIDSean Christopherson
2020-05-13KVM: nSVM: Preserve IRQ/NMI/SMI priority irrespective of exiting behaviorPaolo Bonzini
2020-05-13KVM: nSVM: Report interrupts as allowed when in L2 and exit-on-interrupt is setPaolo Bonzini
2020-05-13KVM: nSVM: Move SMI vmexit handling to svm_check_nested_events()Paolo Bonzini
2020-05-13KVM: nSVM: Report NMIs as allowed when in L2 and Exit-on-NMI is setPaolo Bonzini
2020-05-13KVM: SVM: Implement check_nested_events for NMICathy Avery
2020-05-13KVM: SVM: immediately inject INTR vmexitPaolo Bonzini
2020-05-13KVM: SVM: leave halted state on vmexitPaolo Bonzini
2020-05-13KVM: SVM: introduce nested_run_pendingPaolo Bonzini
2020-05-13Merge branch 'kvm-amd-fixes' into HEADPaolo Bonzini
2020-05-08KVM: x86, SVM: isolate vcpu->arch.dr6 from vmcb->save.dr6Paolo Bonzini
2020-05-08KVM: SVM: keep DR6 synchronized with vcpu->arch.dr6Paolo Bonzini
2020-05-07KVM: nSVM: trap #DB and #BP to userspace if guest debugging is onPaolo Bonzini
2020-04-24KVM: SVM: do not allow VMRUN inside SMMPaolo Bonzini
2020-04-23KVM: x86: move nested-related kvm_x86_ops to a separate structPaolo Bonzini
2020-04-21KVM: nSVM: Check for CR0.CD and CR0.NW on VMRUN of nested guestsKrish Sadhukhan
2020-04-21KVM: x86: Drop @invalidate_gpa param from kvm_x86_ops' tlb_flush()Sean Christopherson
2020-04-03KVM: SVM: Move Nested SVM Implementation to nested.cJoerg Roedel