summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-12-2026-482/+2203
|\
| * KVM: SVM: fix 32-bit compilationPaolo Bonzini2020-12-161-0/+2
| * Merge tag 'kvmarm-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2020-12-151-1/+3
| |\
| * | 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-154-9/+77
| * | KVM: SVM: Provide support for SEV-ES vCPU loadingTom Lendacky2020-12-155-20/+96
| * | 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-152-10/+54
| * | KVM: SVM: Do not report support for SMM for an SEV-ES guestTom Lendacky2020-12-153-4/+17
| * | KVM: x86: Update __get_sregs() / __set_sregs() to support SEV-ESTom Lendacky2020-12-151-9/+18
| * | 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-152-4/+19
| * | KVM: SVM: Add support for CR0 write traps for an SEV-ES guestTom Lendacky2020-12-152-13/+46
| * | 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-155-5/+82
| * | KVM: SVM: Support MMIO for an SEV-ES guestTom Lendacky2020-12-154-0/+258
| * | KVM: SVM: Create trace events for VMGEXIT MSR protocol processingTom Lendacky2020-12-153-0/+52
| * | KVM: SVM: Create trace events for VMGEXIT processingTom Lendacky2020-12-153-0/+61
| * | 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-153-14/+35
| * | KVM: SVM: Add required changes to support intercepts under SEV-ESTom Lendacky2020-12-152-12/+82
| * | KVM: x86: introduce complete_emulated_msr callbackPaolo Bonzini2020-12-153-4/+6
| * | KVM: x86: use kvm_complete_insn_gp in emulating RDMSR/WRMSRPaolo Bonzini2020-12-151-28/+16
| * | KVM: x86: remove bogus #GP injectionPaolo Bonzini2020-12-151-5/+1
| * | KVM: x86: Mark GPRs dirty when writtenTom Lendacky2020-12-141-25/+26
| * | 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-144-32/+77
| * | 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-143-40/+20
| * | KVM: x86: reinstate vendor-agnostic check on SPEC_CTRL cpuid bitsPaolo Bonzini2020-12-123-14/+22
| * | KVM: x86: Expose AVX512_FP16 for supported CPUIDCathy Zhang2020-12-121-1/+1
| * | KVM/VMX: Use TEST %REG,%REG instead of CMP $0,%REG in vmenter.SUros Bizjak2020-12-121-1/+1
| * | KVM: x86: ignore SIPIs that are received while not in wait-for-sipi stateMaxim Levitsky2020-12-091-7/+8
| * | 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: x86/mmu: Add TDP MMU SPTE changed trace pointBen Gardon2020-11-192-0/+31
| * | kvm: x86/mmu: Add existing trace points to TDP MMUBen Gardon2020-11-191-1/+11
| * | 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-154-8/+8