summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/svm
AgeCommit message (Expand)Author
2024-08-13KVM: SVM: Fix an error code in sev_gmem_post_populate()Dan Carpenter
2024-08-13KVM: SVM: Fix uninitialized variable bugDan Carpenter
2024-07-26KVM: guest_memfd: let kvm_gmem_populate() operate only on private gfnsPaolo Bonzini
2024-07-26KVM: guest_memfd: move check for already-populated page to common codePaolo Bonzini
2024-07-26KVM: x86: disallow pre-fault for SNP VMs before initializationPaolo Bonzini
2024-07-16Merge branch 'kvm-6.11-sev-attestation' into HEADPaolo Bonzini
2024-07-16KVM: SEV: Provide support for SNP_EXTENDED_GUEST_REQUEST NAE eventMichael Roth
2024-07-16KVM: SEV: Provide support for SNP_GUEST_REQUEST NAE eventBrijesh Singh
2024-07-16Merge tag 'kvm-x86-svm-6.11' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2024-07-16Merge tag 'kvm-x86-pmu-6.11' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2024-07-16Merge tag 'kvm-x86-misc-6.11' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2024-07-16Merge tag 'kvm-x86-generic-6.11' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2024-07-12Merge tag 'loongarch-kvm-6.11' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini
2024-06-28KVM: x86/pmu: Introduce distinct macros for GP/fixed counter max numberDapeng Mi
2024-06-28KVM: SVM: Use sev_es_host_save_area() helper when initializing tsc_auxSean Christopherson
2024-06-28KVM: SVM: Force sev_es_host_save_area() to be inlined (for noinstr usage)Sean Christopherson
2024-06-28KVM: x86: Add missing MODULE_DESCRIPTION() macrosJeff Johnson
2024-06-21KVM: SEV-ES: Fix svm_get_msr()/svm_set_msr() for KVM_SEV_ES_INIT guestsMichael Roth
2024-06-11KVM: x86: Fold kvm_arch_sched_in() into kvm_arch_vcpu_load()Sean Christopherson
2024-06-10KVM: SVM: Emulate SYSENTER RIP/RSP behavior for all Intel compat vCPUsSean Christopherson
2024-06-05KVM: x86: Keep consistent naming for APICv/AVIC inhibit reasonsAlejandro Jimenez
2024-06-05KVM: SNP: Fix LBR Virtualization for SNP guestRavi Bangoria
2024-06-03KVM: SVM: Consider NUMA affinity when allocating per-CPU save_areaLi RongQing
2024-06-03KVM: SVM: not account memory allocation for per-CPU svm_dataLi RongQing
2024-06-03KVM: SVM: remove useless input parameter in snp_safe_alloc_pageLi RongQing
2024-06-03KVM: x86/pmu: Change ambiguous _mask suffix to _rsvd in kvm_pmuDapeng Mi
2024-06-03Merge branch 'kvm-6.11-sev-snp' into HEADPaolo Bonzini
2024-06-03KVM: SEV-ES: Delegate LBR virtualization to the processorRavi Bangoria
2024-06-03KVM: SEV-ES: Disallow SEV-ES guests when X86_FEATURE_LBRV is absentRavi Bangoria
2024-06-03KVM: SEV-ES: Prevent MSR access post VMSA encryptionNikunj A Dadhania
2024-06-03KVM: SVM: Remove the need to trigger an UNBLOCK event on AP creationTom Lendacky
2024-06-03KVM: SEV: Don't WARN() if RMP lookup fails when invalidating gmem pagesPaolo Bonzini
2024-06-03KVM: SEV: Automatically switch reclaimed pages to sharedMichael Roth
2024-06-03KVM: SVM: Use KVM's snapshot of the host's XCR0 for SEV-ES host stateSean Christopherson
2024-06-03KVM: x86: Add a struct to consolidate host values, e.g. EFER, XCR0, etc...Sean Christopherson
2024-05-23KVM: SVM: WARN on vNMI + NMI window iff NMIs are outright maskedSean Christopherson
2024-05-12KVM: SVM: Add module parameter to enable SEV-SNPBrijesh Singh
2024-05-12KVM: SEV: Avoid WBINVD for HVA-based MMU notifications for SNPAshish Kalra
2024-05-12KVM: x86: Implement hook for determining max NPT mapping levelMichael Roth
2024-05-12KVM: SEV: Implement gmem hook for invalidating private pagesMichael Roth
2024-05-12KVM: SEV: Implement gmem hook for initializing private pagesMichael Roth
2024-05-12KVM: SEV: Support SEV-SNP AP Creation NAE eventTom Lendacky
2024-05-12KVM: SEV: Add support to handle RMP nested page faultsBrijesh Singh
2024-05-12KVM: SEV: Add support to handle Page State Change VMGEXITMichael Roth
2024-05-12KVM: SEV: Add support to handle MSR based Page State Change VMGEXITMichael Roth
2024-05-12KVM: SEV: Add support to handle GHCB GPA register VMGEXITBrijesh Singh
2024-05-12KVM: SEV: Add KVM_SEV_SNP_LAUNCH_FINISH commandBrijesh Singh
2024-05-12KVM: SEV: Add KVM_SEV_SNP_LAUNCH_UPDATE commandBrijesh Singh
2024-05-12KVM: SEV: Add KVM_SEV_SNP_LAUNCH_START commandBrijesh Singh
2024-05-12KVM: SEV: Add initial SEV-SNP supportBrijesh Singh