Linux Confidential Computing Development
 help / color / mirror / Atom feed
 messages from 2026-07-07 22:32:29 to 2026-07-14 15:46:42 UTC [more...]

[PATCH v7 00/22] dma-mapping: Track shared DMA state through direct, pool and swiotlb paths
 2026-07-14 15:46 UTC  (67+ messages)
` [PATCH v7 02/22] dma-pool: fix page leak in atomic_pool_expand() cleanup
` [PATCH v7 03/22] iommu/dma: Check atomic pool allocation result directly
` [PATCH v7 04/22] dma: free atomic pool pages by physical address
` [PATCH v7 05/22] swiotlb: Preserve allocation virtual address for dynamic pools
` [PATCH v7 07/22] dma-direct: swiotlb: handle swiotlb alloc/free outside __dma_direct_alloc_pages
` [PATCH v7 09/22] dma-mapping: Add internal shared allocation attribute
` [PATCH v7 10/22] dma-direct: use __DMA_ATTR_ALLOC_CC_SHARED in alloc/free paths
` [PATCH v7 11/22] dma-pool: track decrypted atomic pools and select them via attrs
` [PATCH v7 12/22] dma: swiotlb: pass mapping attributes by reference
` [PATCH v7 13/22] dma: swiotlb: track pool encryption state and honor DMA_ATTR_CC_SHARED
` [PATCH v7 14/22] dma-mapping: make dma_pgprot() honor __DMA_ATTR_ALLOC_CC_SHARED
` [PATCH v7 15/22] dma-direct: pass attrs to dma_capable() for DMA_ATTR_CC_SHARED checks
` [PATCH v7 16/22] dma-direct: make dma_direct_map_phys() honor DMA_ATTR_CC_SHARED
` [PATCH v7 17/22] dma-direct: set decrypted flag for remapped DMA allocations
` [PATCH v7 18/22] dma-direct: select DMA address encoding from __DMA_ATTR_ALLOC_CC_SHARED
` [PATCH v7 19/22] dma-direct: rename ret to cpu_addr in alloc helpers
` [PATCH v7 20/22] dma: swiotlb: free dynamic pools from process context
` [PATCH v7 21/22] dma: swiotlb: handle set_memory_decrypted() failures
` [PATCH v7 22/22] swiotlb: remove unused SWIOTLB_FORCE flag

[PATCH v2] x86/virt/tdx: Formalize SEAMCALL version encoding support
 2026-07-14 11:18 UTC  (10+ messages)

[RFC PATCH 00/30] Host side (KVM/VFIO/IOMMUFD) support for TDISP using TSM
 2026-07-14  6:38 UTC  (10+ messages)
` [RFC PATCH 10/30] vfio/pci: Export vfio dma-buf specific info for importers

[PATCH 0/2] tdx-guest: Make Quote buffer size dynamic
 2026-07-14  6:25 UTC  (12+ messages)
` [PATCH 1/2] x86/tdx: Add helper to query maximum TD Quote size
` [PATCH 2/2] virt: tdx-guest: Allocate Quote buffer dynamically

[PATCH v14 00/44] arm64: Support for Arm CCA in KVM
 2026-07-14  4:37 UTC  (3+ messages)
` [PATCH v14 26/44] arm64: RMI: Allow populating initial contents

[PATCH v6 0/3] x86/tdx: Fix port I/O handling bugs
 2026-07-13 13:37 UTC  (4+ messages)
` [PATCH v6 1/3] x86/tdx: Fix off-by-one in port I/O handling
` [PATCH v6 2/3] x86/insn-eval: Move assign_register() out of KVM as insn_assign_reg()
` [PATCH v6 3/3] x86/tdx: Fix zero-extension for 32-bit port I/O

[PATCH v5 0/5] Add iommufd ioctls to support TSM operations
 2026-07-13 13:18 UTC  (7+ messages)
` [PATCH v5 1/5] vfio: cache KVM VM file references instead of raw struct kvm pointers
` [PATCH v5 2/5] iommufd/device: Associate KVM file pointer with iommufd_device
` [PATCH v5 3/5] iommufd/viommu: Keep a reference to the KVM file

[PATCH v2 00/17] Enable DICE-based TDX Quoting Extension
 2026-07-13 10:19 UTC  (27+ messages)
` [PATCH v2 08/17] x86/virt/tdx: Prepare Quote buffer during extension bringup
` [PATCH v2 16/17] KVM: TDX: Add in-kernel Quote generation

[PATCH 00/15] Device Evidence and Trust for PCI Security Protocol (TDISP)
 2026-07-11  1:43 UTC  (30+ messages)
` [PATCH 01/15] netlink: specs: Introduce multi-message blobs for SPDM
` [PATCH 02/15] tools: ynl: Teach pyynl to handle blobs
` [PATCH 04/15] device core: Introduce "device evidence" over netlink
` [PATCH 06/15] PCI/TSM: Add device evidence support
` [PATCH 13/15] PCI, device core: Add private memory access for DEVICE_TRUST_TCB
` [PATCH 14/15] PCI/TSM: Create MMIO descriptors via TDISP Report
` [PATCH 15/15] PCI/TSM: Add relative MMIO offset support?

[PATCH v6 00/11] Dynamic PAMT
 2026-07-10  2:47 UTC  (47+ messages)
` [PATCH v6 01/11] x86/virt/tdx: Simplify tdmr_get_pamt_sz()
` [PATCH v6 02/11] x86/virt/tdx: Allocate page bitmap for Dynamic PAMT
` [PATCH v6 03/11] x86/virt/tdx: Add tdx_alloc/free_control_page() helpers
` [PATCH v6 04/11] x86/virt/tdx: Allocate ref counts for Dynamic PAMT memory
` [PATCH v6 05/11] x86/virt/tdx: Handle concurrent callers in tdx_pamt_get/put()
` [PATCH v6 06/11] x86/virt/tdx: Optimize tdx_pamt_get/put()
` [PATCH v6 07/11] KVM: TDX: Allocate PAMT memory for TD and vCPU control structures
` [PATCH v6 08/11] x86/tdx: Add APIs to support Dynamic PAMT ops from KVM's fault path
` [PATCH v6 09/11] KVM: TDX: Get/put PAMT pages when (un)mapping private memory

[PATCH v8 0/6] Switch Arm SMCCC firmware services to an SMCCC bus
 2026-07-09  8:12 UTC  (3+ messages)
` [PATCH v8 1/6] firmware: smccc: Add an Arm "

SVSM Development Call July 8th, 2026
 2026-07-08 20:10 UTC  (2+ messages)

[PATCH] x86/virt/tdx: Formalize SEAMCALL version encoding support
 2026-07-08 14:46 UTC  (3+ messages)

[PATCH v5 00/51] x86: Try to wrangle PV clocks vs. TSC
 2026-07-08  5:00 UTC  (7+ messages)
` [PATCH v5 06/51] x86/sev: Don't override CPU frequency calibration for SNP's Secure TSC
` [PATCH v5 08/51] x86/sev: Shove SNP's secure/trusted TSC frequency directly into "calibration"
` [PATCH v5 47/51] x86/paravirt: Don't use a PV sched_clock in CoCo guests with trusted TSC


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