summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/svm/svm.c
AgeCommit message (Expand)AuthorFilesLines
2024-07-26KVM: x86: disallow pre-fault for SNP VMs before initializationPaolo Bonzini1-0/+1
2024-07-16Merge tag 'kvm-x86-svm-6.11' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-13/+10
2024-07-16Merge tag 'kvm-x86-misc-6.11' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-7/+8
2024-07-16Merge tag 'kvm-x86-generic-6.11' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-8/+3
2024-07-12Merge tag 'loongarch-kvm-6.11' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini1-2/+2
2024-06-28KVM: SVM: Use sev_es_host_save_area() helper when initializing tsc_auxSean Christopherson1-9/+6
2024-06-28KVM: SVM: Force sev_es_host_save_area() to be inlined (for noinstr usage)Sean Christopherson1-1/+1
2024-06-28KVM: x86: Add missing MODULE_DESCRIPTION() macrosJeff Johnson1-0/+1
2024-06-21KVM: SEV-ES: Fix svm_get_msr()/svm_set_msr() for KVM_SEV_ES_INIT guestsMichael Roth1-2/+2
2024-06-11KVM: x86: Fold kvm_arch_sched_in() into kvm_arch_vcpu_load()Sean Christopherson1-8/+3
2024-06-10KVM: SVM: Emulate SYSENTER RIP/RSP behavior for all Intel compat vCPUsSean Christopherson1-7/+7
2024-06-03KVM: SVM: Consider NUMA affinity when allocating per-CPU save_areaLi RongQing1-1/+1
2024-06-03KVM: SVM: not account memory allocation for per-CPU svm_dataLi RongQing1-1/+1
2024-06-03KVM: SVM: remove useless input parameter in snp_safe_alloc_pageLi RongQing1-4/+4
2024-06-03Merge branch 'kvm-6.11-sev-snp' into HEADPaolo Bonzini1-5/+24
2024-06-03KVM: SEV-ES: Delegate LBR virtualization to the processorRavi Bangoria1-1/+7
2024-06-03KVM: SEV-ES: Disallow SEV-ES guests when X86_FEATURE_LBRV is absentRavi Bangoria1-9/+7
2024-06-03KVM: SEV-ES: Prevent MSR access post VMSA encryptionNikunj A Dadhania1-0/+18
2024-06-03KVM: SVM: Remove the need to trigger an UNBLOCK event on AP creationTom Lendacky1-7/+1
2024-05-23KVM: SVM: WARN on vNMI + NMI window iff NMIs are outright maskedSean Christopherson1-8/+19
2024-05-12KVM: x86: Implement hook for determining max NPT mapping levelMichael Roth1-0/+1
2024-05-12KVM: SEV: Implement gmem hook for invalidating private pagesMichael Roth1-0/+1
2024-05-12KVM: SEV: Implement gmem hook for initializing private pagesMichael Roth1-0/+2
2024-05-12KVM: SEV: Support SEV-SNP AP Creation NAE eventTom Lendacky1-1/+10
2024-05-12KVM: SEV: Add support to handle RMP nested page faultsBrijesh Singh1-4/+10
2024-05-12KVM: SEV: Add initial SEV-SNP supportBrijesh Singh1-1/+7
2024-05-10Merge tag 'loongarch-kvm-6.10' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini1-7/+10
2024-05-07KVM: x86: Move synthetic PFERR_* sanity checks to SVM's #NPF handlerSean Christopherson1-0/+9
2024-04-11KVM: SEV: sync FPU and AVX state at LAUNCH_UPDATE_VMSA timePaolo Bonzini1-8/+0
2024-04-11KVM: SEV: define VM types for SEV and SEV-ESPaolo Bonzini1-0/+11
2024-04-11KVM: SEV: store VMSA features in kvm_sev_infoPaolo Bonzini1-1/+1
2024-04-11KVM: SEV: publish supported VMSA featuresPaolo Bonzini1-0/+1
2024-04-11KVM: SVM: Compile sev.c if and only if CONFIG_KVM_AMD_SEV=yPaolo Bonzini1-1/+4
2024-04-09KVM: SVM: Save/restore non-volatile GPRs in SEV-ES VMRUN via host save areaSean Christopherson1-7/+10
2024-03-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-13/+12
2024-03-11Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2024-02-22KVM: x86: Fully defer to vendor code to decide how to force immediate exitSean Christopherson1-3/+4
2024-02-22KVM: x86: Move handling of is_guest_mode() into fastpath exit handlersSean Christopherson1-3/+3
2024-02-22KVM: x86: Plumb "force_immediate_exit" into kvm_entry() tracepointSean Christopherson1-2/+3
2024-02-22KVM: x86: Make kvm_get_dr() return a value, not use an out parameterSean Christopherson1-5/+2
2024-02-14Merge branch 'x86/bugs' into x86/core, to pick up pending changes before depe...Ingo Molnar1-1/+1
2024-01-29KVM: SEV: Make AVIC backing, VMSA and VMCB memory allocation SNP safeBrijesh Singh1-3/+14
2024-01-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+16
2024-01-10x86/bugs: Rename CONFIG_RETPOLINE => CONFIG_MITIGATION_RETPOLINEBreno Leitao1-1/+1
2024-01-08Merge tag 'x86-cleanups-2024-01-08' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2024-01-08Merge tag 'kvm-x86-svm-6.8' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-2/+16
2024-01-03arch/x86: Fix typosBjorn Helgaas1-1/+1
2023-12-13KVM: SEV: Do not intercept accesses to MSR_IA32_XSS for SEV-ES guestsMichael Roth1-0/+1
2023-12-08KVM: SVM: Update EFER software model on CR0 trap for SEV-ESSean Christopherson1-3/+5
2023-11-30KVM: SVM: Don't intercept IRET when injecting NMI and vNMI is enabledSean Christopherson1-2/+9