messages from 2026-08-18 17:43:48 to 2026-08-26 09:51:40 UTC [more...]
[PATCH v4 0/9] KVM: TDX: Enable VM-DoS Prevention Features for TDX
2026-08-26 9:51 UTC (15+ messages)
` [PATCH v4 1/9] KVM: TDX: Enable Notify VM exit
` [PATCH v4 2/9] KVM: TDX: Check if there is valid exit infos based on vp_enter_ret
` [PATCH v4 3/9] KVM: TDX: Set bits 31:16 to 0 for the synthesized Exit Reason
` [PATCH v4 5/9] KVM: TDX: Update exit_reason on wait_for_sept_zap return
` [PATCH v4 9/9] KVM: VMX: Consolidate the exit handler for VMX and TDX
[PATCH v11 00/46] guest_memfd: In-place conversion support
2026-08-26 9:18 UTC (47+ messages)
` [PATCH v11 01/46] KVM: guest_memfd: Optimize away conversion overheads via dead-code elimination
` [PATCH v11 02/46] KVM: guest_memfd: Use kvm_mem_is_private() when populating guest_memfd memory
` [PATCH v11 03/46] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
` [PATCH v11 04/46] KVM: Rename KVM_GENERIC_MEMORY_ATTRIBUTES to KVM_VM_MEMORY_ATTRIBUTES
` [PATCH v11 05/46] KVM: Enumerate support for PRIVATE memory iff kvm_arch_has_private_mem is defined
` [PATCH v11 06/46] KVM: Rename memory attribute APIs to prepare for in-place gmem conversion
` [PATCH v11 07/46] KVM: Rename kvm_mem_is_private() to kvm_is_private_gfn()
` [PATCH v11 08/46] KVM: Provide generic interface for checking memory private/shared status
` [PATCH v11 09/46] KVM: guest_memfd: Stub in ability to enable in-place shared<=>private conversion
` [PATCH v11 10/46] KVM: Consolidate private memory and guest_memfd ifdeffery in kvm_host.h
` [PATCH v11 11/46] KVM: guest_memfd: Invalidate both SHARED and PRIVATE mappings for in-place conversions
` [PATCH v11 12/46] KVM: guest_memfd: Pass mapping type filter to invalidation helper
` [PATCH v11 13/46] KVM: guest_memfd: Add base support for KVM_SET_MEMORY_ATTRIBUTES2
` [PATCH v11 14/46] KVM: guest_memfd: Ensure pages are not in use before conversion
` [PATCH v11 15/46] KVM: guest_memfd: Call arch make_shared callback for to-shared conversion
` [PATCH v11 16/46] KVM: guest_memfd: Return early if range already has requested attributes
` [PATCH v11 17/46] mm/gup: factor out LRU cache draining for folio into lru_cache_drain_for_folio()
` [PATCH v11 18/46] KVM: guest_memfd: Handle lru_add fbatch refcounts during conversion safety check
` [PATCH v11 19/46] KVM: guest_memfd: Zero page while getting pfn
` [PATCH v11 20/46] KVM: SEV: Make 'uaddr' parameter optional for KVM_SEV_SNP_LAUNCH_UPDATE
` [PATCH v11 21/46] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION
` [PATCH v11 22/46] KVM: Move KVM_VM_MEMORY_ATTRIBUTES config definition to x86
` [PATCH v11 23/46] KVM: Let userspace disable per-VM mem attributes, enable per-gmem attributes
` [PATCH v11 24/46] KVM: guest_memfd: Enable INIT_SHARED on guest_memfd for x86 Coco VMs
` [PATCH v11 25/46] KVM: selftests: Create gmem fd before "regular" fd when adding memslot
` [PATCH v11 26/46] KVM: selftests: Rename guest_memfd{,_offset} to gmem_{fd,offset}
` [PATCH v11 27/46] KVM: selftests: Add support for mmap() on guest_memfd in core library
` [PATCH v11 28/46] KVM: selftests: Add selftests global for guest memory attributes capability
` [PATCH v11 29/46] KVM: selftests: Add helpers for calling ioctls on guest_memfd
` [PATCH v11 30/46] KVM: selftests: Test basic single-page conversion flow
` [PATCH v11 31/46] KVM: selftests: Test conversion flow when INIT_SHARED
` [PATCH v11 32/46] KVM: selftests: Test conversion precision in guest_memfd
` [PATCH v11 33/46] KVM: selftests: Test conversion before allocation
` [PATCH v11 34/46] KVM: selftests: Convert with allocated folios in different layouts
` [PATCH v11 35/46] KVM: selftests: Test that truncation does not change shared/private status
` [PATCH v11 36/46] KVM: selftests: Test that shared/private status is consistent across processes
` [PATCH v11 37/46] KVM: selftests: Add helpers to pin pages with CONFIG_GUP_TEST
` [PATCH v11 38/46] KVM: selftests: Test conversion with elevated page refcount
` [PATCH v11 39/46] KVM: selftests: Reset shared memory after hole-punching
` [PATCH v11 40/46] KVM: selftests: Provide function to look up guest_memfd details from gpa
` [PATCH v11 41/46] KVM: selftests: Provide common function to set memory attributes
` [PATCH v11 42/46] KVM: selftests: Make TEST_EXPECT_SIGBUS thread-safe
` [PATCH v11 43/46] KVM: selftests: Support guest_memfd attributes in private_mem_conversions_test
` [PATCH v11 44/46] KVM: selftests: Set up page size and alignment independently for guest_memfd
` [PATCH v11 45/46] KVM: selftests: Test in-place conversions in private_mem_conversions_test
` [PATCH v11 46/46] KVM: selftests: Update private memory exits test to work with per-gmem attributes
[PATCH v10 00/41] guest_memfd: In-place conversion support
2026-08-26 9:18 UTC (36+ messages)
` [PATCH v10 07/41] KVM: guest_memfd: Stub in ability to enable in-place shared<=>private conversion
` [PATCH v10 09/41] KVM: guest_memfd: Filter both shared and private when invalidating
` [PATCH v10 13/41] KVM: guest_memfd: Return early if range already has requested attributes
` [PATCH v10 18/41] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION
` [PATCH v10 40/41] KVM: selftests: Update private_mem_conversions_test to mmap() guest_memfd
[PATCH v14 00/22] TDX KVM selftests
2026-08-26 8:31 UTC (15+ messages)
` [PATCH v14 01/22] KVM: selftests: Add macros to simplify creating VM shapes for non-default types
` [PATCH v14 03/22] KVM: selftests: Initialize the TDX VM
` [PATCH v14 08/22] KVM: selftests: Add TDX boot code
` [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 13/22] KVM: selftests: Support guest_memfd in-place conversion
[PATCH] x86/virt/tdx: Warn on !4K level in tdh_mem_page_aug()
2026-08-26 7:23 UTC (5+ messages)
[PATCH 0/6] Enable TDX module extensions
2026-08-26 5:15 UTC (31+ messages)
` [PATCH 1/6] x86/virt/tdx: Wrap TDH.SYS.CONFIG/UPDATE operations in helpers
` [PATCH 2/6] x86/virt/tdx: Configure add-on features on TDX module init and update
` [PATCH 3/6] x86/virt/tdx: Detect if the extensions initialization is required
` [PATCH 4/6] x86/virt/tdx: Add extra memory to TDX module for the extensions
` [PATCH 5/6] x86/virt/tdx: Make TDX module initialize "
` [PATCH 6/6] x86/virt/tdx: Re-initialize the extensions on runtime TDX module update
[PATCH] fuse: mark DAX VMA page protections as decrypted
2026-08-25 21:14 UTC (11+ messages)
` [PATCH v2] "
SVSM Development Call August 26th, 2026
2026-08-25 16:40 UTC
[RFC PATCH v4 00/11] coco/TSM: Arm CCA guest TDISP lock/accept flow with verification and DMA enable
2026-08-25 4:47 UTC (12+ messages)
` [RFC PATCH v4 03/11] coco: guest: arm64: Add Realm Host Interface and guest DA helper
` [RFC PATCH v4 07/11] coco: guest: arm64: Add guest APIs to read host-cached DA objects
` [RFC PATCH v4 08/11] coco: guest: arm64: Verify DA evidence with RSI_VDEV_GET_INFO digests
` [RFC PATCH v4 09/11] coco: guest: arm64: Hook TSM accept to Realm TDISP RUN transition
[GIT PULL] second dma-mapping update for Linux 7.3
2026-08-24 19:18 UTC (2+ messages)
[PATCH v16 00/45] arm64: Support for Arm CCA in KVM
2026-08-24 14:50 UTC (4+ messages)
` [PATCH v16 44/45] KVM: arm64: CCA: Require ICH_HCR_EL2.TDIR for realms
[PATCH] x86/sev: Skip DR7 write during kexec when it would trigger an unserviceable #VC
2026-08-21 20:14 UTC
[PATCH v4 0/7] Add support for AMD IOMMU GAPPI
2026-08-21 16:15 UTC (16+ messages)
` [PATCH v4 1/7] iommu/amd: KVM: SVM: Rename cpu to apicid in IOMMU interface
` [PATCH v4 2/7] iommu/amd: KVM: SVM: Rename ga_log_intr to wakeup_intr "
` [PATCH v4 3/7] iommu/amd: KVM: SVM: Add explicit vCPU running state to "
` [PATCH v4 4/7] iommu/amd: Program guest-mode IRTEs for GAPPI wakeup when IRTE[IsRun] = 0
` [PATCH v4 5/7] KVM: VMX: Factor out wakeup list handling code to KVM
` [PATCH v4 6/7] KVM: SVM: Add support for AMD IOMMU Guest APIC Physical Processor Interrupt (GAPPI)
` [PATCH v4 7/7] iommu/amd: Provide kernel command line option to enable GAPPI
[PATCH v3 0/9] KVM: guest_memfd: folio migration for non-confidential VMs
2026-08-21 13:39 UTC (3+ messages)
[PATCH v3 13/13] x86/msr: Simplify some rdmsrq() use cases
2026-08-21 10:57 UTC
[PATCH] x86/sev: Do not fail SNP platform init if the vTPM cannot be registered
2026-08-21 5:34 UTC
[PATCH v2 00/13] x86/msr: Drop 32-bit MSR interfaces
2026-08-21 4:13 UTC (8+ messages)
` [PATCH v2 12/13] treewide: convert rdmsrq() from a macro to an inline function
[PATCH] KVM: VMX: Explicitly track TDX VMs' root level instead of guessing it from CPUID
2026-08-20 9:14 UTC (12+ messages)
SVSM Development Call August 19th, 2026
2026-08-19 20:18 UTC (2+ messages)
[Invitation] bi-weekly guest_memfd upstream call on 2026-08-19
2026-08-19 20:11 UTC (3+ messages)
[PATCH v3 0/4] tdx-guest: Make Quote buffer size dynamic
2026-08-19 14:57 UTC (13+ messages)
[RFC PATCH v2 0/2] dma: swiotlb: Centralize default pool sizing
2026-08-19 13:05 UTC (5+ messages)
` [RFC PATCH v2 2/2] dma: swiotlb: Initialize and size shared default pools for memory encryption
[PATCH v4 00/10] KVM: SEV: Add support for IBPB-on-Entry and BTB Isolation
2026-08-19 1:17 UTC (6+ messages)
` [PATCH v4 02/10] cpu/bugs: Allow forcing Automatic IBRS with SNP active using spectre_v2=eibrs
` [PATCH v4 04/10] cpu/bugs: Allow spectre_v2=ibrs on x86 vendors other than Intel
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