messages from 2026-04-20 12:51:04 to 2026-04-24 06:26:32 UTC [more...]
[PATCH 7.2 v10 0/2] skip redundant sync IPIs when TLB flush sent them
2026-04-24 6:25 UTC (3+ 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 0/4] scsi: Support devices that don't have a cmd_per_lun limit
2026-04-24 5:45 UTC (20+ messages)
` [PATCH 2/4] scsi: qedi: Fix command overqueueing
` [PATCH 3/4] scsi: Support scsi_devices without a device wide limit
` [PATCH 4/4] virtio-scsi: "
[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] virtio: rtc: tear down old virtqueues before restore
2026-04-24 3:14 UTC (3+ messages)
` [PATCH v2] "
[syzbot] [virt?] [net?] memory leak in __vsock_create (2)
2026-04-24 2:02 UTC
[PATCH v2 0/3] vfio/pci: Request resources and map BARs at enable time
2026-04-23 21:30 UTC (6+ 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 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 RFC v3 00/19] mm/virtio: skip redundant zeroing of host-zeroed reported pages
2026-04-23 16:13 UTC (34+ 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 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 (3+ 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] Bluetooth: virtio_bt: clamp rx length before skb_put
2026-04-22 16:00 UTC (9+ messages)
` [PATCH v2] "
` [PATCH v3 0/2] Bluetooth: virtio_bt: harden rx against untrusted backend
` [PATCH v3 1/2] Bluetooth: virtio_bt: clamp rx length before skb_put
` [PATCH v3 2/2] Bluetooth: virtio_bt: validate rx pkt_type header length
[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 (9+ messages)
` [PATCH 1/2] powerpc: Add a typos.toml file
` [PATCH 2/2] powerpc: Run typos -w
[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)
[PATCH RFC v2 00/18] mm/virtio: skip redundant zeroing of host-zeroed reported pages
2026-04-21 16:59 UTC (31+ messages)
` [PATCH RFC v2 02/18] mm: add pghint_t type and vma_alloc_folio_hints API
` [PATCH RFC v2 11/18] mm: skip zeroing in vma_alloc_zeroed_movable_folio for pre-zeroed pages
` [PATCH RFC v2 14/18] mm: memfd: skip zeroing for pre-zeroed hugetlb pages
` [PATCH RFC v2 15/18] virtio_balloon: add host_zeroes_pages module parameter
` [PATCH RFC v2 16/18] mm: page_reporting: add flush parameter with page budget
` [PATCH RFC v2 17/18] mm: add free_frozen_pages_hint and put_page_hint APIs
` [PATCH RFC v2 18/18] virtio_balloon: mark deflated pages as pre-zeroed
` [syzbot ci] Re: mm/virtio: skip redundant zeroing of host-zeroed reported pages
[PATCH] virtio_console: add timeout to __send_to_port() spin loop
2026-04-21 14:23 UTC (6+ messages)
[PATCH v2] drm/qxl: Convert qxl release idr to xarray
2026-04-21 6:00 UTC
[syzbot] [kvm?] [net?] [virt?] BUG: sleeping function called from invalid context in vhost_get_avail_idx
2026-04-20 22:09 UTC
[PATCH AUTOSEL 7.0-5.10] virtiofs: add FUSE protocol validation
2026-04-20 13:17 UTC
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