Linux virtualization list
 help / color / mirror / Atom feed
 messages from 2026-05-08 16:18:06 to 2026-05-12 21:06:59 UTC [more...]

[PATCH v7 00/31] mm/virtio: skip redundant zeroing of host-zeroed pages
 2026-05-12 21:06 UTC  (20+ messages)
` [PATCH v7 01/31] mm: mempolicy: fix interleave index for unaligned VMA start
` [PATCH v7 02/31] mm: page_alloc: propagate PageReported flag across buddy splits
` [PATCH v7 03/31] mm: page_reporting: allow driver to set batch capacity
` [PATCH v7 04/31] mm: hugetlb: remove dead alloc_hugetlb_folio stub
` [PATCH v7 05/31] mm: move vma_alloc_folio_noprof to page_alloc.c
` [PATCH v7 06/31] mm: thread user_addr through page allocator for cache-friendly zeroing
` [PATCH v7 07/31] mm: add folio_zero_user stub for configs without THP/HUGETLBFS
` [PATCH v7 08/31] mm: page_alloc: move prep_compound_page before post_alloc_hook
` [PATCH v7 09/31] mm: use folio_zero_user for user pages in post_alloc_hook
` [PATCH v7 10/31] mm: use __GFP_ZERO in vma_alloc_zeroed_movable_folio
` [PATCH v7 11/31] mm: remove arch vma_alloc_zeroed_movable_folio overrides
` [PATCH v7 12/31] mm: alloc_anon_folio: pass raw fault address to vma_alloc_folio
` [PATCH v7 13/31] mm: alloc_swap_folio: "
` [PATCH v7 14/31] mm: use __GFP_ZERO in alloc_anon_folio
` [PATCH v7 15/31] mm: vma_alloc_anon_folio_pmd: pass raw fault address to vma_alloc_folio
` [PATCH v7 16/31] mm: use __GFP_ZERO in vma_alloc_anon_folio_pmd
` [PATCH v7 17/31] mm: hugetlb: add gfp parameter and skip zeroing for zeroed pages
` [PATCH v7 18/31] mm: memfd: skip zeroing for zeroed hugetlb pool pages
` [PATCH v7 19/31] mm: page_reporting: skip redundant zeroing of host-zeroed reported pages

[PATCH resend v6 00/30] mm/virtio: skip redundant zeroing of host-zeroed pages
 2026-05-12 21:06 UTC  (64+ messages)
` [PATCH resend v6 01/30] mm: move vma_alloc_folio_noprof to page_alloc.c
` [PATCH resend v6 02/30] mm: mempolicy: fix interleave index for unaligned VMA start
` [PATCH resend v6 03/30] mm: thread user_addr through page allocator for cache-friendly zeroing
` [PATCH resend v6 04/30] mm: add folio_zero_user stub for configs without THP/HUGETLBFS
` [PATCH resend v6 05/30] mm: page_alloc: move prep_compound_page before post_alloc_hook
` [PATCH resend v6 06/30] mm: use folio_zero_user for user pages in post_alloc_hook
` [PATCH resend v6 07/30] mm: use __GFP_ZERO in vma_alloc_zeroed_movable_folio
` [PATCH resend v6 08/30] mm: remove arch vma_alloc_zeroed_movable_folio overrides
` [PATCH resend v6 09/30] mm: alloc_anon_folio: pass raw fault address to vma_alloc_folio
` [PATCH resend v6 10/30] mm: alloc_swap_folio: "
` [PATCH resend v6 11/30] mm: use __GFP_ZERO in alloc_anon_folio
` [PATCH resend v6 12/30] mm: vma_alloc_anon_folio_pmd: pass raw fault address to vma_alloc_folio
` [PATCH resend v6 13/30] mm: use __GFP_ZERO in vma_alloc_anon_folio_pmd
` [PATCH resend v6 14/30] mm: hugetlb: use __GFP_ZERO and skip zeroing for zeroed pages
` [PATCH resend v6 15/30] mm: memfd: skip zeroing for zeroed hugetlb pool pages
` [PATCH resend v6 16/30] mm: page_reporting: allow driver to set batch capacity
` [PATCH resend v6 17/30] mm: page_alloc: propagate PageReported flag across buddy splits
` [PATCH resend v6 18/30] mm: page_reporting: skip redundant zeroing of host-zeroed reported pages
` [PATCH resend v6 19/30] mm: page_reporting: add per-page zeroed bitmap for host feedback
` [PATCH resend v6 20/30] mm: page_alloc: clear PG_zeroed on buddy merge if not both zero
` [PATCH resend v6 21/30] mm: page_alloc: preserve PG_zeroed in page_del_and_expand
` [PATCH resend v6 22/30] virtio_balloon: submit reported pages as individual buffers
` [PATCH resend v6 23/30] mm: page_reporting: add flush parameter with page budget
` [PATCH resend v6 24/30] mm: page_alloc: propagate PG_zeroed in split_large_buddy
` [PATCH resend v6 25/30] virtio_balloon: skip zeroing for host-zeroed reported pages
` [PATCH resend v6 26/30] virtio_balloon: disable reporting zeroed optimization for confidential guests
` [PATCH resend v6 27/30] mm: add free_frozen_pages_zeroed
` [PATCH resend v6 28/30] mm: add put_page_zeroed and folio_put_zeroed
` [PATCH resend v6 29/30] virtio_balloon: implement VIRTIO_BALLOON_F_DEVICE_INIT_ON_INFLATE
` [PATCH resend v6 30/30] mm: balloon: use put_page_zeroed for zeroed balloon pages

[RFC PATCH v3 3/7] hq-spinlock: add contention detection
 2026-05-12 16:25 UTC  (4+ messages)
    ` [PATCH v3] locking/hqlock_core: restore missing call in contention detection logic

[PATCH] vhost/vsock: Refuse the connection immediately when guest isn't ready
 2026-05-12 16:02 UTC  (5+ messages)

[PATCH net v2] vsock/vmci: fix UAF when peer resets connection during handshake
 2026-05-12 13:12 UTC  (3+ messages)

[PATCH net v2] vsock/virtio: fix skb overhead accounting to preserve full buf_alloc
 2026-05-12 11:17 UTC  (4+ messages)

[PATCH net 0/2] vsock/virtio: fix vsockmon tap skb construction
 2026-05-12 11:10 UTC  (7+ messages)
` [PATCH net 1/2] vsock/virtio: fix length and offset in tap skb for split packets
` [PATCH net 2/2] vsock/virtio: fix empty payload in tap skb for non-linear buffers

[PATCH] drm/virtio: add timeout to virtqueue wait to avoid hung task
 2026-05-12  8:59 UTC  (3+ messages)

[RESEND PATCH v3] drm/qxl: Convert qxl release idr to xarray
 2026-05-12  7:34 UTC 

[PATCH net] vsock/virtio: fix skb overhead accounting to preserve full buf_alloc
 2026-05-12  7:19 UTC  (10+ messages)

[PATCH v2] drm/virtio: move cursor resv lock acquisition to prepare_fb
 2026-05-12  6:34 UTC  (2+ messages)

[PATCH] drm/virtio: check virtio_gpu_array_lock_resv() return in cursor update
 2026-05-12  2:07 UTC  (3+ messages)

[PATCH v5 0/3] vfio/pci: Request resources and map BARs at enable time
 2026-05-11 14:58 UTC  (4+ messages)
` [PATCH v5 1/3] vfio/pci: Set up BAR resources and maps in vfio_pci_core_enable()
` [PATCH v5 2/3] vfio/pci: Check BAR resources before exporting a DMABUF
` [PATCH v5 3/3] vfio/pci: Replace vfio_pci_core_setup_barmap() with vfio_pci_core_get_iomap()

[PATCH v2 00/10] drm: Improve logic behind damage handling
 2026-05-11 12:22 UTC  (11+ messages)
` [PATCH v2 01/10] drm/damage-helper: Do not alter damage clips on modeset, but ignore them
` [PATCH v2 02/10] drm/atomic-helpers: Evaluate plane damage after atomic_check
` [PATCH v2 03/10] drm/ingenic: Remove calls to drm_atomic_helper_check_plane_damage()
` [PATCH v2 04/10] drm/damage-helper: Test src coord in drm_atomic_helper_check_plane_damage()
` [PATCH v2 05/10] drm/appletbdrm: Allocate request/response buffers in begin_fb_access
` [PATCH v2 06/10] drm/damage-helper: Remove old state from drm_atomic_helper_damage_iter_init()
` [PATCH v2 07/10] drm/damage-helper: Remove old state from drm_atomic_helper_damage_merged()
` [PATCH v2 08/10] drm/atomic_helper: Do not evaluate plane damage before atomic_check
` [PATCH v2 09/10] drm/damage-helper: Rename state parameters in damage helpers
` [PATCH v2 10/10] drm/vmwgfx: Remove unused field struct vmwgfx_du_update_plane.old_state

[PATCH] vhost-vdpa: Expose ASID group change after DRIVER_OK via backend feature
 2026-05-11  9:45 UTC 

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

[PATCH v6 00/30] mm/virtio: skip redundant zeroing of host-zeroed pages
 2026-05-11  8:56 UTC  (20+ messages)
` [PATCH v6 01/30] mm: move vma_alloc_folio_noprof to page_alloc.c
` [PATCH v6 02/30] mm: mempolicy: fix interleave index for unaligned VMA start
` [PATCH v6 03/30] mm: thread user_addr through page allocator for cache-friendly zeroing
` [PATCH v6 04/30] mm: add folio_zero_user stub for configs without THP/HUGETLBFS
` [PATCH v6 05/30] mm: page_alloc: move prep_compound_page before post_alloc_hook
` [PATCH v6 06/30] mm: use folio_zero_user for user pages in post_alloc_hook
` [PATCH v6 07/30] mm: use __GFP_ZERO in vma_alloc_zeroed_movable_folio
` [PATCH v6 08/30] mm: remove arch vma_alloc_zeroed_movable_folio overrides
` [PATCH v6 09/30] mm: alloc_anon_folio: pass raw fault address to vma_alloc_folio
` [PATCH v6 10/30] mm: alloc_swap_folio: "
` [PATCH v6 11/30] mm: use __GFP_ZERO in alloc_anon_folio
` [PATCH v6 12/30] mm: vma_alloc_anon_folio_pmd: pass raw fault address to vma_alloc_folio
` [PATCH v6 13/30] mm: use __GFP_ZERO in vma_alloc_anon_folio_pmd
` [PATCH v6 14/30] mm: hugetlb: use __GFP_ZERO and skip zeroing for zeroed pages
` [PATCH v6 15/30] mm: memfd: skip zeroing for zeroed hugetlb pool pages
` [PATCH v6 16/30] mm: page_reporting: allow driver to set batch capacity
` [PATCH v6 17/30] mm: page_alloc: propagate PageReported flag across buddy splits
` [PATCH v6 18/30] mm: page_reporting: skip redundant zeroing of host-zeroed reported pages

[PATCH v6 08/30] mm: alloc_anon_folio: pass raw fault address to vma_alloc_folio
 2026-05-11  8:54 UTC  (8+ messages)
` [PATCH v6 09/30] mm: alloc_swap_folio: "
` [PATCH v6 10/30] mm: use __GFP_ZERO in alloc_anon_folio
` [PATCH v6 11/30] mm: vma_alloc_anon_folio_pmd: pass raw fault address to vma_alloc_folio
` [PATCH v6 12/30] mm: use __GFP_ZERO in vma_alloc_anon_folio_pmd
` [PATCH v6 13/30] mm: hugetlb: use __GFP_ZERO and skip zeroing for zeroed pages
` [PATCH v6 14/30] mm: memfd: skip zeroing for zeroed hugetlb pool pages
` [PATCH v6 15/30] mm: remove arch vma_alloc_zeroed_movable_folio overrides

[PATCH net-next v11 0/4] tun/tap & vhost-net: apply qdisc backpressure on full ptr_ring to reduce TX drops
 2026-05-10 18:27 UTC  (11+ messages)
` [PATCH net-next v11 1/4] tun/tap: add ptr_ring consume helper with netdev queue wakeup

[PATCH RFC v3 0/6] Add Rust virtio bindings and sample device
 2026-05-10 13:38 UTC  (7+ messages)
` [PATCH RFC v3 1/6] rust/bindings: generate virtio bindings
` [PATCH RFC v3 2/6] rust/helpers: add virtio.c
` [PATCH RFC v3 3/6] rust/kernel/device: return parent at same context
` [PATCH RFC v3 4/6] rust: add virtio module
` [PATCH RFC v3 5/6] rust: impl interruptible waits for Completion
` [PATCH RFC v3 6/6] samples/rust: Add sample virtio-rtc driver [WIP]

[PATCH RFC v2 0/6] Add Rust virtio bindings and sample device
 2026-05-09 14:47 UTC  (7+ messages)
` [PATCH RFC v2 1/6] rust/bindings: generate virtio bindings
` [PATCH RFC v2 2/6] rust/helpers: add virtio.c
` [PATCH RFC v2 3/6] rust: add virtio module
` [PATCH RFC v2 4/6] rust/scatterlist: add SGEntry::init_one
` [PATCH RFC v2 5/6] rust: impl interruptible waits for Completion
` [PATCH RFC v2 6/6] samples/rust: Add sample virtio-rtc driver [WIP]

[PATCH v2] mm/balloon: expose per-node balloon pages in node meminfo
 2026-05-09  1:14 UTC  (4+ messages)

[PATCH v3] proc/meminfo: expose per-node balloon pages in node meminfo
 2026-05-09  0:56 UTC 

[PATCH v4 0/3] vfio/pci: Request resources and map BARs at enable time
 2026-05-08 17:45 UTC  (5+ messages)
` [PATCH v4 3/3] vfio/pci: Replace vfio_pci_core_setup_barmap() with vfio_pci_core_get_iomap()

[PATCH] vsock/virtio: fix vsockmon info leak in non-linear tap copy
 2026-05-08 16:47 UTC  (2+ messages)

[PATCH] vsock/virtio: fix vsockmon info leak in non-linear tap copy
 2026-05-08 16:17 UTC  (4+ messages)
` [PATCH] vsock/virtio: fix vsockmon info leak in non-linear tap, copy


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