messages from 2026-07-22 19:41:02 to 2026-07-29 12:42:59 UTC [more...]
[PATCH v8 00/23] dma-mapping: Track shared DMA state through direct, pool and swiotlb paths
2026-07-29 12:42 UTC (38+ messages)
` [PATCH v8 01/23] dma-direct: return struct page from dma_direct_alloc_from_pool()
` [PATCH v8 05/23] swiotlb: Preserve allocation virtual address for dynamic pools
` [PATCH v8 07/23] dma-direct: swiotlb: handle swiotlb alloc/free outside __dma_direct_alloc_pages
` [PATCH v8 09/23] dma-mapping: Add internal shared allocation attribute
` [PATCH v8 12/23] dma: swiotlb: pass mapping attributes by reference
` [PATCH v8 15/23] dma-direct: pass attrs to dma_capable() for DMA_ATTR_CC_SHARED checks
` [PATCH v8 19/23] dma-direct: select DMA address encoding from __DMA_ATTR_ALLOC_CC_SHARED
[PATCH v3 0/4] tdx-guest: Make Quote buffer size dynamic
2026-07-29 12:29 UTC (5+ messages)
` [PATCH v3 1/4] x86/tdx: Add helper to query maximum TD Quote size
` [PATCH v3 2/4] virt: tdx-guest: Calculate the Quote buffer size safely
` [PATCH v3 3/4] virt: tdx-guest: Use a variable to store the Quote buffer size
` [PATCH v3 4/4] virt: tdx-guest: Allocate Quote buffer dynamically
[RFC PATCH v1 0/2] KVM: arm64: CCA: Add MEC policy support for CCA Realms
2026-07-29 11:47 UTC (6+ messages)
` [RFC PATCH v1 1/2] KVM: arm64: CCA: Add support for configuring the Realm MEC policy
` [RFC PATCH v1 2/2] cgroup/misc: Add support for Arm CCA MECIDs
[PATCH v2 00/17] Enable DICE-based TDX Quoting Extension
2026-07-29 11:07 UTC (28+ messages)
` [PATCH v2 02/17] x86/virt/tdx: Configure add-on features on TDX module init and update
` [PATCH v2 03/17] x86/virt/tdx: Detect if the extensions initialization is required
` [PATCH v2 04/17] x86/virt/tdx: Add extra memory to TDX module for the extensions
` [PATCH v2 05/17] x86/virt/tdx: Make TDX module initialize "
` [PATCH v2 06/17] x86/virt/tdx: Re-initialize the extensions on runtime TDX module update
` [PATCH v2 12/17] x86/virt/tdx: Reinitialize the Quoting extension after "
[PATCH v15 00/37] arm64: Support for Arm CCA in KVM
2026-07-29 10:58 UTC (18+ messages)
` [PATCH v15 12/37] KVM: arm64: CCA: Support the VGIC in realms
` [PATCH v15 13/37] KVM: arm64: CCA: Support timers in realm RECs
` [PATCH v15 14/37] KVM: arm64: CCA: Handle realm enter/exit
[PATCH v2] KVM: x86/tdx: Do not print error message on non-present feature
2026-07-29 9:45 UTC (2+ messages)
COCONUT-SVSM Development Release v2026.07-devel
2026-07-29 5:40 UTC
[PATCH v11 0/6] Add RMPOPT support
2026-07-29 2:15 UTC (9+ messages)
` [PATCH v11 1/6] x86/cpufeatures: Add X86_FEATURE_RMPOPT feature flag
` [PATCH v11 2/6] x86/sev: Disable CPU hotplug while SNP is active
` [PATCH v11 3/6] x86/sev: Initialize RMPOPT configuration MSRs
` [PATCH v11 4/6] x86/sev: Add support to perform RMP optimizations asynchronously
` [PATCH v11 5/6] x86/sev: Add interface to re-enable RMP optimizations
` [PATCH v11 6/6] KVM: SEV: Perform RMP optimizations on SNP guest shutdown
[PATCH 00/15] Device Evidence and Trust for PCI Security Protocol (TDISP)
2026-07-29 1:57 UTC (4+ messages)
[PATCH v9 00/41] guest_memfd: In-place conversion support
2026-07-29 0:35 UTC (42+ messages)
` [PATCH v9 01/41] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
` [PATCH v9 02/41] KVM: Rename KVM_GENERIC_MEMORY_ATTRIBUTES to KVM_VM_MEMORY_ATTRIBUTES
` [PATCH v9 03/41] KVM: Enumerate support for PRIVATE memory iff kvm_arch_has_private_mem is defined
` [PATCH v9 04/41] KVM: Rename memory attribute APIs to prepare for in-place gmem conversion
` [PATCH v9 05/41] KVM: Provide generic interface for checking memory private/shared status
` [PATCH v9 06/41] KVM: guest_memfd: Introduce function to check GFN "
` [PATCH v9 07/41] KVM: guest_memfd: Wire up core private/shared attribute interfaces
` [PATCH v9 08/41] KVM: Consolidate private memory and guest_memfd ifdeffery in kvm_host.h
` [PATCH v9 09/41] KVM: guest_memfd: Filter both shared and private when invalidating
` [PATCH v9 10/41] KVM: guest_memfd: Add base support for KVM_SET_MEMORY_ATTRIBUTES2
` [PATCH v9 11/41] KVM: guest_memfd: Ensure pages are not in use before conversion
` [PATCH v9 12/41] KVM: guest_memfd: Call arch make_shared callback for to-shared conversion
` [PATCH v9 13/41] KVM: guest_memfd: Return early if range already has requested attributes
` [PATCH v9 14/41] mm: swap: Introduce lru_add_drain_progressive()
` [PATCH v9 15/41] KVM: guest_memfd: Handle lru_add fbatch refcounts during conversion safety check
` [PATCH v9 16/41] KVM: guest_memfd: Zero page while getting pfn
` [PATCH v9 17/41] KVM: SEV: Make 'uaddr' parameter optional for KVM_SEV_SNP_LAUNCH_UPDATE
` [PATCH v9 18/41] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION
` [PATCH v9 19/41] KVM: Move KVM_VM_MEMORY_ATTRIBUTES config definition to x86
` [PATCH v9 20/41] KVM: Let userspace disable per-VM mem attributes, enable per-gmem attributes
` [PATCH v9 21/41] KVM: guest_memfd: Enable INIT_SHARED on guest_memfd for x86 Coco VMs
` [PATCH v9 22/41] KVM: selftests: Create gmem fd before "regular" fd when adding memslot
` [PATCH v9 23/41] KVM: selftests: Rename guest_memfd{,_offset} to gmem_{fd,offset}
` [PATCH v9 24/41] KVM: selftests: Add support for mmap() on guest_memfd in core library
` [PATCH v9 25/41] KVM: selftests: Add selftests global for guest memory attributes capability
` [PATCH v9 26/41] KVM: selftests: Add helpers for calling ioctls on guest_memfd
` [PATCH v9 27/41] KVM: selftests: Test basic single-page conversion flow
` [PATCH v9 28/41] KVM: selftests: Test conversion flow when INIT_SHARED
` [PATCH v9 29/41] KVM: selftests: Test conversion precision in guest_memfd
` [PATCH v9 30/41] KVM: selftests: Test conversion before allocation
` [PATCH v9 31/41] KVM: selftests: Convert with allocated folios in different layouts
` [PATCH v9 32/41] KVM: selftests: Test that truncation does not change shared/private status
` [PATCH v9 33/41] KVM: selftests: Test that shared/private status is consistent across processes
` [PATCH v9 34/41] KVM: selftests: Add helpers to pin pages with CONFIG_GUP_TEST
` [PATCH v9 35/41] KVM: selftests: Test conversion with elevated page refcount
` [PATCH v9 36/41] KVM: selftests: Reset shared memory after hole-punching
` [PATCH v9 37/41] KVM: selftests: Provide function to look up guest_memfd details from gpa
` [PATCH v9 38/41] KVM: selftests: Provide common function to set memory attributes
` [PATCH v9 39/41] KVM: selftests: Make TEST_EXPECT_SIGBUS thread-safe
` [PATCH v9 40/41] KVM: selftests: Update private_mem_conversions_test to mmap() guest_memfd
` [PATCH v9 41/41] KVM: selftests: Update private memory exits test to work with per-gmem attributes
[PATCH v14 00/22] TDX KVM selftests
2026-07-28 22:56 UTC (25+ messages)
` [PATCH v14 01/22] KVM: selftests: Add macros to simplify creating VM shapes for non-default types
` [PATCH v14 02/22] KVM: selftests: Update kvm_init_vm_address_properties() for TDX
` [PATCH v14 03/22] KVM: selftests: Initialize the TDX VM
` [PATCH v14 04/22] KVM: selftests: TDX: Use KVM_TDX_CAPABILITIES to validate TDs' attribute configuration
` [PATCH v14 05/22] KVM: selftests: Expose segment definitions to assembly files
` [PATCH v14 06/22] tools: include: Add kbuild.h for assembly structure offsets
` [PATCH v14 07/22] KVM: selftests: Introduce structures for TDX guest boot parameters
` [PATCH v14 08/22] KVM: selftests: Add TDX boot code
` [PATCH v14 09/22] KVM: selftests: Expose functions to get default sregs values
` [PATCH v14 10/22] KVM: selftests: Set up TDX boot code region
` [PATCH v14 11/22] KVM: selftests: Set up TDX boot parameters region
` [PATCH v14 12/22] KVM: selftests: Require guest_memfd for TDX VMs
` [PATCH v14 13/22] KVM: selftests: Support guest_memfd in-place conversion
` [PATCH v14 14/22] KVM: selftests: Expose function to allocate vCPU stack
` [PATCH v14 15/22] KVM: selftests: Call KVM_TDX_INIT_VCPU when creating a new TDX vcpu
` [PATCH v14 16/22] KVM: selftests: Load per-vCPU guest stack in TDX boot parameters
` [PATCH v14 17/22] KVM: selftests: Set entry point for TDX guest code
` [PATCH v14 18/22] KVM: selftests: Add helpers to init TDX memory and finalize VM
` [PATCH v14 19/22] KVM: selftests: Finalize TD memory as part of kvm_arch_vm_finalize_vcpus
` [PATCH v14 20/22] KVM: selftests: Implement MMIO WRITE for the TDX VM
` [PATCH v14 21/22] KVM: selftests: Add ucall support for TDX
` [PATCH v14 22/22] KVM: selftests: Add TDX lifecycle test
SVSM Development Call July 29th, 2026
2026-07-28 16:08 UTC
[PATCH RFC v2 0/4] KVM: guest_memfd: folio migration for non-confidential VMs
2026-07-28 9:05 UTC (5+ messages)
` [PATCH RFC v2 1/4] mm: split AS_UNMOVABLE back out of AS_INACCESSIBLE
` [PATCH RFC v2 2/4] KVM: guest_memfd: implement folio migration for non-confidential VMs
` [PATCH RFC v2 3/4] KVM: guest_memfd: add GUEST_MEMFD_FLAG_MIGRATABLE
` [PATCH RFC v2 4/4] KVM: selftests: exercise guest_memfd folio migration
[RFC PATCH 00/30] Host side (KVM/VFIO/IOMMUFD) support for TDISP using TSM
2026-07-27 18:53 UTC (8+ messages)
` [RFC PATCH 10/30] vfio/pci: Export vfio dma-buf specific info for importers
SVSM Development Call May 27th, 2026
2026-07-27 11:20 UTC (4+ messages)
` SVSM Development Call July 15th, 2026
` SVSM Development Call July 22nd, 2026
[PATCH v2 00/31] PCI/TSM: PCIe Link Encryption Establishment via TDX platform services
2026-07-27 3:07 UTC (3+ messages)
` [PATCH v2 18/31] iommu/vt-d: Cache max domain ID to avoid redundant calculation
[PATCH v8 00/46] guest_memfd: In-place conversion support
2026-07-26 23:50 UTC (7+ messages)
` [PATCH v8 17/46] KVM: guest_memfd: Advertise KVM_SET_MEMORY_ATTRIBUTES2 ioctl
[PATCH v8 00/11] Dynamic PAMT
2026-07-25 0:23 UTC (12+ messages)
` [PATCH v8 01/11] x86/virt/tdx: Simplify PAMT layout calculation
` [PATCH v8 02/11] x86/virt/tdx: Allocate page bitmap for Dynamic PAMT
` [PATCH v8 03/11] x86/virt/tdx: Add tdx_alloc/free_control_page() helpers
` [PATCH v8 04/11] x86/virt/tdx: Allocate refcounts for Dynamic PAMT memory
` [PATCH v8 05/11] x86/virt/tdx: Handle multiple callers in tdx_pamt_get/put()
` [PATCH v8 06/11] KVM: TDX: Allocate PAMT memory for TD and vCPU control structures
` [PATCH v8 07/11] x86/tdx: Add APIs to support Dynamic PAMT ops from KVM's fault path
` [PATCH v8 08/11] KVM: TDX: Get/put PAMT pages when (un)mapping private memory
` [PATCH v8 09/11] x86/virt/tdx: Enable Dynamic PAMT
` [PATCH v8 10/11] Documentation/x86: Add documentation for TDX's "
` [PATCH v8 11/11] x86/virt/tdx: Optimize tdx_pamt_get/put()
[PATCH v3] x86/virt/tdx: Formalize SEAMCALL version encoding support
2026-07-24 17:05 UTC (5+ messages)
[PATCH v10 0/6] Add RMPOPT support
2026-07-23 22:19 UTC (22+ messages)
` [PATCH v10 2/6] x86/sev: Initialize RMPOPT configuration MSRs
` [PATCH v10 3/6] x86/sev: Disable CPU hotplug while SNP is active
` [PATCH v10 4/6] x86/sev: Add support to perform RMP optimizations asynchronously
[PATCH v7 00/11] Dynamic PAMT
2026-07-23 15:34 UTC (14+ messages)
` [PATCH v7 08/11] KVM: TDX: Get/put PAMT pages when (un)mapping private memory
` [PATCH v7 11/11] x86/virt/tdx: Optimize tdx_pamt_get/put()
[PATCH v2 0/2] tdx-guest: Make Quote buffer size dynamic
2026-07-23 8:19 UTC (8+ messages)
` [PATCH v2 2/2] virt: tdx-guest: Allocate Quote buffer dynamically
[PATCH v8 0/6] Switch Arm SMCCC firmware services to an SMCCC bus
2026-07-23 7:55 UTC (2+ messages)
[PATCH 0/6] firmware: arm_rmm: Add RMM v2.0 support
2026-07-23 7:11 UTC (3+ messages)
` [PATCH 1/6] firmware: arm_rmm: Add SMC definitions for calling the RMM
[PATCH 00/15] Enable TDX Module Extensions and DICE-based TDX Quoting
2026-07-22 23:43 UTC (3+ messages)
` [RFC PATCH 12/15] KVM: TDX: Add in-kernel Quote generation
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox