messages from 2026-05-07 08:30:48 to 2026-05-11 16:37:04 UTC [more...]
[PATCH resend v6 00/30] mm/virtio: skip redundant zeroing of host-zeroed pages
2026-05-11 16:36 UTC (45+ 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
[PATCH] vhost/vsock: Refuse the connection immediately when guest isn't ready
2026-05-11 15:56 UTC (2+ 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 net] vsock/virtio: fix skb overhead accounting to preserve full buf_alloc
2026-05-11 13:17 UTC (8+ messages)
[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] drm/virtio: check virtio_gpu_array_lock_resv() return in cursor update
2026-05-10 21:11 UTC (2+ messages)
[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 (14+ messages)
` [PATCH net-next v11 1/4] tun/tap: add ptr_ring consume helper with netdev queue wakeup
` [PATCH net-next v11 2/4] vhost-net: wake queue of tun/tap after ptr_ring consume
` [PATCH net-next v11 3/4] ptr_ring: move free-space check into separate helper
` [PATCH net-next v11 4/4] tun/tap & vhost-net: avoid ptr_ring tail-drop when a qdisc is present
[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 net 0/2] vsock/virtio: fix vsockmon tap skb construction
2026-05-09 19:38 UTC (6+ 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 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 (5+ 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 (8+ messages)
` [PATCH v4 1/3] vfio/pci: Set up BAR resources and maps in vfio_pci_core_enable()
` [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 (9+ messages)
` [PATCH] vsock/virtio: fix vsockmon info leak in non-linear tap, copy
[PATCH] vdpa/mlx5: Use kvzalloc_flex() for MTT command memory
2026-05-08 15:13 UTC (2+ messages)
[PATCH net] vsock/virtio: fix potential unbounded skb queue
2026-05-08 10:11 UTC (19+ messages)
[PATCH] mm/balloon: expose per-node balloon pages in node meminfo
2026-05-08 9:59 UTC (3+ messages)
[PATCH] drm/bochs: Drop manual put on probe error path
2026-05-08 7:43 UTC (3+ messages)
` "
[mst-vhost:balloon 4/30] Warning: mm/mempolicy.c:2527 expecting prototype for vma_alloc_folio(). Prototype was for alloc_frozen_pages() instead
2026-05-08 6:16 UTC (2+ messages)
[mst-vhost:balloon 6/30] Warning: mm/mempolicy.c:2444 function parameter 'user_addr' not described in '__alloc_pages_mpol'
2026-05-08 6:09 UTC (2+ messages)
[PATCH v5 14/28] mm: page_reporting: allow driver to set batch capacity
2026-05-07 22:23 UTC (6+ messages)
` [PATCH v5 20/28] virtio_balloon: submit reported pages as individual buffers
` [PATCH v5 25/28] virtio_balloon: implement VIRTIO_BALLOON_F_DEVICE_INIT_ON_INFLATE
` [PATCH v5 26/28] mm: balloon: use put_page_zeroed for zeroed balloon pages
` [PATCH v5 27/28] virtio_balloon: disable reporting zeroed optimization for confidential guests
` [PATCH v5 28/28] virtio_balloon: implement VIRTIO_BALLOON_F_DEVICE_INIT_REPORTED
[PATCH] virtio-mmio: move guest page size setting into vm_reset()
2026-05-07 18:38 UTC
[PATCH net-next v10 0/4] tun/tap & vhost-net: apply qdisc backpressure on full ptr_ring to reduce TX drops
2026-05-07 15:19 UTC (6+ messages)
` [PATCH net-next v10 4/4] tun/tap & vhost-net: avoid ptr_ring tail-drop when a qdisc is present
[RFC PATCH v8 0/4] virtio: add noirq system sleep PM callbacks for virtio-mmio
2026-05-07 14:02 UTC (3+ messages)
` [RFC PATCH v8 2/4] virtio_ring: export virtqueue_reinit_vring() for noirq restore
[PATCH] ALSA: virtio: Validate control metadata from the device
2026-05-07 14:28 UTC
[PATCH 00/10] drm: Improve logic behind damage handling
2026-05-07 12:22 UTC (3+ messages)
` [PATCH 05/10] drm/appletbdrm: Allocate request/response buffers in begin_fb_access
[PATCH v4] virtio: rtc: tear down old virtqueues before restore
2026-05-07 12:08 UTC
[PATCH v3] virtio: rtc: tear down old virtqueues before restore
2026-05-07 11:40 UTC (4+ messages)
[PATCH v2 0/8] x86/msr: Consolidate native/paravirt MSR functions
2026-05-07 8:21 UTC (6+ messages)
` [PATCH v2 2/8] x86/msr: Consolidate rdmsr() definitions
[PATCH] drm/qxl: Add bounds check for relocs_num to prevent memory exhaustion
2026-05-07 8:43 UTC
[PATCH RFC 0/6] Add Rust virtio bindings and sample device
2026-05-07 8:29 UTC (4+ messages)
` [PATCH RFC 2/6] rust/helpers: add virtio.c
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox