public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-21 00:10:37 to 2026-03-23 17:53:47 UTC [more...]

[PATCH v11 00/16] Direct Map Removal Support for guest_memfd
 2026-03-23 17:53 UTC  (7+ 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 v4 0/4] Use killable vma write locking in most places
 2026-03-23 17:53 UTC  (11+ 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] 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 00/14] iommu: Add live update state preservation
 2026-03-23 16:41 UTC  (16+ 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 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

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

[RFC PATCH 00/22] KVM: combined patchset for MBEC/GMET support
 2026-03-23 14:49 UTC  (27+ 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
` [PATCH 21/22] KVM: SVM: work around errata 1218
` [PATCH 22/22] KVM: nSVM: enable GMET for guests

[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

[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 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  (26+ 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)

[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] 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 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


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