summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/svm/sev.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* KVM: SVM: Fix offset computation bug in __sev_dbg_decrypt().Ashish Kalra2020-11-161-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-10-231-9/+17
|\
| * KVM: SEV: shorten comments around sev_clflush_pagesPaolo Bonzini2020-09-281-12/+7
| * KVM: SVM: Mark SEV launch secret pages as dirty.Cfir Cohen2020-09-281-1/+14
* | Merge tag 'x86_cpu_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-10-121-1/+2
|\ \ | |/ |/|
| * KVM: SVM: Don't flush cache if hardware enforces cache coherency across encry...Krish Sadhukhan2020-09-191-1/+2
* | KVM: SVM: Periodically schedule when unregistering regions on destroyDavid Rientjes2020-09-111-0/+1
|/
* KVM: SVM: Fix sev_pin_memory() error handlingDan Carpenter2020-08-021-10/+10
* KVM: SVM: Add vmcb_ prefix to mark_*() functionsJoerg Roedel2020-07-081-1/+1
* kvm: x86: Move last_cpu into kvm_vcpu_arch as last_vmentry_cpuJim Mattson2020-07-081-1/+1
* kvm: svm: Always set svm->last_cpu on VMRUNJim Mattson2020-07-081-1/+0
* KVM: x86: report sev_pin_memory errors with PTR_ERRPaolo Bonzini2020-07-081-10/+12
* KVM: SVM: convert get_user_pages() --> pin_user_pages()John Hubbard2020-07-081-3/+3
* KVM: SVM: fix svn_pin_memory()'s use of get_user_pages_fast()John Hubbard2020-07-081-1/+5
* mm: remove the pgprot argument to __vmallocChristoph Hellwig2020-06-021-2/+1
* arch/x86/kvm/svm/sev.c: change flag passed to GUP fast in sev_pin_memory()Janakarajan Natarajan2020-05-081-1/+1
* KVM: SVM: Fix build error due to missing release_pages() includeBorislav Petkov2020-04-151-0/+1
* KVM: SVM: fix compilation with modular PSP and non-modular KVMPaolo Bonzini2020-04-141-1/+4
* KVM: SVM: Move SEV code to separate fileJoerg Roedel2020-04-031-0/+1187