summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/svm/sev.c
AgeCommit message (Expand)Author
2024-09-23Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
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-08-12introduce fd_file(), convert all accessors to it.Al Viro
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-misc-6.11' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
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-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: 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-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
2024-05-10Merge tag 'loongarch-kvm-6.10' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini
2024-05-07KVM: SEV: Allow per-guest configuration of GHCB protocol versionMichael Roth
2024-05-07KVM: SEV: Add GHCB handling for termination requestsMichael Roth
2024-05-07KVM: SEV: Add GHCB handling for Hypervisor Feature Support requestsBrijesh Singh
2024-05-07KVM: SEV: Add support to handle AP reset MSR protocolTom Lendacky
2024-04-19Merge x86 bugfixes from Linux 6.9-rc3Paolo Bonzini
2024-04-12KVM: SEV: use u64_to_user_ptr throughoutPaolo Bonzini
2024-04-11KVM: SEV: allow SEV-ES DebugSwap againPaolo Bonzini
2024-04-11KVM: SEV: introduce KVM_SEV_INIT2 operationPaolo Bonzini
2024-04-11KVM: SEV: sync FPU and AVX state at LAUNCH_UPDATE_VMSA timePaolo Bonzini
2024-04-11KVM: SEV: define VM types for SEV and SEV-ESPaolo Bonzini
2024-04-11KVM: SEV: introduce to_kvm_sev_infoPaolo Bonzini