linux-coco.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-03 16:45:49 to 2022-03-07 21:34:23 UTC [more...]

[PATCH v12 00/46] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2022-03-07 21:33 UTC  (2+ messages)
` [PATCH v12 01/46] KVM: SVM: Define sev_features and vmpl field in the VMSA

[PATCH v11 00/45] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2022-03-04 16:14 UTC  (72+ messages)
` [PATCH v11 01/45] KVM: SVM: Define sev_features and vmpl field in the VMSA
` [PATCH v11 02/45] KVM: SVM: Create a separate mapping for the SEV-ES save area
` [PATCH v11 03/45] KVM: SVM: Create a separate mapping for the GHCB "
  ` [PATCH v11 3.1/45] "
` [PATCH v11 04/45] KVM: SVM: Update the SEV-ES save area mapping
` [PATCH v11 05/45] x86/boot: Introduce helpers for MSR reads/writes
` [PATCH v11 06/45] x86/boot: Use MSR read/write helpers instead of inline assembly
` [PATCH v11 07/45] x86/compressed/64: Detect/setup SEV/SME features earlier in boot
` [PATCH v11 08/45] x86/sev: "
` [PATCH v11 09/45] x86/mm: Extend cc_attr to include AMD SEV-SNP
` [PATCH v11 10/45] x86/sev: Define the Linux specific guest termination reasons
` [PATCH v11 11/45] x86/sev: Save the negotiated GHCB version
` [PATCH v11 12/45] x86/sev: Check SEV-SNP features support
` [PATCH v11 13/45] x86/sev: Add a helper for the PVALIDATE instruction
` [PATCH v11 14/45] x86/sev: Check the vmpl level
` [PATCH v11 15/45] x86/compressed: Add helper for validating pages in the decompression stage
` [PATCH v11 16/45] x86/compressed: Register GHCB memory when SEV-SNP is active
` [PATCH v11 17/45] x86/sev: "
` [PATCH v11 18/45] x86/sev: Add helper for validating pages in early enc attribute changes
` [PATCH v11 19/45] x86/kernel: Make the .bss..decrypted section shared in RMP table
` [PATCH v11 20/45] x86/kernel: Validate ROM memory before accessing when SEV-SNP is active
` [PATCH v11 21/45] x86/mm: Validate memory when changing the C-bit
` [PATCH v11 22/45] x86/sev: Use SEV-SNP AP creation to start secondary CPUs
` [PATCH v11 23/45] x86/head/64: Re-enable stack protection
` [PATCH v11 24/45] x86/compressed/acpi: Move EFI detection to helper
` [PATCH v11 25/45] x86/compressed/acpi: Move EFI system table lookup "
` [PATCH v11 26/45] x86/compressed/acpi: Move EFI config "
` [PATCH v11 27/45] x86/compressed/acpi: Move EFI vendor "
` [PATCH v11 28/45] x86/compressed/acpi: Move EFI kexec handling into common code
` [PATCH v11 29/45] x86/boot: Add Confidential Computing type to setup_data
` [PATCH v11 30/45] KVM: x86: Move lookup of indexed CPUID leafs to helper
` [PATCH v11 31/45] x86/sev: Move MSR-based VMGEXITs for CPUID "
` [PATCH v11 32/45] x86/compressed/64: Add support for SEV-SNP CPUID table in #VC handlers
` [PATCH v11 33/45] x86/boot: Add a pointer to Confidential Computing blob in bootparams
` [PATCH v11 34/45] x86/compressed: Add SEV-SNP feature detection/setup
` [PATCH v11 35/45] x86/compressed: Use firmware-validated CPUID leaves for SEV-SNP guests
` [PATCH v11 36/45] x86/compressed: Export and rename add_identity_map()
` [PATCH v11 37/45] x86/compressed/64: Add identity mapping for Confidential Computing blob
` [PATCH v11 38/45] x86/sev: Add SEV-SNP feature detection/setup
` [PATCH v11 39/45] x86/sev: Use firmware-validated CPUID for SEV-SNP guests
` [PATCH v11 40/45] x86/sev: Provide support for SNP guest request NAEs
` [PATCH v11 41/45] x86/sev: Register SEV-SNP guest request platform device
` [PATCH v11 42/45] virt: Add SEV-SNP guest driver
` [PATCH v11 43/45] virt: sevguest: Add support to derive key
` [PATCH v11 44/45] virt: sevguest: Add support to get extended report
` [PATCH v11 45/45] virt: sevguest: Add documentation for SEV-SNP CPUID Enforcement

[PATCH Part2 v5 00/45] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2022-03-01 14:12 UTC  (4+ messages)
` [PATCH Part2 v5 14/45] crypto: ccp: Handle the legacy TMR allocation when SNP is enabled

[PATCH v8 0/4] Allow guest access to EFI confidential computing secret area
 2022-03-01 12:24 UTC  (9+ messages)
` [PATCH v8 1/4] efi: Save location of EFI confidential computing area
` [PATCH v8 2/4] virt: Add efi_secret module to expose confidential computing secrets
` [PATCH v8 3/4] efi: Load efi_secret module if EFI secret area is populated
` [PATCH v8 4/4] docs: security: Add secrets/coco documentation

[PATCH] x86/mm/cpa: Generalize __set_memory_enc_pgtable()
 2022-02-23 14:33 UTC  (8+ messages)

[PATCH v10 21/45] x86/mm: Add support to validate memory when changing C-bit
 2022-02-21 19:54 UTC  (4+ messages)

[PATCH v10 00/45] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2022-02-16 13:32 UTC  (57+ messages)
` [PATCH v10 01/45] KVM: SVM: Define sev_features and vmpl field in the VMSA
` [PATCH v10 02/45] KVM: SVM: Create a separate mapping for the SEV-ES save area
` [PATCH v10 03/45] KVM: SVM: Create a separate mapping for the GHCB "
` [PATCH v10 04/45] KVM: SVM: Update the SEV-ES save area mapping
` [PATCH v10 05/45] x86/boot: Introduce helpers for MSR reads/writes
` [PATCH v10 06/45] x86/boot: Use MSR read/write helpers instead of inline assembly
` [PATCH v10 07/45] x86/compressed/64: Detect/setup SEV/SME features earlier in boot
` [PATCH v10 08/45] x86/sev: "
` [PATCH v10 09/45] x86/mm: Extend cc_attr to include AMD SEV-SNP
` [PATCH v10 10/45] x86/sev: Define the Linux specific guest termination reasons
` [PATCH v10 11/45] x86/sev: Save the negotiated GHCB version
` [PATCH v10 12/45] x86/sev: Check SEV-SNP features support
` [PATCH v10 13/45] x86/sev: Add a helper for the PVALIDATE instruction
` [PATCH v10 14/45] x86/sev: Check the vmpl level
` [PATCH v10 15/45] x86/compressed: Add helper for validating pages in the decompression stage
` [PATCH v10 16/45] x86/compressed: Register GHCB memory when SEV-SNP is active
` [PATCH v10 17/45] x86/sev: "
` [PATCH v10 18/45] x86/sev: Add helper for validating pages in early enc attribute changes
` [PATCH v10 19/45] x86/kernel: Make the .bss..decrypted section shared in RMP table
` [PATCH v10 20/45] x86/kernel: Validate ROM memory before accessing when SEV-SNP is active
` [PATCH v10 21/45] x86/mm: Add support to validate memory when changing C-bit
` [PATCH v10 22/45] x86/sev: Use SEV-SNP AP creation to start secondary CPUs
` [PATCH v10 23/45] x86/head/64: Re-enable stack protection
` [PATCH v10 24/45] x86/compressed/acpi: Move EFI detection to helper
` [PATCH v10 25/45] x86/compressed/acpi: Move EFI system table lookup "
` [PATCH v10 26/45] x86/compressed/acpi: Move EFI config "
` [PATCH v10 27/45] x86/compressed/acpi: Move EFI vendor "
` [PATCH v10 28/45] x86/compressed/acpi: Move EFI kexec handling into common code
` [PATCH v10 29/45] x86/boot: Add Confidential Computing type to setup_data
` [PATCH v10 30/45] KVM: x86: Move lookup of indexed CPUID leafs to helper
` [PATCH v10 31/45] x86/sev: Move MSR-based VMGEXITs for CPUID "
` [PATCH v10 32/45] x86/compressed/64: Add support for SEV-SNP CPUID table in #VC handlers
` [PATCH v10 33/45] x86/boot: Add a pointer to Confidential Computing blob in bootparams
` [PATCH v10 34/45] x86/compressed: Add SEV-SNP feature detection/setup
` [PATCH v10 35/45] x86/compressed: Use firmware-validated CPUID leaves for SEV-SNP guests
` [PATCH v10 36/45] x86/compressed: Export and rename add_identity_map()
` [PATCH v10 37/45] x86/compressed/64: Add identity mapping for Confidential Computing blob
` [PATCH v10 38/45] x86/sev: Add SEV-SNP feature detection/setup
` [PATCH v10 39/45] x86/sev: Use firmware-validated CPUID for SEV-SNP guests
` [PATCH v10 40/45] x86/sev: Provide support for SNP guest request NAEs
` [PATCH v10 41/45] x86/sev: Register SEV-SNP guest request platform device
` [PATCH v10 42/45] virt: Add SEV-SNP guest driver
` [PATCH v10 43/45] virt: sevguest: Add support to derive key
` [PATCH v10 44/45] virt: sevguest: Add support to get extended report
` [PATCH v10 45/45] virt: sevguest: Add documentation for SEV-SNP CPUID Enforcement

Confidential Computing microconference 2022 planning kick-off
 2022-02-10 11:18 UTC 

[PATCH v9 00/43] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2022-02-09 15:02 UTC  (60+ messages)
` [PATCH v9 02/43] KVM: SVM: Create a separate mapping for the SEV-ES save area
` [PATCH v9 23/43] KVM: x86: Move lookup of indexed CPUID leafs to helper
` [PATCH v9 28/43] x86/compressed/acpi: Move EFI kexec handling into common code
` [PATCH v9 29/43] x86/boot: Add Confidential Computing type to setup_data
` [PATCH v9 30/43] KVM: SEV: Add documentation for SEV-SNP CPUID Enforcement
` [PATCH v9 31/43] x86/compressed/64: Add support for SEV-SNP CPUID table in #VC handlers
` [PATCH v9 32/43] x86/boot: Add a pointer to Confidential Computing blob in bootparams
` [PATCH v9 33/43] x86/compressed: Add SEV-SNP feature detection/setup
` [PATCH v9 35/43] x86/compressed: Export and rename add_identity_map()
` [PATCH v9 36/43] x86/compressed/64: Add identity mapping for Confidential Computing blob
` [PATCH v9 37/43] x86/sev: Add SEV-SNP feature detection/setup
` [PATCH v9 38/43] x86/sev: Use firmware-validated CPUID for SEV-SNP guests
` [PATCH v9 40/43] x86/sev: Register SEV-SNP guest request platform device
` [PATCH v9 41/43] virt: Add SEV-SNP guest driver
` [PATCH v9 42/43] virt: sevguest: Add support to derive key
` [PATCH v9 43/43] virt: sevguest: Add support to get extended report

[PATCH v7 0/5] Allow guest access to EFI confidential computing secret area
 2022-02-09  0:25 UTC  (15+ messages)

[PATCH v3 00/10] x86/sev: KEXEC/KDUMP support for SEV-ES guests
 2022-02-07 22:11 UTC  (5+ messages)
` [PATCH v3 04/10] x86/sev: Cache AP Jump Table Address
` [PATCH v3 05/10] x86/sev: Setup code to park APs in the AP Jump Table


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).