linux-coco.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-14 13:35:37 to 2021-08-10 11:24:28 UTC [more...]

[PATCH Part1 RFC v4 00/36] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-08-10 11:25 UTC  (8+ messages)
` [PATCH Part1 RFC v4 02/36] x86/sev: Save the negotiated GHCB version
` [PATCH Part1 RFC v4 03/36] x86/sev: Add support for hypervisor feature VMGEXIT
` [PATCH Part1 RFC v4 04/36] x86/mm: Add sev_feature_enabled() helper

[PATCH 0/5] x86: Impplement support for unaccepted memory
 2021-08-10  7:48 UTC  (7+ messages)
` [PATCH 1/5] mm: Add "
` [PATCH 2/5] efi/x86: Implement "
` [PATCH 3/5] x86/boot/compressed: Handle "
` [PATCH 4/5] x86/mm: Provide helpers for "
` [PATCH 5/5] x86/tdx: Unaccepted memory support

[PATCH 0/3] Allow access to confidential computing secret area in SEV guests
 2021-08-09 19:01 UTC  (4+ messages)
` [PATCH 1/3] efi/libstub: Copy confidential computing secret area
` [PATCH 2/3] efi: Reserve "
` [PATCH 3/3] virt: Add sev_secret module to expose confidential computing secrets

[PATCH Part2 RFC v4 00/40] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2021-08-03 14:38 UTC  (152+ messages)
` [PATCH Part2 RFC v4 01/40] KVM: SVM: Add support to handle AP reset MSR protocol
` [PATCH Part2 RFC v4 02/40] KVM: SVM: Provide the Hypervisor Feature support VMGEXIT
` [PATCH Part2 RFC v4 04/40] x86/sev: Add the host SEV-SNP initialization support
` [PATCH Part2 RFC v4 05/40] x86/sev: Add RMP entry lookup helpers
` [PATCH Part2 RFC v4 06/40] x86/sev: Add helper functions for RMPUPDATE and PSMASH instruction
` [PATCH Part2 RFC v4 07/40] x86/sev: Split the physmap when adding the page in RMP table
` [PATCH Part2 RFC v4 08/40] x86/traps: Define RMP violation #PF error code
` [PATCH Part2 RFC v4 10/40] x86/fault: Add support to handle the RMP fault for user address
` [PATCH Part2 RFC v4 15/40] crypto: ccp: Handle the legacy TMR allocation when SNP is enabled
` [PATCH Part2 RFC v4 20/40] KVM: SVM: Make AVIC backing, VMSA and VMCB memory allocation SNP safe
` [PATCH Part2 RFC v4 21/40] KVM: SVM: Add initial SEV-SNP support
` [PATCH Part2 RFC v4 22/40] KVM: SVM: Add KVM_SNP_INIT command
` [PATCH Part2 RFC v4 23/40] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_START command
` [PATCH Part2 RFC v4 24/40] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_UPDATE command
` [PATCH Part2 RFC v4 25/40] KVM: SVM: Reclaim the guest pages when SEV-SNP VM terminates
` [PATCH Part2 RFC v4 26/40] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_FINISH command
` [PATCH Part2 RFC v4 27/40] KVM: X86: Add kvm_x86_ops to get the max page level for the TDP
` [PATCH Part2 RFC v4 28/40] KVM: X86: Introduce kvm_mmu_map_tdp_page() for use by SEV
` [PATCH Part2 RFC v4 30/40] KVM: X86: Define new RMP check related #NPF error bits
` [PATCH Part2 RFC v4 31/40] KVM: X86: update page-fault trace to log the 64-bit error code
` [PATCH Part2 RFC v4 32/40] KVM: SVM: Add support to handle GHCB GPA register VMGEXIT
` [PATCH Part2 RFC v4 33/40] KVM: SVM: Add support to handle MSR based Page State Change VMGEXIT
` [PATCH Part2 RFC v4 34/40] KVM: SVM: Add support to handle "
` [PATCH Part2 RFC v4 35/40] KVM: Add arch hooks to track the host write to guest memory
` [PATCH Part2 RFC v4 37/40] KVM: SVM: Add support to handle the RMP nested page fault
` [PATCH Part2 RFC v4 38/40] KVM: SVM: Provide support for SNP_GUEST_REQUEST NAE event
` [PATCH Part2 RFC v4 39/40] KVM: SVM: Use a VMSA physical address variable for populating VMCB
` [PATCH Part2 RFC v4 40/40] KVM: SVM: Support SEV-SNP AP Creation NAE event

Runtime Memory Validation in Intel-TDX and AMD-SNP
 2021-08-02 18:47 UTC  (50+ messages)

[PATCH 00/12] x86/sev: KEXEC/KDUMP support for SEV-ES guests
 2021-07-31  7:18 UTC  (17+ messages)
` [PATCH 01/12] kexec: Allow architecture code to opt-out at runtime
` [PATCH 02/12] x86/kexec/64: Forbid kexec when running as an SEV-ES guest
` [PATCH 03/12] x86/sev: Save and print negotiated GHCB protocol version
` [PATCH 04/12] x86/sev: Do not hardcode "
` [PATCH 05/12] x86/sev: Use GHCB protocol version 2 if supported
` [PATCH 06/12] x86/sev: Cache AP Jump Table Address
` [PATCH 07/12] x86/sev: Setup code to park APs in the AP Jump Table
` [PATCH 08/12] x86/sev: Park APs on AP Jump Table with GHCB protocol version 2
` [PATCH 09/12] x86/sev: Use AP Jump Table blob to stop CPU
` [PATCH 10/12] x86/sev: Add MMIO handling support to boot/compressed/ code
` [PATCH 11/12] x86/sev: Handle CLFLUSH MMIO events
` [PATCH 12/12] x86/sev: Support kexec under SEV-ES with AP Jump Table blob

[PATCH v2 0/4] KVM: SVM: Add initial GHCB protocol version 2 support
 2021-07-22 12:01 UTC  (6+ messages)
` [PATCH v2 1/4] KVM: SVM: Get rid of *ghcb_msr_bits() functions
` [PATCH v2 2/4] KVM: SVM: Add support to handle AP reset MSR protocol
` [PATCH v2 3/4] KVM: SVM: Add support for Hypervisor Feature support "
  ` [PATCH v2.1 "
` [PATCH v2 4/4] KVM: SVM: Increase supported GHCB protocol version


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).