summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/svm
AgeCommit message (Expand)Author
2020-05-04KVM: SVM: fill in kvm_run->debug.arch.dr[67]Paolo Bonzini
2020-04-15KVM: SVM: Fix __svm_vcpu_run declaration.Uros Bizjak
2020-04-15KVM: SVM: Do not setup frame pointer in __svm_vcpu_runUros Bizjak
2020-04-15KVM: SVM: Fix build error due to missing release_pages() includeBorislav Petkov
2020-04-15KVM: SVM: Do not mark svm_vcpu_run with STACK_FRAME_NON_STANDARDUros Bizjak
2020-04-14KVM: SVM: move more vmentry code to assemblyPaolo Bonzini
2020-04-14KVM: SVM: fix compilation with modular PSP and non-modular KVMPaolo Bonzini
2020-04-03KVM: SVM: Split svm_vcpu_run inline assembly to separate fileUros Bizjak
2020-04-03KVM: SVM: Move SEV code to separate fileJoerg Roedel
2020-04-03KVM: SVM: Move AVIC code to separate fileJoerg Roedel
2020-04-03KVM: SVM: Move Nested SVM Implementation to nested.cJoerg Roedel
2020-04-03kVM SVM: Move SVM related files to own sub-directoryJoerg Roedel