Linux Confidential Computing Development
 help / color / mirror / Atom feed
 messages from 2026-05-22 04:05:55 to 2026-05-23 00:40:39 UTC [more...]

[PATCH] x86/tdx: Fix zero-extension for CPUID emulation
 2026-05-23  0:40 UTC 

[PATCH v7 00/42] guest_memfd: In-place conversion support
 2026-05-23  0:18 UTC  (43+ messages)
` [PATCH v7 01/42] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
` [PATCH v7 02/42] KVM: Rename KVM_GENERIC_MEMORY_ATTRIBUTES to KVM_VM_MEMORY_ATTRIBUTES
` [PATCH v7 03/42] KVM: Enumerate support for PRIVATE memory iff kvm_arch_has_private_mem is defined
` [PATCH v7 04/42] KVM: Stub in ability to disable per-VM memory attribute tracking
` [PATCH v7 05/42] KVM: guest_memfd: Wire up kvm_get_memory_attributes() to per-gmem attributes
` [PATCH v7 06/42] KVM: guest_memfd: Update kvm_gmem_populate() to use gmem attributes
` [PATCH v7 07/42] KVM: guest_memfd: Only prepare folios for private pages
` [PATCH v7 08/42] KVM: Move kvm_supported_mem_attributes() to kvm_host.h
` [PATCH v7 09/42] KVM: guest_memfd: Add base support for KVM_SET_MEMORY_ATTRIBUTES2
` [PATCH v7 10/42] KVM: guest_memfd: Ensure pages are not in use before conversion
` [PATCH v7 11/42] KVM: guest_memfd: Call arch invalidate hooks on conversion
` [PATCH v7 12/42] KVM: guest_memfd: Return early if range already has requested attributes
` [PATCH v7 13/42] KVM: guest_memfd: Advertise KVM_SET_MEMORY_ATTRIBUTES2 ioctl
` [PATCH v7 14/42] KVM: guest_memfd: Handle lru_add fbatch refcounts during conversion safety check
` [PATCH v7 15/42] KVM: guest_memfd: Use actual size for invalidation in kvm_gmem_release()
` [PATCH v7 16/42] KVM: guest_memfd: Determine invalidation filter from memory attributes
` [PATCH v7 17/42] KVM: Move KVM_VM_MEMORY_ATTRIBUTES config definition to x86
` [PATCH v7 18/42] KVM: Let userspace disable per-VM mem attributes, enable per-gmem attributes
` [PATCH v7 19/42] KVM: guest_memfd: Enable INIT_SHARED on guest_memfd for x86 Coco VMs
` [PATCH v7 20/42] KVM: SEV: Make 'uaddr' parameter optional for KVM_SEV_SNP_LAUNCH_UPDATE
` [PATCH v7 21/42] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION
` [PATCH v7 22/42] KVM: selftests: Create gmem fd before "regular" fd when adding memslot
` [PATCH v7 23/42] KVM: selftests: Rename guest_memfd{,_offset} to gmem_{fd,offset}
` [PATCH v7 24/42] KVM: selftests: Add support for mmap() on guest_memfd in core library
` [PATCH v7 25/42] KVM: selftests: Add selftests global for guest memory attributes capability
` [PATCH v7 26/42] KVM: selftests: Add helpers for calling ioctls on guest_memfd
` [PATCH v7 27/42] KVM: selftests: Test basic single-page conversion flow
` [PATCH v7 28/42] KVM: selftests: Test conversion flow when INIT_SHARED
` [PATCH v7 29/42] KVM: selftests: Test conversion precision in guest_memfd
` [PATCH v7 30/42] KVM: selftests: Test conversion before allocation
` [PATCH v7 31/42] KVM: selftests: Convert with allocated folios in different layouts
` [PATCH v7 32/42] KVM: selftests: Test that truncation does not change shared/private status
` [PATCH v7 33/42] KVM: selftests: Test that shared/private status is consistent across processes
` [PATCH v7 34/42] KVM: selftests: Test conversion with elevated page refcount
` [PATCH v7 35/42] KVM: selftests: Reset shared memory after hole-punching
` [PATCH v7 36/42] KVM: selftests: Provide function to look up guest_memfd details from gpa
` [PATCH v7 37/42] KVM: selftests: Provide common function to set memory attributes
` [PATCH v7 38/42] KVM: selftests: Check fd/flags provided to mmap() when setting up memslot
` [PATCH v7 39/42] KVM: selftests: Make TEST_EXPECT_SIGBUS thread-safe
` [PATCH v7 40/42] KVM: selftests: Update private_mem_conversions_test to mmap() guest_memfd
` [PATCH v7 41/42] KVM: selftests: Add script to exercise private_mem_conversions_test
` [PATCH v7 42/42] KVM: selftests: Update private memory exits test to work with per-gmem attributes

[PATCH v13 00/22] TDX KVM selftests
 2026-05-22 23:05 UTC  (4+ messages)
` [PATCH v13 07/22] KVM: selftests: Introduce structures for TDX guest boot parameters

[PATCH v6 00/43] guest_memfd: In-place conversion support
 2026-05-22 23:02 UTC  (10+ messages)
` [PATCH v6 01/43] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
` [PATCH v6 21/43] KVM: SEV: Make 'uaddr' parameter optional for KVM_SEV_SNP_LAUNCH_UPDATE
` [PATCH v6 25/43] KVM: selftests: Add support for mmap() on guest_memfd in core library

[PATCH v2 0/5] guest_memfd fixes for bind and populate
 2026-05-22 22:46 UTC  (6+ messages)
` [PATCH v2 1/5] KVM: guest_memfd: Use write permissions when GUP-ing source pages
` [PATCH v2 2/5] KVM: guest_memfd: Fix possible signed integer overflow
` [PATCH v2 3/5] KVM: guest_memfd: Handle errors from xa_store_range() when binding
` [PATCH v2 4/5] KVM: SNP: Fix kunmap_local() unmapping order
` [PATCH v2 5/5] KVM: SNP: Mark source page dirty in sev_gmem_post_populate

[PATCH 0/3] guest_memfd fixes for bind and populate
 2026-05-22 20:45 UTC  (4+ messages)
` [PATCH 1/3] KVM: guest_memfd: Use write permissions when GUP-ing source pages
` [PATCH 2/3] KVM: guest_memfd: Fix possible signed integer overflow
` [PATCH 3/3] KVM: guest_memfd: Handle errors from xa_store_range() when binding

[PATCH] x86/tdx: Fix zero-extension for CPUID emulation
 2026-05-22 16:54 UTC  (4+ messages)

[PATCH v2 0/4] struct page to PFN conversion for TDX guest private memory
 2026-05-22 16:41 UTC  (9+ messages)
` [PATCH v2 1/4] x86/tdx: Use PFN directly for mapping "
` [PATCH v2 2/4] x86/tdx: Use PFN directly for unmapping "
` [PATCH v2 3/4] x86/tdx: Drop exported function tdx_quirk_reset_page()
` [PATCH v2 4/4] x86/virt/tdx: Move mk_keyed_paddr() to tdx.c due to no external users

[PATCH v2 0/2] x86/tdx: Port I/O emulation fixes
 2026-05-22 16:22 UTC  (4+ messages)
` [PATCH v2 2/2] x86/tdx: Fix zero-extension for 32-bit port I/O

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

[PATCH v5 1/2] dma-mapping: introduce DMA_ATTR_CC_SHARED for shared memory
 2026-05-22 13:22 UTC  (13+ messages)

[PATCH v14 00/44] arm64: Support for Arm CCA in KVM
 2026-05-22 10:02 UTC  (9+ messages)
` [PATCH v14 04/44] arm64: RMI: Add SMC definitions for calling the RMM
` [PATCH v14 09/44] arm64: RMI: Provide functions to delegate/undelegate ranges of memory

[ANN] Linux Security Summit Europe 2026 CfP
 2026-05-22  5:56 UTC 

[PATCH 00/15] Enable TDX Module Extensions and DICE-based TDX Quoting
 2026-05-22  3:41 UTC  (5+ messages)
` [RFC PATCH 12/15] KVM: TDX: Add in-kernel Quote generation
` [RFC PATCH 13/15] KVM: TDX: Support event-notify interrupts only with userspace quoting
` [RFC PATCH 14/15] x86/virt/tdx: Embed version info in SEAMCALL leaf function definitions
` [RFC PATCH 15/15] x86/virt/tdx: Enable TDX Quoting extension


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