Kernel KVM virtualization development
 help / color / mirror / Atom feed
 messages from 2026-07-28 00:51:43 to 2026-07-28 10:11:03 UTC [more...]

[PATCH 2/2] KVM: LoongArch: selftests: Add in-kernel MMIO read fast path test
 2026-07-28 10:10 UTC  (3+ messages)

[RFC] KVM: Proposed uAPI for querying GSI and irqbypass status
 2026-07-28  9:45 UTC  (2+ messages)

[PATCH v7] target/arm: Always add pmu property for host and max
 2026-07-28  9:40 UTC  (4+ messages)

[PATCH] KVM: x86: Cancel IOAPIC EOI work before freeing vCPUs
 2026-07-28  9:33 UTC 

[PATCH RFC v2 0/4] KVM: guest_memfd: folio migration for non-confidential VMs
 2026-07-28  9:28 UTC  (8+ messages)
` [PATCH RFC v2 1/4] mm: split AS_UNMOVABLE back out of AS_INACCESSIBLE
` [PATCH RFC v2 2/4] KVM: guest_memfd: implement folio migration for non-confidential VMs
` [PATCH RFC v2 3/4] KVM: guest_memfd: add GUEST_MEMFD_FLAG_MIGRATABLE
` [PATCH RFC v2 4/4] KVM: selftests: exercise guest_memfd folio migration

[PATCH net 0/4] Revert "tun/tap & vhost-net: apply qdisc backpressure on full ptr_ring to reduce TX drops"
 2026-07-28  9:22 UTC  (5+ messages)
` [PATCH net 1/4] Revert "tun/tap & vhost-net: avoid ptr_ring tail-drop when a qdisc is present"
` [PATCH net 2/4] Revert "ptr_ring: move free-space check into separate helper"
` [PATCH net 3/4] Revert "vhost-net: wake queue of tun/tap after ptr_ring consume"
` [PATCH net 4/4] Revert "tun/tap: add ptr_ring consume helper with netdev queue wakeup"

[PATCH v4 0/6] Support the FEAT_HDBSS introduced in Armv9.5
 2026-07-28  8:49 UTC  (17+ messages)
` [PATCH v4 3/6] KVM: arm64: Add auto DBM support for hardware dirty tracking
` [PATCH v4 5/6] KVM: arm64: Add HDBSS fault handling and buffer flush

[PATCH v5 0/2] Compute safe bound for VMX preemption timer
 2026-07-28  7:22 UTC  (6+ messages)
` [PATCH v5 1/2] KVM: VMX: Bury all of the VMX preemption timer code under CONFIG_X86_64=y
` [PATCH v5 2/2] KVM: VMX: Cap VMX preemption timer to work around Intel erratum

[PATCH v4 3/3] RISC-V: KVM: fix vcpu vector context handling for kernel-mode vector
 2026-07-28  6:07 UTC  (2+ messages)

[PATCH v5 00/20] vfio/pci: Base Live Update support for VFIO
 2026-07-28  5:34 UTC  (4+ messages)
` [PATCH v5 17/20] vfio: selftests: Add vfio_pci_liveupdate_kexec_test

[PATCH v9 00/10] s390/vfio_ccw fixes
 2026-07-28  4:05 UTC  (21+ messages)
` [PATCH v9 01/10] s390/vfio_ccw: free all memory if cp_init() fails
` [PATCH v9 02/10] s390/vfio_ccw: limit the number of channel program segments
` [PATCH v9 03/10] s390/vfio_ccw: fix out of bounds check on CCW array
` [PATCH v9 04/10] s390/vfio_ccw: ensure first IDAW remains constant
` [PATCH v9 05/10] s390/vfio_ccw: calculate idal length based on idaw type
` [PATCH v9 06/10] s390/vfio_ccw: ensure index for read/write regions are within range
` [PATCH v9 07/10] s390/vfio_ccw: cancel existing workqueues
` [PATCH v9 08/10] s390/vfio_ccw: move cp cleanup out of not operational
` [PATCH v9 09/10] s390/vfio_ccw: selectively expand io_mutex
` [PATCH v9 10/10] s390/vfio_ccw: implement a crw lock

[PATCH] vsock/virtio: prevent workers from using deleted virtqueues
 2026-07-28  3:58 UTC  (2+ messages)

[PATCH v8 00/10] s390/vfio_ccw fixes
 2026-07-28  3:23 UTC  (25+ messages)
` [PATCH v8 01/10] s390/vfio_ccw: free all memory if cp_init() fails
` [PATCH v8 02/10] s390/vfio_ccw: limit the number of channel program segments
` [PATCH v8 03/10] s390/vfio_ccw: fix out of bounds check on CCW array
` [PATCH v8 04/10] s390/vfio_ccw: ensure first IDAW remains constant
` [PATCH v8 05/10] s390/vfio_ccw: calculate idal length based on idaw type
` [PATCH v8 06/10] s390/vfio_ccw: ensure index for read/write regions are within range
` [PATCH v8 07/10] s390/vfio_ccw: cancel existing workqueues
` [PATCH v8 08/10] s390/vfio_ccw: move cp cleanup out of not operational
` [PATCH v8 09/10] s390/vfio_ccw: selectively expand io_mutex
` [PATCH v8 10/10] s390/vfio_ccw: implement a crw lock

[PATCH v4 0/6] KVM: nVMX: Synthesize SHUTDOWN on RSM with bad state
 2026-07-28  3:01 UTC  (8+ messages)
` [PATCH v4 1/6] KVM: x86: Extract VMX's unhandleable emulation check to common x86
` [PATCH v4 5/6] KVM: selftests: Refactor invalid nVMX state test to prepare for RSM testcase
` [PATCH v4 6/6] KVM: selftests: Extend the invalid nVMX guest state test to cover RSM

[PATCH v6 00/36] Cleaning up the KVM clock mess
 2026-07-28  2:13 UTC  (10+ messages)
` [PATCH v6 05/36] KVM: x86: Add KVM_[GS]ET_CLOCK_GUEST for accurate KVM clock migration
` [PATCH v6 15/36] KVM: x86: Fix compute_guest_tsc() to handle negative time deltas

[PATCH] KVM: x86: Re-pend NMI in vNMI hardware when injection is blocked
 2026-07-28  1:54 UTC 

[PATCH v5 00/20] KVM: x86: Enable APX for guests
 2026-07-28  1:43 UTC  (2+ messages)

[PATCH v1 00/28] KVM: nSVM: Optimize nSVM TLB flushes
 2026-07-28  1:18 UTC  (3+ messages)

[PATCH v6 0/9] KVM: guest_memfd: RECLAIM+CONVERT cleanups
 2026-07-28  1:00 UTC  (5+ messages)
` [PATCH v6 7/9] KVM: guest_memfd: Rename prepare() hook and Kconfig to make_private() / CONVERT

[PATCH v7 00/10] s390/vfio_ccw fixes
 2026-07-28  0:54 UTC  (4+ messages)
` [PATCH v7 08/10] s390/vfio_ccw: move cp cleanup out of not operational


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