messages from 2026-03-30 12:17:47 to 2026-03-31 15:44:30 UTC [more...]
[PATCH v7 00/22] Runtime TDX module update support
2026-03-31 15:44 UTC (28+ messages)
` [PATCH v7 01/22] x86/virt/tdx: Move low level SEAMCALL helpers out of <asm/tdx.h>
` [PATCH v7 02/22] coco/tdx-host: Introduce a "tdx_host" device
` [PATCH v7 03/22] coco/tdx-host: Expose TDX module version
` [PATCH v7 04/22] x86/virt/seamldr: Introduce a wrapper for P-SEAMLDR SEAMCALLs
` [PATCH v7 05/22] x86/virt/seamldr: Add a helper to retrieve P-SEAMLDR information
` [PATCH v7 06/22] coco/tdx-host: Expose P-SEAMLDR information via sysfs
` [PATCH v7 07/22] coco/tdx-host: Implement firmware upload sysfs ABI for TDX module updates
` [PATCH v7 08/22] x86/virt/seamldr: Allocate and populate a module update request
` [PATCH v7 09/22] x86/virt/seamldr: Introduce skeleton for TDX module updates
` [PATCH v7 10/22] x86/virt/seamldr: Abort updates if errors occurred midway
` [PATCH v7 11/22] x86/virt/seamldr: Shut down the current TDX module
` [PATCH v7 12/22] x86/virt/tdx: Reset software states during TDX module shutdown
` [PATCH v7 13/22] x86/virt/seamldr: Install a new TDX module
` [PATCH v7 14/22] x86/virt/seamldr: Do TDX per-CPU initialization after updates
` [PATCH v7 15/22] x86/virt/tdx: Restore TDX module state
` [PATCH v7 16/22] x86/virt/tdx: Update tdx_sysinfo and check features post-update
` [PATCH v7 17/22] x86/virt/tdx: Avoid updates during update-sensitive operations
` [PATCH v7 18/22] coco/tdx-host: Don't expose P-SEAMLDR features on CPUs with erratum
` [PATCH v7 19/22] x86/virt/tdx: Enable TDX module runtime updates
` [PATCH v7 20/22] coco/tdx-host: Document TDX module update compatibility criteria
` [PATCH v7 21/22] x86/virt/tdx: Document TDX module update
` [PATCH v7 22/22] x86/virt/seamldr: Log TDX module update failures
[PATCH v6 0/6] Use killable vma write locking in most places
2026-03-31 15:43 UTC (14+ messages)
` [PATCH v6 2/6] mm: use vma_start_write_killable() in mm syscalls
` [PATCH v6 4/6] mm/vma: use vma_start_write_killable() in vma operations
` [PATCH v6 5/6] mm: use vma_start_write_killable() in process_vma_walk_lock()
[PATCH 00/12] treewide: Convert buses to use generic driver_override
2026-03-31 15:43 UTC (11+ messages)
` [PATCH 05/12] PCI: use generic driver_override infrastructure
` [PATCH 06/12] platform/wmi: "
[RFC v2 PATCH 00/10] vfio/pci: Add mmap() for DMABUFs
2026-03-31 15:24 UTC (6+ messages)
` [RFC v2 PATCH 02/10] vfio/pci: Clean up DMABUFs before disabling function
` [RFC v2 PATCH 09/10] vfio/pci: Add mmap() attributes to DMABUF feature
[PATCH v3 00/15] mm, kvm: allow uffd support in guest_memfd
2026-03-31 15:24 UTC (13+ messages)
` [PATCH v3 01/15] userfaultfd: introduce mfill_copy_folio_locked() helper
` [PATCH v3 02/15] userfaultfd: introduce struct mfill_state
` [PATCH v3 03/15] userfaultfd: introduce mfill_establish_pmd() helper
` [PATCH v3 07/15] userfaultfd: introduce vm_uffd_ops
[PATCH v2 00/31] PCI/TSM: PCIe Link Encryption Establishment via TDX platform services
2026-03-31 14:58 UTC (30+ messages)
` [PATCH v2 01/31] x86/tdx: Move all TDX error defines into <asm/shared/tdx_errno.h>
` [PATCH v2 03/31] x86/virt/tdx: Add tdx_page_array helpers for new TDX Module objects
` [PATCH v2 04/31] x86/virt/tdx: Support allocating contiguous pages for tdx_page_array
` [PATCH v2 05/31] x86/virt/tdx: Extend tdx_page_array to support IOMMU_MT
` [PATCH v2 06/31] x86/virt/tdx: Read global metadata for TDX Module Extensions/Connect
` [PATCH v2 08/31] x86/virt/tdx: Configure TDX Module with optional TDX Connect feature
` [PATCH v2 10/31] x86/virt/tdx: Add extra memory to TDX Module for Extensions
` [PATCH v2 11/31] x86/virt/tdx: Make TDX Module initialize Extensions
[PATCH 00/15] KVM: arm64: First batch of vgic-v5 related fixes
2026-03-31 15:09 UTC (4+ messages)
` [PATCH 09/15] KVM: arm64: vgic-v5: align priority comparison with other GICs
[PATCH v3 0/5] Support the FEAT_HDBSS introduced in Armv9.5
2026-03-31 14:13 UTC (2+ messages)
[PATCH v6 00/22] Runtime TDX module update support
2026-03-31 12:22 UTC (23+ messages)
` [PATCH v6 01/22] x86/virt/tdx: Move low level SEAMCALL helpers out of <asm/tdx.h>
` [PATCH v6 02/22] coco/tdx-host: Introduce a "tdx_host" device
` [PATCH v6 03/22] coco/tdx-host: Expose TDX module version
` [PATCH v6 04/22] x86/virt/seamldr: Introduce a wrapper for P-SEAMLDR SEAMCALLs
` [PATCH v6 05/22] x86/virt/seamldr: Add a helper to retrieve P-SEAMLDR information
` [PATCH v6 06/22] coco/tdx-host: Expose P-SEAMLDR information via sysfs
` [PATCH v6 08/22] x86/virt/seamldr: Allocate and populate a module update request
` [PATCH v6 10/22] x86/virt/seamldr: Abort updates if errors occurred midway
` [PATCH v6 13/22] x86/virt/seamldr: Install a new TDX module
` [PATCH v6 17/22] x86/virt/tdx: Avoid updates during update-sensitive operations
[PATCH v2 0/5] Fuller TDX kexec support
2026-03-31 12:18 UTC (5+ messages)
` [PATCH v2 3/5] x86/virt/tdx: Add SEAMCALL wrapper for TDH.SYS.DISABLE
[PATCH v1 00/23] s390/vfio-ap: Implement live guest migration of guests using AP devices
2026-03-31 12:07 UTC (4+ messages)
[PATCH 0/2] x86/tdx: Port I/O emulation fixes
2026-03-31 11:24 UTC (3+ messages)
` [PATCH 1/2] x86/tdx: Fix off-by-one in port I/O handling
` [PATCH 2/2] x86/tdx: Fix zero-extension for 32-bit port I/O
[PATCH v13 00/48] arm64: Support for Arm CCA in KVM
2026-03-31 11:05 UTC (4+ messages)
` [PATCH v13 10/48] arm64: RMI: Ensure that the RMM has GPT entries for memory
[PATCH 00/17] TDX MMU refactors
2026-03-31 11:02 UTC (21+ messages)
` [PATCH 02/17] KVM: x86/mmu: Update iter->old_spte if cmpxchg64 on mirror SPTE "fails"
` [PATCH 07/17] KVM: x86/tdp_mmu: Centralize updates to present external PTEs
` [PATCH 10/17] KVM: TDX: Move set_external_spte_present() assert into TDX code
` [PATCH 11/17] KVM: x86/mmu: Fold set_external_spte_present() into its sole caller
` [PATCH 13/17] KVM: TDX: Hoist tdx_sept_remove_private_spte() above set_private_spte()
` [PATCH 14/17] KVM: x86/mmu: Remove KVM_BUG_ON() that checks lock when removing PTs
` [PATCH 17/17] KVM: TDX: Move external page table freeing to TDX code
[PATCH] KVM: x86: Add support for cmpxchg16b emulation
2026-03-31 10:20 UTC (5+ messages)
[PATCH kvmtool] riscv: Add BFloat16 extensions support
2026-03-31 9:46 UTC
[PATCH v4 00/49] KVM: arm64: Add LR overflow infrastructure (the final one, I swear!)
2026-03-31 9:42 UTC (6+ messages)
` [PATCH v4 35/49] KVM: arm64: GICv3: nv: Plug L1 LR sync into deactivation primitive
[PATCH v8 0/3] vfio/pci: Introduce vfio_pci driver for ISM devices
2026-03-31 8:29 UTC (13+ messages)
` [PATCH v8 2/3] vfio/ism: Implement "
[PATCH v2 00/30] KVM: arm64: Combined user_mem_abort() rework
2026-03-31 7:28 UTC (21+ messages)
` [PATCH v2 05/30] KVM: arm64: Extract stage-2 permission logic in user_mem_abort()
` [PATCH v2 06/30] KVM: arm64: Extract page table mapping "
` [PATCH v2 07/30] KVM: arm64: Simplify nested VMA shift calculation
` [PATCH v2 08/30] KVM: arm64: Remove redundant state variables from struct kvm_s2_fault
` [PATCH v2 09/30] KVM: arm64: Simplify return logic in user_mem_abort()
` [PATCH v2 10/30] KVM: arm64: Initialize struct kvm_s2_fault completely at declaration
` [PATCH v2 11/30] KVM: arm64: Optimize early exit checks in kvm_s2_fault_pin_pfn()
` [PATCH v2 12/30] KVM: arm64: Hoist MTE validation check out of MMU lock path
` [PATCH v2 13/30] KVM: arm64: Clean up control flow in kvm_s2_fault_map()
` [PATCH v2 14/30] KVM: arm64: Kill fault->ipa
[PATCH v2 19/31] iommu/vt-d: Reserve the MSB domain ID bit for the TDX module
2026-03-31 7:20 UTC (3+ messages)
[PATCH] vfio: pci: use kzalloc_flex
2026-03-31 5:11 UTC (8+ messages)
[PATCH v2 0/7] Add RMPOPT support
2026-03-31 4:45 UTC (8+ messages)
` [PATCH v2 5/7] KVM: guest_memfd: Add cleanup interface for guest teardown
[PATCH] KVM: Fix kvm_vcpu_map[_readonly]() function prototypes
2026-03-31 2:22 UTC (2+ messages)
[PATCH v3 1/6] x86/cpufeatures: Add X86_FEATURE_AMD_RMPOPT feature flag
2026-03-31 0:54 UTC (12+ messages)
` [PATCH v3 2/6] x86/sev: Add support for enabling RMPOPT
` [PATCH v3 3/6] x86/sev: Add support to perform RMP optimizations asynchronously
` [PATCH v3 4/6] x86/sev: Add interface to re-enable RMP optimizations
` [PATCH v3 5/6] KVM: SEV: Perform RMP optimizations on SNP guest shutdown
` [PATCH v3 6/6] x86/sev: Add debugfs support for RMPOPT
[PATCH v3 02/24] PCI: Add API to track PCI devices preserved across Live Update
2026-03-30 22:54 UTC (2+ messages)
[PATCH] vfio: unhide vdev->debug_root
2026-03-30 22:54 UTC (2+ messages)
[BUG] x86/tdx: handle_in()/handle_out() use one-bit-too-wide GENMASK for port I/O
2026-03-30 22:33 UTC
[PATCH v3 0/6] Add RMPOPT support
2026-03-30 22:25 UTC
[PATCH v10 2/2] selftests/vfio: Add NVIDIA Falcon driver for DMA testing
2026-03-30 20:15 UTC (2+ messages)
[PATCH v10 1/2] selftests/vfio: Add NO_SEND_MSI feature flag and MSI helper macros
2026-03-30 20:15 UTC (2+ messages)
[RFC PATCH v2 00/24] KVM: combined patchset for MBEC/GMET support
2026-03-30 18:59 UTC (4+ messages)
[PATCH v2 00/16] fs,x86/resctrl: Add kernel-mode (e.g., PLZA) support to the resctrl subsystem
2026-03-30 18:46 UTC (5+ messages)
[PATCH v8 00/10] VMSCAPE optimization for BHI variant
2026-03-30 16:11 UTC (3+ messages)
[PATCH v2 00/15] mm, kvm: allow uffd support in guest_memfd
2026-03-30 15:21 UTC (5+ messages)
` [PATCH v2 03/15] userfaultfd: introduce mfill_get_pmd() helper
[PATCH 0/2] x86/tdx: Fix memory hotplug in TDX guests
2026-03-30 15:10 UTC (9+ messages)
` [PATCH 2/2] x86/tdx: Accept hotplugged memory before online
[RFC 00/10] KVM: s390: spring cleanup
2026-03-30 14:53 UTC (7+ messages)
` [RFC 08/10] KVM: s390: Use gpa_t in priv.c
` [RFC 09/10] KVM: s390: Use gpa_t in pv.c
[PATCH] KVM: x86/xen: Fix sleeping lock in hard IRQ context on PREEMPT_RT
2026-03-30 14:51 UTC (3+ messages)
[PATCH v7 00/17] kvmtool: arm64: Handle PSCI calls in userspace
2026-03-30 14:23 UTC (18+ messages)
` [PATCH v7 01/17] headers: Update linux/const.h from linux sources
` [PATCH v7 02/17] util/update_headers: Clean up header copying
` [PATCH v7 03/17] util/update_headers: Warn about missing header files
` [PATCH v7 04/17] update_headers: arm64: Track uapi/linux/psci.h for PSCI definitions
` [PATCH v7 05/17] arm64: Sync headers from Linux v6.19 for psci.h
` [PATCH v7 06/17] Import arm-smccc.h from Linux v6.19
` [PATCH v7 07/17] arm64: Stash kvm_vcpu_init for later use
` [PATCH v7 08/17] arm64: Use KVM_SET_MP_STATE ioctl to power off non-boot vCPUs
` [PATCH v7 09/17] arm64: Expose ARM64_CORE_REG() for general use
` [PATCH v7 10/17] arm64: Add support for finding vCPU for given MPIDR
` [PATCH v7 11/17] arm64: Add skeleton implementation for PSCI
` [PATCH v7 12/17] arm64: psci: Implement CPU_SUSPEND
` [PATCH v7 13/17] arm64: psci: Implement CPU_ON
` [PATCH v7 14/17] arm64: psci: Implement AFFINITY_INFO
` [PATCH v7 15/17] arm64: psci: Implement MIGRATE_INFO_TYPE
` [PATCH v7 16/17] arm64: psci: Implement SYSTEM_{OFF,RESET}
` [PATCH v7 17/17] arm64: smccc: Start sending PSCI to userspace
[PATCH v3] printk: fix zero-valued printk timestamps in early boot
2026-03-30 13:38 UTC (2+ messages)
[PATCH v6 0/4] Support runtime configuration for per-VM's HGATP mode
2026-03-30 13:21 UTC (8+ messages)
` [PATCH v6 1/4] RISC-V: KVM: "
` [PATCH v6 2/4] RISC-V: KVM: Cache gstage pgd_levels in struct kvm_gstage
` [PATCH v6 3/4] RISC-V: KVM: Detect and expose supported HGATP G-stage modes
` [PATCH v6 4/4] RISC-V: KVM: add KVM_CAP_RISCV_SET_HGATP_MODE
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