summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/svm/sev.c
AgeCommit message (Expand)AuthorFilesLines
2024-08-13KVM: SVM: Fix an error code in sev_gmem_post_populate()Dan Carpenter1-2/+3
2024-08-13KVM: SVM: Fix uninitialized variable bugDan Carpenter1-1/+1
2024-07-26KVM: guest_memfd: let kvm_gmem_populate() operate only on private gfnsPaolo Bonzini1-7/+0
2024-07-26KVM: guest_memfd: move check for already-populated page to common codePaolo Bonzini1-1/+1
2024-07-26KVM: x86: disallow pre-fault for SNP VMs before initializationPaolo Bonzini1-0/+8
2024-07-16Merge branch 'kvm-6.11-sev-attestation' into HEADPaolo Bonzini1-0/+190
2024-07-16KVM: SEV: Provide support for SNP_EXTENDED_GUEST_REQUEST NAE eventMichael Roth1-0/+56
2024-07-16KVM: SEV: Provide support for SNP_GUEST_REQUEST NAE eventBrijesh Singh1-0/+134
2024-07-16Merge tag 'kvm-x86-svm-6.11' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-3/+3
2024-07-16Merge tag 'kvm-x86-misc-6.11' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-2/+2
2024-06-05KVM: SNP: Fix LBR Virtualization for SNP guestRavi Bangoria1-0/+8
2024-06-04KVM: SVM: Consider NUMA affinity when allocating per-CPU save_areaLi RongQing1-3/+3
2024-06-04KVM: SVM: not account memory allocation for per-CPU svm_dataLi RongQing1-3/+3
2024-06-04KVM: SVM: remove useless input parameter in snp_safe_alloc_pageLi RongQing1-1/+1
2024-06-03Merge branch 'kvm-6.11-sev-snp' into HEADPaolo Bonzini1-13/+1343
2024-06-03KVM: SEV-ES: Delegate LBR virtualization to the processorRavi Bangoria1-5/+8
2024-06-03KVM: SEV-ES: Disallow SEV-ES guests when X86_FEATURE_LBRV is absentRavi Bangoria1-0/+6
2024-06-03KVM: SVM: Remove the need to trigger an UNBLOCK event on AP creationTom Lendacky1-14/+0
2024-06-03KVM: SEV: Don't WARN() if RMP lookup fails when invalidating gmem pagesPaolo Bonzini1-5/+4
2024-06-03KVM: SEV: Automatically switch reclaimed pages to sharedMichael Roth1-24/+31
2024-06-03KVM: SVM: Use KVM's snapshot of the host's XCR0 for SEV-ES host stateSean Christopherson1-1/+1
2024-06-03KVM: x86: Add a struct to consolidate host values, e.g. EFER, XCR0, etc...Sean Christopherson1-1/+1
2024-05-12KVM: SVM: Add module parameter to enable SEV-SNPBrijesh Singh1-1/+2
2024-05-12KVM: SEV: Avoid WBINVD for HVA-based MMU notifications for SNPAshish Kalra1-1/+7
2024-05-12KVM: x86: Implement hook for determining max NPT mapping levelMichael Roth1-0/+15
2024-05-12KVM: SEV: Implement gmem hook for invalidating private pagesMichael Roth1-0/+64
2024-05-12KVM: SEV: Implement gmem hook for initializing private pagesMichael Roth1-0/+98
2024-05-12KVM: SEV: Support SEV-SNP AP Creation NAE eventTom Lendacky1-2/+229
2024-05-12KVM: SEV: Add support to handle RMP nested page faultsBrijesh Singh1-0/+109
2024-05-12KVM: SEV: Add support to handle Page State Change VMGEXITMichael Roth1-0/+188
2024-05-12KVM: SEV: Add support to handle MSR based Page State Change VMGEXITMichael Roth1-0/+48
2024-05-12KVM: SEV: Add support to handle GHCB GPA register VMGEXITBrijesh Singh1-6/+42
2024-05-12KVM: SEV: Add KVM_SEV_SNP_LAUNCH_FINISH commandBrijesh Singh1-0/+127
2024-05-12KVM: SEV: Add KVM_SEV_SNP_LAUNCH_UPDATE commandBrijesh Singh1-0/+230
2024-05-12KVM: SEV: Add KVM_SEV_SNP_LAUNCH_START commandBrijesh Singh1-3/+173
2024-05-12KVM: SEV: Add initial SEV-SNP supportBrijesh Singh1-1/+20
2024-05-10Merge tag 'loongarch-kvm-6.10' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini1-1/+1
2024-05-07KVM: SEV: Allow per-guest configuration of GHCB protocol versionMichael Roth1-3/+29
2024-05-07KVM: SEV: Add GHCB handling for termination requestsMichael Roth1-0/+9
2024-05-07KVM: SEV: Add GHCB handling for Hypervisor Feature Support requestsBrijesh Singh1-0/+14
2024-05-07KVM: SEV: Add support to handle AP reset MSR protocolTom Lendacky1-8/+48
2024-04-19Merge x86 bugfixes from Linux 6.9-rc3Paolo Bonzini1-1/+1
2024-04-12KVM: SEV: use u64_to_user_ptr throughoutPaolo Bonzini1-22/+22
2024-04-11KVM: SEV: allow SEV-ES DebugSwap againPaolo Bonzini1-1/+1
2024-04-11KVM: SEV: introduce KVM_SEV_INIT2 operationPaolo Bonzini1-7/+46
2024-04-11KVM: SEV: sync FPU and AVX state at LAUNCH_UPDATE_VMSA timePaolo Bonzini1-0/+50
2024-04-11KVM: SEV: define VM types for SEV and SEV-ESPaolo Bonzini1-3/+13
2024-04-11KVM: SEV: introduce to_kvm_sev_infoPaolo Bonzini1-2/+2
2024-04-11KVM: SEV: store VMSA features in kvm_sev_infoPaolo Bonzini1-8/+21
2024-04-11KVM: SEV: publish supported VMSA featuresPaolo Bonzini1-2/+22