public inbox for linux-coco@lists.linux.dev
 help / color / mirror / Atom feed
 messages from 2026-01-15 06:41:59 to 2026-01-26 11:23:45 UTC [more...]

[PATCH v3 00/26] Runtime TDX Module update support
 2026-01-26 11:23 UTC  (52+ messages)
` [PATCH v3 01/26] x86/virt/tdx: Print SEAMCALL leaf numbers in decimal
` [PATCH v3 02/26] x86/virt/tdx: Use %# prefix for hex values in SEAMCALL error messages
` [PATCH v3 03/26] x86/virt/tdx: Move low level SEAMCALL helpers out of <asm/tdx.h>
` [PATCH v3 04/26] coco/tdx-host: Introduce a "tdx_host" device
` [PATCH v3 05/26] coco/tdx-host: Expose TDX Module version
` [PATCH v3 06/26] x86/virt/tdx: Prepare to support P-SEAMLDR SEAMCALLs
` [PATCH v3 07/26] x86/virt/seamldr: Introduce a wrapper for "
` [PATCH v3 08/26] x86/virt/seamldr: Retrieve P-SEAMLDR information
` [PATCH v3 09/26] coco/tdx-host: Expose P-SEAMLDR information via sysfs
` [PATCH v3 10/26] coco/tdx-host: Implement FW_UPLOAD sysfs ABI for TDX Module updates
` [PATCH v3 11/26] x86/virt/seamldr: Block TDX Module updates if any CPU is offline
` [PATCH v3 12/26] x86/virt/seamldr: Verify availability of slots for TDX Module updates
` [PATCH v3 13/26] x86/virt/seamldr: Allocate and populate a module update request
` [PATCH v3 14/26] x86/virt/seamldr: Introduce skeleton for TDX Module updates
` [PATCH v3 15/26] x86/virt/seamldr: Abort updates if errors occurred midway
` [PATCH v3 16/26] x86/virt/seamldr: Shut down the current TDX module
` [PATCH v3 17/26] x86/virt/tdx: Reset software states after TDX module shutdown
` [PATCH v3 18/26] x86/virt/seamldr: Log TDX Module update failures
` [PATCH v3 19/26] x86/virt/seamldr: Install a new TDX Module
` [PATCH v3 20/26] x86/virt/seamldr: Do TDX per-CPU initialization after updates
` [PATCH v3 21/26] x86/virt/tdx: Establish contexts for the new TDX Module
` [PATCH v3 22/26] x86/virt/tdx: Update tdx_sysinfo and check features post-update
` [PATCH v3 23/26] x86/virt/tdx: Enable TDX Module runtime updates
` [PATCH v3 24/26] x86/virt/seamldr: Extend sigstruct to 16KB
` [PATCH v3 25/26] x86/virt/tdx: Avoid updates during update-sensitive operations
` [PATCH v3 26/26] coco/tdx-host: Set and document TDX Module update expectations

[PATCH v12 00/46] arm64: Support for Arm CCA in KVM
 2026-01-26  9:50 UTC  (7+ messages)
` [PATCH v12 06/46] arm64: RMI: Define the user ABI
` [PATCH v12 22/46] arm64: RMI: Create the realm descriptor

[PATCH kernel 0/2] crypto/ccp: Fixes for PCI IDE
 2026-01-26  0:44 UTC  (7+ messages)
` [PATCH kernel 1/2] crypto/ccp: Use PCI bridge defaults for IDE
` [PATCH kernel 2/2] crypto/ccp: Allow multiple streams on the same root bridge

[PATCH v1 00/14] x86 boot code cleanups, batch 1
 2026-01-24 23:40 UTC  (40+ messages)
  ` [PATCH v1 01/14] x86/realmode: remove I/O port paravirtualization
  ` [PATCH v1 02/14] x86/realmode: make %gs == 0 an invariant
  ` [PATCH v1 03/14] x86/boot: use <linux/compiler.h>
  ` [PATCH v1 04/14] x86/boot: modernize the segment structure for the header and setup
  ` [PATCH v1 05/14] x86/boot: call puts() from within die()
  ` [PATCH v1 06/14] x86/boot: add comment barriers for the different headers
  ` [PATCH v1 07/14] x86/boot: factor out the 16-bit startup code from header.S
  ` [PATCH v1 08/14] x86: make CONFIG_EFI_STUB unconditional
  ` [PATCH v1 09/14] x86/boot: make the relocatable kernel unconditional
  ` [PATCH v1 10/14] x86/boot: explicitly put the old command line pointer in header.S
  ` [PATCH v1 11/14] x86/boot: use __seg_fs and __seg_gs in the real-mode boot code
  ` [PATCH v1 12/14] x86/boot: tweak a20.c for better code generation
  ` [PATCH v1 13/14] x86/boot: simplify x86/boot/cmdline.c by using __seg_fs
  ` [PATCH v1 14/14] compiler-gcc: Remove obsolete RELOC_HIDE() macro

[PATCH v2] KVM: TDX: Allow userspace to return errors to guest for MAPGPA
 2026-01-23 17:42 UTC  (2+ messages)

[PATCH v7 0/2] SEV-SNP: Add KVM support for SNP certificate fetching
 2026-01-23 17:17 UTC  (3+ messages)
` [PATCH v7 1/2] KVM: Introduce KVM_EXIT_SNP_REQ_CERTS for SNP certificate-fetching

[PATCH v2] PCI/IDE: Fix duplicate stream symlink names for TSM class devices
 2026-01-23  6:40 UTC  (6+ messages)

[PATCH 1/1] PCI/IDE: Fix reading a wrong reg for unused sel stream initialization
 2026-01-23  1:40 UTC  (4+ messages)

[PATCH v2 1/1] PCI/IDE: Fix using wrong VF ID for RID range calculation
 2026-01-23  1:35 UTC  (3+ messages)

SVSM Development Call January 21, 2026
 2026-01-22 12:55 UTC  (2+ messages)

[PATCH] x86/tdx: Use pg_level in TDX APIs, not the TDX-Module's 0-based level
 2026-01-22  7:54 UTC  (5+ messages)

[PATCH v4 00/16] TDX: Enable Dynamic PAMT
 2026-01-21 22:34 UTC  (24+ messages)
` [PATCH v4 07/16] x86/virt/tdx: Add tdx_alloc/free_page() helpers
` [PATCH v4 11/16] KVM: TDX: Add x86 ops for external spt cache
` [PATCH v4 12/16] x86/virt/tdx: Add helpers to allow for pre-allocating pages

[Invitation] bi-weekly guest_memfd upstream call on 2026-01-22
 2026-01-21 20:52 UTC 

[PATCH 1/2] dma-direct: Validate DMA mask against canonical DMA addresses
 2026-01-21  4:50 UTC  (20+ messages)
` [PATCH 2/2] dma-direct: Make phys_to_dma() pick encrypted vs unencrypted per device

[RFC PATCH 0/5] Arm LFA: Improvements and interrupt support
 2026-01-20 14:07 UTC  (5+ messages)
` [RFC PATCH 4/5] firmware: smccc: register as platform driver
` [RFC PATCH 5/5] firmware: smccc: lfa: refresh fw details

[PATCH] dma-direct: swiotlb: Skip encryption toggles for swiotlb allocations
 2026-01-20  9:33 UTC  (11+ messages)

[PATCH 0/1] Arm Live Firmware Activation (LFA) support
 2026-01-19 21:35 UTC  (6+ messages)
` [PATCH 1/1] firmware: smccc: add support for Live Firmware Activation (LFA)

[PATCH] KVM: SEV: Enable SNP AP CPU hotplug
 2026-01-19 19:12 UTC 

[PATCH] KVM: SEV: Track SNP launch state and disallow invalid userspace interactions
 2026-01-19 19:12 UTC  (2+ messages)

[PATCH v2 00/21] Runtime TDX Module update support
 2026-01-19 16:24 UTC  (35+ messages)
` [PATCH v2 04/21] x86/virt/tdx: Prepare to support P-SEAMLDR SEAMCALLs
` [PATCH v2 05/21] x86/virt/seamldr: Introduce a wrapper for "
` [PATCH v2 07/21] coco/tdx-host: Expose P-SEAMLDR information via sysfs
` [PATCH v2 08/21] coco/tdx-host: Implement FW_UPLOAD sysfs ABI for TDX Module updates
` [PATCH v2 11/21] x86/virt/seamldr: Allocate and populate a module update request
` [PATCH v2 14/21] x86/virt/seamldr: Shut down the current TDX module
` [PATCH v2 16/21] x86/virt/seamldr: Handle TDX Module update failures
` [PATCH v2 17/21] x86/virt/seamldr: Install a new TDX Module
` [PATCH v2 19/21] x86/virt/tdx: Establish contexts for the "
` [PATCH v2 20/21] x86/virt/tdx: Update tdx_sysinfo and check features post-update

[PATCH v2 0/2] x86/virt/tdx: Print TDX module version to dmesg
 2026-01-19  8:12 UTC  (5+ messages)
` [PATCH v2 1/2] x86/virt/tdx: Retrieve TDX module version
` [PATCH v2 2/2] x86/virt/tdx: Print TDX module version during init

[PATCH v6] virt: tdx-guest: Return error for GetQuote failures
 2026-01-16 23:03 UTC 

SVSM Development Call January 14, 2026
 2026-01-16  8:40 UTC  (2+ messages)

CCC TEE I/O Cancelled
 2026-01-16  2:40 UTC 

[PATCH v3 0/6] KVM: guest_memfd: Rework preparation/population flows in prep for in-place conversion
 2026-01-15 21:07 UTC  (6+ messages)
` [PATCH v3 2/6] KVM: guest_memfd: Remove partial hugepage handling from kvm_gmem_populate()

[PATCH] KVM: TDX: Allow userspace to return errors to guest for MAPGPA
 2026-01-15 16:54 UTC  (6+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox