public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-23 07:58:57 to 2026-03-24 01:00:30 UTC [more...]

[PATCH 00/12] treewide: Convert buses to use generic driver_override
 2026-03-24  0:59 UTC  (7+ 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 RFC v2 0/7] mm: Fix MF_DELAYED handling on memory failure
 2026-03-24  0:43 UTC  (7+ 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

[PATCH v3 00/24] vfio/pci: Base Live Update support for VFIO device files
 2026-03-23 23:58 UTC  (25+ 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 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 v2 0/5] Fuller TDX kexec support
 2026-03-23 22:41 UTC  (10+ 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] vfio/pci: Fix double free in dma-buf feature
 2026-03-23 21:56 UTC 

[PATCH net-next v8 0/4] tun/tap & vhost-net: apply qdisc backpressure on full ptr_ring to reduce TX drops
 2026-03-23 21:49 UTC  (2+ messages)

[PATCH v7 0/3] vfio/pci: Introduce vfio_pci driver for ISM devices
 2026-03-23 21:30 UTC  (7+ 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 v7 3/3] MAINTAINERS: add VFIO ISM PCI DRIVER section

[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 v7 0/2] skip redundant sync IPIs when TLB flush sent them
 2026-03-23 20:53 UTC  (6+ messages)
` [PATCH v7 1/2] mm/mmu_gather: prepare to skip redundant sync IPIs
` [PATCH v7 2/2] x86/tlb: skip redundant sync IPIs for native TLB flush

[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  (8+ 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  (14+ messages)
` [RFC 05/10] KVM: s390: vsie: Cleanup and fixup of crycb handling
` [RFC 06/10] KVM: s390: Rework lowcore access functions
` [RFC 07/10] KVM: s390: Use gpa_t and gva_t in gaccess files
` [RFC 08/10] KVM: s390: Use gpa_t in priv.c
` [RFC 09/10] KVM: s390: Use gpa_t in pv.c
` [RFC 10/10] KVM: s390: Cleanup kvm_s390_store_status_unloaded

[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 PATCH 00/22] KVM: combined patchset for MBEC/GMET support
 2026-03-23 14:49 UTC  (24+ messages)
` [PATCH 01/22] KVM: TDX/VMX: rework EPT_VIOLATION_EXEC_FOR_RING3_LIN into PROT_MASK
` [PATCH 06/22] KVM: x86/mmu: merge make_spte_{non,}executable
` [PATCH 08/22] KVM: x86/mmu: introduce ACC_READ_MASK
` [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 18/22] KVM: SVM: add GMET bit definitions

[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  (5+ 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  (33+ messages)
` [RFC 01/32] target/i386/mshv: use arch_load/store_reg fns
` [RFC 02/32] target/i386/mshv: use generic FPU/xcr0 state
` [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

[PATCH v2 0/8] KVM: s390: More memory management fixes
 2026-03-23 13:43 UTC  (15+ messages)
` [PATCH v2 1/8] KVM: s390: vsie: Fix dat_split_ste()
` [PATCH v2 2/8] KVM: s390: Remove non-atomic dat_crstep_xchg()
` [PATCH v2 3/8] KVM: s390: vsie: Fix check for pre-existing shadow mapping
` [PATCH v2 4/8] KVM: s390: Fix gmap_link()
` [PATCH v2 5/8] KVM: s390: vsie: Fix refcount overflow for shadow gmaps
` [PATCH v2 8/8] KVM: s390: Fix KVM_S390_VCPU_FAULT ioctl

[PATCH for-11.0 v2] hw/hyperv: fix SynIC not initialized for CPUs after the first
 2026-03-23 13:28 UTC  (2+ messages)

SEV-ES guest shutdown: linux-next regression with QEMU 10.2.2; smp>1
 2026-03-23 13:10 UTC  (2+ messages)

[PATCH 0/5] KVM: arm64: pkvm; Rework aspects of the PSCI relay
 2026-03-23 12:33 UTC  (6+ messages)
` [PATCH 4/5] KVM: arm64: pkvm: Use direct function pointers for cpu_{on,resume}

[PATCH v13 00/48] arm64: Support for Arm CCA in KVM
 2026-03-23 11:56 UTC  (12+ messages)
` [PATCH v13 05/48] arm64: RMI: Temporarily add SMCs from RMM v1.0 spec
` [PATCH v13 17/48] arm64: RMI: Allocate/free RECs to match vCPUs
` [PATCH v13 20/48] arm64: RMI: Handle realm enter/exit
` [PATCH v13 24/48] arm64: RMI: Allow populating initial contents

[PATCH v1 0/9] KVM: x86: Add support for AMD Extended APIC registers
 2026-03-23 11:15 UTC  (4+ messages)
` [PATCH v1 6/9] KVM: Add KVM_GET_LAPIC2 and KVM_SET_LAPIC2 for extended APIC

[PATCH v7 2/2] x86/tlb: skip redundant sync IPIs for native TLB flush
 2026-03-23 10:48 UTC  (2+ messages)

[PATCH] RISC-V: KVM: Fix integer overflow in kvm_pmu_validate_counter_mask()
 2026-03-23  8:47 UTC  (2+ messages)


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