summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/svm
AgeCommit message (Expand)AuthorFilesLines
2020-05-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2020-05-08arch/x86/kvm/svm/sev.c: change flag passed to GUP fast in sev_pin_memory()Janakarajan Natarajan1-1/+1
2020-05-04KVM: SVM: fill in kvm_run->debug.arch.dr[67]Paolo Bonzini1-0/+2
2020-04-15KVM: SVM: Fix __svm_vcpu_run declaration.Uros Bizjak1-1/+1
2020-04-15KVM: SVM: Do not setup frame pointer in __svm_vcpu_runUros Bizjak1-1/+0
2020-04-15KVM: SVM: Fix build error due to missing release_pages() includeBorislav Petkov1-0/+1
2020-04-15KVM: SVM: Do not mark svm_vcpu_run with STACK_FRAME_NON_STANDARDUros Bizjak1-1/+0
2020-04-14KVM: SVM: move more vmentry code to assemblyPaolo Bonzini2-7/+9
2020-04-14KVM: SVM: fix compilation with modular PSP and non-modular KVMPaolo Bonzini1-1/+4
2020-04-03KVM: SVM: Split svm_vcpu_run inline assembly to separate fileUros Bizjak2-89/+165
2020-04-03KVM: SVM: Move SEV code to separate fileJoerg Roedel3-1220/+1256
2020-04-03KVM: SVM: Move AVIC code to separate fileJoerg Roedel3-1049/+1090
2020-04-03KVM: SVM: Move Nested SVM Implementation to nested.cJoerg Roedel3-1144/+1215
2020-04-03kVM SVM: Move SVM related files to own sub-directoryJoerg Roedel2-0/+7841