Linux virtualization list
 help / color / mirror / Atom feed
 messages from 2026-05-11 21:41:26 to 2026-05-15 19:20:52 UTC [more...]

[PATCH v3 00/41] x86: Try to wrangle PV clocks vs. TSC
 2026-05-15 19:19 UTC  (20+ messages)
` [PATCH v3 01/41] x86/tsc: Add a standalone helpers for getting TSC info from CPUID.0x15
` [PATCH v3 02/41] x86/tsc: Add helper to register CPU and TSC freq calibration routines
` [PATCH v3 03/41] x86/sev: Mark TSC as reliable when configuring Secure TSC
` [PATCH v3 04/41] x86/sev: Move check for SNP Secure TSC support to tsc_early_init()
` [PATCH v3 05/41] x86/tdx: Override PV calibration routines with CPUID-based calibration
` [PATCH v3 06/41] x86/acrn: Mark TSC frequency as known when using ACRN for calibration
` [PATCH v3 07/41] clocksource: hyper-v: Register sched_clock save/restore iff it's necessary
` [PATCH v3 08/41] clocksource: hyper-v: Drop wrappers to sched_clock save/restore helpers
` [PATCH v3 09/41] clocksource: hyper-v: Don't save/restore TSC offset when using HV sched_clock
` [PATCH v3 10/41] x86/kvmclock: Setup kvmclock for secondary CPUs iff CONFIG_SMP=y
` [PATCH v3 11/41] x86/kvm: Don't disable kvmclock on BSP in syscore_suspend()
` [PATCH v3 12/41] x86/paravirt: Remove unnecessary PARAVIRT=n stub for paravirt_set_sched_clock()
` [PATCH v3 13/41] x86/paravirt: Move handling of unstable PV clocks into paravirt_set_sched_clock()
` [PATCH v3 14/41] x86/kvmclock: Move sched_clock save/restore helpers up in kvmclock.c
` [PATCH v3 15/41] x86/xen/time: Nullify x86_platform's sched_clock save/restore hooks
` [PATCH v3 16/41] x86/vmware: Nullify save/restore hooks when using VMware's sched_clock
` [PATCH v3 17/41] x86/tsc: WARN if TSC sched_clock save/restore used with PV sched_clock
` [PATCH v3 18/41] x86/paravirt: Pass sched_clock save/restore helpers during registration
` [PATCH v3 19/41] x86/kvmclock: Move kvm_sched_clock_init() down in kvmclock.c

[PATCH net] vsock/virtio: fix zerocopy completion for multi-skb sends
 2026-05-15 17:18 UTC  (3+ messages)

[PATCH 0/9] drm: Limit DRM_IOCTL_WAIT_VBLANK to vblank interrupts
 2026-05-15 16:56 UTC  (12+ messages)
` [PATCH 1/9] drm/vblank: Add drmm_vblank_init() to indicate managed cleanup
` [PATCH 2/9] drm/vblank: Add DRM_VBLANK_FLAG_SIMULATED
` [PATCH 3/9] drm/amdgpu: vkms: Set DRM_VBLANK_FLAG_SIMULATED
` [PATCH 4/9] drm/bochs: "
` [PATCH 5/9] drm/cirrus: "
` [PATCH 6/9] drm/hypervdrm: "
` [PATCH 7/9] drm/qxl: "
` [PATCH 8/9] drm/virtgpu: "
` [PATCH 9/9] drm/vkms: "

[PATCH 7.0 198/201] vsock/virtio: fix potential unbounded skb queue
 2026-05-15 15:50 UTC 

[PATCH 6.18 185/188] vsock/virtio: fix potential unbounded skb queue
 2026-05-15 15:50 UTC 

[PATCH 6.6 467/474] vsock/virtio: fix potential unbounded skb queue
 2026-05-15 15:49 UTC 

[PATCH 6.12 141/144] vsock/virtio: fix potential unbounded skb queue
 2026-05-15 15:49 UTC 

Patch "vsock/virtio: fix potential unbounded skb queue" has been added to the 6.6-stable tree
 2026-05-15 15:47 UTC  (4+ messages)

[PATCH v7 00/31] mm/virtio: skip redundant zeroing of host-zeroed pages
 2026-05-15 15:45 UTC  (59+ 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 v7 20/31] mm: page_reporting: add per-page zeroed bitmap for host feedback
` [PATCH v7 21/31] mm: page_alloc: clear PG_zeroed on buddy merge if not both zero
` [PATCH v7 22/31] mm: page_alloc: preserve PG_zeroed in page_del_and_expand
` [PATCH v7 23/31] virtio_balloon: submit reported pages as individual buffers
` [PATCH v7 24/31] mm: page_reporting: add flush parameter with page budget
` [PATCH v7 25/31] mm: page_alloc: propagate PG_zeroed in split_large_buddy
` [PATCH v7 26/31] virtio_balloon: skip zeroing for host-zeroed reported pages
` [PATCH v7 27/31] virtio_balloon: disable reporting zeroed optimization for confidential guests
` [PATCH v7 28/31] mm: add free_frozen_pages_zeroed
` [PATCH v7 29/31] mm: add put_page_zeroed and folio_put_zeroed
` [PATCH v7 30/31] virtio_balloon: implement VIRTIO_BALLOON_F_DEVICE_INIT_ON_INFLATE
` [PATCH v7 31/31] mm: balloon: use put_page_zeroed for zeroed balloon pages

[PATCH] vsock/virtio: fix potential unbounded skb queue
 2026-05-15 15:31 UTC  (5+ messages)

Patch "vsock/virtio: fix potential unbounded skb queue" has been added to the 7.0-stable tree
 2026-05-15 15:15 UTC 

Patch "vsock/virtio: fix potential unbounded skb queue" has been added to the 6.18-stable tree
 2026-05-15 15:15 UTC 

Patch "vsock/virtio: fix potential unbounded skb queue" has been added to the 6.12-stable tree
 2026-05-15 15:15 UTC 

[PATCH v6 0/7] locking: contended_release tracepoint instrumentation
 2026-05-15 14:40 UTC  (15+ messages)
` [PATCH v6 4/7] locking: Factor out queued_spin_release()
` [PATCH v6 5/7] locking: Add contended_release tracepoint to qspinlock
` [PATCH v6 6/7] locking: Factor out __queued_read_unlock()/__queued_write_unlock()
` [PATCH v6 7/7] locking: Add contended_release tracepoint to qrwlock

[PATCH RESEND] ALSA: virtio: Add missing 384 kHz PCM rate mapping
 2026-05-15 13:32 UTC 

[PATCH v2] vhost/vsock: Refuse the connection immediately when guest isn't ready
 2026-05-15  9:33 UTC  (2+ messages)

[PATCH] ALSA: virtio: Validate control metadata from the device
 2026-05-15  9:21 UTC  (2+ messages)

[PATCH net v3 0/2] vsock/virtio: fix skb overhead accounting to preserve full buf_alloc
 2026-05-15  9:20 UTC  (12+ messages)
` [PATCH net v3 1/2] vsock/virtio: reset connection on receiving queue overflow
` [PATCH net v3 2/2] vsock/virtio: fix skb overhead accounting to preserve full buf_alloc

[PATCH v2] drm/virtio: move cursor resv lock acquisition to prepare_fb
 2026-05-15  8:41 UTC  (5+ messages)

[PATCH v3] drm/virtio: use uninterruptible resv lock for plane updates
 2026-05-15  8:40 UTC 

[PATCH v5 0/3] vfio/pci: Request resources and map BARs at enable time
 2026-05-14 16:38 UTC  (2+ messages)

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

[PATCH] drm/qxl: validate dst_offset in apply_reloc against BO size
 2026-05-14 10:07 UTC 

[Hardening] drm/qxl: apply_reloc/apply_surf_reloc write dst_offset without validating against BO size
 2026-05-14  4:57 UTC  (2+ messages)

[PATCH net-next v12 0/4] tun/tap & vhost-net: apply qdisc backpressure on full ptr_ring to reduce TX drops
 2026-05-14  1:10 UTC  (2+ messages)

[PATCH v2] drm/virtio: Extend blob UAPI with deferred-mapping hinting
 2026-05-13 22:10 UTC  (2+ messages)

[PATCH] drm/virtio: add timeout to virtqueue wait to avoid hung task
 2026-05-13 21:54 UTC  (7+ messages)

[RFC PATCH 0/2] virtio-balloon: extended stats and push mode
 2026-05-13 16:50 UTC  (3+ messages)
` [RFC PATCH 1/2] virtio-balloon: extend stats with memory composition and pressure data
` [RFC PATCH 2/2] virtio-balloon: add stats push mode

[PATCH] virtio_pci_modern: Use GFP_ATOMIC with spin_lock_irqsave held in virtqueue_exec_admin_cmd()
 2026-05-13 12:34 UTC  (3+ messages)

[PATCH] virtio_pci_modern: Use GFP_ATOMIC with spin_lock_irqsave held in virtqueue_exec_admin_cmd()
 2026-05-13 12:10 UTC  (3+ messages)

[PATCH] vhost/vsock: Refuse the connection immediately when guest isn't ready
 2026-05-13 11:18 UTC  (9+ messages)

[PATCH resend v6 00/30] mm/virtio: skip redundant zeroing of host-zeroed pages
 2026-05-12 21:06 UTC  (30+ messages)
` [PATCH resend v6 03/30] mm: thread user_addr through page allocator for cache-friendly zeroing
` [PATCH resend v6 10/30] mm: alloc_swap_folio: pass raw fault address to vma_alloc_folio
` [PATCH resend v6 14/30] mm: hugetlb: use __GFP_ZERO and skip zeroing for zeroed pages
` [PATCH resend v6 17/30] mm: page_alloc: propagate PageReported flag across buddy splits
` [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 28/30] mm: add put_page_zeroed and folio_put_zeroed

[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 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  (2+ 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] drm/virtio: check virtio_gpu_array_lock_resv() return in cursor update
 2026-05-12  2:07 UTC  (3+ messages)


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