public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-20 19:15:50 to 2026-03-23 14:56:04 UTC [more...]

[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

[RFC PATCH 00/22] KVM: combined patchset for MBEC/GMET support
 2026-03-23 14:49 UTC  (38+ messages)
` [PATCH 01/22] KVM: TDX/VMX: rework EPT_VIOLATION_EXEC_FOR_RING3_LIN into PROT_MASK
` [PATCH 02/22] KVM: x86/mmu: remove SPTE_PERM_MASK
` [PATCH 03/22] KVM: x86/mmu: adjust MMIO generation bit allocation and allowed mask
` [PATCH 04/22] KVM: x86/mmu: shuffle high bits of SPTEs in preparation for MBEC
` [PATCH 05/22] KVM: x86/mmu: remove SPTE_EPT_*
` [PATCH 06/22] KVM: x86/mmu: merge make_spte_{non,}executable
` [PATCH 07/22] KVM: x86/mmu: rename and clarify BYTE_MASK
` [PATCH 08/22] KVM: x86/mmu: introduce ACC_READ_MASK
` [PATCH 09/22] KVM: x86/mmu: separate more EPT/non-EPT permission_fault()
` [PATCH 10/22] KVM: x86/mmu: split XS/XU bits for MBEC
` [PATCH 11/22] KVM: x86/mmu: move cr4_smep to base role
` [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 15/22] KVM: nVMX: allow MBEC with EVMCS
` [PATCH 16/22] KVM: x86/tdp_mmu: propagate access mask from kvm_mmu_page to PTE
` [PATCH 17/22] KVM: x86/mmu: introduce cpu_role bit for availability of PFEC.I/D
` [PATCH 18/22] KVM: SVM: add GMET bit definitions
` [PATCH 19/22] KVM: x86/mmu: add support for NPT GMET
` [PATCH 20/22] KVM: SVM: enable GMET and set it in MMU role
` [PATCH 21/22] KVM: SVM: work around errata 1218
` [PATCH 22/22] KVM: nSVM: enable GMET for guests

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

[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

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

[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 v7 0/3] vfio/pci: Introduce vfio_pci driver for ISM devices
 2026-03-23 13:59 UTC  (5+ 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 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  (15+ messages)
` [PATCH 1/5] KVM: arm64: pkvm: Move error handling to the end of kvm_hyp_cpu_entry
` [PATCH 2/5] KVM: arm64: pkvm: Simplify BTI handling on CPU boot
` [PATCH 3/5] KVM: arm64: pkvm: Turn __kvm_hyp_init_cpu into an inner label
` [PATCH 4/5] KVM: arm64: pkvm: Use direct function pointers for cpu_{on,resume}
` [PATCH 5/5] KVM: arm64: Remove extra ISBs when using msr_hcr_el2

[PATCH v13 00/48] arm64: Support for Arm CCA in KVM
 2026-03-23 11:56 UTC  (29+ messages)
` [PATCH v13 05/48] arm64: RMI: Temporarily add SMCs from RMM v1.0 spec
` [PATCH v13 12/48] arm64: RMI: Basic infrastructure for creating a realm
` [PATCH v13 15/48] arm64: RMI: RTT tear down
` [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 v13 26/48] arm64: RMI: Create the realm descriptor
` [PATCH v13 37/48] arm64: RMI: Prevent Device mappings for Realms

[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 0/2] skip redundant sync IPIs when TLB flush sent them
 2026-03-23 11:10 UTC  (5+ 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 v7 2/2] x86/tlb: skip redundant sync IPIs for native TLB flush
 2026-03-23 10:48 UTC  (2+ messages)

[RFC 00/10] KVM: s390: spring cleanup
 2026-03-23  9:47 UTC  (11+ messages)
` [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 1/2] LoongArch: KVM: Make kvm_get_vcpu_by_cpuid() more robust
 2026-03-23  9:40 UTC  (9+ messages)
` [PATCH 2/2] LoongArch: KVM: Handle the case that EIOINTC's coremap is empty

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

[PATCH 0/5] i386/sev: Add TCG-emulated AMD SEV guest support
 2026-03-23  7:24 UTC  (6+ messages)
` [PATCH 1/5] i386/sev: Add sev-emulated QOM object with TCG support

[PATCH] KVM: irqfd: fix shutdown deadlock by moving SRCU sync outside resampler_lock
 2026-03-23  6:42 UTC  (3+ messages)
  ` [PATCH v2] KVM: irqfd: fix deadlock by moving synchronize_srcu out of resampler_lock

[PATCH v4 0/4] Use killable vma write locking in most places
 2026-03-23  4:41 UTC  (9+ messages)
` [PATCH v4 1/4] mm/vma: cleanup error handling path in vma_expand()
` [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] LoongArch: KVM: Set max used FPU type with FPU exception
 2026-03-23  3:40 UTC 

[PATCH v3 0/4] LoongArch: KVM: Some small enhanments
 2026-03-23  2:56 UTC  (5+ messages)
` [PATCH v3 1/4] LoongArch: KVM: Add kvm_request_pending checking in kvm_late_check_requests()
` [PATCH v3 2/4] LoongArch: KVM: Move host CSR_EENTRY save and restore in context switch
` [PATCH v3 3/4] LoongArch: KVM: Move host CSR_GSTAT "
` [PATCH v3 4/4] LoongArch: KVM: Set vcpu_is_preempted() with macro rather than function

[REGRESSION 6.19, BISECTED] KVM: x86: kvmclock rate-limit removal causes IPI storm and high guest steal time
 2026-03-23  2:27 UTC  (2+ messages)

[PATCH v5 00/22] Runtime TDX module update support
 2026-03-23  2:14 UTC  (8+ messages)
` [PATCH v5 11/22] x86/virt/seamldr: Shut down the current TDX module
` [PATCH v5 13/22] x86/virt/seamldr: Install a new "

[PATCH 0/2] vfio: selftests: Fix MMIO test failures in iommufd compat mode
 2026-03-23  0:37 UTC  (3+ messages)

[PATCH 00/14] iommu: Add live update state preservation
 2026-03-22 21:59 UTC  (14+ messages)
` [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 10/14] iommufd-lu: Implement ioctl to let userspace mark an HWPT to be preserved

[PATCH RFC v2 0/7] mm: Fix MF_DELAYED handling on memory failure
 2026-03-22 21:34 UTC  (5+ 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

[Bug 221269] New: Linux kernel (6.18-6.19) memory leak issue QEMU GPU-Passthrough (RDNA3 ?)
 2026-03-22 20:22 UTC 

[PATCH v2 00/15] mm, kvm: allow uffd support in guest_memfd
 2026-03-22 10:22 UTC  (7+ messages)
` [PATCH v2 02/15] userfaultfd: introduce struct mfill_state
` [PATCH v2 03/15] userfaultfd: introduce mfill_get_pmd() helper

[PATCH RFC] vhost: fix vhost_get_avail_idx for a non empty ring
 2026-03-22  9:43 UTC  (2+ messages)

[REGRESSION 6.19, BISECTED] KVM: x86: kvmclock rate-limit removal causes IPI storm and high guest steal time
 2026-03-21 14:59 UTC 

[PATCH 0/6] change young flag check functions to return bool
 2026-03-21 13:02 UTC  (12+ messages)
` [PATCH 1/6] mm: change to return bool for ptep_test_and_clear_young()
` [PATCH 2/6] mm: change to return bool for ptep_clear_flush_young()/clear_flush_young_ptes()
` [PATCH 3/6] mm: change to return bool for pmdp_test_and_clear_young()
` [PATCH 5/6] mm: change to return bool for pudp_test_and_clear_young()

[PATCH v2 0/6] change young flag check functions to return bool
 2026-03-21  6:42 UTC  (7+ messages)
` [PATCH v2 1/6] mm: change to return bool for ptep_test_and_clear_young()
` [PATCH v2 2/6] mm: change to return bool for ptep_clear_flush_young()/clear_flush_young_ptes()
` [PATCH v2 3/6] mm: change to return bool for pmdp_test_and_clear_young()
` [PATCH v2 4/6] mm: change to return bool for pmdp_clear_flush_young()
` [PATCH v2 5/6] mm: change to return bool for pudp_test_and_clear_young()
` [PATCH v2 6/6] mm: change to return bool for the MMU notifier's young flag check

[PATCH v7 0/2] LoongArch: KVM: Add DMSINTC support irqchip in kernel
 2026-03-21  4:03 UTC  (5+ messages)
` [PATCH v7 1/2] LoongArch: KVM: Add DMSINTC device support

[PATCH-for-11.1 v6 6/6] monitor: Remove 'monitor/hmp-target.h' header
 2026-03-20 21:52 UTC  (2+ messages)

[PATCH] vfio/qat: extend Kconfig dependencies for 420xx and 6xxx devices
 2026-03-20 21:40 UTC  (3+ messages)

[PATCH] vfio/qat: add support for Intel QAT 420xx VFs
 2026-03-20 21:35 UTC 

[PATCH] vfio: selftests: Fix VLA initialisation in vfio_pci_irq_set()
 2026-03-20 21:17 UTC  (3+ messages)

[PATCH] vfio: uapi: fix comment typo
 2026-03-20 21:17 UTC  (2+ messages)

[PATCH v2] vfio: mdev: replace mtty_dev->vd_class with a const struct class
 2026-03-20 21:17 UTC  (2+ messages)

[PATCH] vfio: replace vfio->class with a const struct class
 2026-03-20 21:18 UTC  (2+ messages)

[PATCH v2] vfio: selftests: Support DMR and GNR-D DSA devices
 2026-03-20 21:16 UTC  (2+ messages)

[PATCH] vfio: selftests: fix crash in vfio_dma_mapping_mmio_test
 2026-03-20 21:18 UTC  (2+ messages)

[PATCH v2] vfio: selftests: Build tests on aarch64
 2026-03-20 21:17 UTC  (2+ messages)

[PATCH V2 vfio 0/6] Add support for PRE_COPY initial bytes re-initialization
 2026-03-20 21:17 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