public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-23 13:58:28 to 2026-03-24 12:36:41 UTC [more...]

[PATCH RFC v2 0/7] mm: Fix MF_DELAYED handling on memory failure
 2026-03-24 12:36 UTC  (8+ messages)
` [PATCH RFC v2 1/7] mm: memory_failure: Clarify the MF_DELAYED definition
` [PATCH RFC v2 5/7] mm: selftests: Add shmem memory failure test

[kvm-unit-tests PATCH v1 0/3] arm64: Add Stage-2 MMU and Nested Guest Framework
 2026-03-24 11:43 UTC  (2+ messages)

[RFC PATCH 00/22] KVM: combined patchset for MBEC/GMET support
 2026-03-24 11:24 UTC  (20+ messages)
` [PATCH 01/22] KVM: TDX/VMX: rework EPT_VIOLATION_EXEC_FOR_RING3_LIN into PROT_MASK
` [PATCH 03/22] KVM: x86/mmu: adjust MMIO generation bit allocation and allowed mask
` [PATCH 06/22] KVM: x86/mmu: merge make_spte_{non,}executable
` [PATCH 08/22] KVM: x86/mmu: introduce ACC_READ_MASK
` [PATCH 10/22] KVM: x86/mmu: split XS/XU bits for MBEC
` [PATCH 12/22] KVM: VMX: enable use of MBEC
` [PATCH 13/22] KVM: x86/mmu: add support for nested MBEC
` [PATCH 14/22] KVM: nVMX: advertise MBEC to nested guests

[PATCH v2 0/5] Fuller TDX kexec support
 2026-03-24 10:18 UTC  (13+ 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 4/5] x86/tdx: Disable the TDX module during kexec and kdump
` [PATCH v2 5/5] x86/virt/tdx: Remove kexec docs

[PATCH net-next v8 0/4] tun/tap & vhost-net: apply qdisc backpressure on full ptr_ring to reduce TX drops
 2026-03-24 10:14 UTC  (9+ messages)
` [PATCH net-next v8 1/4] tun/tap: add ptr_ring consume helper with netdev queue wakeup
` [PATCH net-next v8 2/4] vhost-net: wake queue of tun/tap after ptr_ring consume
` [PATCH net-next v8 4/4] tun/tap & vhost-net: avoid ptr_ring tail-drop when a qdisc is present

[PATCH] vmx/nested: Set the SGX feature flag only when hardware supported
 2026-03-24 10:11 UTC  (2+ messages)

[PATCH v8 0/2] LoongArch: KVM: Add DMSINTC support irqchip in kernel
 2026-03-24  9:15 UTC  (3+ messages)
` [PATCH v8 1/2] LoongArch: KVM: Add DMSINTC device support
` [PATCH v8 2/2] LoongArch: KVM: Add dmsintc inject msi to the dest vcpu

[RFC PATCH v2 08/18] iommu/riscv: Use MSI table to enable IMSIC access
 2026-03-24  9:12 UTC  (12+ messages)

[PATCH v8 0/2] skip redundant sync IPIs when TLB flush sent them
 2026-03-24  8:52 UTC  (3+ messages)
` [PATCH v8 1/2] mm/mmu_gather: prepare to skip redundant sync IPIs
` [PATCH v8 2/2] x86/tlb: skip redundant sync IPIs for native TLB flush

[PATCH v2 0/8] KVM: s390: More memory management fixes
 2026-03-24  8:47 UTC  (4+ messages)
` [PATCH v2 8/8] KVM: s390: Fix KVM_S390_VCPU_FAULT ioctl

[PATCH 00/12] treewide: Convert buses to use generic driver_override
 2026-03-24  8:09 UTC  (14+ messages)
` [PATCH 01/12] amba: use generic driver_override infrastructure
` [PATCH 02/12] bus: fsl-mc: "
` [PATCH 03/12] cdx: "
` [PATCH 04/12] hv: vmbus: "
` [PATCH 05/12] PCI: "
` [PATCH 06/12] platform/wmi: "
` [PATCH 07/12] rpmsg: "
` [PATCH 08/12] vdpa: "
` [PATCH 09/12] s390/cio: "
` [PATCH 10/12] s390/ap: "
` [PATCH 11/12] spi: "
` [PATCH 12/12] driver core: remove driver_set_override()

[PATCH v3 00/24] vfio/pci: Base Live Update support for VFIO device files
 2026-03-24  6:42 UTC  (26+ messages)
` [PATCH v3 01/24] liveupdate: Export symbols needed by modules
` [PATCH v3 02/24] PCI: Add API to track PCI devices preserved across Live Update
` [PATCH v3 03/24] PCI: Require Live Update preserved devices are in singleton iommu_groups
` [PATCH v3 04/24] PCI: Inherit bus numbers from previous kernel during Live Update
` [PATCH v3 05/24] docs: liveupdate: Add documentation for PCI
` [PATCH v3 06/24] vfio/pci: Register a file handler with Live Update Orchestrator
` [PATCH v3 07/24] vfio/pci: Preserve vfio-pci device files across Live Update
` [PATCH v3 08/24] vfio/pci: Retrieve preserved device files after "
` [PATCH v3 09/24] vfio/pci: Notify PCI subsystem about devices preserved across "
` [PATCH v3 10/24] vfio: Enforce preserved devices are retrieved via LIVEUPDATE_SESSION_RETRIEVE_FD
` [PATCH v3 11/24] vfio/pci: Store incoming Live Update state in struct vfio_pci_core_device
` [PATCH v3 12/24] vfio/pci: Skip reset of preserved device after Live Update
` [PATCH v3 13/24] docs: liveupdate: Add documentation for VFIO PCI
` [PATCH v3 14/24] selftests/liveupdate: Move luo_test_utils.* into a reusable library
` [PATCH v3 15/24] selftests/liveupdate: Add helpers to preserve/retrieve FDs
` [PATCH v3 16/24] vfio: selftests: Build liveupdate library in VFIO selftests
` [PATCH v3 17/24] vfio: selftests: Add Makefile support for TEST_GEN_PROGS_EXTENDED
` [PATCH v3 18/24] vfio: selftests: Add vfio_pci_liveupdate_uapi_test
` [PATCH v3 19/24] vfio: selftests: Initialize vfio_pci_device using a VFIO cdev FD
` [PATCH v3 20/24] vfio: selftests: Add vfio_pci_liveupdate_kexec_test
` [PATCH v3 21/24] vfio: selftests: Expose iommu_modes to tests
` [PATCH v3 22/24] vfio: selftests: Expose low-level helper routines for setting up struct vfio_pci_device
` [PATCH v3 23/24] vfio: selftests: Verify that opening VFIO device fails during Live Update
` [PATCH v3 24/24] vfio: selftests: Add continuous DMA to vfio_pci_liveupdate_kexec_test

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

[PATCH v7 0/2] skip redundant sync IPIs when TLB flush sent them
 2026-03-24  6:14 UTC  (6+ messages)
` [PATCH v7 2/2] x86/tlb: skip redundant sync IPIs for native TLB flush

[PATCH] RISC-V: KVM: Fix out-of-bounds by 1
 2026-03-24  6:07 UTC  (2+ messages)

[PATCH] RISC-V: KVM: fix off-by-one array access in SBI PMU
 2026-03-24  6:07 UTC  (2+ messages)

[PATCH v2] RISC-V: KVM: Fix null pointer dereference in kvm_riscv_vcpu_aia_rmw_topei()
 2026-03-24  6:07 UTC  (2+ messages)

[PATCH v2 0/4] KVM: riscv: Fix Spectre-v1 vulnerabilities in register access
 2026-03-24  6:07 UTC  (2+ messages)

[PATCH] KVM: Remove subtle "struct kvm_stats_desc" pseudo-overlay
 2026-03-24  6:07 UTC  (2+ messages)

[PATCH] RISC-V: KVM: Fix potential UAF in kvm_riscv_aia_imsic_has_attr()
 2026-03-24  6:07 UTC  (2+ messages)

[PATCH 0/3] KVM: x86/pmu: Add hardware Topdown metrics support
 2026-03-24  5:54 UTC  (5+ messages)
` [PATCH 1/3] KVM: x86/pmu: Do not map fixed counters >= 3 to generic perf events
` [PATCH 3/3] KVM: x86/pmu: Support PERF_METRICS MSR in mediated vPMU

[PATCH 25/41] kvm: Use private inode list instead of i_private_list
 2026-03-24  5:44 UTC  (2+ messages)

[PATCH] LoongArch: KVM: Fix base address calculation problem in kvm_eiointc_regs_access()
 2026-03-24  3:15 UTC 

[PATCH kvmtool] riscv: Add Zicbop extension support
 2026-03-24  2:02 UTC 

[PATCH 00/14] iommu: Add live update state preservation
 2026-03-23 23:27 UTC  (36+ messages)
` [PATCH 01/14] iommu: Implement IOMMU LU FLB callbacks
` [PATCH 05/14] iommupt: Implement preserve/unpreserve/restore callbacks
` [PATCH 06/14] iommu/vt-d: Implement device and iommu preserve/unpreserve ops
` [PATCH 07/14] iommu/vt-d: Restore IOMMU state and reclaimed domain ids
` [PATCH 08/14] iommu: Restore and reattach preserved domains to devices
` [PATCH 09/14] iommu/vt-d: preserve PASID table of preserved device
` [PATCH 10/14] iommufd-lu: Implement ioctl to let userspace mark an HWPT to be preserved
` [PATCH 11/14] iommufd-lu: Persist iommu hardware pagetables for live update
` [PATCH 12/14] iommufd: Add APIs to preserve/unpreserve a vfio cdev
` [PATCH 13/14] vfio/pci: Preserve the iommufd state of the "
` [PATCH 14/14] iommufd/selftest: Add test to verify iommufd preservation

[PATCH] vfio/qat: add support for Intel QAT 420xx VFs
 2026-03-23 22:57 UTC  (2+ messages)

[PATCH] vfio/pci: Fix double free in dma-buf feature
 2026-03-23 21:56 UTC 

[PATCH v7 0/3] vfio/pci: Introduce vfio_pci driver for ISM devices
 2026-03-23 21:30 UTC  (6+ messages)
` [PATCH v7 1/3] vfio/pci: Rename vfio_config_do_rw() to vfio_pci_config_rw_single() and export it
` [PATCH v7 2/3] vfio/ism: Implement vfio_pci driver for ISM devices

[PATCH v11 00/16] Direct Map Removal Support for guest_memfd
 2026-03-23 21:15 UTC  (19+ messages)
` [PATCH v11 01/16] set_memory: set_direct_map_* to take address
` [PATCH v11 02/16] set_memory: add folio_{zap,restore}_direct_map helpers
` [PATCH v11 03/16] mm/secretmem: make use of folio_{zap,restore}_direct_map
` [PATCH v11 04/16] mm/gup: drop secretmem optimization from gup_fast_folio_allowed
` [PATCH v11 05/16] mm/gup: drop local variable in gup_fast_folio_allowed
` [PATCH v11 10/16] KVM: guest_memfd: Add flag to remove from direct map

[PATCH v4 0/4] Use killable vma write locking in most places
 2026-03-23 19:29 UTC  (10+ messages)
` [PATCH v4 2/4] mm: replace vma_start_write() with vma_start_write_killable()
` [PATCH v4 3/4] KVM: s390: avoid kvm_s390_handle_pv() error overwrite
` [PATCH v4 4/4] mm: use vma_start_write_killable() in process_vma_walk_lock()

[PATCH 1/2] LoongArch: KVM: Make kvm_get_vcpu_by_cpuid() more robust
 2026-03-23 18:36 UTC  (5+ messages)

[PATCH v7 00/41] KVM: arm64: Introduce vGIC-v5 with PPI support
 2026-03-23 17:59 UTC  (6+ messages)
` [PATCH v7 12/41] KVM: arm64: gic-v5: Sanitize ID_AA64PFR2_EL1.GCIE

[PATCH] lib: count_zeros: unify count_{leading,trailing}_zeros()
 2026-03-23 17:12 UTC  (3+ messages)

[PATCH v7 00/10] VMSCAPE optimization for BHI variant
 2026-03-23 17:07 UTC  (4+ messages)
` [PATCH v7 03/10] x86/bhi: Rename clear_bhb_loop() to clear_bhb_loop_nofence()

[PATCH kvmtool v7 0/6] arm64: Nested virtualization support
 2026-03-23 16:47 UTC  (7+ messages)
` [PATCH kvmtool v7 1/6] arm64: Initial nested virt support
` [PATCH kvmtool v7 2/6] arm64: nested: Add support for setting maintenance IRQ
` [PATCH kvmtool v7 3/6] arm64: Add counter offset control
` [PATCH kvmtool v7 4/6] arm64: Add FEAT_E2H0 support
` [PATCH kvmtool v7 5/6] arm64: Generate HYP timer interrupt specifiers
` [PATCH kvmtool v7 6/6] arm64: Handle virtio endianness reset when running nested

[PATCH v2 0/2] Improve VF FLR synchronization for Xe VFIO
 2026-03-23 16:40 UTC  (6+ messages)
` [PATCH v2 1/2] drm/xe/pf: Add FLR_PREPARE state to VF control flow
` [PATCH v2 2/2] vfio/xe: Notify PF about VF FLR in reset_prepare

[RFC 00/10] KVM: s390: spring cleanup
 2026-03-23 15:54 UTC  (4+ messages)
` [RFC 05/10] KVM: s390: vsie: Cleanup and fixup of crycb handling

[PATCH 0/2] KVM: s390: Fix lpsw/e breaking event handling
 2026-03-23 15:35 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] KVM: s390: selftests: Add load psw bear test

[PATCH kvmtool v6 0/6] arm64: Nested virtualization support
 2026-03-23 15:31 UTC  (4+ messages)
` [PATCH kvmtool v6 6/6] arm64: Handle virtio endianness reset when running nested

[RFC 02/10] KVM: s390: Consolidate lpswe variants
 2026-03-23 15:08 UTC  (3+ messages)
` [PATCH] KVM: s390: Fix lpsw/e breaking event handling

[PATCH kvmtool 0/6] x86 compilation fixes and arm64 PMU improvements
 2026-03-23 15:02 UTC  (7+ messages)
` [PATCH kvmtool 1/6] virtio: Do not modify const strings in virtio_9p_rootdir_parser()
` [PATCH kvmtool 2/6] disk/core: Do not modify const strings in disk_img_name_parser()
` [PATCH kvmtool 3/6] arm64: Initialise the PMU last
` [PATCH kvmtool 4/6] util: Set exit status to errno in die_perror()
` [PATCH kvmtool 5/6] util: Allow die_perror() to take a variable list of argument
` [PATCH kvmtool 6/6] arm64: Improve KVM_ARM_VCPU_PMU_V3_CTRL diagnostics

[PATCH] KVM: optionally post write on ioeventfd write
 2026-03-23 15:01 UTC  (2+ messages)

[RFC v2 PATCH 00/10] vfio/pci: Add mmap() for DMABUFs
 2026-03-23 14:55 UTC  (4+ messages)
` [RFC v2 PATCH 04/10] vfio/pci: Add a helper to create a DMABUF for a BAR-map VMA

[PATCH 00/20] vfio/pci: Add CXL Type-2 device passthrough support
 2026-03-23 14:36 UTC  (6+ messages)
` [PATCH 18/20] docs: vfio-pci: Document CXL Type-2 device passthrough

[RFC 00/32] Add migration support to the MSHV accelerator
 2026-03-23 13:58 UTC  (32+ messages)
` [RFC 01/32] target/i386/mshv: use arch_load/store_reg fns
` [RFC 03/32] target/i386/mshv: impl init/load/store_vcpu_state
` [RFC 04/32] accel/accel-irq: add AccelRouteChange abstraction
` [RFC 05/32] accel/accel-irq: add generic begin_route_changes
` [RFC 06/32] accel/accel-irq: add generic commit_route_changes
` [RFC 07/32] accel/mshv: add irq_routes to state
` [RFC 08/32] accel/mshv: update s->irq_routes in add_msi_route
` [RFC 09/32] accel/mshv: update s->irq_routes in update_msi_route
` [RFC 10/32] accel/mshv: update s->irq_routes in release_virq
` [RFC 11/32] accel/mshv: use s->irq_routes in commit_routes
` [RFC 12/32] accel/mshv: reserve ioapic routes on s->irq_routes
` [RFC 13/32] accel/mshv: remove redundant msi controller
` [RFC 14/32] target/i386/mshv: move apic logic into own file
` [RFC 15/32] target/i386/mshv: migrate LAPIC state
` [RFC 16/32] target/i386/mshv: move msr code to arch
` [RFC 17/32] accel/mshv: store partition proc features
` [RFC 18/32] target/i386/mshv: expose msvh_get_generic_regs
` [RFC 19/32] target/i386/mshv: migrate MSRs
` [RFC 20/32] target/i386/mshv: migrate MTRR MSRs
` [RFC 21/32] target/i386/mshv: migrate Synic SINT MSRs
` [RFC 22/32] target/i386/mshv: migrate SIMP and SIEFP state
` [RFC 23/32] target/i386/mshv: migrate STIMER state
` [RFC 24/32] accel/mshv: introduce SaveVMHandler
` [RFC 25/32] accel/mshv: write synthetic MSRs after migration
` [RFC 26/32] accel/mshv: migrate REFERENCE_TIME
` [RFC 27/32] target/i386/mshv: migrate pending ints/excs
` [RFC 28/32] target/i386: add de/compaction to xsave_helper
` [RFC 29/32] target/i386/mshv: migrate XSAVE state
` [RFC 30/32] target/i386/mshv: reconstruct hflags after load
` [RFC 31/32] target/i386/mshv: migrate MP_STATE
` [RFC 32/32] accel/mshv: enable dirty page tracking


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