linux-coco.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2023-10-18 21:43:36 to 2023-11-24 14:37:22 UTC [more...]

[PATCH v10 00/50] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-11-24 14:36 UTC  (54+ messages)
` [PATCH v10 05/50] x86/speculation: Do not enable Automatic IBRS if SEV SNP is enabled
` [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 38/50] KVM: SEV: Add support for GHCB-based termination requests
` [PATCH v10 48/50] KVM: SEV: Provide support for SNP_GUEST_REQUEST NAE event

[PATCH v2 0/8] x86/coco: Mark CoCo VM pages not present when changing encrypted state
 2023-11-24 10:06 UTC  (13+ 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()

[PATCHv3 00/14] x86/tdx: Add kexec support
 2023-11-23 13:47 UTC  (44+ 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

TDISP enablement
 2023-11-14 15:35 UTC  (17+ messages)

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

[PATCH v2] efi/unaccepted: Fix off-by-one when checking for overlapping ranges
 2023-11-08 11:21 UTC  (3+ 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  (36+ messages)
` [PATCHv2 01/13] x86/acpi: Extract ACPI MADT wakeup code into a separate file
` [PATCHv2 02/13] kernel/cpu: Add support for declaring CPU offlining not supported
` [PATCHv2 03/13] cpu/hotplug, x86/acpi: Disable CPU offlining for ACPI MADT wakeup
` [PATCHv2 04/13] x86/kvm: Do not try to disable kvmclock if it was not enabled
` [PATCHv2 05/13] x86/kexec: Keep CR4.MCE set during kexec for TDX guest
` [PATCHv2 06/13] x86/mm: Make x86_platform.guest.enc_status_change_*() return errno
` [PATCHv2 07/13] x86/mm: Return correct level from lookup_address() if pte is none
` [PATCHv2 08/13] x86/tdx: Account shared memory
` [PATCHv2 09/13] x86/tdx: Convert shared memory back to private on kexec
` [PATCHv2 10/13] x86/mm: Make e820_end_ram_pfn() cover E820_TYPE_ACPI ranges
` [PATCHv2 11/13] x86/acpi: Do not attempt to bring up secondary CPUs in kexec case
` [PATCHv2 12/13] x86/acpi: Rename fields in acpi_madt_multiproc_wakeup structure
` [PATCHv2 13/13] x86/acpi: Add support for CPU offlining for ACPI MADT wakeup method

[PATCH v7 0/7] configfs-tsm: Attestation Report ABI
 2023-10-27  1:30 UTC  (13+ messages)
` [PATCH v7 1/7] virt: sevguest: Fix passing a stack buffer as a scatterlist target
` [PATCH v7 2/7] virt: coco: Add a coco/Makefile and coco/Kconfig
` [PATCH v7 3/7] configfs-tsm: Introduce a shared ABI for attestation reports
` [PATCH v7 4/7] virt: sevguest: Prep for kernel internal get_ext_report()
` [PATCH v7 5/7] mm/slab: Add __free() support for kvfree
` [PATCH v7 6/7] virt: sevguest: Add TSM_REPORTS support for SNP_GET_EXT_REPORT
` [PATCH v7 7/7] virt: tdx-guest: Add Quote generation support using TSM_REPORTS

Add 'tsm-next' to linux-next
 2023-10-24 22:03 UTC  (3+ messages)

[PATCH 00/12] PCI device authentication
 2023-10-24 17:04 UTC  (8+ messages)
` [PATCH 12/12] PCI/CMA: Grant guests exclusive control of authentication

[PATCH 00/13] x86/tdx: Add kexec support
 2023-10-20 12:42 UTC  (21+ messages)
` [PATCH 03/13] cpu/hotplug, x86/acpi: Disable CPU hotplug for ACPI MADT wakeup
` [PATCH 10/13] x86/tdx: Convert shared memory back to private on kexec
` [PATCH 12/13] x86/acpi: Do not attempt to bring up secondary CPUs in kexec case
` [PATCH 13/13] x86/acpi: Add support for CPU offlining for ACPI MADT wakeup method

[PATCH 00/12] x86/mce, KVM: X86: KVM memory poison and MCE injector support
 2023-10-20  0:38 UTC  (3+ messages)
` [PATCH 09/12] KVM: X86: Add debugfs to inject machine check on VM exit

[PATCH v6 0/7] configfs-tsm: Attestation Report ABI
 2023-10-19 20:24 UTC  (20+ messages)
` [PATCH v6 3/7] configfs-tsm: Introduce a shared ABI for attestation reports
` [PATCH v6 6/7] virt: sevguest: Add TSM_REPORTS support for SNP_GET_EXT_REPORT
` [PATCH v6 7/7] virt: tdx-guest: Add Quote generation support using TSM_REPORTS


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