Linux virtualization list
 help / color / mirror / Atom feed
 messages from 2026-05-26 17:14:01 to 2026-05-29 15:24:51 UTC [more...]

[PATCH v8 00/37] mm/virtio: skip redundant zeroing of host-zeroed pages
 2026-05-29 15:24 UTC  (33+ 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 v4 00/47] x86: Try to wrangle PV clocks vs. TSC
 2026-05-29 15:17 UTC  (50+ messages)
` [PATCH v4 01/47] x86/tsc: Never re-calibrate TSC frequency if its exact timing is known
` [PATCH v4 02/47] x86/tsc: Add a standalone helpers for getting TSC info from CPUID.0x15
` [PATCH v4 03/47] x86/sev: Mark TSC as reliable when configuring Secure TSC
` [PATCH v4 04/47] x86/sev: Don't override CPU frequency calibration for SNP's "
` [PATCH v4 05/47] x86/sev: Move check for SNP Secure TSC support to tsc_early_init()
` [PATCH v4 06/47] x86/sev: Shove SNP's secure/trusted TSC frequency directly into "calibration"
` [PATCH v4 07/47] x86/tdx: Force TSC frequency with CPUID-based info provided by the TDX-Module
` [PATCH v4 08/47] x86/tsc: Add dedicated hypervisor hooks for getting known TSC/CPU frequencies
` [PATCH v4 09/47] x86/acrn: Mark TSC frequency as known when using ACRN for calibration
` [PATCH v4 10/47] x86/tsc: Consolidate forcing of X86_FEATURE_TSC_KNOWN_FREQ for PV code
` [PATCH v4 11/47] x86/tsc: Kill off x86_platform_ops.calibrate_{cpu,tsc}() hooks
` [PATCH v4 12/47] x86/tsc: Rename pit_hpet_ptimer_calibrate_cpu() => native_calibrate_cpu_late()
` [PATCH v4 13/47] x86/tsc: Fold native_calibrate_cpu() into recalibrate_cpu_khz()
` [PATCH v4 14/47] x86/kvmclock: Rename kvm_get_tsc_khz() to kvmclock_get_tsc_khz()
` [PATCH v4 15/47] KVM: x86: Officially define CPUID 0x40000010 as PV Timing Info (TSC and Bus)
` [PATCH v4 16/47] x86/kvm: Obtain TSC frequency from PV CPUID if present
` [PATCH v4 17/47] x86/kvm: Mark TSC as reliable when it's constant and nonstop
` [PATCH v4 18/47] x86/kvm: Get local APIC bus frequency from PV CPUID Timing Info
` [PATCH v4 19/47] x86/tsc: Add standalone helper for getting CPU frequency from CPUID
` [PATCH v4 20/47] x86/kvm: Get CPU base frequency from CPUID when it's available
` [PATCH v4 21/47] x86/xen: Obtain TSC frequency from CPUID if present
` [PATCH v4 22/47] clocksource: hyper-v: Register sched_clock save/restore iff it's necessary
` [PATCH v4 23/47] clocksource: hyper-v: Drop wrappers to sched_clock save/restore helpers
` [PATCH v4 24/47] clocksource: hyper-v: Don't save/restore TSC offset when using HV sched_clock
` [PATCH v4 25/47] x86/kvmclock: Setup kvmclock for secondary CPUs iff CONFIG_SMP=y
` [PATCH v4 26/47] x86/kvm: Don't disable kvmclock on BSP in syscore_suspend()
` [PATCH v4 27/47] x86/paravirt: Remove unnecessary PARAVIRT=n stub for paravirt_set_sched_clock()
` [PATCH v4 28/47] x86/paravirt: Move handling of unstable PV clocks into paravirt_set_sched_clock()
` [PATCH v4 29/47] x86/kvmclock: Move sched_clock save/restore helpers up in kvmclock.c
` [PATCH v4 30/47] x86/xen/time: NOP-ify x86_platform's sched_clock save/restore hooks
` [PATCH v4 31/47] x86/vmware: NOP-ify save/restore hooks when using VMware's sched_clock
` [PATCH v4 32/47] x86/tsc: WARN if TSC sched_clock save/restore used with PV sched_clock
` [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] i2c: virtio: mark device ready before registering the adapter
 2026-05-29 14:28 UTC 

[PATCH 7.2 v10 0/2] skip redundant sync IPIs when TLB flush sent them
 2026-05-29 11:10 UTC  (11+ messages)

[PATCH v3 0/3] Add queue ready message to VDUSE
 2026-05-29 10:30 UTC  (7+ messages)
` [PATCH v3 2/3] vduse: add VDUSE_GET_FEATURES ioctl

[PATCH v2 0/8] x86/msr: Consolidate native/paravirt MSR functions
 2026-05-28 23:11 UTC  (5+ messages)
` [PATCH v2 1/8] x86/msr: Use paravirt "calls" in common code
` [PATCH v2 6/8] x86/msr: Consolidate rdpmc() implementations

[PATCH RESEND net] Revert "vsock/virtio: fix skb overhead overflow on 32-bit builds"
 2026-05-28 22:10 UTC  (4+ messages)

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

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

[PATCH v2] drm/virtio: abort virtqueue wait on device removal to avoid hung task
 2026-05-28  8:36 UTC  (4+ messages)

[PATCH v3 00/41] x86: Try to wrangle PV clocks vs. TSC
 2026-05-27 22:50 UTC  (7+ messages)
` [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 00/10]
 2026-05-27 15:17 UTC  (12+ messages)
` [PATCH v3 01/10] drm/damage-helper: Do not alter damage clips on modeset, but ignore them
` [PATCH v3 02/10] drm/atomic-helpers: Evaluate plane damage after atomic_check
` [PATCH v3 03/10] drm/ingenic: Remove calls to drm_atomic_helper_check_plane_damage()
` [PATCH v3 04/10] drm/damage-helper: Test src coord in drm_atomic_helper_check_plane_damage()
` [PATCH v3 05/10] drm/appletbdrm: Allocate request/response buffers in begin_fb_access
` [PATCH v3 06/10] drm/damage-helper: Remove old state from drm_atomic_helper_damage_iter_init()
` [PATCH v3 07/10] drm/damage-helper: Remove old state from drm_atomic_helper_damage_merged()
` [PATCH v3 08/10] drm/atomic_helper: Do not evaluate plane damage before atomic_check
` [PATCH v3 09/10] drm/damage-helper: Rename state parameters in damage helpers
` [PATCH v3 10/10] drm/vmwgfx: Remove unused field struct vmwgfx_du_update_plane.old_state
` [PATCH v3 00/10] drm: Improve logic behind damage handling

[PATCH 0/9] drm: Limit DRM_IOCTL_WAIT_VBLANK to vblank interrupts
 2026-05-27 14:04 UTC  (5+ messages)

[PATCH v6 0/7] locking: contended_release tracepoint instrumentation
 2026-05-27 13:30 UTC  (5+ messages)
` [PATCH v6 5/7] locking: Add contended_release tracepoint to qspinlock

[PATCH v15] can: virtio: Add virtio CAN driver
 2026-05-27 13:08 UTC  (2+ messages)

[PATCH RFC] virtio-mem: support Confidential Computing (CoCo) environments
 2026-05-27 10:22 UTC  (2+ messages)

[PATCH net] vsock/virtio: bind uarg before filling zerocopy skb
 2026-05-27  2:42 UTC 

[PATCH net v2] vsock/virtio: bind uarg before filling zerocopy skb
 2026-05-27  2:33 UTC 

[PATCH net] vsock/virtio: bind uarg before filling zerocopy skb
 2026-05-27  1:46 UTC  (2+ messages)

[PATCH 7.2 v10 0/2] skip redundant sync IPIs when TLB flush sent them
 2026-05-27  1:44 UTC  (5+ messages)
` [PATCH 7.2 v10 1/2] mm/mmu_gather: prepare to skip redundant sync IPIs


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