Linux virtualization list
 help / color / mirror / Atom feed
 messages from 2026-05-29 15:08:00 to 2026-06-04 11:10:05 UTC [more...]

[PATCH] vsock/vmci: fix sk_ack_backlog leak on failed handshake
 2026-06-04 11:10 UTC  (6+ messages)

[PATCH net] vhost/net: complete zerocopy ubufs only once
 2026-06-04 10:55 UTC  (2+ messages)

[RFC PATCH 0/6] Support virtio-mem memory hotplug in TDX guests
 2026-06-04  9:35 UTC  (7+ messages)
` [RFC PATCH 1/6] mm/memory_hotplug: Add memory post-plug callback infrastructure
` [RFC PATCH 2/6] mm/memory_hotplug: Add memory pre-unplug "
` [RFC PATCH 3/6] virtio-mem: Integrate memory acceptance and release callbacks
` [RFC PATCH 4/6] x86/tdx: Register memory post-plug callback for TDX guests
` [RFC PATCH 5/6] x86/tdx: Register memory pre-unplug "
` [RFC PATCH 6/6] x86/tdx: Release private memory before private->shared conversion

[PATCH] drm/virtgpu: Use ERR_PTR for fb_create callback error return
 2026-06-04  7:11 UTC 

iommu: iterator used after loop end in resv region insertion?
 2026-06-04  5:18 UTC  (6+ messages)
` [PATCH 0/2] iommu: avoid using list iterators past the loop in resv region insertion
  ` [PATCH 1/2] iommu: Avoid using the list iterator past the loop in iommu_insert_resv_region()
  ` [PATCH 2/2] iommu/virtio: Avoid using the list iterator past the loop in viommu_add_resv_mem()

[PATCH] tools/virtio: fix build for kmalloc_obj API and missing stubs
 2026-06-03 21:06 UTC 

[PATCH v3 0/4] virtio_console: fix suspend/resume and hot-unplug races
 2026-06-03 18:37 UTC  (5+ messages)
` [PATCH v3 1/4] virtio_console: refactor __send_to_port() buffer ownership
` [PATCH v3 2/4] virtio_console: fix hot-unplug races in TX paths
` [PATCH v3 3/4] virtio_console: fix control queue race during restore
` [PATCH v3 4/4] virtio_console: fix race between hvc put_chars and virtqueue teardown on freeze

[PATCH v6 0/7] locking: contended_release tracepoint instrumentation
 2026-06-03 14:26 UTC  (7+ messages)
` [PATCH v6 5/7] locking: Add contended_release tracepoint to qspinlock

[PATCH v4 00/47] x86: Try to wrangle PV clocks vs. TSC
 2026-06-03 10:02 UTC  (26+ messages)
` [PATCH v4 01/47] x86/tsc: Never re-calibrate TSC frequency if its exact timing is known
  ` [PATCH v4 1/47] "
` [PATCH v4 02/47] x86/tsc: Add a standalone helpers for getting TSC info from CPUID.0x15
` [PATCH v4 07/47] x86/tdx: Force TSC frequency with CPUID-based info provided by the TDX-Module
` [PATCH v4 33/47] x86/paravirt: Pass sched_clock save/restore helpers during registration
` [PATCH v4 34/47] x86/kvmclock: Move kvm_sched_clock_init() down in kvmclock.c
` [PATCH v4 35/47] x86/xen/time: Mark xen_setup_vsyscall_time_info() as __init
` [PATCH v4 36/47] x86/pvclock: Mark setup helpers and related various as __init/__ro_after_init
` [PATCH v4 37/47] x86/pvclock: WARN if pvclock's valid_flags are overwritten
` [PATCH v4 38/47] x86/kvmclock: Refactor handling of PVCLOCK_TSC_STABLE_BIT during kvmclock_init()
` [PATCH v4 39/47] timekeeping: Resume clocksources before reading persistent clock
` [PATCH v4 40/47] x86/kvmclock: Hook clocksource.suspend/resume when kvmclock isn't sched_clock
` [PATCH v4 41/47] x86/kvmclock: WARN if wall clock is read while kvmclock is suspended
` [PATCH v4 42/47] x86/paravirt: Mark __paravirt_set_sched_clock() as __init
` [PATCH v4 43/47] x86/paravirt: Plumb a return code into __paravirt_set_sched_clock()
` [PATCH v4 44/47] x86/paravirt: Don't use a PV sched_clock in CoCo guests with trusted TSC
` [PATCH v4 45/47] x86/kvmclock: Use TSC for sched_clock if it's constant and non-stop
` [PATCH v4 46/47] x86/kvmclock: Plumb in AP-online and BSP-resume to kvmlock, for documentation
` [PATCH v4 47/47] x86/paravirt: Move using_native_sched_clock() stub into timer.h

[PATCH] VIRTIO: Update the desc 'flag' fied last in packed ring
 2026-06-03  5:10 UTC  (9+ messages)
  `  "
    `  "

[PATCH v3] drm/virtio: abort virtqueue wait on device removal to avoid hung task
 2026-06-03  1:23 UTC  (2+ messages)

[patch V2 00/25] timekeeping/ptp: Expand snapshot functionality
 2026-06-02 17:46 UTC  (34+ messages)
` [patch V2 01/25] timekeeping: Provide ktime_get_snapshot_id()
` [patch V2 02/25] timekeeping: Use system_time_snapshot::systime/monoraw instead of ::real/raw
` [patch V2 03/25] pps: generators: Use ktime_get_real_ts64() instead of ktime_get_snapshot()
` [patch V2 04/25] pps: Convert to ktime_get_snapshot_id()
` [patch V2 05/25] KVM: arm64: Use ktime_get_snapshot_id() to retrieve CLOCK_BOOTTIME
` [patch V2 06/25] KVM: arm64: Use ktime_get_snapshot_id() to snapshot CLOCK_REALTIME
` [patch V2 07/25] ptp: ptp_vmclock: Convert to ktime_get_snapshot_id()
` [patch V2 08/25] timekeeping: Remove system_time_snapshot::real/boot/raw
` [patch V2 09/25] timekeeping: Add CLOCK_AUX support for ktime_get_snapshot_id()
` [patch V2 10/25] timekeeping: Add system_counterval_t to struct system_device_crosststamp
` [patch V2 11/25] timekeeping: Add CLOCK ID to system_device_crosststamp
` [patch V2 12/25] wifi: iwlwifi: Adopt PTP cross timestamps to core changes
` [patch V2 13/25] ice/ptp: Use provided clock ID for history snapshot
` [patch V2 14/25] igc: "
` [patch V2 15/25] net/mlx5: "
` [patch V2 16/25] virtio_rtc: "
` [patch V2 17/25] timekeeping: Remove ktime_get_snapshot()
` [patch V2 18/25] timekeeping: Prepare for cross timestamps on arbitrary clock IDs
` [patch V2 19/25] ptp: Use system_device_crosststamp::sys_systime
` [patch V2 20/25] wifi: iwlwifi: "
` [patch V2 21/25] ALSA: hda/common: "
` [patch V2 22/25] timekeeping: Remove system_device_crosststamp::sys_realtime
` [patch V2 23/25] timekeeping: Add support for AUX clock cross timestamping
` [patch V2 24/25] ptp: Switch to ktime_get_snapshot_id() for pre/post timestamps
` [patch V2 25/25] timekeeping: Add clocksource read_snapshot() method and hw_cycles to snapshot

[PATCH 0/7] drm/vblank: timer: Fix timestamps and improve reliabilty
 2026-06-02 14:14 UTC  (11+ messages)
` [PATCH 1/7] drm/vblank: timer: Return success status from get_vblank_timeout
` [PATCH 2/7] drm/vblank: timer: Fix timestamp calculation
` [PATCH 3/7] drm/vblank: timer: Use absolute timer since boot
` [PATCH 4/7] drm/vblank: timer: Reorganize get_vblank_timeout
` [PATCH 5/7] drm/vblank: timer: Estimate vblank timeout if timer is disabled
` [PATCH 6/7] drm/vblank: timer: Verify that expiry time is in the future
` [PATCH 7/7] drm/vblank: timer: Avoid reading the vblank time unnecessarily

[PATCH 00/11] Convert moduleparams to seq_buf
 2026-06-02 13:04 UTC  (9+ messages)
` [PATCH 01/11] params: bound array element output to the caller's page buffer

[PATCH v3 0/5] nvdimm: virtio_pmem: fix request lifetime and converge broken queue failures
 2026-06-02  1:51 UTC  (2+ messages)

[PATCH v4 30/47] x86/xen/time: NOP-ify x86_platform's sched_clock save/restore hooks
 2026-06-01 22:09 UTC  (2+ messages)

[PATCH v4 31/47] x86/vmware: NOP-ify save/restore hooks when using VMware's sched_clock
 2026-06-01 22:09 UTC  (2+ messages)

[PATCH v4 18/47] x86/kvm: Get local APIC bus frequency from PV CPUID Timing Info
 2026-06-01 22:06 UTC 

[PATCH v4 17/47] x86/kvm: Mark TSC as reliable when it's constant and nonstop
 2026-06-01 22:02 UTC 

[PATCH v4 14/47] x86/kvmclock: Rename kvm_get_tsc_khz() to kvmclock_get_tsc_khz()
 2026-06-01 21:53 UTC  (2+ messages)

[PATCH v4 12/47] x86/tsc: Rename pit_hpet_ptimer_calibrate_cpu() => native_calibrate_cpu_late()
 2026-06-01 21:52 UTC  (2+ messages)

[PATCH v4 13/47] x86/tsc: Fold native_calibrate_cpu() into recalibrate_cpu_khz()
 2026-06-01 21:52 UTC  (2+ messages)

[PATCH v4 11/47] x86/tsc: Kill off x86_platform_ops.calibrate_{cpu,tsc}() hooks
 2026-06-01 21:51 UTC  (2+ messages)

[PATCH v4 08/47] x86/tsc: Add dedicated hypervisor hooks for getting known TSC/CPU frequencies
 2026-06-01 21:49 UTC  (2+ messages)
` [PATCH v4 8/47] "

[PATCH 0/5] x86/xen: Get rid of Xen private lazy MMU mode tracking
 2026-06-01 15:08 UTC  (2+ messages)

[PATCH] virtio_console: clean up port name sysfs attribute
 2026-06-01 14:30 UTC  (2+ messages)

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

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

[PATCH] drm/qxl: fix local_gobj leak in qxl_gem_object_create_with_handle
 2026-06-01  6:49 UTC 

[PATCH v3] hwrng: virtio: clamp device-reported used.len at copy_data()
 2026-05-31 14:22 UTC 

[PATCH 0/6] drm: Open-code drm_simple_encoder_init() in several drivers
 2026-05-31  7:35 UTC  (4+ messages)
` [PATCH 1/6] drm/fsl-dcu: Open-code drm_simple_encoder_init()
` [PATCH 2/6] drm/tidss: "
` [PATCH 3/6] drm/virtio: "

[PATCH v4 15/47] KVM: x86: Officially define CPUID 0x40000010 as PV Timing Info (TSC and Bus)
 2026-05-30 16:47 UTC 

[PATCH] i2c: virtio: mark device ready before registering the adapter
 2026-05-30 13:56 UTC  (2+ messages)

[PATCH v3 00/10]
 2026-05-29 21:51 UTC  (3+ messages)
` [PATCH v3 10/10] drm/vmwgfx: Remove unused field struct vmwgfx_du_update_plane.old_state

[PATCH net v2] vsock/virtio: bind uarg before filling zerocopy skb
 2026-05-29 19:50 UTC  (2+ messages)

[PATCH v3] media: add virtio-media driver
 2026-05-29 16:03 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