Linux virtualization list
 help / color / mirror / Atom feed
 messages from 2026-04-07 12:39:10 to 2026-04-17 16:11:30 UTC [more...]

[PATCH v11 00/13] blk: honor isolcpus configuration
 2026-04-17 16:11 UTC  (16+ messages)
` [PATCH v11 01/13] scsi: aacraid: use block layer helpers to calculate num of queues
` [PATCH v11 02/13] lib/group_cpus: remove dead !SMP code
` [PATCH v11 03/13] lib/group_cpus: Add group_mask_cpus_evenly()
` [PATCH v11 04/13] genirq/affinity: Add cpumask to struct irq_affinity
` [PATCH v11 05/13] blk-mq: add blk_mq_{online|possible}_queue_affinity
` [PATCH v11 06/13] nvme-pci: use block layer helpers to constrain queue affinity
` [PATCH v11 07/13] scsi: Use "
` [PATCH v11 08/13] virtio: blk/scsi: use "
` [PATCH v11 09/13] isolation: Introduce io_queue isolcpus type
` [PATCH v11 10/13] blk-mq: use hk cpus only when isolcpus=io_queue is enabled
` [PATCH v11 11/13] blk-mq: prevent offlining hk CPUs with associated online isolated CPUs
` [PATCH v11 12/13] genirq/affinity: Restrict managed IRQ affinity to housekeeping CPUs
` [PATCH v11 13/13] docs: add io_queue flag to isolcpus

[PATCH] virtio: rtc: tear down old virtqueues before restore
 2026-04-17  9:08 UTC 

[RFC PATCH v2 0/4] virtio: add noirq system sleep PM callbacks for virtio-mmio
 2026-04-17 13:34 UTC  (5+ messages)
` [RFC PATCH v2 1/4] virtio: separate PM restore and reset_done paths
` [RFC PATCH v2 2/4] virtio_ring: export virtqueue_reinit_vring() for noirq restore
` [RFC PATCH v2 3/4] virtio: add noirq system sleep PM infrastructure
` [RFC PATCH v2 4/4] virtio-mmio: wire up noirq system sleep PM callbacks

[PATCH] drm/virtgpu: Add PM support for suspend/resume
 2026-04-17  9:40 UTC  (5+ messages)

[PATCH net v2] hv_sock: Report EOF instead of -EIO for FIN
 2026-04-17  8:11 UTC  (2+ messages)

[PATCH] ALSA: virtio: drop an extaneous kernel-doc comment
 2026-04-17  7:49 UTC  (3+ messages)

[PATCH 1/2] vfio/pci: Set up VFIO barmap before creating a DMABUF
 2026-04-17  5:16 UTC  (4+ messages)
` [PATCH 2/2] vfio/pci: Serialise vfio_pci_core_setup_barmap()

[PATCH net v4 0/3] vsock/virtio: fix MSG_PEEK calculation on bytes to copy
 2026-04-17  2:40 UTC  (6+ messages)
` [PATCH net v4 1/3] vsock/virtio: fix MSG_PEEK ignoring skb offset when calculating "
` [PATCH net v4 2/3] vsock/test: fix MSG_PEEK handling in recv_buf()
` [PATCH net v4 3/3] vsock/test: add MSG_PEEK after partial recv test

[PATCH v5 0/7] locking: contended_release tracepoint instrumentation
 2026-04-16 23:55 UTC  (10+ messages)
` [PATCH v5 1/7] tracing/lock: Remove unnecessary linux/sched.h include
` [PATCH v5 2/7] locking/percpu-rwsem: Extract __percpu_up_read()
` [PATCH v5 3/7] locking: Add contended_release tracepoint to sleepable locks
` [PATCH v5 4/7] locking: Factor out queued_spin_release()
` [PATCH v5 5/7] locking: Add contended_release tracepoint to qspinlock
` [PATCH v5 6/7] locking: Factor out __queued_read_unlock()/__queued_write_unlock()
` [PATCH v5 7/7] locking: Add contended_release tracepoint to qrwlock

[PATCH] virtio: console: fix use-after-free after failed restore
 2026-04-16 23:37 UTC 

[PATCH net] hv_sock: Report EOF instead of -EIO for FIN
 2026-04-16 19:30 UTC  (4+ messages)
  ` [EXTERNAL] "

[PATCH v10 00/13] blk: honor isolcpus configuration
 2026-04-16 13:40 UTC  (19+ messages)
` [PATCH v10 13/13] docs: add io_queue flag to isolcpus

[PATCH net-next v8 0/4] tun/tap & vhost-net: apply qdisc backpressure on full ptr_ring to reduce TX drops
 2026-04-16 10:51 UTC  (13+ messages)
` [PATCH net-next v8 4/4] tun/tap & vhost-net: avoid ptr_ring tail-drop when a qdisc is present

[PATCH RFC 0/9] mm/virtio: skip redundant zeroing of host-zeroed reported pages
 2026-04-16  8:45 UTC  (32+ messages)
` [PATCH RFC 1/9] mm: page_alloc: propagate PageReported flag across buddy splits
` [PATCH RFC 2/9] mm: page_reporting: skip redundant zeroing of host-zeroed reported pages
` [PATCH RFC 3/9] mm: add __GFP_PREZEROED flag and folio_test_clear_prezeroed()
` [PATCH RFC 4/9] mm: skip zeroing in vma_alloc_zeroed_movable_folio for pre-zeroed pages
` [PATCH RFC 5/9] mm: skip zeroing in alloc_anon_folio "
` [PATCH RFC 6/9] mm: skip zeroing in vma_alloc_anon_folio_pmd "
` [PATCH RFC 7/9] mm: hugetlb: skip zeroing of pre-zeroed hugetlb pages
` [PATCH RFC 8/9] mm: page_reporting: add flush parameter to trigger immediate reporting
` [PATCH RFC 9/9] virtio_balloon: a hack to enable host-zeroed page optimization

[PATCH v3 net] vsock: fix buffer size clamping order
 2026-04-15 19:55 UTC  (6+ messages)

[PATCH v4 0/5] locking: contended_release tracepoint instrumentation
 2026-04-15 17:43 UTC  (9+ messages)
` [PATCH v4 3/5] locking: Add contended_release tracepoint to sleepable locks
` [PATCH v4 4/5] locking: Factor out queued_spin_release()
` [PATCH v4 5/5] locking: Add contended_release tracepoint to spinning locks

[RFC PATCH v1 0/4] virtio: add noirq system sleep PM callbacks for virtio-mmio
 2026-04-15 17:38 UTC  (5+ messages)
` [RFC PATCH v1 1/4] virtio: separate PM restore and reset_done paths
` [RFC PATCH v1 2/4] virtio_ring: export virtqueue_reinit_vring() for noirq restore
` [RFC PATCH v1 3/4] virtio: add noirq system sleep PM infrastructure
` [RFC PATCH v1 4/4] virtio-mmio: wire up noirq system sleep PM callbacks

[PATCH 0/4] vfio/virtio: Fix list_lock type and modernize locking
 2026-04-15 17:23 UTC  (8+ messages)
` [PATCH 1/4] vfio/virtio: Convert list_lock from spinlock to mutex
` [PATCH 2/4] vfio/virtio: Use guard() for list_lock where applicable
` [PATCH 3/4] vfio/virtio: Use guard() for migf->lock "
` [PATCH 4/4] vfio/virtio: Use guard() for bar_mutex in legacy I/O

[RFC PATCH v3 0/7]
 2026-04-15 16:44 UTC  (8+ messages)
` [RFC PATCH v3 1/7] kernel: add hq-spinlock types
` [RFC PATCH v3 2/7] hq-spinlock: implement inner logic
` [RFC PATCH v3 3/7] hq-spinlock: add contention detection
` [RFC PATCH v3 4/7] hq-spinlock: add hq-spinlock tunables and debug statistics
` [RFC PATCH v3 5/7] kernel: introduce general hq-spinlock support
` [RFC PATCH v3 6/7] lockref: use hq-spinlock
` [RFC PATCH v3 7/7] futex: use hq-spinlock for hash buckets

[PATCH net v3 0/3] vsock/virtio: fix MSG_PEEK calculation on bytes to copy
 2026-04-15 13:11 UTC  (8+ messages)
` [PATCH net v3 1/3] vsock/virtio: fix MSG_PEEK ignoring skb offset when calculating "
` [PATCH net v3 2/3] vsock/test: fix MSG_PEEK handling in recv_buf()
` [PATCH net v3 3/3] vsock/test: add MSG_PEEK after partial recv test

[PATCH v4 0/2] vduse: Fix race in vduse_dev_msg_sync and vduse_dev_read_iter
 2026-04-15 10:09 UTC  (3+ messages)

[RESEND PATCH] vfio/virtio: Fix lock/unlock mismatch in virtiovf_read_device_context_chunk()
 2026-04-13 20:08 UTC  (2+ messages)

[syzbot] [virt?] KCSAN: data-race in virtqueue_disable_cb / virtqueue_enable_cb_delayed (11)
 2026-04-13 19:08 UTC  (6+ messages)

[PATCH] virtio_pci_modern: Use GFP_ATOMIC with spin_lock_irqsave held in virtqueue_exec_admin_cmd()
 2026-04-13 14:14 UTC  (7+ messages)

[PATCH] vfio/virtio: Fix lock/unlock mismatch in virtiovf_read_device_context_chunk()
 2026-04-13  6:52 UTC 

[PATCH net-next v2] vsock/virtio: remove unnecessary call to `virtio_transport_get_ops`
 2026-04-12 18:00 UTC  (3+ messages)

[PATCH 1/1] selftests: vsock: avoid mktemp -u for Unix socket paths
 2026-04-11  0:33 UTC  (9+ messages)
` [PATCH v2] selftests: vsock: avoid races creating "
  ` [PATCH v3] "

[bug report] virtio_net: xsk: bind/unbind xsk for rx
 2026-04-10 10:13 UTC 

[PATCH 1/1] selftests: vsock: avoid mktemp -u for Unix socket paths
 2026-04-09 17:02 UTC  (2+ messages)

[PATCH] virtio: Add ID for virtio media
 2026-04-09 16:53 UTC  (2+ messages)

[PATCH] virtio_mem: add bitmap_test_range_all_set/zero helpers
 2026-04-08 13:49 UTC  (2+ messages)

[PATCH] iommu: Always fill in gather when unmapping
 2026-04-08 13:34 UTC  (7+ messages)

[PATCH net v2 0/3] vsock/virtio: fix MSG_PEEK calculation on bytes to copy
 2026-04-08 10:18 UTC  (5+ messages)
` [PATCH net v2 2/3] vsock/test: handle MSG_PEEK in `recv_buf`
` [PATCH net v2 3/3] vsock/test: add MSG_PEEK after partial recv test

[PATCH net-next] vsock/virtio: remove unnecessary call to `virtio_transport_get_ops`
 2026-04-08  8:11 UTC  (7+ messages)

[BUG] vsock: refcount_t saturation and OOM via buffer size invariant inversion
 2026-04-08  8:05 UTC  (7+ messages)
    ` [PATCH v2 net] vsock: fix buffer size clamping order

[RFC PATCH v1] virtio_pci: only store successfully populated virtio_pci_vq_info
 2026-04-07 21:25 UTC 

[PATCH 0/4] virtio: fix four bugs across mmio, pci, and vring
 2026-04-07 20:53 UTC  (14+ messages)
` [PATCH 1/4] virtio-mmio: wait for status readback after reset
` [PATCH 2/4] virtio-pci: use avq->vq_index for admin VQ in INTx path
` [PATCH 3/4] virtio-pci: return IRQ_HANDLED for config-change interrupts
` [PATCH 4/4] virtio_ring: preserve VIRTIO_F_RING_RESET in transport features

[PATCH v13] can: virtio: Add virtio CAN driver
 2026-04-07 13:48 UTC  (4+ messages)


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