summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/svm/svm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-12-201-124/+345
|\
| * KVM: SVM: Provide an updated VMRUN invocation for SEV-ES guestsTom Lendacky2020-12-151-9/+16
| * KVM: SVM: Provide support for SEV-ES vCPU loadingTom Lendacky2020-12-151-13/+23
| * KVM: SVM: Provide support for SEV-ES vCPU creation/loadingTom Lendacky2020-12-151-3/+17
| * KVM: SVM: Set the encryption mask for the SVM host save areaTom Lendacky2020-12-151-1/+2
| * KVM: SVM: Add NMI support for an SEV-ES guestTom Lendacky2020-12-151-7/+13
| * KVM: SVM: Guest FPU state save/restore not needed for SEV-ES guestTom Lendacky2020-12-151-0/+8
| * KVM: SVM: Do not report support for SMM for an SEV-ES guestTom Lendacky2020-12-151-1/+10
| * KVM: SVM: Add support for CR8 write traps for an SEV-ES guestTom Lendacky2020-12-151-1/+6
| * KVM: SVM: Add support for CR4 write traps for an SEV-ES guestTom Lendacky2020-12-151-0/+7
| * KVM: SVM: Add support for CR0 write traps for an SEV-ES guestTom Lendacky2020-12-151-0/+26
| * KVM: SVM: Add support for EFER write traps for an SEV-ES guestTom Lendacky2020-12-151-0/+20
| * KVM: SVM: Support string IO operations for an SEV-ES guestTom Lendacky2020-12-151-3/+8
| * KVM: SVM: Add initial support for a VMGEXIT VMEXITTom Lendacky2020-12-151-2/+4
| * KVM: SVM: Prepare for SEV-ES exit handling in the sev.c fileTom Lendacky2020-12-151-26/+38
| * KVM: SVM: Cannot re-initialize the VMCB after shutdown with SEV-ESTom Lendacky2020-12-151-0/+7
| * KVM: SVM: Do not allow instruction emulation under SEV-ESTom Lendacky2020-12-151-0/+6
| * KVM: SVM: Prevent debugging under SEV-ESTom Lendacky2020-12-151-0/+9
| * KVM: SVM: Add required changes to support intercepts under SEV-ESTom Lendacky2020-12-151-10/+73
| * KVM: x86: introduce complete_emulated_msr callbackPaolo Bonzini2020-12-151-0/+1
| * KVM: SVM: Add support for the SEV-ES VMSATom Lendacky2020-12-141-2/+22
| * KVM: SVM: Add support for SEV-ES capability in KVMTom Lendacky2020-12-141-10/+10
| * KVM/VMX/SVM: Move kvm_machine_check function to x86.hUros Bizjak2020-12-141-20/+0
| * KVM: x86: reinstate vendor-agnostic check on SPEC_CTRL cpuid bitsPaolo Bonzini2020-12-121-10/+4
| * KVM: SVM: check CR4 changes against vcpu->archPaolo Bonzini2020-11-161-1/+1
| * KVM: SVM: Move asid to vcpu_svmCathy Avery2020-11-161-3/+7
| * kvm: x86: Sink cpuid update into vendor-specific set_cr4 functionsJim Mattson2020-11-151-0/+3
| * KVM: x86: Move vendor CR4 validity check to dedicated kvm_x86_ops hookSean Christopherson2020-11-151-2/+7
| * KVM: SVM: Drop VMXE check from svm_set_cr4()Sean Christopherson2020-11-151-3/+0
* | kvm: svm: de-allocate svm_cpu_data for all cpus in svm_cpu_uninit()Jacob Xu2020-12-041-2/+2
* | KVM: SVM: fix error return code in svm_create_vcpu()Chen Zhou2020-11-171-1/+3
|/
* KVM: SVM: Update cr3_lm_rsvd_bits for AMD SEV guestsBabu Moger2020-11-131-0/+8
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-10-231-136/+268
|\
| * Merge branch 'kvm-fixes' into 'next'Paolo Bonzini2020-10-221-1/+7
| |\
| * | KVM: nSVM: implement on demand allocation of the nested stateMaxim Levitsky2020-10-211-28/+33
| * | KVM: x86: allow kvm_x86_ops.set_efer to return an error valueMaxim Levitsky2020-10-211-1/+2
| * | KVM: x86: SVM: Prevent MSR passthrough when MSR access is deniedAlexander Graf2020-09-281-8/+69
| * | KVM: x86: Prepare MSR bitmaps for userspace tracked MSRsAaron Lewis2020-09-281-25/+35
| * | KVM: x86: Use common definition for kvm_nested_vmexit tracepointSean Christopherson2020-09-281-6/+1
| * | KVM: x86: Add intr/vectoring info and error code to kvm_exit tracepointSean Christopherson2020-09-281-1/+8
| * | KVM: x86: Read guest RIP from within the kvm_nested_vmexit tracepointSean Christopherson2020-09-281-1/+1
| * | KVM: SVM: Add tracepoint for cr_interceptionHaiwei Li2020-09-281-0/+2
| * | KVM: SVM: Analyze is_guest_mode() in svm_vcpu_run()Wanpeng Li2020-09-281-5/+6
| * | KVM: x86: Add kvm_x86_ops hook to short circuit emulationSean Christopherson2020-09-281-13/+18
| * | KVM: SVM: Enable INVPCID feature on AMDBabu Moger2020-09-281-0/+51
| * | KVM: SVM: Remove set_cr_intercept, clr_cr_intercept and is_cr_interceptBabu Moger2020-09-281-17/+17
| * | KVM: SVM: Modify 64 bit intercept field to two 32 bit vectorsBabu Moger2020-09-281-10/+7
| * | KVM: SVM: Modify intercept_exceptions to generic interceptsBabu Moger2020-09-281-1/+1
| * | KVM: SVM: Change intercept_dr to generic interceptsBabu Moger2020-09-281-2/+2
| * | KVM: SVM: Change intercept_cr to generic interceptsBabu Moger2020-09-281-2/+2