public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-31 18:42:03 to 2026-04-01 17:44:51 UTC [more...]

[PATCH v3 00/15] mm, kvm: allow uffd support in guest_memfd
 2026-04-01 17:44 UTC  (8+ messages)
` [PATCH v3 02/15] userfaultfd: introduce struct mfill_state

[PATCH v2 0/5] Fuller TDX kexec support
 2026-04-01 17:42 UTC  (19+ messages)
` [PATCH v2 1/5] x86/tdx: Move all TDX error defines into <asm/shared/tdx_errno.h>
` [PATCH v2 2/5] x86/virt/tdx: Pull kexec cache flush logic into arch/x86
` [PATCH v2 3/5] x86/virt/tdx: Add SEAMCALL wrapper for TDH.SYS.DISABLE

[PATCH v2 0/5] KVM: s390: Enable 4k granularity for memslots
 2026-04-01 17:39 UTC  (6+ messages)
` [PATCH v2 1/5] KVM: s390: Add some useful mask macros
` [PATCH v2 2/5] KVM: s390: Add alignment checks for hugepages
` [PATCH v2 3/5] KVM: s390: Allow 4k granularity for memslots
` [PATCH v2 4/5] KVM: selftests: Remove 1M alignment requirement for s390
` [PATCH v2 5/5] KVM: s390: selftests: enable some common memory-related tests

SEV-ES guest shutdown: linux-next regression with QEMU 10.2.2; smp>1
 2026-04-01 17:39 UTC  (7+ messages)

[PATCH] KVM: nSVM: Snapshot vmcb12 save.rip to prevent TOCTOU race
 2026-04-01 17:17 UTC  (3+ messages)

TDX/non-ACT: failed TDH.PHYMEM.PAGE.WBINVD after successful page remove can leave a page unreset
 2026-04-01 16:59 UTC  (3+ messages)

[PATCH v1 00/23] s390/vfio-ap: Implement live guest migration of guests using AP devices
 2026-04-01 16:57 UTC  (6+ messages)

[PATCH v8 0/3] vfio/pci: Introduce vfio_pci driver for ISM devices
 2026-04-01 16:28 UTC  (14+ messages)
` [PATCH v8 2/3] vfio/ism: Implement "

[RFC PATCH v2 00/24] KVM: combined patchset for MBEC/GMET support
 2026-04-01 16:27 UTC  (5+ messages)

[PATCH v2 00/16] KVM: arm64: First batch of vgic-v5 related fixes
 2026-04-01 16:24 UTC  (19+ messages)
` [PATCH v2 01/16] KVM: arm64: vgic: Don't reset cpuif/redist addresses at finalize time
` [PATCH v2 02/16] KVM: arm64: Don't skip per-vcpu NV initialisation
` [PATCH v2 03/16] arm64: Fix field references for ICH_PPI_DVIR[01]_EL2
` [PATCH v2 04/16] KVM: arm64: Fix writeable mask for ID_AA64PFR2_EL1
` [PATCH v2 05/16] KVM: arm64: Account for RESx bits in __compute_fgt()
` [PATCH v2 06/16] KVM: arm64: vgic-v5: Hold config_lock while finalizing GICv5 PPIs
` [PATCH v2 07/16] KVM: arm64: vgic-v5: Transfer edge pending state to ICH_PPI_PENDRx_EL2
` [PATCH v2 08/16] KVM: arm64: vgic-v5: Cast vgic_apr to u32 to avoid undefined behaviours
` [PATCH v2 09/16] KVM: arm64: vgic-v5: Make the effective priority mask a strict limit
` [PATCH v2 10/16] KVM: arm64: vgic-v5: Correctly set dist->ready once initialised
` [PATCH v2 11/16] KVM: arm64: Kill arch_timer_context::direct field
` [PATCH v2 12/16] KVM: arm64: Remove evaluation of timer state in kvm_cpu_has_pending_timer()
` [PATCH v2 13/16] KVM: arm64: Move GICv5 timer PPI validation into timer_irqs_are_valid()
` [PATCH v2 14/16] KVM: arm64: Correctly plumb ID_AA64PFR2_EL1 into pkvm idreg handling
` [PATCH v2 15/16] KVM: arm64: Don't advertises GICv3 in ID_PFR1_EL1 if AArch32 isn't supported
` [PATCH v2 16/16] KVM: arm64: set_id_regs: Allow GICv3 support to be set at runtime

[PATCH] KVM: arm64: vgic-v5: Fold PPI state for all exposed PPIs
 2026-04-01 16:21 UTC 

[PATCH v3 3/6] x86/sev: Add support to perform RMP optimizations asynchronously
 2026-04-01 16:10 UTC  (5+ messages)

[PATCH v6 0/4] Support runtime configuration for per-VM's HGATP mode
 2026-04-01 16:05 UTC  (7+ 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 0/2] x86/tdx: Fix memory hotplug in TDX guests
 2026-04-01 15:49 UTC  (10+ messages)
` [PATCH 2/2] x86/tdx: Accept hotplugged memory before online

[PATCH] KVM: x86/xen: Fix sleeping lock in hard IRQ context on PREEMPT_RT
 2026-04-01 15:40 UTC  (4+ messages)

[PATCH RFC v4 00/44] guest_memfd: In-place conversion support
 2026-04-01 15:35 UTC  (11+ messages)
` [PATCH RFC v4 07/44] KVM: guest_memfd: Only prepare folios for private pages
` [PATCH RFC v4 08/44] KVM: Introduce KVM_SET_MEMORY_ATTRIBUTES2
` [PATCH RFC v4 10/44] KVM: guest_memfd: Add support for KVM_SET_MEMORY_ATTRIBUTES2
` [PATCH RFC v4 25/44] KVM: selftests: Test basic single-page conversion flow

[PATCH v2 00/30] KVM: arm64: Combined user_mem_abort() rework
 2026-04-01 15:34 UTC  (19+ messages)
` [PATCH v2 12/30] KVM: arm64: Hoist MTE validation check out of MMU lock path
` [PATCH v2 15/30] KVM: arm64: Make fault_ipa immutable
` [PATCH v2 16/30] KVM: arm64: Move fault context to const structure
` [PATCH v2 17/30] KVM: arm64: Replace fault_is_perm with a helper
` [PATCH v2 18/30] KVM: arm64: Constrain fault_granule to kvm_s2_fault_map()
` [PATCH v2 19/30] KVM: arm64: Kill write_fault from kvm_s2_fault
` [PATCH v2 20/30] KVM: arm64: Kill exec_fault "

[PATCH v2 0/4] KVM: s390: Permit ESA mode guests in VSIE
 2026-04-01 15:17 UTC  (6+ messages)
` [PATCH v2 1/4] KVM: s390: vsie: Allow non-zarch guests
` [PATCH v2 2/4] KVM: s390: vsie: Disable some bits when in ESA mode
` [PATCH v2 3/4] KVM: s390: vsie: Accommodate ESA prefix pages
` [PATCH v2 4/4] KVM: s390: Add KVM capability for ESA mode guests

[PATCH kvmtool] riscv: Add BFloat16 extensions support
 2026-04-01 15:17 UTC  (2+ messages)

[PATCH v1 0/4] KVM: s390: Permit ESA mode guests in VSIE
 2026-04-01 14:50 UTC  (15+ messages)
` [PATCH v1 1/4] KVM: s390: vsie: Allow non-zarch guests
` [PATCH v1 2/4] KVM: s390: vsie: Disable some bits when in ESA mode
` [PATCH v1 3/4] KVM: s390: vsie: Accommodate ESA prefix pages
` [PATCH v1 4/4] KVM: s390: Add KVM capability for ESA mode guests

[PATCH v2 00/20] vfio/pci: Add CXL Type-2 device passthrough support
 2026-04-01 14:39 UTC  (21+ messages)
` [PATCH v2 01/20] cxl: Add cxl_get_hdm_info() for HDM decoder metadata
` [PATCH v2 02/20] cxl: Declare cxl_find_regblock and cxl_probe_component_regs in public header
` [PATCH v2 03/20] cxl: Move component/HDM register defines to uapi/cxl/cxl_regs.h
` [PATCH v2 04/20] cxl: Split cxl_await_range_active() from media-ready wait
` [PATCH v2 05/20] cxl: Record BIR and BAR offset in cxl_register_map
` [PATCH v2 06/20] vfio: UAPI for CXL-capable PCI device assignment
` [PATCH v2 07/20] vfio/pci: Add CXL state to vfio_pci_core_device
` [PATCH v2 08/20] vfio/pci: Add CONFIG_VFIO_CXL_CORE and stub CXL hooks
` [PATCH v2 09/20] vfio/cxl: Detect CXL DVSEC and probe HDM block
` [PATCH v2 10/20] vfio/pci: Export config access helpers
` [PATCH v2 11/20] vfio/cxl: Introduce HDM decoder register emulation framework
` [PATCH v2 12/20] vfio/cxl: Wait for HDM ranges and create memdev
` [PATCH v2 13/20] vfio/cxl: CXL region management support
` [PATCH v2 14/20] vfio/cxl: DPA VFIO region with demand fault mmap and reset zap
` [PATCH v2 15/20] vfio/cxl: Virtualize CXL DVSEC config writes
` [PATCH v2 16/20] vfio/cxl: Register regions with VFIO layer
` [PATCH v2 17/20] vfio/pci: Advertise CXL cap and sparse component BAR to userspace
` [PATCH v2 18/20] vfio/cxl: Provide opt-out for CXL feature
` [PATCH v2 19/20] docs: vfio-pci: Document CXL Type-2 device passthrough
` [PATCH v2 20/20] selftests/vfio: Add CXL Type-2 VFIO assignment test

[PATCH v2 00/22] vfio/pci: Base Live Update support for VFIO device files
 2026-04-01 14:36 UTC  (5+ messages)
` [PATCH v2 06/22] vfio/pci: Retrieve preserved device files after Live Update

[PATCH] KVM: irqfd: fix shutdown deadlock by moving SRCU sync outside resampler_lock
 2026-04-01 14:24 UTC  (7+ messages)
` [PATCH v2] KVM: irqfd: fix deadlock by moving synchronize_srcu out of resampler_lock

[PATCH] KVM: selftests: Guard execinfo.h inclusion for non-glibc builds
 2026-04-01 14:01 UTC  (6+ messages)

[RFC PATCH] KVM: s390: move some facilities from FACILITIES_KVM_CPUMODEL to FACILITIES_KVM
 2026-04-01 13:42 UTC 

[PATCH v2 00/31] PCI/TSM: PCIe Link Encryption Establishment via TDX platform services
 2026-04-01 11:42 UTC  (16+ messages)
` [PATCH v2 03/31] x86/virt/tdx: Add tdx_page_array helpers for new TDX Module objects
` [PATCH v2 05/31] x86/virt/tdx: Extend tdx_page_array to support IOMMU_MT
` [PATCH v2 08/31] x86/virt/tdx: Configure TDX Module with optional TDX Connect feature
` [PATCH v2 11/31] x86/virt/tdx: Make TDX Module initialize Extensions

[PATCH v13 00/48] arm64: Support for Arm CCA in KVM
 2026-04-01 10:54 UTC  (4+ messages)
` [PATCH v13 12/48] arm64: RMI: Basic infrastructure for creating a realm

[PATCH v2] RISC-V: KVM: Fix use-after-free in kvm_riscv_gstage_get_leaf()
 2026-04-01 10:49 UTC  (2+ messages)

[PATCH v2 0/9] sched/kvm: Semantics-aware vCPU scheduling for oversubscribed KVM
 2026-04-01  9:48 UTC  (5+ messages)

[PATCH 1/2] vfio/cdx: Fix NULL pointer dereference in interrupt trigger path
 2026-04-01  9:41 UTC  (2+ messages)

[PATCH 00/17] TDX MMU refactors
 2026-04-01  8:34 UTC  (5+ messages)
` [PATCH 07/17] KVM: x86/tdp_mmu: Centralize updates to present external PTEs
` [PATCH 11/17] KVM: x86/mmu: Fold set_external_spte_present() into its sole caller

[PATCH v8 02/10] x86/bhi: Make clear_bhb_loop() effective on newer CPUs
 2026-04-01  9:02 UTC  (12+ messages)

[PATCH 0/2] x86/tdx: Port I/O emulation fixes
 2026-04-01  8:34 UTC  (8+ 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 v7 00/22] Runtime TDX module update support
 2026-04-01  8:27 UTC  (14+ messages)
` [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 00/15] KVM: arm64: First batch of vgic-v5 related fixes
 2026-04-01  8:21 UTC  (9+ messages)
` [PATCH 09/15] KVM: arm64: vgic-v5: align priority comparison with other GICs
` [PATCH 12/15] KVM: arm64: Remove evaluation of timer state in kvm_cpu_has_pending_timer()

[PATCH v8 00/10] VMSCAPE optimization for BHI variant
 2026-04-01  8:13 UTC  (4+ messages)
` [PATCH v8 04/10] x86/vmscape: Rename x86_ibpb_exit_to_user to x86_predictor_flush_exit_to_user

[REGRESSION 6.19, BISECTED] KVM: x86: kvmclock rate-limit removal causes IPI storm and high guest steal time
 2026-04-01  6:43 UTC  (3+ messages)

[PATCH v2 0/2] Add GDB stub and step-debug support for x86 and arm64
 2026-04-01  4:20 UTC  (5+ messages)
` [PATCH v3 0/3] Add GDB remote debug stub "
  ` [PATCH v3 1/3] x86: Add GDB stub and step-debug support
    ` [PATCH v3 2/3] arm64: "
      ` [PATCH v3 3/3] arm64: Sync guest instruction patches for GDB breakpoints

[PATCH] KVM: Fix kvm_vcpu_map[_readonly]() function prototypes
 2026-04-01  0:13 UTC  (3+ messages)

[PATCH v6 0/8] vfio: selftest: Add SR-IOV UAPI test
 2026-04-01  0:10 UTC  (10+ messages)
` [PATCH v6 3/8] vfio: selftests: Introduce a sysfs lib
` [PATCH v6 8/8] vfio: selftests: Add tests to validate SR-IOV UAPI

[PATCH] vmx/nested: Set the SGX feature flag only when hardware supported
 2026-03-31 23:20 UTC  (5+ messages)

[PATCH v2 00/16] fs,x86/resctrl: Add kernel-mode (e.g., PLZA) support to the resctrl subsystem
 2026-03-31 22:24 UTC  (6+ messages)

[PATCH] vfio/pci: Require vfio_device_ops.name
 2026-03-31 21:48 UTC  (2+ messages)

[PATCH v6 0/6] Use killable vma write locking in most places
 2026-03-31 20:14 UTC  (7+ messages)
` [PATCH v6 2/6] mm: use vma_start_write_killable() in mm syscalls

[PATCH v4 0/9] KVM: selftests: Create KVM selftests runner
 2026-03-31 19:42 UTC  (10+ messages)
` [PATCH v4 1/9] KVM: selftest: Create KVM selftest runner
` [PATCH v4 2/9] KVM: selftests: Provide executables path option to the "
` [PATCH v4 3/9] KVM: selftests: Add timeout option in selftests runner
` [PATCH v4 4/9] KVM: selftests: Add option to save selftest runner output to a directory
` [PATCH v4 5/9] KVM: selftests: Run tests concurrently in KVM selftests runner
` [PATCH v4 6/9] KVM: selftests: Add various print flags to KVM selftest runner
` [PATCH v4 7/9] KVM: selftests: Print sticky KVM selftests runner status at bottom
` [PATCH v4 8/9] KVM: selftests: Add rule to generate default tests for KVM selftests runner
` [PATCH v4 9/9] KVM: selftests: Provide README.rst "

[PATCH v2 00/14] KVM: selftests: Link with VFIO selftests lib and test device interrupts
 2026-03-31 19:40 UTC  (15+ messages)
` [PATCH v2 01/14] KVM: selftests: Build and link sefltests/vfio/lib into KVM selftests
` [PATCH v2 02/14] KVM: selftests: Add helper functions for IRQ testing
` [PATCH v2 03/14] KVM: selftests: Add vfio_pci_irq_test
` [PATCH v2 04/14] KVM: selftests: Reproduce tests that rely on randomization
` [PATCH v2 05/14] KVM: selftests: Add support for random host IRQ affinity
` [PATCH v2 06/14] KVM: selftests: Allow blocking vCPUs via HLT
` [PATCH v2 07/14] KVM: selftests: Add support for physical device MSI triggers
` [PATCH v2 08/14] KVM: selftests: Add option to clear GSI routes
` [PATCH v2 09/14] KVM: selftests: Make test IRQ count configurable
` [PATCH v2 10/14] KVM: selftests: Add support for NMI delivery
` [PATCH v2 11/14] KVM: selftests: Add support for vCPU pinning
` [PATCH v2 12/14] KVM: selftests: Support testing with multiple vCPUs
` [PATCH v2 13/14] KVM: selftests: Add xAPIC mode support
` [PATCH v2 14/14] KVM: selftests: Make vfio_pci_irq_test timeout configurable

[PATCH 00/12] treewide: Convert buses to use generic driver_override
 2026-03-31 19:18 UTC  (7+ messages)
` [PATCH 05/12] PCI: use generic driver_override infrastructure

[PATCH 0/2] struct page to PFN conversion for TDX guest private memory
 2026-03-31 19:13 UTC  (7+ messages)
` [PATCH 1/2] x86/virt/tdx: Use PFN directly for mapping "

[PATCH 00/21] Fixes and lock cleanup+hardening
 2026-03-31 18:42 UTC  (4+ messages)
` [PATCH 10/21] KVM: SEV: Move standard VM-scoped helpers to detect SEV+ guests to sev.c


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox