Linux virtualization list
 help / color / mirror / Atom feed
 messages from 2026-04-23 10:02:49 to 2026-04-28 13:22:28 UTC [more...]

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

[PATCH] hv_sock: fix ARM64 support
 2026-04-28 13:12 UTC  (2+ messages)

[PATCH v12 00/13] blk: honor isolcpus configuration
 2026-04-28 13:08 UTC  (8+ messages)
` [PATCH v12 02/13] lib/group_cpus: remove dead !SMP code
` [PATCH v12 05/13] blk-mq: add blk_mq_{online|possible}_queue_affinity

[PATCH] hv_sock: fix ARM64 support
 2026-04-28 12:35 UTC  (3+ messages)

[PATCH RFC 00/11] x86/msr: Reduce MSR access interfaces
 2026-04-28 10:42 UTC  (2+ messages)
` [PATCH RFC 09/11] x86/msr: Add macros for preparing to switch rdmsr/wrmsr interfaces

[PATCH AUTOSEL 7.0] scsi: virtio_scsi: Move INIT_WORK calls to virtscsi_probe()
 2026-04-28 10:40 UTC 

[PATCH] vsock/virtio: fix memory leak in virtio_transport_recv_listen()
 2026-04-28  8:57 UTC  (5+ messages)
` [syzbot ci] "

[PATCH 1/2] hv_sock: fix ARM64 support
 2026-04-28  0:06 UTC  (8+ messages)
` [PATCH 2/2] drm/hyperv: use VMBUS_RING_SIZE()

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

[syzbot] [virt?] [net?] memory leak in __vsock_create (2)
 2026-04-27 17:03 UTC  (3+ messages)

[PATCH RFC v4 00/22] mm/virtio: skip redundant zeroing of host-zeroed reported pages
 2026-04-27 15:43 UTC  (26+ messages)
` [PATCH RFC v4 01/22] mm: move vma_alloc_folio to page_alloc.c
` [PATCH RFC v4 02/22] mm: add vma_alloc_folio_user_addr
` [PATCH RFC v4 03/22] mm: thread user_addr through page allocator for cache-friendly zeroing
` [PATCH RFC v4 04/22] mm: add folio_zero_user stub for configs without THP/HUGETLBFS
` [PATCH RFC v4 05/22] mm: page_alloc: move prep_compound_page before post_alloc_hook
` [PATCH RFC v4 06/22] mm: use folio_zero_user for user pages in post_alloc_hook
` [PATCH RFC v4 07/22] mm: use __GFP_ZERO in vma_alloc_zeroed_movable_folio
` [PATCH RFC v4 08/22] mm: use __GFP_ZERO in alloc_anon_folio
` [PATCH RFC v4 09/22] mm: use __GFP_ZERO in vma_alloc_anon_folio_pmd
` [PATCH RFC v4 10/22] mm: hugetlb: use __GFP_ZERO and skip zeroing for zeroed pages
` [PATCH RFC v4 11/22] mm: memfd: skip zeroing for zeroed hugetlb pool pages
` [PATCH RFC v4 12/22] mm: remove arch vma_alloc_zeroed_movable_folio overrides
` [PATCH RFC v4 13/22] mm: page_alloc: propagate PageReported flag across buddy splits
` [PATCH RFC v4 14/22] mm: page_reporting: skip redundant zeroing of host-zeroed reported pages
` [PATCH RFC v4 15/22] mm: page_alloc: clear PG_zeroed on buddy merge if not both zero
` [PATCH RFC v4 16/22] mm: page_alloc: preserve PG_zeroed in page_del_and_expand
` [PATCH RFC v4 17/22] mm: page_reporting: add per-page zeroed bitmap for host feedback
` [PATCH RFC v4 18/22] virtio_balloon: a hack to enable host-zeroed page optimization
` [PATCH RFC v4 19/22] mm: page_reporting: add flush parameter with page budget
` [PATCH RFC v4 20/22] mm: add free_frozen_pages_zeroed
` [PATCH RFC v4 21/22] mm: add put_page_zeroed and folio_put_zeroed
` [PATCH RFC v4 22/22] virtio_balloon: mark deflated pages as zeroed

[PATCH] virtio-mmio: fix device release warning on module unload
 2026-04-27 15:01 UTC  (3+ messages)

[PATCH v2] virtio-mmio: fix device release warning on module unload
 2026-04-27 14:37 UTC 

[PATCH 7.2 v10 0/2] skip redundant sync IPIs when TLB flush sent them
 2026-04-27  8:53 UTC  (34+ messages)
` [PATCH 7.2 v10 1/2] mm/mmu_gather: prepare to skip redundant sync IPIs
` [PATCH 7.2 v10 2/2] x86/tlb: skip redundant sync IPIs for native TLB flush

[PATCH] drm/qxl: Fix missing KMS poll cleanup
 2026-04-27  8:46 UTC  (2+ messages)

[PATCH 0/4] scsi: Support devices that don't have a cmd_per_lun limit
 2026-04-27  1:33 UTC  (11+ messages)
` [PATCH 3/4] scsi: Support scsi_devices without a device wide limit

[PATCH 0/2] vdpa_sim: switch to dynamic root device
 2026-04-27  1:20 UTC  (5+ messages)
` [PATCH 1/2] vdpa_sim_blk: "
` [PATCH 2/2] vdpa_sim_net: "

[PATCH] virtio: fix kernel-doc warnings for virtio_device
 2026-04-26 22:29 UTC  (3+ messages)

[PATCH RFC v3 00/19] mm/virtio: skip redundant zeroing of host-zeroed reported pages
 2026-04-26 20:54 UTC  (24+ messages)
` [PATCH RFC v3 01/19] mm: thread user_addr through page allocator for cache-friendly zeroing
` [PATCH RFC v3 10/19] mm: remove arch vma_alloc_zeroed_movable_folio overrides

[RFC PATCH v1] virtio_pci: only store successfully populated virtio_pci_vq_info
 2026-04-26 14:57 UTC  (7+ messages)

[PATCH v2 0/3] vfio/pci: Request resources and map BARs at enable time
 2026-04-26 11:16 UTC  (10+ messages)
` [PATCH v2 1/3] vfio/pci: Set up bar resources and maps in vfio_pci_core_enable()
` [PATCH v2 2/3] vfio/pci: Replace vfio_pci_core_setup_barmap() with checks for resource/map
` [PATCH v2 3/3] vfio/pci: Check BAR resources before exporting a DMABUF

[PATCH] virtio: rtc: tear down old virtqueues before restore
 2026-04-25 17:03 UTC  (8+ messages)
  ` [PATCH v2] "
      ` [PATCH v3] "

[PATCH] virtio: Add ID for virtio media
 2026-04-24 16:31 UTC  (5+ messages)

[PATCH] drm/bochs: Drop manual put on probe error path
 2026-04-24 14:59 UTC  (3+ messages)

[PATCH] drm/bochs: Drop manual put on probe error path
 2026-04-24 13:54 UTC 

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

[PATCH 7.2 v9 0/2] skip redundant sync IPIs when TLB flush sent them
 2026-04-24  5:03 UTC  (5+ messages)
` [PATCH 7.2 v9 2/2] x86/tlb: skip redundant sync IPIs for native TLB flush

[PATCH v14 00/92] dyndbg: enable 0-off-cost for all of __drm_debug
 2026-04-23 20:54 UTC  (20+ messages)
` [PATCH v14 01/92] dyndbg: fix NULL ptr on i386 due to section mis-alignment
` [PATCH v14 02/92] vmlinux.lds.h: move BOUNDED_SECTION_* macros to reuse later
` [PATCH v14 03/92] dyndbg.lds.S: fix lost dyndbg sections in modules
` [PATCH v14 04/92] vmlinux.lds.h: drop unused HEADERED_SECTION* macros
` [PATCH v14 05/92] dyndbg: factor ddebug_match_desc out from ddebug_change
` [PATCH v14 06/92] dyndbg: add stub macro for DECLARE_DYNDBG_CLASSMAP
` [PATCH v14 07/92] docs/dyndbg: update examples \012 to \n
` [PATCH v14 08/92] docs/dyndbg: explain flags parse 1st
` [PATCH v14 09/92] test-dyndbg: fixup CLASSMAP usage error
` [PATCH v14 10/92] dyndbg: reword "class unknown," to "class:_UNKNOWN_"
` [PATCH v14 11/92] dyndbg: make ddebug_class_param union members same size
` [PATCH v14 12/92] dyndbg: drop NUM_TYPE_ARRAY
` [PATCH v14 13/92] dyndbg: tweak pr_fmt to avoid expansion conflicts
` [PATCH v14 14/92] dyndbg: reduce verbose/debug clutter
` [PATCH v14 15/92] dyndbg: refactor param_set_dyndbg_classes and below
` [PATCH v14 16/92] dyndbg: tighten fn-sig of ddebug_apply_class_bitmap
` [PATCH v14 17/92] dyndbg: replace classmap list with a vector
` [PATCH v14 18/92] dyndbg: macrofy a 2-index for-loop pattern
` [PATCH v14 19/92] dyndbg,module: make proper substructs in _ddebug_info

[PATCH net v1] vhost_net: fix sleeping with preempt-disabled in vhost_net_busy_poll()
 2026-04-23 19:10 UTC  (2+ messages)

[PATCH net v2] hv_sock: Return -EIO for malformed/short packets
 2026-04-23 18:10 UTC  (2+ messages)

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

[PATCH 0/2] vfio/pci: Request resources and map BARs at enable time
 2026-04-23 14:18 UTC  (4+ messages)
` [PATCH 1/2] vfio/pci: Set up barmap in vfio_pci_core_enable()

[syzbot] Monthly virt report (Apr 2026)
 2026-04-23 12:44 UTC 

[PATCH net] vsock/virtio: fix MSG_ZEROCOPY pinned-pages accounting
 2026-04-23 11:10 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