Linux Confidential Computing Development
 help / color / mirror / Atom feed
 messages from 2026-06-01 23:14:38 to 2026-06-05 08:46:12 UTC [more...]

[PATCH 00/15] Enable TDX Module Extensions and DICE-based TDX Quoting
 2026-06-05  8:46 UTC  (11+ messages)
` [PATCH 03/15] x86/virt/tdx: Make TDX Module initialize Extensions

[PATCH v14 00/44] arm64: Support for Arm CCA in KVM
 2026-06-05  8:11 UTC  (48+ messages)
` [PATCH v14 04/44] arm64: RMI: Add SMC definitions for calling the RMM
` [PATCH v14 06/44] arm64: RMI: Check for RMI support at init
` [PATCH v14 07/44] arm64: RMI: Configure the RMM with the host's page size
` [PATCH v14 08/44] arm64: RMI: Ensure that the RMM has GPT entries for memory
` [PATCH v14 09/44] arm64: RMI: Provide functions to delegate/undelegate ranges of memory
` [PATCH v14 10/44] arm64: RMI: Add support for SRO
` [PATCH v14 13/44] arm64: RMI: Define the user ABI
` [PATCH v14 14/44] arm64: RMI: Basic infrastructure for creating a realm
` [PATCH v14 29/44] arm64: RMI: Runtime faulting of memory

[PATCH v4 0/3] x86/tdx: Fix port I/O handling bugs
 2026-06-05  7:10 UTC  (6+ messages)
` [PATCH v4 1/3] x86/tdx: Fix off-by-one in port I/O handling
` [PATCH v4 2/3] x86/insn-eval: Add insn_assign_reg() helper
` [PATCH v4 3/3] x86/tdx: Fix zero-extension for 32-bit port I/O

[PATCH v6 00/11] Dynamic PAMT
 2026-06-05  5:40 UTC  (15+ 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 06/11] x86/virt/tdx: Optimize tdx_pamt_get/put()
` [PATCH v6 08/11] x86/tdx: Add APIs to support Dynamic PAMT ops from KVM's fault path
` [PATCH v6 10/11] x86/virt/tdx: Enable Dynamic PAMT

[PATCH v2 00/15] KVM: x86: Clean up kvm_<reg>_{read,write}() mess
 2026-06-04 21:48 UTC  (10+ messages)
` [PATCH v2 03/15] KVM: x86/xen: Don't truncate RAX when handling hypercall from protected guest

[PATCH v7 00/42] guest_memfd: In-place conversion support
 2026-06-04 21:14 UTC  (18+ messages)
` [PATCH v7 07/42] KVM: guest_memfd: Only prepare folios for private pages
` [PATCH v7 09/42] KVM: guest_memfd: Add base support for KVM_SET_MEMORY_ATTRIBUTES2
` [PATCH v7 20/42] KVM: SEV: Make 'uaddr' parameter optional for KVM_SEV_SNP_LAUNCH_UPDATE

[CfP] Confidential Computing Microconference (LPC 2026)
 2026-06-04 18:29 UTC 

[PATCH v5 00/20] dma-mapping: Use DMA_ATTR_CC_SHARED through direct, pool and swiotlb paths
 2026-06-04 18:24 UTC  (14+ messages)
` [PATCH v5 05/20] dma-pool: track decrypted atomic pools and select them via attrs
` [PATCH v5 10/20] dma-direct: make dma_direct_map_phys() honor DMA_ATTR_CC_SHARED

[PATCH v6 0/4] Switch Arm SMCCC firmware services to an SMCCC bus
 2026-06-04 13:45 UTC  (11+ messages)
` [PATCH v6 1/4] firmware: smccc: Add an Arm "
` [PATCH v6 3/4] firmware: smccc: arm-cca-guest: Bind the TSM provider to an SMCCC device

[RFC PATCH 0/6] Support virtio-mem memory hotplug in TDX guests
 2026-06-04  9:35 UTC  (7+ messages)
` [RFC PATCH 1/6] mm/memory_hotplug: Add memory post-plug callback infrastructure
` [RFC PATCH 2/6] mm/memory_hotplug: Add memory pre-unplug "
` [RFC PATCH 3/6] virtio-mem: Integrate memory acceptance and release callbacks
` [RFC PATCH 4/6] x86/tdx: Register memory post-plug callback for TDX guests
` [RFC PATCH 5/6] x86/tdx: Register memory pre-unplug "
` [RFC PATCH 6/6] x86/tdx: Release private memory before private->shared conversion

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

SVSM Development Call June 3rd, 2026
 2026-06-03 18:03 UTC  (2+ messages)

[PATCH v4 00/47] x86: Try to wrangle PV clocks vs. TSC
 2026-06-03 10:02 UTC  (5+ messages)
` [PATCH v4 02/47] x86/tsc: Add a standalone helpers for getting TSC info from CPUID.0x15
` [PATCH v4 07/47] x86/tdx: Force TSC frequency with CPUID-based info provided by the TDX-Module

[PATCH v7 34/42] KVM: selftests: Test conversion with elevated page refcount
 2026-06-02 21:26 UTC  (2+ messages)

[PATCH v6 0/6] Add RMPOPT support
 2026-06-02 20:02 UTC  (7+ messages)
` [PATCH v6 1/6] x86/cpufeatures: Add X86_FEATURE_AMD_RMPOPT feature flag
` [PATCH v6 2/6] x86/sev: Initialize RMPOPT configuration MSRs
` [PATCH v6 3/6] x86/sev: Add support to perform RMP optimizations asynchronously
` [PATCH v6 4/6] x86/sev: Add interface to re-enable RMP optimizations
` [PATCH v6 5/6] KVM: SEV: Perform RMP optimizations on SNP guest shutdown
` [PATCH v6 6/6] x86/sev: Add debugfs support for RMPOPT

[RFC PATCH v4 00/14] coco/TSM: Host-side Arm CCA IDE setup via connect/disconnect callbacks
 2026-06-02  8:42 UTC  (4+ messages)
` [RFC PATCH v4 01/14] coco: host: arm64: Add host TSM callback and IDE stream allocation support

[PATCH v5 0/5] Add iommufd ioctls to support TSM operations
 2026-06-02  8:40 UTC  (9+ messages)
` [PATCH v5 5/5] iommufd/vdevice: add TSM request ioctl


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