linux-coco.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2023-10-29 17:31:44 to 2023-12-12 17:03:40 UTC [more...]

[PATCH v10 00/50] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-12-12 17:02 UTC  (72+ messages)
` [PATCH v10 06/50] x86/sev: Add the host SEV-SNP initialization support
` [PATCH v10 07/50] x86/sev: Add RMP entry lookup helpers
` [PATCH v10 08/50] x86/fault: Add helper for dumping RMP entries
` [PATCH v10 10/50] x86/fault: Report RMP page faults for kernel addresses
` [PATCH v10 11/50] x86/sev: Add helper functions for RMPUPDATE and PSMASH instruction
` [PATCH v10 12/50] x86/sev: Invalidate pages from the direct map when adding them to the RMP table
` [PATCH v10 13/50] crypto: ccp: Define the SEV-SNP commands
` [PATCH v10 14/50] crypto: ccp: Add support to initialize the AMD-SP for SEV-SNP
` [PATCH v10 15/50] crypto: ccp: Provide API to issue SEV and SNP commands
` [PATCH v10 16/50] x86/sev: Introduce snp leaked pages list
` [PATCH v10 17/50] crypto: ccp: Handle the legacy TMR allocation when SNP is enabled
` [PATCH v10 18/50] crypto: ccp: Handle the legacy SEV command "
` [PATCH v10 19/50] crypto: ccp: Add the SNP_PLATFORM_STATUS command
` [PATCH v10 21/50] KVM: SEV: Add support to handle AP reset MSR protocol
` [PATCH v10 23/50] KVM: SEV: Make AVIC backing, VMSA and VMCB memory allocation SNP safe
` [PATCH v10 48/50] KVM: SEV: Provide support for SNP_GUEST_REQUEST NAE event

[PATCH -next] x86/virt/tdx: Remove duplicated include in tdx.c
 2023-12-12 10:33 UTC  (3+ messages)

[PATCHv4 00/14] x86/tdx: Add kexec support
 2023-12-11 23:10 UTC  (22+ messages)
` [PATCHv4 01/14] x86/acpi: Extract ACPI MADT wakeup code into a separate file
` [PATCHv4 02/14] x86/apic: Mark acpi_mp_wake_* variables as __ro_after_init
` [PATCHv4 03/14] cpu/hotplug: Add support for declaring CPU offlining not supported
` [PATCHv4 04/14] cpu/hotplug, x86/acpi: Disable CPU offlining for ACPI MADT wakeup
` [PATCHv4 05/14] x86/kvm: Do not try to disable kvmclock if it was not enabled
` [PATCHv4 06/14] x86/kexec: Keep CR4.MCE set during kexec for TDX guest
` [PATCHv4 07/14] x86/mm: Make x86_platform.guest.enc_status_change_*() return errno
` [PATCHv4 08/14] x86/mm: Return correct level from lookup_address() if pte is none
` [PATCHv4 09/14] x86/tdx: Account shared memory
` [PATCHv4 10/14] x86/tdx: Convert shared memory back to private on kexec
` [PATCHv4 11/14] x86/mm: Make e820_end_ram_pfn() cover E820_TYPE_ACPI ranges
` [PATCHv4 12/14] x86/acpi: Rename fields in acpi_madt_multiproc_wakeup structure
` [PATCHv4 13/14] x86/acpi: Do not attempt to bring up secondary CPUs in kexec case
` [PATCHv4 14/14] x86/acpi: Add support for CPU offlining for ACPI MADT wakeup method

TDISP enablement
 2023-12-06  4:43 UTC  (20+ messages)

[PATCH] x86/coco, x86/sev: Use cpu_feature_enabled() to detect SEV guest flavor
 2023-12-05 20:33 UTC  (14+ messages)

[PATCHv3 00/14] x86/tdx: Add kexec support
 2023-12-04 22:43 UTC  (47+ messages)
` [PATCHv3 01/14] x86/acpi: Extract ACPI MADT wakeup code into a separate file
` [PATCHv3 02/14] x86/apic: Mark acpi_mp_wake_* variables as __ro_after_init
` [PATCHv3 03/14] cpu/hotplug: Add support for declaring CPU offlining not supported
` [PATCHv3 04/14] cpu/hotplug, x86/acpi: Disable CPU offlining for ACPI MADT wakeup
` [PATCHv3 05/14] x86/kvm: Do not try to disable kvmclock if it was not enabled
` [PATCHv3 06/14] x86/kexec: Keep CR4.MCE set during kexec for TDX guest
` [PATCHv3 07/14] x86/mm: Make x86_platform.guest.enc_status_change_*() return errno
` [PATCHv3 08/14] x86/mm: Return correct level from lookup_address() if pte is none
` [PATCHv3 09/14] x86/tdx: Account shared memory
` [PATCHv3 10/14] x86/tdx: Convert shared memory back to private on kexec
` [PATCHv3 11/14] x86/mm: Make e820_end_ram_pfn() cover E820_TYPE_ACPI ranges
` [PATCHv3 12/14] x86/acpi: Rename fields in acpi_madt_multiproc_wakeup structure
` [PATCHv3 13/14] x86/acpi: Do not attempt to bring up secondary CPUs in kexec case
` [PATCHv3 14/14] x86/acpi: Add support for CPU offlining for ACPI MADT wakeup method

[PATCH v2 0/8] x86/coco: Mark CoCo VM pages not present when changing encrypted state
 2023-11-29 15:10 UTC  (21+ messages)
` [PATCH v2 1/8] x86/coco: Use slow_virt_to_phys() in page transition hypervisor callbacks
` [PATCH v2 2/8] x86/mm: Don't do a TLB flush if changing a PTE that isn't marked present
` [PATCH v2 3/8] x86/mm: Remove "static" from vmap_pages_range()
` [PATCH v2 4/8] x86/sev: Enable PVALIDATE for PFNs without a valid virtual address
` [PATCH v2 5/8] x86/mm: Mark CoCo VM pages not present while changing encrypted state
` [PATCH v2 6/8] x86/mm: Merge CoCo prepare and finish hypervisor callbacks
` [PATCH v2 7/8] x86/mm: Remove unnecessary call layer for __set_memory_enc_pgtable()
` [PATCH v2 8/8] x86/mm: Add comments about errors in set_memory_decrypted()/encrypted()

[PATCH v2] efi/unaccepted: Fix off-by-one when checking for overlapping ranges
 2023-11-28 11:50 UTC  (5+ messages)

RFC: CCC Linux Kernel SIG
 2023-11-09 22:27 UTC  (7+ messages)

[GIT PULL] configs-tsm: Unified attestation report ABI for v6.7
 2023-11-05  3:02 UTC  (2+ messages)

[PATCH] efi/unaccepted: Fix off-by-one when checking for overlapping ranges
 2023-11-03 15:15 UTC  (3+ messages)

[PATCHv2] efi/unaccepted: Fix soft lockups caused by parallel memory acceptance
 2023-11-03  0:01 UTC  (6+ messages)

[PATCHv2 00/13] x86/tdx: Add kexec support
 2023-11-01 13:26 UTC  (4+ messages)
` [PATCHv2 13/13] x86/acpi: Add support for CPU offlining for ACPI MADT wakeup method


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