Linux virtualization list
 help / color / mirror / Atom feed
 messages from 2026-06-05 19:40:49 to 2026-06-09 19:27:20 UTC [more...]

[PATCH v4 00/47] x86: Try to wrangle PV clocks vs. TSC
 2026-06-09 19:27 UTC  (13+ messages)
` [PATCH v4 01/47] x86/tsc: Never re-calibrate TSC frequency if its exact timing is known
` [PATCH v4 10/47] x86/tsc: Consolidate forcing of X86_FEATURE_TSC_KNOWN_FREQ for PV code

[PATCH splitout] mm: memory-failure: serialize TestSetPageHWPoison with zone->lock
 2026-06-09 18:52 UTC  (7+ messages)

[PATCH] drm/virtio: Use common error handling code in two functions
 2026-06-09 18:08 UTC 

[PATCH net] vsock/virtio: restore msg_iter on transmission failure
 2026-06-09 17:58 UTC  (3+ messages)

[PATCH splitout] mm: page_reporting: allow driver to set batch capacity
 2026-06-09 17:44 UTC  (2+ messages)

[PATCH splitout] virtio_balloon: disable indirect descriptors
 2026-06-09 16:33 UTC 

[PATCH v2] virtio-blk: clamp zone report to the report buffer capacity
 2026-06-09 16:02 UTC  (4+ messages)

[PATCH net] virtio_net: do not allow tunnel csum offload for non GSO packets
 2026-06-09 14:50 UTC  (2+ messages)

[PATCH v1] i2c: virtio: wait uninterruptibly for completions to avoid UAF
 2026-06-09 13:52 UTC  (7+ messages)
` [PATCH v2] i2c: virtio: retain xfer with kref to fix UAF on interrupted wait
` [PATCH v3] "

[PATCH v3 0/4] scsi/block: NUMA-local scan allocations, shared-tag path cleanup, and SCSI I/O counters
 2026-06-09 13:03 UTC  (6+ messages)
` [PATCH v3 1/4] scsi: scan: allocate sdev and starget on the NUMA node of the host adapter
` [PATCH v3 2/4] scsi: host: allocate struct Scsi_Host "
` [PATCH v3 3/4] block: drop shared-tag fairness throttling
` [PATCH v3 4/4] scsi: use percpu counters for iostat counters in struct scsi_device

[PATCH v3 0/5] nvdimm: virtio_pmem: fix request lifetime and converge broken queue failures
 2026-06-09 12:10 UTC  (3+ messages)

[PATCH v4 0/7] nvdimm: virtio_pmem: fix request lifetime and converge broken queue failures
 2026-06-09 12:07 UTC  (8+ messages)
` [PATCH v4 1/7] nvdimm: preserve flush callback errors
` [PATCH v4 2/7] nvdimm: virtio_pmem: use GFP_NOIO for child flush bio
` [PATCH v4 3/7] nvdimm: virtio_pmem: always wake -ENOSPC waiters
` [PATCH v4 4/7] nvdimm: virtio_pmem: use READ_ONCE()/WRITE_ONCE() for wait flags
` [PATCH v4 5/7] nvdimm: virtio_pmem: refcount requests for token lifetime
` [PATCH v4 6/7] nvdimm: virtio_pmem: converge broken virtqueue to -EIO
` [PATCH v4 7/7] nvdimm: virtio_pmem: drain requests in freeze

[PATCH v10 00/37] mm/virtio: skip redundant zeroing of host-zeroed pages
 2026-06-09 10:04 UTC  (130+ messages)
` [PATCH v10 01/37] mm: mempolicy: fix interleave index calculation
` [PATCH v10 02/37] mm: memory-failure: serialize TestSetPageHWPoison with zone->lock
` [PATCH v10 03/37] mm: page_alloc: propagate PageReported flag across buddy splits
` [PATCH v10 04/37] mm: page_reporting: allow driver to set batch capacity
` [PATCH v10 05/37] mm: hugetlb: remove dead alloc_hugetlb_folio stub
` [PATCH v10 06/37] mm: move vma_alloc_folio_noprof to page_alloc.c
` [PATCH v10 07/37] mm: thread user_addr through page allocator for cache-friendly zeroing
` [PATCH v10 08/37] mm: add alloc_contig_frozen_pages_user "
` [PATCH v10 09/37] mm: hugetlb: thread user_addr through gigantic page allocation
` [PATCH v10 10/37] mm: add folio_zero_user stub for configs without THP/HUGETLBFS
` [PATCH v10 11/37] mm: page_alloc: move prep_compound_page before post_alloc_hook
` [PATCH v10 12/37] mm: use folio_zero_user for user pages in post_alloc_hook
` [PATCH v10 13/37] mm: use __GFP_ZERO in vma_alloc_zeroed_movable_folio
` [PATCH v10 14/37] mm: remove arch vma_alloc_zeroed_movable_folio overrides
` [PATCH v10 15/37] mm: alloc_anon_folio: pass raw fault address to vma_alloc_folio
` [PATCH v10 16/37] mm: alloc_swap_folio: "
` [PATCH v10 17/37] mm: page_reporting: skip redundant zeroing of host-zeroed reported pages
` [PATCH v10 18/37] mm: page_alloc: use aliasing checks instead of user_alloc_needs_zeroing
` [PATCH v10 19/37] mm: page_alloc: clear PG_zeroed on buddy merge if not both zero
` [PATCH v10 20/37] mm: page_alloc: preserve PG_zeroed in page_del_and_expand
` [PATCH v10 21/37] mm: page_alloc: propagate PG_zeroed in split_large_buddy
` [PATCH v10 22/37] mm: add free_frozen_pages_zeroed
` [PATCH v10 23/37] mm: page_alloc: skip kernel_init_pages for FPI_ZEROED when safe
` [PATCH v10 24/37] mm: add put_page_zeroed and folio_put_zeroed
` [PATCH v10 25/37] mm: use __GFP_ZERO in alloc_anon_folio
` [PATCH v10 26/37] mm: vma_alloc_anon_folio_pmd: pass raw fault address to vma_alloc_folio
` [PATCH v10 27/37] mm: use __GFP_ZERO in vma_alloc_anon_folio_pmd
` [PATCH v10 28/37] mm: hugetlb: add gfp parameter and skip zeroing for zeroed pages
` [PATCH v10 29/37] mm: memfd: skip zeroing for zeroed hugetlb pool pages
` [PATCH v10 30/37] mm: page_reporting: add per-page zeroed bitmap for host feedback
` [PATCH v10 31/37] virtio_balloon: submit reported pages as individual buffers
` [PATCH v10 32/37] virtio_balloon: disable indirect descriptors
` [PATCH v10 33/37] mm: page_reporting: add flush parameter with page budget
` [PATCH v10 34/37] virtio_balloon: skip zeroing for host-zeroed reported pages
` [PATCH v10 35/37] virtio_balloon: disable reporting zeroed optimization for confidential guests
` [PATCH v10 36/37] mm: balloon: use put_page_zeroed for zeroed balloon pages
` [PATCH v10 37/37] virtio_balloon: implement VIRTIO_BALLOON_F_DEVICE_INIT_ON_INFLATE
` New design

[PATCH v1] vsock/virtio: rework MSG_ZEROCOPY flag handling
 2026-06-09  9:48 UTC  (7+ messages)

[PATCH v1] drm/virtio: Fix driver removal with disabled KMS
 2026-06-09  9:33 UTC  (5+ messages)

[PATCH] drm/virtio: fix dma_fence refcount leak on error in virtio_gpu_dma_fence_wait()
 2026-06-08 18:43 UTC  (2+ messages)

[PATCH] VIRTIO: Update the desc 'flag' fied last in packed ring
 2026-06-08  8:08 UTC  (7+ messages)

[PATCH] tools/virtio: check mmap return value in vringh_test
 2026-06-08  1:19 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] virtio-blk: clamp zone report to the report buffer capacity
 2026-06-07  2:23 UTC  (2+ messages)

[PATCH] vsock/virtio: fix memory leak in virtio_transport_recv_listen
 2026-06-06 14:24 UTC  (3+ messages)
` [syzbot ci] "

[PATCH] virtio_net: normalize non-positive napi_weight values
 2026-06-06  8:40 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