summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/svm/svm.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* KVM: nSVM: leave guest mode when clearing EFER.SVMEPaolo Bonzini2020-06-011-0/+1
* KVM: nSVM: remove HF_VINTR_MASKPaolo Bonzini2020-06-011-1/+3
* KVM: nSVM: extract svm_set_gifPaolo Bonzini2020-06-011-0/+1
* KVM: nSVM: synchronize VMCB controls updated by the processor on every vmexitPaolo Bonzini2020-06-011-0/+1
* KVM: nSVM: save all control fields in svm->nestedPaolo Bonzini2020-06-011-15/+5
* KVM: nSVM: move map argument out of enter_svm_guest_modePaolo Bonzini2020-06-011-1/+1
* KVM: nSVM: remove exit_requiredPaolo Bonzini2020-05-281-3/+0
* KVM: nSVM: inject exceptions via svm_check_nested_eventsPaolo Bonzini2020-05-281-0/+1
* KVM: nSVM: Report interrupts as allowed when in L2 and exit-on-interrupt is setPaolo Bonzini2020-05-131-0/+5
* KVM: SVM: Split out architectural interrupt/NMI/SMI blocking checksPaolo Bonzini2020-05-131-0/+3
* KVM: nSVM: Move SMI vmexit handling to svm_check_nested_events()Paolo Bonzini2020-05-131-0/+5
* KVM: nSVM: Report NMIs as allowed when in L2 and Exit-on-NMI is setPaolo Bonzini2020-05-131-0/+5
* KVM: SVM: Implement check_nested_events for NMICathy Avery2020-05-131-15/+0
* KVM: SVM: introduce nested_run_pendingPaolo Bonzini2020-05-131-0/+4
* KVM: x86: move nested-related kvm_x86_ops to a separate structPaolo Bonzini2020-04-231-1/+2
* KVM: x86: Drop @invalidate_gpa param from kvm_x86_ops' tlb_flush()Sean Christopherson2020-04-211-1/+1
* KVM: SVM: Move SEV code to separate fileJoerg Roedel2020-04-031-0/+48
* KVM: SVM: Move AVIC code to separate fileJoerg Roedel2020-04-031-0/+62
* KVM: SVM: Move Nested SVM Implementation to nested.cJoerg Roedel2020-04-031-0/+381