Series |
Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
|
expand
-
[RFC,v7,00/64] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
-
[RFC,v7,01/64] KVM: Fix memslot boundary condition for large page
-
[RFC,v7,02/64] KVM: x86: Add KVM_CAP_UNMAPPED_PRIVATE_MEMORY
-
[RFC,v7,03/64] KVM: SVM: Advertise private memory support to KVM
-
[RFC,v7,04/64] KVM: x86: Add 'fault_is_private' x86 op
-
[RFC,v7,05/64] KVM: x86: Add 'update_mem_attr' x86 op
-
[RFC,v7,06/64] KVM: x86: Add platform hooks for private memory invalidations
-
[RFC,v7,07/64] KVM: SEV: Handle KVM_HC_MAP_GPA_RANGE hypercall
-
[RFC,v7,08/64] KVM: Move kvm_for_each_memslot_in_hva_range() to be used in SVM
-
[RFC,v7,09/64] KVM: Add HVA range operator
-
[RFC,v7,10/64] KVM: SEV: Populate private memory fd during LAUNCH_UPDATE_DATA
-
[RFC,v7,11/64] KVM: SEV: Support private pages in LAUNCH_UPDATE_DATA
-
[RFC,v7,12/64] KVM: SEV: Implement .fault_is_private callback
-
[RFC,v7,13/64] x86/cpufeatures: Add SEV-SNP CPU feature
-
[RFC,v7,14/64] x86/sev: Add the host SEV-SNP initialization support
-
[RFC,v7,15/64] x86/sev: Add RMP entry lookup helpers
-
[RFC,v7,16/64] x86/sev: Add helper functions for RMPUPDATE and PSMASH instruction
-
[RFC,v7,17/64] x86/mm/pat: Introduce set_memory_p
-
[RFC,v7,18/64] x86/sev: Invalidate pages from the direct map when adding them to the RMP table
-
[RFC,v7,19/64] x86/traps: Define RMP violation #PF error code
-
[RFC,v7,20/64] x86/fault: Add support to handle the RMP fault for user address
-
[RFC,v7,21/64] x86/fault: fix handle_split_page_fault() to work with memfd backed pages
-
[RFC,v7,22/64] x86/fault: Return pfn from dump_pagetable() for SEV-specific fault handling.
-
[RFC,v7,23/64] x86/fault: Add support to dump RMP entry on fault
-
[RFC,v7,24/64] crypto:ccp: Define the SEV-SNP commands
-
[RFC,v7,25/64] crypto: ccp: Add support to initialize the AMD-SP for SEV-SNP
-
[RFC,v7,26/64] crypto:ccp: Provide API to issue SEV and SNP commands
-
[RFC,v7,27/64] crypto: ccp: Introduce snp leaked pages list
-
[RFC,v7,28/64] crypto: ccp: Handle the legacy TMR allocation when SNP is enabled
-
[RFC,v7,29/64] crypto: ccp: Handle the legacy SEV command when SNP is enabled
-
[RFC,v7,30/64] crypto: ccp: Add the SNP_PLATFORM_STATUS command
-
[RFC,v7,31/64] crypto: ccp: Add the SNP_{SET,GET}_EXT_CONFIG command
-
[RFC,v7,32/64] crypto: ccp: Provide APIs to query extended attestation report
-
[RFC,v7,33/64] KVM: SVM: Add support to handle AP reset MSR protocol
-
[RFC,v7,34/64] KVM: SVM: Provide the Hypervisor Feature support VMGEXIT
-
[RFC,v7,35/64] KVM: SVM: Make AVIC backing, VMSA and VMCB memory allocation SNP safe
-
[RFC,v7,36/64] KVM: SVM: Add initial SEV-SNP support
-
[RFC,v7,37/64] KVM: SVM: Add KVM_SNP_INIT command
-
[RFC,v7,38/64] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_START command
-
[RFC,v7,39/64] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_UPDATE command
-
[RFC,v7,40/64] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_FINISH command
-
[RFC,v7,41/64] KVM: X86: Keep the NPT and RMP page level in sync
-
[RFC,v7,42/64] KVM: x86: Define RMP page fault error bits for #NPF
-
[RFC,v7,43/64] KVM: SVM: Do not use long-lived GHCB map while setting scratch area
-
[RFC,v7,44/64] KVM: SVM: Remove the long-lived GHCB host map
-
[RFC,v7,45/64] KVM: SVM: Add support to handle GHCB GPA register VMGEXIT
-
[RFC,v7,46/64] KVM: SVM: Add KVM_EXIT_VMGEXIT
-
[RFC,v7,47/64] KVM: SVM: Add support to handle MSR based Page State Change VMGEXIT
-
[RFC,v7,48/64] KVM: SVM: Add support to handle Page State Change VMGEXIT
-
[RFC,v7,49/64] KVM: SVM: Introduce ops for the post gfn map and unmap
-
[RFC,v7,50/64] KVM: x86: Export the kvm_zap_gfn_range() for the SNP use
-
[RFC,v7,51/64] KVM: SVM: Add support to handle the RMP nested page fault
-
[RFC,v7,52/64] KVM: SVM: Provide support for SNP_GUEST_REQUEST NAE event
-
[RFC,v7,53/64] KVM: SVM: Use a VMSA physical address variable for populating VMCB
-
[RFC,v7,54/64] KVM: SVM: Support SEV-SNP AP Creation NAE event
-
[RFC,v7,55/64] KVM: SVM: Add SNP-specific handling for memory attribute updates
-
[RFC,v7,56/64] KVM: x86/mmu: Generate KVM_EXIT_MEMORY_FAULT for implicit conversions for SNP
-
[RFC,v7,57/64] KVM: SEV: Handle restricted memory invalidations for SNP
-
[RFC,v7,58/64] KVM: SVM: Add module parameter to enable the SEV-SNP
-
[RFC,v7,59/64] ccp: Add support to decrypt the page
-
[RFC,v7,60/64] KVM: SVM: Sync the GHCB scratch buffer using already mapped ghcb
-
[RFC,v7,61/64] KVM: SVM: Make VMSAVE target area memory allocation SNP safe
-
[RFC,v7,62/64] x86/sev: Add KVM commands for instance certs
-
[RFC,v7,63/64] x86/sev: Document KVM_SEV_SNP_{G,S}ET_CERTS
-
[RFC,v7,64/64] iommu/amd: Add IOMMU_SNP_SHUTDOWN support
|