summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/svm/svm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kvm-x86-misc-6.13' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-11-131-1/+4
|\
| * KVM: x86: Quirk initialization of feature MSRs to KVM's max configurationSean Christopherson2024-11-011-1/+3
| * KVM: x86: Bypass register cache when querying CPL from kvm_sched_out()Sean Christopherson2024-11-011-0/+1
* | KVM: Pass in write/dirty to kvm_vcpu_map(), not kvm_vcpu_unmap()Sean Christopherson2024-10-251-4/+4
|/
* Merge tag 'kvm-x86-svm-6.12' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-09-171-12/+12
|\
| * KVM: SVM: Track the per-CPU host save area as a VMCB pointerSean Christopherson2024-08-301-7/+8
| * KVM: SVM: Add a helper to convert a SME-aware PA back to a struct pageSean Christopherson2024-08-301-5/+4
* | Merge tag 'kvm-x86-misc-6.12' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-09-171-15/+29
|\ \
| * | KVM: x86: Add fastpath handling of HLT VM-ExitsSean Christopherson2024-08-301-2/+11
| * | KVM: x86: Re-split x2APIC ICR into ICR+ICR2 for AMD (x2AVIC)Sean Christopherson2024-08-301-0/+2
| * | KVM: x86: Rename get_msr_feature() APIs to get_feature_msr()Sean Christopherson2024-08-221-3/+3
| * | KVM: x86: Refactor kvm_x86_ops.get_msr_feature() to avoid kvm_msr_entrySean Christopherson2024-08-221-9/+7
| * | KVM: x86: Rename KVM_MSR_RET_INVALID to KVM_MSR_RET_UNSUPPORTEDSean Christopherson2024-08-221-1/+1
| * | KVM: SVM: Disallow guest from changing userspace's MSR_AMD64_DE_CFG valueSean Christopherson2024-08-221-2/+7
| |/
* | Merge branch 'kvm-redo-enable-virt' into HEADPaolo Bonzini2024-09-171-11/+8
|\ \
| * | KVM: x86: Register "emergency disable" callbacks when virt is enabledSean Christopherson2024-09-041-4/+1
| * | KVM: x86: Rename virtualization {en,dis}abling APIs to match common KVMSean Christopherson2024-09-041-9/+9
| |/
* | KVM: SVM: Don't advertise Bus Lock Detect to guest if SVM support is missingRavi Bangoria2024-08-221-0/+3
* | KVM: SVM: fix emulation of msr reads/writes of MSR_FS_BASE and MSR_GS_BASEMaxim Levitsky2024-08-221-0/+12
|/
* KVM: x86: disallow pre-fault for SNP VMs before initializationPaolo Bonzini2024-07-261-0/+1
* Merge tag 'kvm-x86-svm-6.11' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-07-161-13/+10
|\
| * KVM: SVM: Use sev_es_host_save_area() helper when initializing tsc_auxSean Christopherson2024-06-281-9/+6
| * KVM: SVM: Force sev_es_host_save_area() to be inlined (for noinstr usage)Sean Christopherson2024-06-281-1/+1
| * KVM: SVM: Consider NUMA affinity when allocating per-CPU save_areaLi RongQing2024-06-041-1/+1
| * KVM: SVM: not account memory allocation for per-CPU svm_dataLi RongQing2024-06-041-1/+1
| * KVM: SVM: remove useless input parameter in snp_safe_alloc_pageLi RongQing2024-06-041-4/+4
* | Merge tag 'kvm-x86-misc-6.11' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-07-161-7/+8
|\ \
| * | KVM: x86: Add missing MODULE_DESCRIPTION() macrosJeff Johnson2024-06-281-0/+1
| * | KVM: SVM: Emulate SYSENTER RIP/RSP behavior for all Intel compat vCPUsSean Christopherson2024-06-101-7/+7
| |/
* | Merge tag 'kvm-x86-generic-6.11' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-07-161-8/+3
|\ \
| * | KVM: x86: Fold kvm_arch_sched_in() into kvm_arch_vcpu_load()Sean Christopherson2024-06-111-8/+3
| |/
* | Merge tag 'loongarch-kvm-6.11' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2024-07-121-2/+2
|\ \
| * | KVM: SEV-ES: Fix svm_get_msr()/svm_set_msr() for KVM_SEV_ES_INIT guestsMichael Roth2024-06-211-2/+2
* | | Merge branch 'kvm-6.11-sev-snp' into HEADPaolo Bonzini2024-06-031-5/+24
|\ \ \ | |/ / |/| |
| * | KVM: SVM: Remove the need to trigger an UNBLOCK event on AP creationTom Lendacky2024-06-031-7/+1
| * | KVM: x86: Implement hook for determining max NPT mapping levelMichael Roth2024-05-121-0/+1
| * | KVM: SEV: Implement gmem hook for invalidating private pagesMichael Roth2024-05-121-0/+1
| * | KVM: SEV: Implement gmem hook for initializing private pagesMichael Roth2024-05-121-0/+2
| * | KVM: SEV: Support SEV-SNP AP Creation NAE eventTom Lendacky2024-05-121-1/+10
| * | KVM: SEV: Add support to handle RMP nested page faultsBrijesh Singh2024-05-121-4/+10
| * | KVM: SEV: Add initial SEV-SNP supportBrijesh Singh2024-05-121-1/+7
| |/
* | KVM: SEV-ES: Delegate LBR virtualization to the processorRavi Bangoria2024-06-031-1/+7
* | KVM: SEV-ES: Disallow SEV-ES guests when X86_FEATURE_LBRV is absentRavi Bangoria2024-06-031-9/+7
* | KVM: SEV-ES: Prevent MSR access post VMSA encryptionNikunj A Dadhania2024-06-031-0/+18
* | KVM: SVM: WARN on vNMI + NMI window iff NMIs are outright maskedSean Christopherson2024-05-231-8/+19
|/
* Merge tag 'loongarch-kvm-6.10' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2024-05-101-7/+10
|\
| * KVM: SVM: Save/restore non-volatile GPRs in SEV-ES VMRUN via host save areaSean Christopherson2024-04-091-7/+10
* | KVM: x86: Move synthetic PFERR_* sanity checks to SVM's #NPF handlerSean Christopherson2024-05-071-0/+9
* | KVM: SEV: sync FPU and AVX state at LAUNCH_UPDATE_VMSA timePaolo Bonzini2024-04-111-8/+0
* | KVM: SEV: define VM types for SEV and SEV-ESPaolo Bonzini2024-04-111-0/+11