Show patches with: Submitter = Michael Roth       |    State = Action Required       |    Archived = No       |   199 patches
« 1 2 »
Patch Series S/W/F Date Submitter Delegate State
[RFC,v7,01/64] KVM: Fix memslot boundary condition for large page Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support --- 2022-12-14 Michael Roth New
[RFC,v7,02/64] KVM: x86: Add KVM_CAP_UNMAPPED_PRIVATE_MEMORY Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support --- 2022-12-14 Michael Roth New
[RFC,v7,03/64] KVM: SVM: Advertise private memory support to KVM Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support --- 2022-12-14 Michael Roth New
[RFC,v7,04/64] KVM: x86: Add 'fault_is_private' x86 op Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support --- 2022-12-14 Michael Roth New
[RFC,v7,05/64] KVM: x86: Add 'update_mem_attr' x86 op Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support --- 2022-12-14 Michael Roth New
[RFC,v7,06/64] KVM: x86: Add platform hooks for private memory invalidations Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support --- 2022-12-14 Michael Roth New
[RFC,v7,07/64] KVM: SEV: Handle KVM_HC_MAP_GPA_RANGE hypercall Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support --- 2022-12-14 Michael Roth New
[RFC,v7,08/64] KVM: Move kvm_for_each_memslot_in_hva_range() to be used in SVM Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support --- 2022-12-14 Michael Roth New
[RFC,v7,09/64] KVM: Add HVA range operator Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support --- 2022-12-14 Michael Roth New
[RFC,v7,10/64] KVM: SEV: Populate private memory fd during LAUNCH_UPDATE_DATA Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support --- 2022-12-14 Michael Roth New
[RFC,v7,11/64] KVM: SEV: Support private pages in LAUNCH_UPDATE_DATA Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support --- 2022-12-14 Michael Roth New
[RFC,v7,12/64] KVM: SEV: Implement .fault_is_private callback Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support --- 2022-12-14 Michael Roth New
[RFC,v7,13/64] x86/cpufeatures: Add SEV-SNP CPU feature Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support --- 2022-12-14 Michael Roth New
[RFC,v7,14/64] x86/sev: Add the host SEV-SNP initialization support Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support --- 2022-12-14 Michael Roth New
[RFC,v7,15/64] x86/sev: Add RMP entry lookup helpers Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support --- 2022-12-14 Michael Roth New
[RFC,v7,16/64] x86/sev: Add helper functions for RMPUPDATE and PSMASH instruction Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support --- 2022-12-14 Michael Roth New
[RFC,v7,17/64] x86/mm/pat: Introduce set_memory_p Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support --- 2022-12-14 Michael Roth New
[RFC,v7,18/64] x86/sev: Invalidate pages from the direct map when adding them to the RMP table Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support --- 2022-12-14 Michael Roth New
[RFC,v7,19/64] x86/traps: Define RMP violation #PF error code Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support --- 2022-12-14 Michael Roth New
[RFC,v7,20/64] x86/fault: Add support to handle the RMP fault for user address Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support --- 2022-12-14 Michael Roth New
[RFC,v7,21/64] x86/fault: fix handle_split_page_fault() to work with memfd backed pages Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support --- 2022-12-14 Michael Roth New
[RFC,v7,22/64] x86/fault: Return pfn from dump_pagetable() for SEV-specific fault handling. Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support --- 2022-12-14 Michael Roth New
[RFC,v7,23/64] x86/fault: Add support to dump RMP entry on fault Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support --- 2022-12-14 Michael Roth New
[RFC,v7,24/64] crypto:ccp: Define the SEV-SNP commands Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support --- 2022-12-14 Michael Roth New
[RFC,v7,25/64] crypto: ccp: Add support to initialize the AMD-SP for SEV-SNP Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support --- 2022-12-14 Michael Roth New
[RFC,v7,27/64] crypto: ccp: Introduce snp leaked pages list Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support --- 2022-12-14 Michael Roth New
[RFC,v7,28/64] crypto: ccp: Handle the legacy TMR allocation when SNP is enabled Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support --- 2022-12-14 Michael Roth New
[RFC,v7,31/64] crypto: ccp: Add the SNP_{SET,GET}_EXT_CONFIG command Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support --- 2022-12-14 Michael Roth New
[RFC,v7,32/64] crypto: ccp: Provide APIs to query extended attestation report Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support --- 2022-12-14 Michael Roth New
[RFC,v7,34/64] KVM: SVM: Provide the Hypervisor Feature support VMGEXIT Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support --- 2022-12-14 Michael Roth New
[RFC,v7,35/64] KVM: SVM: Make AVIC backing, VMSA and VMCB memory allocation SNP safe Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support --- 2022-12-14 Michael Roth New
[RFC,v7,36/64] KVM: SVM: Add initial SEV-SNP support Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support --- 2022-12-14 Michael Roth New
[RFC,v7,37/64] KVM: SVM: Add KVM_SNP_INIT command Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support --- 2022-12-14 Michael Roth New
[RFC,v7,39/64] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_UPDATE command Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support --- 2022-12-14 Michael Roth New
[RFC,v7,40/64] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_FINISH command Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support --- 2022-12-14 Michael Roth New
[RFC,v7,41/64] KVM: X86: Keep the NPT and RMP page level in sync Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support --- 2022-12-14 Michael Roth New
[RFC,v7,43/64] KVM: SVM: Do not use long-lived GHCB map while setting scratch area Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support --- 2022-12-14 Michael Roth New
[RFC,v7,44/64] KVM: SVM: Remove the long-lived GHCB host map Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support --- 2022-12-14 Michael Roth New
[RFC,v7,46/64] KVM: SVM: Add KVM_EXIT_VMGEXIT Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support --- 2022-12-14 Michael Roth New
[RFC,v7,47/64] KVM: SVM: Add support to handle MSR based Page State Change VMGEXIT Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support --- 2022-12-14 Michael Roth New
[RFC,v7,48/64] KVM: SVM: Add support to handle Page State Change VMGEXIT Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support --- 2022-12-14 Michael Roth New
[RFC,v7,49/64] KVM: SVM: Introduce ops for the post gfn map and unmap Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support --- 2022-12-14 Michael Roth New
[RFC,v7,51/64] KVM: SVM: Add support to handle the RMP nested page fault Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support --- 2022-12-14 Michael Roth New
[RFC,v7,52/64] KVM: SVM: Provide support for SNP_GUEST_REQUEST NAE event Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support --- 2022-12-14 Michael Roth New
[RFC,v7,53/64] KVM: SVM: Use a VMSA physical address variable for populating VMCB Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support --- 2022-12-14 Michael Roth New
[RFC,v7,54/64] KVM: SVM: Support SEV-SNP AP Creation NAE event Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support --- 2022-12-14 Michael Roth New
[RFC,v7,55/64] KVM: SVM: Add SNP-specific handling for memory attribute updates Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support --- 2022-12-14 Michael Roth New
[RFC,v7,56/64] KVM: x86/mmu: Generate KVM_EXIT_MEMORY_FAULT for implicit conversions for SNP Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support --- 2022-12-14 Michael Roth New
[RFC,v7,57/64] KVM: SEV: Handle restricted memory invalidations for SNP Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support --- 2022-12-14 Michael Roth New
[RFC,v7,58/64] KVM: SVM: Add module parameter to enable the SEV-SNP Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support --- 2022-12-14 Michael Roth New
[RFC,v7,59/64] ccp: Add support to decrypt the page Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support --- 2022-12-14 Michael Roth New
[RFC,v7,60/64] KVM: SVM: Sync the GHCB scratch buffer using already mapped ghcb Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support --- 2022-12-14 Michael Roth New
[RFC,v7,61/64] KVM: SVM: Make VMSAVE target area memory allocation SNP safe Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support --- 2022-12-14 Michael Roth New
[RFC,v7,62/64] x86/sev: Add KVM commands for instance certs Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support --- 2022-12-14 Michael Roth New
[RFC,v7,63/64] x86/sev: Document KVM_SEV_SNP_{G,S}ET_CERTS Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support --- 2022-12-14 Michael Roth New
[RFC,gmem,v1,1/8] mm: Introduce AS_INACCESSIBLE for encrypted/confidential memory KVM: gmem hooks/changes needed for x86 (other archs?) --- 2023-10-16 Michael Roth New
[RFC,gmem,v1,3/8] KVM: x86: Add gmem hook for initializing memory KVM: gmem hooks/changes needed for x86 (other archs?) --- 2023-10-16 Michael Roth New
[RFC,gmem,v1,4/8] KVM: x86: Add gmem hook for invalidating memory KVM: gmem hooks/changes needed for x86 (other archs?) --- 2023-10-16 Michael Roth New
[RFC,gmem,v1,6/8] KVM: x86: Add KVM_X86_SNP_VM vm_type KVM: gmem hooks/changes needed for x86 (other archs?) --- 2023-10-16 Michael Roth New
[v10,01/50] KVM: SVM: INTERCEPT_RDTSCP is never intercepted anyway Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support --- 2023-10-16 Michael Roth New
[v10,02/50] KVM: SVM: Fix TSC_AUX virtualization setup Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support --- 2023-10-16 Michael Roth New
[v10,04/50] x86/cpufeatures: Add SEV-SNP CPU feature Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support --- 2023-10-16 Michael Roth New
[v10,06/50] x86/sev: Add the host SEV-SNP initialization support Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support --- 2023-10-16 Michael Roth New
[v10,07/50] x86/sev: Add RMP entry lookup helpers Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support --- 2023-10-16 Michael Roth New
[v10,08/50] x86/fault: Add helper for dumping RMP entries Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support --- 2023-10-16 Michael Roth New
[v10,09/50] x86/traps: Define RMP violation #PF error code Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support --- 2023-10-16 Michael Roth New
[v10,10/50] x86/fault: Report RMP page faults for kernel addresses Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support --- 2023-10-16 Michael Roth New
[v10,11/50] x86/sev: Add helper functions for RMPUPDATE and PSMASH instruction Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support --- 2023-10-16 Michael Roth New
[v10,12/50] x86/sev: Invalidate pages from the direct map when adding them to the RMP table Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support --- 2023-10-16 Michael Roth New
[v10,14/50] crypto: ccp: Add support to initialize the AMD-SP for SEV-SNP Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support --- 2023-10-16 Michael Roth New
[v10,15/50] crypto: ccp: Provide API to issue SEV and SNP commands Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support --- 2023-10-16 Michael Roth New
[v10,16/50] x86/sev: Introduce snp leaked pages list Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support --- 2023-10-16 Michael Roth New
[v10,17/50] crypto: ccp: Handle the legacy TMR allocation when SNP is enabled Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support --- 2023-10-16 Michael Roth New
[v10,18/50] crypto: ccp: Handle the legacy SEV command when SNP is enabled Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support --- 2023-10-16 Michael Roth New
[v10,23/50] KVM: SEV: Make AVIC backing, VMSA and VMCB memory allocation SNP safe Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support --- 2023-10-16 Michael Roth New
[v10,24/50] KVM: SEV: Add initial SEV-SNP support Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support --- 2023-10-16 Michael Roth New
[v10,31/50] KVM: SEV: Add KVM_EXIT_VMGEXIT Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support --- 2023-10-16 Michael Roth New
[v10,32/50] KVM: SEV: Add support to handle MSR based Page State Change VMGEXIT Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support --- 2023-10-16 Michael Roth New
[v10,33/50] KVM: SEV: Add support to handle Page State Change VMGEXIT Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support --- 2023-10-16 Michael Roth New
[v10,34/50] KVM: x86: Export the kvm_zap_gfn_range() for the SNP use Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support --- 2023-10-16 Michael Roth New
[v10,39/50] KVM: SEV: Implement gmem hook for initializing private pages Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support --- 2023-10-16 Michael Roth New
[v10,41/50] KVM: x86: Add gmem hook for determining max NPT mapping level Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support --- 2023-10-16 Michael Roth New
[v10,43/50] KVM: SVM: Add module parameter to enable the SEV-SNP Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support --- 2023-10-16 Michael Roth New
[v10,44/50] iommu/amd: Add IOMMU_SNP_SHUTDOWN support Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support --- 2023-10-16 Michael Roth New
[v10,45/50] iommu/amd: Report all cases inhibiting SNP enablement Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support --- 2023-10-16 Michael Roth New
[v10,46/50] crypto: ccp: Add the SNP_{SET,GET}_EXT_CONFIG command Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support --- 2023-10-16 Michael Roth New
[v10,47/50] x86/sev: Add KVM commands for per-instance certs Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support --- 2023-10-16 Michael Roth New
[v10,48/50] KVM: SEV: Provide support for SNP_GUEST_REQUEST NAE event Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support --- 2023-10-16 Michael Roth New
[v10,50/50] crypto: ccp: Add panic notifier for SEV/SNP firmware shutdown on kdump Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support --- 2023-10-16 Michael Roth New
[v1,07/26] x86/fault: Add helper for dumping RMP entries Add AMD Secure Nested Paging (SEV-SNP) Initialization Support --- 2023-12-30 Michael Roth New
[v1,10/26] x86/sev: Add helper functions for RMPUPDATE and PSMASH instruction Add AMD Secure Nested Paging (SEV-SNP) Initialization Support --- 2023-12-30 Michael Roth New
[v1,11/26] x86/sev: Invalidate pages from the direct map when adding them to the RMP table Add AMD Secure Nested Paging (SEV-SNP) Initialization Support --- 2023-12-30 Michael Roth New
[v1,15/26] x86/sev: Introduce snp leaked pages list Add AMD Secure Nested Paging (SEV-SNP) Initialization Support --- 2023-12-30 Michael Roth New
[v1,17/26] crypto: ccp: Handle non-volatile INIT_EX data when SNP is enabled Add AMD Secure Nested Paging (SEV-SNP) Initialization Support --- 2023-12-30 Michael Roth New
[v1,20/26] crypto: ccp: Add debug support for decrypting pages Add AMD Secure Nested Paging (SEV-SNP) Initialization Support --- 2023-12-30 Michael Roth New
[v1,21/26] crypto: ccp: Add panic notifier for SEV/SNP firmware shutdown on kdump Add AMD Secure Nested Paging (SEV-SNP) Initialization Support --- 2023-12-30 Michael Roth New
[v11,01/35] KVM: Add hugepage support for dedicated guest memory Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support --- 2023-12-30 Michael Roth New
[v11,02/35] mm: Introduce AS_INACCESSIBLE for encrypted/confidential memory Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support --- 2023-12-30 Michael Roth New
[v11,03/35] KVM: Use AS_INACCESSIBLE when creating guest_memfd inode Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support --- 2023-12-30 Michael Roth New
[v11,04/35] KVM: x86: Add gmem hook for initializing memory Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support --- 2023-12-30 Michael Roth New
« 1 2 »