messages from 2026-06-11 05:26:01 to 2026-06-19 00:31:49 UTC [more...]
[PATCH v8 00/46] guest_memfd: In-place conversion support
2026-06-19 0:32 UTC (30+ messages)
` [PATCH v8 01/46] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
` [PATCH v8 02/46] KVM: Rename KVM_GENERIC_MEMORY_ATTRIBUTES to KVM_VM_MEMORY_ATTRIBUTES
` [PATCH v8 03/46] KVM: Move KVM_VM_MEMORY_ATTRIBUTES config definition to x86
` [PATCH v8 04/46] KVM: Decouple kvm_has_arch_private_mem from CONFIG_KVM_VM_MEMORY_ATTRIBUTES
` [PATCH v8 05/46] KVM: Make CONFIG_KVM_VM_MEMORY_ATTRIBUTES selectable
` [PATCH v8 06/46] KVM: Enumerate support for PRIVATE memory iff kvm_arch_has_private_mem is defined
` [PATCH v8 07/46] KVM: Rename memory attribute APIs to prepare for in-place gmem conversion
` [PATCH v8 08/46] KVM: Provide generic interface for checking memory private/shared status
` [PATCH v8 09/46] KVM: guest_memfd: Introduce function to check GFN "
` [PATCH v8 10/46] KVM: guest_memfd: Wire up core private/shared attribute interfaces
` [PATCH v8 11/46] KVM: Consolidate private memory and guest_memfd ifdeffery in kvm_host.h
` [PATCH v8 12/46] KVM: guest_memfd: Only prepare folios for private pages
` [PATCH v8 13/46] KVM: guest_memfd: Add base support for KVM_SET_MEMORY_ATTRIBUTES2
` [PATCH v8 14/46] KVM: guest_memfd: Ensure pages are not in use before conversion
` [PATCH v8 15/46] KVM: guest_memfd: Call arch invalidate hooks on conversion
` [PATCH v8 16/46] KVM: guest_memfd: Return early if range already has requested attributes
` [PATCH v8 17/46] KVM: guest_memfd: Advertise KVM_SET_MEMORY_ATTRIBUTES2 ioctl
` [PATCH v8 18/46] KVM: guest_memfd: Handle lru_add fbatch refcounts during conversion safety check
` [PATCH v8 19/46] KVM: guest_memfd: Use actual size for invalidation in kvm_gmem_release()
` [PATCH v8 20/46] KVM: guest_memfd: Determine invalidation filter from memory attributes
` [PATCH v8 21/46] KVM: guest_memfd: Zero page while getting pfn
` [PATCH v8 22/46] KVM: SEV: Make 'uaddr' parameter optional for KVM_SEV_SNP_LAUNCH_UPDATE
` [PATCH v8 23/46] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION
` [PATCH v8 24/46] KVM: guest_memfd: Make in-place conversion the default
` [PATCH v8 25/46] KVM: guest_memfd: Enable INIT_SHARED on guest_memfd for x86 Coco VMs
` [PATCH v8 26/46] KVM: selftests: Create gmem fd before "regular" fd when adding memslot
` [PATCH v8 27/46] KVM: selftests: Rename guest_memfd{,_offset} to gmem_{fd,offset}
` [PATCH v8 28/46] KVM: selftests: Add support for mmap() on guest_memfd in core library
` [PATCH v8 29/46] KVM: selftests: Add selftests global for guest memory attributes capability
[PATCH v7 00/42] guest_memfd: In-place conversion support
2026-06-19 0:17 UTC (10+ messages)
` [PATCH v7 10/42] KVM: guest_memfd: Ensure pages are not in use before conversion
[PATCH v8 1/7] x86/cpufeatures: Add X86_FEATURE_RMPOPT feature flag
2026-06-18 21:49 UTC (24+ messages)
` [PATCH v8 2/7] x86/sev: Initialize RMPOPT configuration MSRs
` [PATCH v8 3/7] crypto/ccp: Disable CPU hotplug while SNP is active
` [PATCH v8 4/7] x86/sev: Add support to perform RMP optimizations asynchronously
` [PATCH v8 5/7] x86/sev: Add interface to re-enable RMP optimizations
` [PATCH v8 6/7] KVM: SEV: Perform RMP optimizations on SNP guest shutdown
` [PATCH v8 7/7] x86/sev: Add debugfs support for RMPOPT
[PATCH v6 00/20] dma-mapping: Use DMA_ATTR_CC_SHARED through direct, pool and swiotlb paths
2026-06-18 15:37 UTC (21+ messages)
` [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 v2 00/17] Enable DICE-based TDX Quoting Extension
2026-06-18 15:04 UTC (20+ messages)
` [PATCH v2 01/17] x86/virt/tdx: Embed version info in SEAMCALL leaf function definitions
` [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 07/17] x86/virt/tdx: Initialize Quoting extension
` [PATCH v2 08/17] x86/virt/tdx: Prepare Quote buffer during extension bringup
` [PATCH v2 09/17] x86/virt/tdx: Add interface to check Quoting availability
` [PATCH v2 10/17] x86/virt/tdx: Move tdx_tdr_pa() up in the file
` [PATCH v2 11/17] x86/virt/tdx: Add interface to generate a Quote
` [PATCH v2 12/17] x86/virt/tdx: Reinitialize the Quoting extension after TDX module update
` [PATCH v2 13/17] x86/virt/tdx: Enable Quoting extension
` [PATCH v2 14/17] x86/tdx: Move and rename Quote request structure
` [PATCH v2 15/17] KVM: TDX: Factor out userspace return path from tdx_get_quote()
` [PATCH v2 16/17] KVM: TDX: Add in-kernel Quote generation
` [PATCH v2 17/17] KVM: TDX: Support event-notify interrupts only with userspace Quoting
SVSM Development Call June 17th, 2026
2026-06-17 20:35 UTC (2+ messages)
[PATCH RFC 0/3] KVM: guest_memfd: folio migration for non-confidential VMs
2026-06-17 10:34 UTC (13+ messages)
` [PATCH RFC 1/3] mm: split AS_UNMOVABLE back out of AS_INACCESSIBLE
` [PATCH RFC 2/3] KVM: guest_memfd: support folio migration for non-confidential VMs
` [PATCH RFC 3/3] KVM: selftests: exercise guest_memfd folio migration
[PATCH v13 00/22] TDX KVM selftests
2026-06-17 9:50 UTC (39+ messages)
` [PATCH v13 01/22] KVM: selftests: Add macros to simplify creating VM shapes for non-default types
` [PATCH v13 02/22] KVM: selftests: Update kvm_init_vm_address_properties() for TDX
` [PATCH v13 03/22] KVM: selftests: Initialize the TDX VM
` [PATCH v13 04/22] KVM: selftests: TDX: Use KVM_TDX_CAPABILITIES to validate TDs' attribute configuration
` [PATCH v13 08/22] KVM: selftests: Add TDX boot code
` [PATCH v13 09/22] KVM: selftests: Expose functions to get default sregs values
` [PATCH v13 13/22] KVM: selftests: Set first memory region as shared if guest_memfd
` [PATCH v13 19/22] KVM: selftests: Finalize TD memory as part of kvm_arch_vm_finalize_vcpus
` [PATCH v13 20/22] KVM: selftests: Implement MMIO WRITE for the TDX VM
` [PATCH v13 21/22] KVM: selftests: Add ucall support for TDX
[RFC PATCH] mm/vmalloc: add vmalloc_decrypted() and vzalloc_decrypted()
2026-06-16 18:45 UTC (8+ messages)
[PATCH] PCI/TSM: Resume device to D0 for CMA-SPDM operation
2026-06-16 17:34 UTC (4+ messages)
[PATCH 00/15] Enable TDX Module Extensions and DICE-based TDX Quoting
2026-06-16 15:19 UTC (52+ messages)
` [PATCH 01/15] x86/virt/tdx: Read global metadata for TDX Module Extensions
` [PATCH 02/15] x86/virt/tdx: Add extra memory to TDX Module for Extensions
` [PATCH 04/15] x86/virt/tdx: Enable the Extensions right after basic TDX Module init
` [RFC PATCH 05/15] x86/virt/tdx: Move tdx_tdr_pa() up in the file
` [RFC PATCH 06/15] x86/virt/tdx: Initialize Quoting extension during bringup
` [RFC PATCH 07/15] x86/virt/tdx: Prepare Quote buffer during extension bringup
` [RFC PATCH 09/15] x86/virt/tdx: Add interface to generate a Quote
` [RFC PATCH 10/15] x86/tdx: Move and rename Quote request structure
` [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
[PATCH] PCI/TSM: fix use-after-free in find_dsm_dev()
2026-06-16 3:16 UTC (2+ messages)
[PATCH v8 0/7] Add RMPOPT support
2026-06-15 19:47 UTC
[PATCH v7 0/6] Switch Arm SMCCC firmware services to an SMCCC bus
2026-06-15 15:15 UTC (14+ messages)
` [PATCH v7 1/6] firmware: smccc: Add an Arm "
` [PATCH v7 2/6] firmware: hwrng: arm_smccc_trng: Register as an SMCCC device
` [PATCH v7 3/6] firmware: smccc: Move RSI definitions to include/linux
` [PATCH v7 4/6] virt: coco: arm-cca-guest: Rename TSM report source file
` [PATCH v7 5/6] firmware: smccc: arm-cca-guest: Bind the TSM provider to an SMCCC device
` [PATCH v7 6/6] coco: guest: arm64: Replace dummy CCA device with sysfs ABI
[PATCH v14 00/44] arm64: Support for Arm CCA in KVM
2026-06-15 11:45 UTC (6+ messages)
` [PATCH v14 10/44] arm64: RMI: Add support for SRO
[RFC PATCH 0/6] Support virtio-mem memory hotplug in TDX guests
2026-06-15 7:54 UTC (3+ messages)
[PATCH 0/2] tdx-guest: Make Quote buffer size dynamic
2026-06-12 14:25 UTC (6+ 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 v6 00/11] Dynamic PAMT
2026-06-11 18:47 UTC (5+ 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
[RFC PATCH v5 00/45] TDX: Dynamic PAMT + S-EPT Hugepage
2026-06-11 8:44 UTC (3+ messages)
` [RFC PATCH v5 30/45] x86/virt/tdx: Add API to demote a 2MB mapping to 512 4KB mappings
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