messages from 2026-08-10 04:58:32 to 2026-08-11 17:57:16 UTC [more...]
[PATCH v10 00/41] guest_memfd: In-place conversion support
2026-08-11 17:56 UTC (40+ messages)
` [PATCH v10 02/41] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
` [PATCH v10 07/41] KVM: guest_memfd: Stub in ability to enable in-place shared<=>private conversion
` [PATCH v10 08/41] KVM: Consolidate private memory and guest_memfd ifdeffery in kvm_host.h
` [PATCH v10 09/41] KVM: guest_memfd: Filter both shared and private when invalidating
` [PATCH v10 11/41] KVM: guest_memfd: Ensure pages are not in use before conversion
` [PATCH v10 14/41] mm/gup: factor out LRU cache draining for folio into lru_cache_drain_for_folio()
` [PATCH v10 15/41] KVM: guest_memfd: Handle lru_add fbatch refcounts during conversion safety check
` [PATCH v10 16/41] KVM: guest_memfd: Zero page while getting pfn
` [PATCH v10 19/41] KVM: Move KVM_VM_MEMORY_ATTRIBUTES config definition to x86
` [PATCH v10 20/41] KVM: Let userspace disable per-VM mem attributes, enable per-gmem attributes
[PATCH v2 0/3] KVM: TDX: Enable VM-DoS Prevention Features for TDX
2026-08-11 17:36 UTC (13+ messages)
` [PATCH v2 1/3] KVM: TDX: Enable Notify VM exit
` [PATCH v2 2/3] KVM: TDX: Fix the exit reason handling
` [PATCH v2 3/3] KVM: TDX: Enable Bus Lock VM exit
SVSM Development Call August 12th, 2026
2026-08-11 16:23 UTC
[PATCH v16 00/45] arm64: Support for Arm CCA in KVM
2026-08-11 15:42 UTC (20+ messages)
` [PATCH v16 07/45] arm64: mm: Handle Granule Protection Faults (GPFs)
` [PATCH v16 17/45] KVM: arm64: CCA: Tear down RTTs
` [PATCH v16 21/45] KVM: arm64: CCA: Handle realm enter/exit
` [PATCH v16 29/45] KVM: arm64: CCA: Support runtime faulting of memory
` [PATCH v16 30/45] KVM: arm64: CCA: Handle realm vCPU load
` [PATCH v16 44/45] KVM: arm64: CCA: Require ICH_HCR_EL2.TDIR for realms
[RFC PATCH] dma: swiotlb: Size shared default pools for memory encryption
2026-08-11 13:40 UTC
[PATCH v14 00/22] TDX KVM selftests
2026-08-11 7:43 UTC (5+ messages)
` [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 00/15] Enable TDX Module Extensions and DICE-based TDX Quoting
2026-08-11 6:22 UTC (4+ messages)
` [RFC PATCH 12/15] KVM: TDX: Add in-kernel Quote generation
[PATCH v2 00/17] Enable DICE-based TDX Quoting Extension
2026-08-11 4:29 UTC (4+ messages)
` [PATCH v2 12/17] x86/virt/tdx: Reinitialize the Quoting extension after TDX module update
[PATCH v4 00/10] KVM: SEV: Add support for IBPB-on-Entry and BTB Isolation
2026-08-11 0:48 UTC (9+ messages)
` [PATCH v4 01/10] x86/bugs: Only log missing retpoline when it's actually the missing mitigation
[PATCH v9 00/11] Dynamic PAMT
2026-08-10 21:33 UTC (8+ messages)
` [PATCH v9 09/11] x86/virt/tdx: Enable "
` [PATCH v9 10/11] Documentation/x86: Add documentation for TDX's "
` [PATCH v9 11/11] x86/virt/tdx: Optimize tdx_pamt_get/put()
[PATCH v12 0/5] Add RMPOPT support
2026-08-10 19:22 UTC (6+ messages)
` [PATCH v12 1/5] x86/cpufeatures: Add X86_FEATURE_RMPOPT feature flag
` [PATCH v12 2/5] x86/sev: Disable CPU hotplug while SNP is active
` [PATCH v12 3/5] x86/sev: Initialize RMPOPT configuration MSRs
` [PATCH v12 4/5] x86/sev: Add support to perform RMP optimizations asynchronously
` [PATCH v12 5/5] x86/sev: Re-enable RMP optimizations on SNP guest shutdown
[PATCH v1 0/8] TDX: Stop auto-generating the global metadata code
2026-08-10 18:32 UTC (10+ messages)
` [PATCH v1 2/8] x86/virt/tdx: Name the TDX module global metadata field IDs
` [PATCH v1 3/8] x86/virt/tdx: Add a table-driven TDX global metadata reader
[PATCH v11 0/6] Add RMPOPT support
2026-08-10 17:30 UTC (3+ messages)
` [PATCH v11 5/6] x86/sev: Add interface to re-enable RMP optimizations
[PATCH v8 17/23] dma-direct: make dma_direct_map_phys() honor DMA_ATTR_CC_SHARED
2026-08-10 16:21 UTC (25+ messages)
` [PATCH] arm64: swiotlb: Keep the default size for protected guests
[PATCH v8 12/23] dma: swiotlb: pass mapping attributes by reference
2026-08-10 15:08 UTC (13+ messages)
[PATCH v6 10/51] x86/tdx: Force TSC frequency with CPUID-based info provided by the TDX-Module
2026-08-10 14:30 UTC (3+ messages)
[PATCH v6 13/51] x86/acrn: Mark TSC frequency as known when using ACRN for calibration
2026-08-10 13:56 UTC (3+ messages)
[PATCH v9 0/7] Switch Arm SMCCC firmware services to an SMCCC bus
2026-08-10 12:15 UTC (10+ messages)
` [PATCH v9 3/7] firmware: arm_rmm: Move RSI support out of arch/arm64
` [PATCH v9 4/7] arm64: realm: Move Realm memory encryption ops to RSI code
[PATCH v9 00/41] guest_memfd: In-place conversion support
2026-08-10 8:35 UTC (13+ 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 "
SVSM Development Call August 5th, 2026
2026-08-10 8:23 UTC (2+ messages)
page: | 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