messages from 2026-06-01 20:18:09 to 2026-06-05 09:07:12 UTC [more...]
[PATCH v7 00/42] guest_memfd: In-place conversion support
2026-06-05 9:06 UTC (20+ messages)
` [PATCH v7 07/42] KVM: guest_memfd: Only prepare folios for private pages
` [PATCH v7 09/42] KVM: guest_memfd: Add base support for KVM_SET_MEMORY_ATTRIBUTES2
` [PATCH v7 20/42] KVM: SEV: Make 'uaddr' parameter optional for KVM_SEV_SNP_LAUNCH_UPDATE
[PATCH 00/15] Enable TDX Module Extensions and DICE-based TDX Quoting
2026-06-05 8:46 UTC (11+ messages)
` [PATCH 03/15] x86/virt/tdx: Make TDX Module initialize Extensions
[PATCH v14 00/44] arm64: Support for Arm CCA in KVM
2026-06-05 8:11 UTC (48+ messages)
` [PATCH v14 04/44] arm64: RMI: Add SMC definitions for calling the RMM
` [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 13/44] arm64: RMI: Define the user ABI
` [PATCH v14 14/44] arm64: RMI: Basic infrastructure for creating a realm
` [PATCH v14 29/44] arm64: RMI: Runtime faulting of memory
[PATCH v4 0/3] x86/tdx: Fix port I/O handling bugs
2026-06-05 7:10 UTC (6+ messages)
` [PATCH v4 1/3] x86/tdx: Fix off-by-one in port I/O handling
` [PATCH v4 2/3] x86/insn-eval: Add insn_assign_reg() helper
` [PATCH v4 3/3] x86/tdx: Fix zero-extension for 32-bit port I/O
[PATCH v6 00/11] Dynamic PAMT
2026-06-05 5:40 UTC (15+ 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
` [PATCH v6 06/11] x86/virt/tdx: Optimize tdx_pamt_get/put()
` [PATCH v6 08/11] x86/tdx: Add APIs to support Dynamic PAMT ops from KVM's fault path
` [PATCH v6 10/11] x86/virt/tdx: Enable Dynamic PAMT
[PATCH v2 00/15] KVM: x86: Clean up kvm_<reg>_{read,write}() mess
2026-06-04 21:48 UTC (10+ messages)
` [PATCH v2 03/15] KVM: x86/xen: Don't truncate RAX when handling hypercall from protected guest
[CfP] Confidential Computing Microconference (LPC 2026)
2026-06-04 18:29 UTC
[PATCH v5 00/20] dma-mapping: Use DMA_ATTR_CC_SHARED through direct, pool and swiotlb paths
2026-06-04 18:24 UTC (14+ messages)
` [PATCH v5 05/20] dma-pool: track decrypted atomic pools and select them via attrs
` [PATCH v5 10/20] dma-direct: make dma_direct_map_phys() honor DMA_ATTR_CC_SHARED
[PATCH v6 0/4] Switch Arm SMCCC firmware services to an SMCCC bus
2026-06-04 13:45 UTC (11+ messages)
` [PATCH v6 1/4] firmware: smccc: Add an Arm "
` [PATCH v6 3/4] firmware: smccc: arm-cca-guest: Bind the TSM provider to an SMCCC device
[RFC PATCH 0/6] Support virtio-mem memory hotplug in TDX guests
2026-06-04 9:35 UTC (7+ messages)
` [RFC PATCH 1/6] mm/memory_hotplug: Add memory post-plug callback infrastructure
` [RFC PATCH 2/6] mm/memory_hotplug: Add memory pre-unplug "
` [RFC PATCH 3/6] virtio-mem: Integrate memory acceptance and release callbacks
` [RFC PATCH 4/6] x86/tdx: Register memory post-plug callback for TDX guests
` [RFC PATCH 5/6] x86/tdx: Register memory pre-unplug "
` [RFC PATCH 6/6] x86/tdx: Release private memory before private->shared conversion
[PATCH v6 00/20] dma-mapping: Use DMA_ATTR_CC_SHARED through direct, pool and swiotlb paths
2026-06-04 8:39 UTC (21+ messages)
` [PATCH v6 01/20] s390: Expose protected virtualization through cc_platform_has()
` [PATCH v6 02/20] dma-direct: swiotlb: handle swiotlb alloc/free outside __dma_direct_alloc_pages
` [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 v6 05/20] dma: swiotlb: pass mapping attributes by reference
` [PATCH v6 06/20] dma: swiotlb: track pool encryption state and honor DMA_ATTR_CC_SHARED
` [PATCH v6 07/20] dma-mapping: make dma_pgprot() "
` [PATCH v6 08/20] dma-direct: pass attrs to dma_capable() for DMA_ATTR_CC_SHARED checks
` [PATCH v6 09/20] dma-direct: make dma_direct_map_phys() honor DMA_ATTR_CC_SHARED
` [PATCH v6 10/20] dma-direct: set decrypted flag for remapped DMA allocations
` [PATCH v6 11/20] dma-direct: select DMA address encoding from DMA_ATTR_CC_SHARED
` [PATCH v6 12/20] dma-pool: fix page leak in atomic_pool_expand() cleanup
` [PATCH v6 13/20] dma-direct: rename ret to cpu_addr in alloc helpers
` [PATCH v6 14/20] dma-direct: return struct page from dma_direct_alloc_from_pool()
` [PATCH v6 15/20] iommu/dma: Check atomic pool allocation result directly
` [PATCH v6 16/20] dma: swiotlb: free dynamic pools from process context
` [PATCH v6 17/20] dma: swiotlb: handle set_memory_decrypted() failures
` [PATCH v6 18/20] dma: free atomic pool pages by physical address
` [PATCH v6 19/20] swiotlb: Preserve allocation virtual address for dynamic pools
` [PATCH v6 20/20] swiotlb: remove unused SWIOTLB_FORCE flag
SVSM Development Call June 3rd, 2026
2026-06-03 18:03 UTC (2+ messages)
[PATCH v4 00/47] x86: Try to wrangle PV clocks vs. TSC
2026-06-03 10:02 UTC (5+ messages)
` [PATCH v4 02/47] x86/tsc: Add a standalone helpers for getting TSC info from CPUID.0x15
` [PATCH v4 07/47] x86/tdx: Force TSC frequency with CPUID-based info provided by the TDX-Module
[PATCH v7 34/42] KVM: selftests: Test conversion with elevated page refcount
2026-06-02 21:26 UTC (2+ messages)
[PATCH v6 0/6] Add RMPOPT support
2026-06-02 20:02 UTC (7+ messages)
` [PATCH v6 1/6] x86/cpufeatures: Add X86_FEATURE_AMD_RMPOPT feature flag
` [PATCH v6 2/6] x86/sev: Initialize RMPOPT configuration MSRs
` [PATCH v6 3/6] x86/sev: Add support to perform RMP optimizations asynchronously
` [PATCH v6 4/6] x86/sev: Add interface to re-enable RMP optimizations
` [PATCH v6 5/6] KVM: SEV: Perform RMP optimizations on SNP guest shutdown
` [PATCH v6 6/6] x86/sev: Add debugfs support for RMPOPT
[RFC PATCH v4 00/14] coco/TSM: Host-side Arm CCA IDE setup via connect/disconnect callbacks
2026-06-02 8:42 UTC (4+ messages)
` [RFC PATCH v4 01/14] coco: host: arm64: Add host TSM callback and IDE stream allocation support
[PATCH v5 0/5] Add iommufd ioctls to support TSM operations
2026-06-02 8:40 UTC (9+ messages)
` [PATCH v5 5/5] iommufd/vdevice: add TSM request ioctl
[PATCH v4 46/47] x86/kvmclock: Plumb in AP-online and BSP-resume to kvmlock, for documentation
2026-06-01 22:09 UTC (2+ messages)
[PATCH v4 30/47] x86/xen/time: NOP-ify x86_platform's sched_clock save/restore hooks
2026-06-01 22:09 UTC (2+ messages)
[PATCH v4 31/47] x86/vmware: NOP-ify save/restore hooks when using VMware's sched_clock
2026-06-01 22:09 UTC (2+ messages)
[PATCH v4 18/47] x86/kvm: Get local APIC bus frequency from PV CPUID Timing Info
2026-06-01 22:06 UTC
[PATCH v4 17/47] x86/kvm: Mark TSC as reliable when it's constant and nonstop
2026-06-01 22:02 UTC
[PATCH v4 14/47] x86/kvmclock: Rename kvm_get_tsc_khz() to kvmclock_get_tsc_khz()
2026-06-01 21:53 UTC (2+ messages)
[PATCH v4 12/47] x86/tsc: Rename pit_hpet_ptimer_calibrate_cpu() => native_calibrate_cpu_late()
2026-06-01 21:52 UTC (2+ messages)
[PATCH v4 13/47] x86/tsc: Fold native_calibrate_cpu() into recalibrate_cpu_khz()
2026-06-01 21:52 UTC (2+ messages)
[PATCH v4 11/47] x86/tsc: Kill off x86_platform_ops.calibrate_{cpu,tsc}() hooks
2026-06-01 21:51 UTC (2+ messages)
[PATCH v4 08/47] x86/tsc: Add dedicated hypervisor hooks for getting known TSC/CPU frequencies
2026-06-01 21:49 UTC (2+ messages)
` [PATCH v4 8/47] "
[PATCH v4 01/47] x86/tsc: Never re-calibrate TSC frequency if its exact timing is known
2026-06-01 21:46 UTC (2+ messages)
` [PATCH v4 1/47] "
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