messages from 2026-05-07 20:22:50 to 2026-05-14 21:54:08 UTC [more...]
[PATCH v2 00/15] KVM: x86: Clean up kvm_<reg>_{read,write}() mess
2026-05-14 21:53 UTC (10+ messages)
` [PATCH v2 01/15] KVM: SVM: Truncate INVLPGA address in compatibility mode
` [PATCH v2 02/15] KVM: x86/xen: Bug the VM if 32-bit KVM observes a 64-bit mode hypercall
` [PATCH v2 03/15] KVM: x86/xen: Don't truncate RAX when handling hypercall from protected guest
` [PATCH v2 04/15] KVM: VMX: Read 32-bit GPR values for ENCLS instructions outside of 64-bit mode
` [PATCH v2 05/15] KVM: x86: Trace hypercall register *after* truncating values for 32-bit
` [PATCH v2 06/15] KVM: x86: Rename kvm_cache_regs.h => regs.h
` [PATCH v2 07/15] KVM: x86: Move inlined CR and DR helpers from x86.h to regs.h
` [PATCH v2 08/15] KVM: x86: Add mode-aware versions of kvm_<reg>_{read,write}() helpers
` [PATCH v2 09/15] KVM: x86: Drop non-raw kvm_<reg>_write() helpers
[PATCH v5 0/3] Switch Arm CCA to use an auxiliary device instead of a platform device
2026-05-14 17:14 UTC (20+ messages)
` [PATCH v5 1/3] firmware: smccc: coco: Manage arm-smccc platform device and CCA auxiliary drivers
` [PATCH v5 2/3] hwrng: arm_smccc_trng: Register as an auxiliary device
` [PATCH v5 3/3] coco: guest: arm64: Replace dummy CCA device with sysfs ABI
[PATCH v4 00/13] dma-mapping: Use DMA_ATTR_CC_SHARED through direct, pool and swiotlb paths
2026-05-14 15:43 UTC (34+ messages)
` [PATCH v4 01/13] dma-direct: swiotlb: handle swiotlb alloc/free outside __dma_direct_alloc_pages
` [PATCH v4 02/13] dma-direct: use DMA_ATTR_CC_SHARED in alloc/free paths
` [PATCH v4 03/13] dma-pool: track decrypted atomic pools and select them via attrs
` [PATCH v4 04/13] dma: swiotlb: track pool encryption state and honor DMA_ATTR_CC_SHARED
` [PATCH v4 05/13] dma-mapping: make dma_pgprot() "
` [PATCH v4 06/13] dma-direct: pass attrs to dma_capable() for DMA_ATTR_CC_SHARED checks
` [PATCH v4 07/13] dma-direct: make dma_direct_map_phys() honor DMA_ATTR_CC_SHARED
` [PATCH v4 08/13] dma-direct: set decrypted flag for remapped DMA allocations
` [PATCH v4 09/13] dma-direct: select DMA address encoding from DMA_ATTR_CC_SHARED
` [PATCH v4 10/13] dma-pool: fix page leak in atomic_pool_expand() cleanup
` [PATCH v4 11/13] dma-direct: rename ret to cpu_addr in alloc helpers
` [PATCH v4 12/13] dma-direct: return struct page from dma_direct_alloc_from_pool()
` [PATCH v4 13/13] x86/amd-gart: preserve the direct DMA address until GART mapping succeeds
[PATCH v14 00/44] arm64: Support for Arm CCA in KVM
2026-05-14 9:33 UTC (47+ messages)
` [PATCH v14 01/44] kvm: arm64: Include kvm_emulate.h in kvm/arm_psci.h
` [PATCH v14 02/44] kvm: arm64: Avoid including linux/kvm_host.h in kvm_pgtable.h
` [PATCH v14 03/44] arm64: RME: Handle Granule Protection Faults (GPFs)
` [PATCH v14 04/44] arm64: RMI: Add SMC definitions for calling the RMM
` [PATCH v14 05/44] arm64: RMI: Add wrappers for RMI calls
` [PATCH v14 06/44] arm64: RMI: Check for RMI support at init
` [PATCH v14 07/44] arm64: RMI: Configure the RMM with the host's page size
` [PATCH v14 08/44] arm64: RMI: Ensure that the RMM has GPT entries for memory
` [PATCH v14 09/44] arm64: RMI: Provide functions to delegate/undelegate ranges of memory
` [PATCH v14 10/44] arm64: RMI: Add support for SRO
` [PATCH v14 11/44] arm64: RMI: Check for RMI support at KVM init
` [PATCH v14 12/44] arm64: RMI: Check for LPA2 support
` [PATCH v14 13/44] arm64: RMI: Define the user ABI
` [PATCH v14 14/44] arm64: RMI: Basic infrastructure for creating a realm
` [PATCH v14 15/44] kvm: arm64: Don't expose unsupported capabilities for realm guests
` [PATCH v14 16/44] KVM: arm64: Allow passing machine type in KVM creation
` [PATCH v14 17/44] arm64: RMI: RTT tear down
` [PATCH v14 18/44] arm64: RMI: Activate realm on first VCPU run
` [PATCH v14 19/44] arm64: RMI: Allocate/free RECs to match vCPUs
` [PATCH v14 20/44] arm64: RMI: Support for the VGIC in realms
` [PATCH v14 21/44] KVM: arm64: Support timers in realm RECs
` [PATCH v14 22/44] arm64: RMI: Handle realm enter/exit
` [PATCH v14 23/44] arm64: RMI: Handle RMI_EXIT_RIPAS_CHANGE
` [PATCH v14 24/44] KVM: arm64: Handle realm MMIO emulation
` [PATCH v14 25/44] KVM: arm64: Expose support for private memory
` [PATCH v14 26/44] arm64: RMI: Allow populating initial contents
` [PATCH v14 27/44] arm64: RMI: Set RIPAS of initial memslots
` [PATCH v14 28/44] arm64: RMI: Create the realm descriptor
` [PATCH v14 29/44] arm64: RMI: Runtime faulting of memory
` [PATCH v14 30/44] KVM: arm64: Handle realm VCPU load
` [PATCH v14 31/44] KVM: arm64: Validate register access for a Realm VM
` [PATCH v14 32/44] KVM: arm64: Handle Realm PSCI requests
` [PATCH v14 33/44] KVM: arm64: WARN on injected undef exceptions
` [PATCH v14 34/44] arm64: RMI: allow userspace to inject aborts
` [PATCH v14 35/44] arm64: RMI: support RSI_HOST_CALL
` [PATCH v14 36/44] arm64: RMI: Allow checking SVE on VM instance
` [PATCH v14 37/44] arm64: RMI: Prevent Device mappings for Realms
` [PATCH v14 38/44] arm64: RMI: Propagate number of breakpoints and watchpoints to userspace
` [PATCH v14 39/44] arm64: RMI: Set breakpoint parameters through SET_ONE_REG
` [PATCH v14 40/44] arm64: RMI: Propagate max SVE vector length from RMM
` [PATCH v14 41/44] arm64: RMI: Configure max SVE vector length for a Realm
` [PATCH v14 42/44] arm64: RMI: Provide register list for unfinalized RMI RECs
` [PATCH v14 43/44] arm64: RMI: Provide accurate register list
` [PATCH v14 44/44] arm64: RMI: Enable realms to be created
SVSM Development Call May 13th, 2026
2026-05-13 20:14 UTC (2+ messages)
[PATCH v2 0/6] KVM: x86: Reg cleanups / prep work for APX
2026-05-13 16:50 UTC (2+ messages)
[PATCH v9 00/23] Runtime TDX module update support
2026-05-13 15:10 UTC (24+ messages)
` [PATCH v9 01/23] x86/virt/tdx: Consolidate TDX global initialization states
` [PATCH v9 02/23] x86/virt/tdx: Move TDX_FEATURES0 bits to asm/tdx.h
` [PATCH v9 03/23] x86/virt/tdx: Move low level SEAMCALL helpers out of <asm/tdx.h>
` [PATCH v9 04/23] coco/tdx-host: Introduce a "tdx_host" device
` [PATCH v9 05/23] coco/tdx-host: Expose TDX module version
` [PATCH v9 06/23] x86/virt/seamldr: Introduce a wrapper for P-SEAMLDR SEAMCALLs
` [PATCH v9 07/23] x86/virt/seamldr: Add a helper to retrieve P-SEAMLDR information
` [PATCH v9 08/23] coco/tdx-host: Expose P-SEAMLDR information via sysfs
` [PATCH v9 09/23] coco/tdx-host: Don't expose P-SEAMLDR information on CPUs with erratum
` [PATCH v9 10/23] coco/tdx-host: Implement firmware upload sysfs ABI for TDX module updates
` [PATCH v9 11/23] x86/virt/seamldr: Allocate and populate a module update request
` [PATCH v9 12/23] x86/virt/seamldr: Introduce skeleton for TDX module updates
` [PATCH v9 13/23] x86/virt/seamldr: Abort updates after a failed step
` [PATCH v9 14/23] x86/virt/seamldr: Shut down the current TDX module
` [PATCH v9 15/23] x86/virt/tdx: Reset software states during TDX module shutdown
` [PATCH v9 16/23] x86/virt/seamldr: Install a new TDX module
` [PATCH v9 17/23] x86/virt/seamldr: Do TDX per-CPU initialization after module installation
` [PATCH v9 18/23] x86/virt/tdx: Restore TDX module state
` [PATCH v9 19/23] x86/virt/tdx: Refresh TDX module version after update
` [PATCH v9 20/23] x86/virt/tdx: Reject updates during compatibility-sensitive operations
` [PATCH v9 21/23] x86/virt/tdx: Enable TDX module runtime updates
` [PATCH v9 22/23] coco/tdx-host: Document TDX module update compatibility criteria
` [PATCH v9 23/23] x86/virt/tdx: Document TDX module update
[PATCH v2 0/2] x86/tdx: Port I/O emulation fixes
2026-05-13 12:48 UTC (7+ messages)
` [PATCH v2 2/2] x86/tdx: Fix zero-extension for 32-bit port I/O
[PATCH] x86/tdx: Fix zero-extension for CPUID emulation
2026-05-12 22:43 UTC (8+ messages)
[PATCH RFC v5 00/53] guest_memfd: In-place conversion support
2026-05-12 22:30 UTC (6+ messages)
` [PATCH RFC v5 10/53] KVM: guest_memfd: Add basic support for KVM_SET_MEMORY_ATTRIBUTES2
[RFC PATCH 00/12] Private MMIO support for private assigned dev
2026-05-12 5:49 UTC (9+ messages)
` [RFC PATCH 04/12] vfio/pci: Allow MMIO regions to be exported through dma-buf
[BUG] x86/virt/tdx: tdx_offline_cpu() violates tdx_cpu_flush_cache() preemption assert
2026-05-12 1:00 UTC (2+ messages)
[Invitation] bi-weekly guest_memfd upstream call on 2026-05-14
2026-05-11 16:13 UTC
[PATCH v6 00/43] guest_memfd: In-place conversion support
2026-05-08 23:36 UTC (37+ messages)
` [PATCH v6 01/43] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
` [PATCH v6 16/43] KVM: guest_memfd: Use actual size for invalidation in kvm_gmem_release()
` [PATCH v6 17/43] KVM: guest_memfd: Determine invalidation filter from memory attributes
` [PATCH v6 18/43] KVM: Move KVM_VM_MEMORY_ATTRIBUTES config definition to x86
` [PATCH v6 19/43] KVM: Let userspace disable per-VM mem attributes, enable per-gmem attributes
` [PATCH v6 20/43] KVM: guest_memfd: Enable INIT_SHARED on guest_memfd for x86 Coco VMs
` [PATCH v6 21/43] KVM: SEV: Make 'uaddr' parameter optional for KVM_SEV_SNP_LAUNCH_UPDATE
` [PATCH v6 22/43] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION
` [PATCH v6 23/43] KVM: selftests: Create gmem fd before "regular" fd when adding memslot
` [PATCH v6 24/43] KVM: selftests: Rename guest_memfd{,_offset} to gmem_{fd,offset}
` [PATCH v6 25/43] KVM: selftests: Add support for mmap() on guest_memfd in core library
` [PATCH v6 26/43] KVM: selftests: Add selftests global for guest memory attributes capability
` [PATCH v6 27/43] KVM: selftests: Add helpers for calling ioctls on guest_memfd
` [PATCH v6 28/43] KVM: selftests: Test basic single-page conversion flow
` [PATCH v6 29/43] KVM: selftests: Test conversion flow when INIT_SHARED
` [PATCH v6 30/43] KVM: selftests: Test conversion precision in guest_memfd
` [PATCH v6 31/43] KVM: selftests: Test conversion before allocation
` [PATCH v6 32/43] KVM: selftests: Convert with allocated folios in different layouts
` [PATCH v6 33/43] KVM: selftests: Test that truncation does not change shared/private status
` [PATCH v6 34/43] KVM: selftests: Test that shared/private status is consistent across processes
` [PATCH v6 35/43] KVM: selftests: Test conversion with elevated page refcount
` [PATCH v6 36/43] KVM: selftests: Reset shared memory after hole-punching
` [PATCH v6 37/43] KVM: selftests: Provide function to look up guest_memfd details from gpa
` [PATCH v6 38/43] KVM: selftests: Provide common function to set memory attributes
` [PATCH v6 39/43] KVM: selftests: Check fd/flags provided to mmap() when setting up memslot
` [PATCH v6 40/43] KVM: selftests: Make TEST_EXPECT_SIGBUS thread-safe
` [PATCH v6 41/43] KVM: selftests: Update private_mem_conversions_test to mmap() guest_memfd
` [PATCH v6 42/43] KVM: selftests: Add script to exercise private_mem_conversions_test
` [PATCH v6 43/43] KVM: selftests: Update private memory exits test to work with per-gmem attributes
` [POC PATCH 0/5] guest_memfd in-place conversion selftests for SNP
` [POC PATCH 1/5] KVM: selftests: Initialize guest_memfd with INIT_SHARED
` [POC PATCH 2/5] KVM: selftests: Use guest_memfd memory contents in-place for SNP launch update
` [POC PATCH 3/5] KVM: selftests: Make guest_code_xsave more friendly
` [POC PATCH 4/5] KVM: selftests: Allow specifying CoCo-privateness while mapping a page
` [POC PATCH 5/5] KVM: selftests: Test conversions for SNP
[PATCH v4 0/7] Add RMPOPT support
2026-05-08 21:07 UTC (2+ messages)
[PATCH v3 0/6] KVM: SEV: Add support for IBPB-on-Entry and BTB Isolation
2026-05-08 20:11 UTC (2+ messages)
[PATCH v8 00/21] Runtime TDX module update support
2026-05-08 16:48 UTC (11+ messages)
` [PATCH v8 08/21] x86/virt/seamldr: Allocate and populate a module update request
` [PATCH v8 17/21] x86/virt/seamldr: Abort updates on failure
` [PATCH v8 18/21] coco/tdx-host: Don't expose P-SEAMLDR features on CPUs with erratum
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