Linux virtualization list
 help / color / mirror / Atom feed
 messages from 2026-04-21 17:41:55 to 2026-04-26 05:00:48 UTC [more...]

[PATCH 1/2] hv_sock: fix ARM64 support
 2026-04-26  5:00 UTC  (3+ messages)
` [PATCH 2/2] drm/hyperv: use VMBUS_RING_SIZE()

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

[PATCH 7.2 v10 0/2] skip redundant sync IPIs when TLB flush sent them
 2026-04-25 11:36 UTC  (33+ 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] vsock/virtio: fix memory leak in virtio_transport_recv_listen()
 2026-04-24 20:17 UTC  (2+ messages)
` [syzbot ci] "

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

[PATCH v2 0/3] vfio/pci: Request resources and map BARs at enable time
 2026-04-24 17:20 UTC  (8+ 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: 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] drm/qxl: Fix missing KMS poll cleanup
 2026-04-24 11:25 UTC 

[PATCH] virtio-mmio: fix device release warning on module unload
 2026-04-24 10:48 UTC 

[PATCH 0/2] vdpa_sim: switch to dynamic root device
 2026-04-24 10:47 UTC  (3+ messages)
` [PATCH 1/2] vdpa_sim_blk: "
` [PATCH 2/2] vdpa_sim_net: "

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

[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

[syzbot] [virt?] [net?] memory leak in __vsock_create (2)
 2026-04-24  2:02 UTC 

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

[PATCH net v2] hv_sock: Return -EIO for malformed/short packets
 2026-04-23 18:10 UTC  (3+ 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  (5+ messages)
` [PATCH 1/2] vfio/pci: Set up barmap in vfio_pci_core_enable()
` [PATCH 2/2] vfio/pci: Remove vfio_pci_core_setup_barmap()

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

[PATCH v11 03/13] lib/group_cpus: Add group_mask_cpus_evenly()
 2026-04-23  8:11 UTC  (4+ messages)

[PATCH net] hv_sock: Return -EIO for malformed/short packets
 2026-04-23  6:50 UTC  (4+ messages)
  ` [EXTERNAL] "

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

[PATCH v3 0/2] Bluetooth: virtio_bt: harden rx against untrusted backend
 2026-04-22 16:00 UTC  (2+ messages)

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

[PATCH 0/2] powerpc: Fix a whole bunch of spelling mistakes
 2026-04-22  7:13 UTC  (5+ messages)
` [PATCH 1/2] powerpc: Add a typos.toml file

[PATCH v3] drm/qxl: Convert qxl release idr to xarray
 2026-04-22  3:17 UTC 

[RFC PATCH v1] virtio_pci: only store successfully populated virtio_pci_vq_info
 2026-04-21 22:16 UTC  (6+ messages)

[PATCH net v3] hv_sock: Report EOF instead of -EIO for FIN
 2026-04-21 17:57 UTC  (2+ messages)

[PATCH net v2] hv_sock: Report EOF instead of -EIO for FIN
 2026-04-21 17:54 UTC  (6+ messages)
  ` [EXTERNAL] "

[PATCH 1/2] vfio/pci: Set up VFIO barmap before creating a DMABUF
 2026-04-21 17:46 UTC  (5+ messages)


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