public inbox for linux-coco@lists.linux.dev
 help / color / mirror / Atom feed
 messages from 2026-01-09 02:35:44 to 2026-01-21 22:34:19 UTC [more...]

[PATCH v4 00/16] TDX: Enable Dynamic PAMT
 2026-01-21 22:34 UTC  (36+ messages)
` [PATCH v4 04/16] x86/virt/tdx: Allocate page bitmap for "
` [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 v1 00/14] x86 boot code cleanups, batch 1
 2026-01-21 16:07 UTC  (33+ 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] x86/tdx: Use pg_level in TDX APIs, not the TDX-Module's 0-based level
 2026-01-21 12:32 UTC  (4+ messages)

[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

SVSM Development Call January 21, 2026
 2026-01-20 17:09 UTC 

[RFC PATCH 0/5] Arm LFA: Improvements and interrupt support
 2026-01-20 14:07 UTC  (6+ 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  (47+ messages)
` [PATCH v2 01/21] x86/virt/tdx: Print SEAMCALL leaf numbers in decimal
` [PATCH v2 03/21] x86/virt/tdx: Move low level SEAMCALL helpers out of <asm/tdx.h>
` [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 06/21] x86/virt/seamldr: Retrieve P-SEAMLDR information
` [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 13/21] x86/virt/seamldr: Abort updates if errors occurred midway
` [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  (15+ 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 v2 1/1] PCI/IDE: Fix using wrong VF ID for RID range calculation
 2026-01-19  2:21 UTC  (2+ messages)

[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  (3+ messages)

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

[PATCH v2] KVM: TDX: Allow userspace to return errors to guest for MAPGPA
 2026-01-15 22:52 UTC 

[PATCH v3 0/6] KVM: guest_memfd: Rework preparation/population flows in prep for in-place conversion
 2026-01-15 21:07 UTC  (15+ messages)
` [PATCH v3 2/6] KVM: guest_memfd: Remove partial hugepage handling from kvm_gmem_populate()
` [PATCH v3 5/6] KVM: TDX: Document alignment requirements for KVM_TDX_INIT_MEM_REGION
` [PATCH v3 6/6] KVM: guest_memfd: GUP source pages prior to populating guest memory

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

[PATCH v2 0/2] SEV-SNP Unaccepted Memory Hotplug
 2026-01-14 22:56 UTC  (17+ messages)
` [PATCH v2 1/2] mm/memory_hotplug: Add support to accept memory during hot-add
` [PATCH v2 2/2] mm/memory_hotplug: Add support to unaccept memory after hot-remove

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

[PATCH 1/1] PCI/IDE: Fix using wrong VF ID for RID range calculation
 2026-01-13 21:46 UTC  (4+ messages)

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


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