summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/svm (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-12-206-205/+1416
|\
| * KVM: SVM: fix 32-bit compilationPaolo Bonzini2020-12-161-0/+2
| * KVM: SVM: Add AP_JUMP_TABLE support in prep for AP bootingTom Lendacky2020-12-152-0/+29
| * KVM: SVM: Provide support to launch and run an SEV-ES guestTom Lendacky2020-12-151-0/+104
| * KVM: SVM: Provide an updated VMRUN invocation for SEV-ES guestsTom Lendacky2020-12-153-9/+71
| * KVM: SVM: Provide support for SEV-ES vCPU loadingTom Lendacky2020-12-153-19/+93
| * KVM: SVM: Provide support for SEV-ES vCPU creation/loadingTom Lendacky2020-12-153-4/+78
| * KVM: SVM: Update ASID allocation to support SEV-ES guestsTom Lendacky2020-12-151-11/+14
| * KVM: SVM: Set the encryption mask for the SVM host save areaTom Lendacky2020-12-153-2/+4
| * KVM: SVM: Add NMI support for an SEV-ES guestTom Lendacky2020-12-152-7/+17
| * 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-153-5/+25
| * KVM: SVM: Support MMIO for an SEV-ES guestTom Lendacky2020-12-152-0/+130
| * KVM: SVM: Create trace events for VMGEXIT MSR protocol processingTom Lendacky2020-12-151-0/+6
| * KVM: SVM: Create trace events for VMGEXIT processingTom Lendacky2020-12-151-0/+6
| * KVM: SVM: Add support for SEV-ES GHCB MSR protocol function 0x100Tom Lendacky2020-12-152-0/+19
| * KVM: SVM: Add support for SEV-ES GHCB MSR protocol function 0x004Tom Lendacky2020-12-152-2/+63
| * KVM: SVM: Add support for SEV-ES GHCB MSR protocol function 0x002Tom Lendacky2020-12-152-1/+42
| * KVM: SVM: Add initial support for a VMGEXIT VMEXITTom Lendacky2020-12-153-2/+284
| * 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-152-14/+32
| * 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-143-2/+94
| * KVM: SVM: Add support for SEV-ES capability in KVMTom Lendacky2020-12-143-31/+75
| * KVM: SVM: Remove the call to sev_platform_status() during setupTom Lendacky2020-12-141-21/+1
| * 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: x86: adjust SEV for commit 7e8e6eed75ePaolo Bonzini2020-12-031-1/+1
| * KVM: nSVM: set fixed bits by handPaolo Bonzini2020-11-271-4/+5
| * KVM: SVM: check CR4 changes against vcpu->archPaolo Bonzini2020-11-161-1/+1
| * KVM: SVM: Move asid to vcpu_svmCathy Avery2020-11-162-3/+8
| * kvm: x86: Sink cpuid update into vendor-specific set_cr4 functionsJim Mattson2020-11-151-0/+3
| * KVM: X86: Don't track dirty for KVM_SET_[TSS_ADDR|IDENTITY_MAP_ADDR]Peter Xu2020-11-151-3/+6
| * KVM: x86: Return bool instead of int for CR4 and SREGS validity checksSean Christopherson2020-11-151-1/+1
| * KVM: x86: Move vendor CR4 validity check to dedicated kvm_x86_ops hookSean Christopherson2020-11-152-3/+8
| * 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: Fix offset computation bug in __sev_dbg_decrypt().Ashish Kalra2020-11-161-1/+1
|/
* 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-235-347/+544
|\
| * Merge branch 'kvm-fixes' into 'next'Paolo Bonzini2020-10-221-1/+7
| |\