messages from 2026-05-20 19:06:05 to 2026-05-26 21:53:31 UTC [more...]
[patch 00/24] timekeeping/ptp: Expand snapshot functionality
2026-05-26 21:52 UTC (30+ messages)
` [patch 01/24] timekeeping: Provide ktime_get_snapshot_id()
` [patch 02/24] timekeeping: Use system_time_snapshot::sys instead of ::real
` [patch 03/24] pps: generators: Use ktime_get_real_ts64() instead of ktime_get_snapshot()
` [patch 04/24] pps: Convert to ktime_get_snapshot_id()
` [patch 05/24] KVM: arm64: Use ktime_get_snapshot_id() to retrieve CLOCK_BOOTTIME
` [patch 06/24] KVM: arm64: Use ktime_get_snapshot_id() to snapshot CLOCK_REALTIME
` [patch 07/24] ptp: ptp_vmclock: Convert to ktime_get_snapshot_id()
` [patch 08/24] timekeeping: Remove system_time_snapshot::real/boot
` [patch 09/24] timekeeping: Add CLOCK_AUX support for ktime_get_snapshot_id()
` [patch 10/24] timekeeping: Add system_counterval_t to struct system_device_crosststamp
` [patch 11/24] timekeeping: Add CLOCK ID to system_device_crosststamp
` [patch 12/24] wifi: iwlwifi: Adopt PTP cross timestamps to core changes
` [patch 13/24] ice/ptp: Use provided clock ID for history snapshot
` [patch 14/24] igc: "
` [patch 15/24] net/mlx5: "
` [patch 16/24] virtio_rtc: "
` [patch 17/24] timekeeping: Remove ktime_get_snapshot()
` [patch 18/24] timekeeping: Prepare for cross timestamps on arbitrary clock IDs
` [patch 19/24] ptp: Use system_device_crosststamp::sys_systime
` [patch 20/24] wifi: iwlwifi: "
` [patch 21/24] ALSA: hda/common: "
` [patch 22/24] timekeeping: Remove system_device_crosststamp::sys_realtime
` [patch 23/24] timekeeping: Add support for AUX clock cross timestamping
` [patch 24/24] ptp: Switch to ktime_get_snapshot_id() for pre/post timestamps
[PATCH v15] can: virtio: Add virtio CAN driver
2026-05-26 16:42 UTC
[PATCH 0/5] x86/xen: Get rid of Xen private lazy MMU mode tracking
2026-05-26 15:05 UTC (2+ messages)
` [PATCH 4/5] x86/xen: Get rid of last XEN_LAZY_MMU uses
[PATCH] vsock/vmci: fix sk_ack_backlog leak on failed handshake
2026-05-26 10:43 UTC
[PATCH v2] drm/virtio: abort virtqueue wait on device removal to avoid hung task
2026-05-26 10:24 UTC (10+ messages)
[PATCH] vhost/net: fix clear_user start address in VHOST_GET_FEATURES_ARRAY
2026-05-26 8:03 UTC
[PATCH 00/11] Convert moduleparams to seq_buf
2026-05-26 6:53 UTC (27+ messages)
` [PATCH 01/11] params: bound array element output to the caller's page buffer
` [PATCH 02/11] panic: Replace panic_print_get() with generic helper
` [PATCH 03/11] moduleparam: Add DEFINE_KERNEL_PARAM_OPS macro family
` [PATCH 04/11] treewide: Convert struct kernel_param_ops initializers to DEFINE_KERNEL_PARAM_OPS
` [PATCH 05/11] moduleparam: Rename .get field to .get_str
` [PATCH 06/11] moduleparam: Add seq_buf-based .get callback alongside .get_str
` [PATCH 07/11] moduleparam: Route DEFINE_KERNEL_PARAM_OPS get pointer via _Generic
` [PATCH 08/11] params: Convert generic kernel_param_ops .get helpers to seq_buf
` [PATCH 09/11] treewide: Convert custom kernel_param_ops .get callbacks to seq_buf via cocci
` [PATCH 10/11] treewide: Manually convert custom kernel_param_ops .get callbacks
` [PATCH 11/11] moduleparam: Drop legacy kernel_param_ops .get_str field and dispatch logic
[PATCH] virtio_net: drop redundant err assignment in virtnet_probe()
2026-05-25 18:49 UTC (2+ messages)
[PATCH net] vsock/virtio: fix skb overhead overflow on 32-bit builds
2026-05-25 17:14 UTC (12+ messages)
[PATCH net] vsock/virtio: bind uarg before filling zerocopy skb
2026-05-25 12:48 UTC (4+ messages)
[PATCH net] vsock/virtio: fix potential unbounded skb queue
2026-05-25 9:14 UTC (14+ messages)
[PATCH RFC v3 0/6] Add Rust virtio bindings and sample device
2026-05-25 7:51 UTC (4+ messages)
` [PATCH RFC v3 2/6] rust/helpers: add virtio.c
[syzbot] Monthly virt report (May 2026)
2026-05-24 20:32 UTC
[PATCH net v2] vsock: keep poll shutdown state consistent
2026-05-22 18:30 UTC (2+ messages)
[PATCH v2 0/8] x86/msr: Consolidate native/paravirt MSR functions
2026-05-22 9:46 UTC (3+ messages)
[PATCH v4] drm/virtio: use uninterruptible resv lock for plane updates
2026-05-22 8:26 UTC (7+ messages)
[PATCH v3 00/41] x86: Try to wrangle PV clocks vs. TSC
2026-05-21 21:37 UTC (95+ messages)
` [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 v3 20/41] x86/xen/time: Mark xen_setup_vsyscall_time_info() as __init
` [PATCH v3 21/41] x86/pvclock: Mark setup helpers and related various as __init/__ro_after_init
` [PATCH v3 22/41] x86/pvclock: WARN if pvclock's valid_flags are overwritten
` [PATCH v3 23/41] x86/kvmclock: Refactor handling of PVCLOCK_TSC_STABLE_BIT during kvmclock_init()
` [PATCH v3 24/41] timekeeping: Resume clocksources before reading persistent clock
` [PATCH v3 25/41] x86/kvmclock: Hook clocksource.suspend/resume when kvmclock isn't sched_clock
` [PATCH v3 26/41] x86/kvmclock: WARN if wall clock is read while kvmclock is suspended
` [PATCH v3 27/41] x86/kvmclock: Enable kvmclock on APs during onlining if kvmclock isn't sched_clock
` [PATCH v3 28/41] x86/paravirt: Mark __paravirt_set_sched_clock() as __init
` [PATCH v3 29/41] x86/paravirt: Plumb a return code into __paravirt_set_sched_clock()
` [PATCH v3 30/41] x86/paravirt: Don't use a PV sched_clock in CoCo guests with trusted TSC
` [PATCH v3 31/41] x86/tsc: Pass KNOWN_FREQ and RELIABLE as params to registration
` [PATCH v3 32/41] x86/tsc: Rejects attempts to override TSC calibration with lesser routine
` [PATCH v3 33/41] x86/kvmclock: Mark TSC as reliable when it's constant and nonstop
` [PATCH v3 36/41] x86/kvmclock: Get local APIC bus frequency from PV CPUID Timing Info
` [PATCH v3 37/41] x86/kvmclock: Use TSC for sched_clock if it's constant and non-stop
` [PATCH v3 38/41] x86/paravirt: kvmclock: Setup kvmclock early iff it's sched_clock
` [PATCH v3 39/41] x86/paravirt: Move using_native_sched_clock() stub into timer.h
` [PATCH v3 41/41] x86/kvmclock: Get CPU base frequency from CPUID when it's available
[PATCH v8 00/37] mm/virtio: skip redundant zeroing of host-zeroed pages
2026-05-21 14:09 UTC (39+ messages)
` [PATCH v8 01/37] mm: mempolicy: fix interleave index for unaligned VMA start
` [PATCH v8 02/37] mm: memory-failure: serialize TestSetPageHWPoison with zone->lock
` [PATCH v8 03/37] mm: page_alloc: propagate PageReported flag across buddy splits
` [PATCH v8 04/37] mm: page_reporting: allow driver to set batch capacity
` [PATCH v8 05/37] mm: hugetlb: remove dead alloc_hugetlb_folio stub
` [PATCH v8 06/37] mm: move vma_alloc_folio_noprof to page_alloc.c
` [PATCH v8 07/37] mm: thread user_addr through page allocator for cache-friendly zeroing
` [PATCH v8 08/37] mm: add alloc_contig_frozen_pages_user "
` [PATCH v8 09/37] mm: hugetlb: thread user_addr through gigantic page allocation
` [PATCH v8 10/37] mm: add folio_zero_user stub for configs without THP/HUGETLBFS
` [PATCH v8 11/37] mm: page_alloc: move prep_compound_page before post_alloc_hook
` [PATCH v8 12/37] mm: use folio_zero_user for user pages in post_alloc_hook
` [PATCH v8 13/37] mm: use __GFP_ZERO in vma_alloc_zeroed_movable_folio
` [PATCH v8 14/37] mm: remove arch vma_alloc_zeroed_movable_folio overrides
` [PATCH v8 15/37] mm: alloc_anon_folio: pass raw fault address to vma_alloc_folio
` [PATCH v8 16/37] mm: alloc_swap_folio: "
` [PATCH v8 17/37] mm: use __GFP_ZERO in alloc_anon_folio
` [PATCH v8 18/37] mm: vma_alloc_anon_folio_pmd: pass raw fault address to vma_alloc_folio
` [PATCH v8 19/37] mm: use __GFP_ZERO in vma_alloc_anon_folio_pmd
` [PATCH v8 20/37] mm: hugetlb: add gfp parameter and skip zeroing for zeroed pages
` [PATCH v8 21/37] mm: memfd: skip zeroing for zeroed hugetlb pool pages
` [PATCH v8 22/37] mm: page_reporting: skip redundant zeroing of host-zeroed reported pages
` [PATCH v8 23/37] mm: page_alloc: use aliasing checks instead of user_alloc_needs_zeroing
` [PATCH v8 24/37] mm: page_reporting: add per-page zeroed bitmap for host feedback
` [PATCH v8 25/37] mm: page_alloc: clear PG_zeroed on buddy merge if not both zero
` [PATCH v8 26/37] mm: page_alloc: preserve PG_zeroed in page_del_and_expand
` [PATCH v8 27/37] virtio_balloon: submit reported pages as individual buffers
` [PATCH v8 28/37] virtio_balloon: disable indirect descriptors
` [PATCH v8 29/37] mm: page_reporting: add flush parameter with page budget
` [PATCH v8 30/37] mm: page_alloc: propagate PG_zeroed in split_large_buddy
` [PATCH v8 31/37] virtio_balloon: skip zeroing for host-zeroed reported pages
` [PATCH v8 32/37] virtio_balloon: disable reporting zeroed optimization for confidential guests
` [PATCH v8 33/37] mm: add free_frozen_pages_zeroed
` [PATCH v8 34/37] mm: page_alloc: skip kernel_init_pages for FPI_ZEROED when safe
` [PATCH v8 35/37] mm: add put_page_zeroed and folio_put_zeroed
` [PATCH v8 36/37] virtio_balloon: implement VIRTIO_BALLOON_F_DEVICE_INIT_ON_INFLATE
` [PATCH v8 37/37] mm: balloon: use put_page_zeroed for zeroed balloon pages
[PATCH v14] can: virtio: Add virtio CAN driver
2026-05-21 13:28 UTC
Patch "vsock/virtio: fix potential unbounded skb queue" has been added to the 6.6-stable tree
2026-05-21 13:15 UTC (6+ messages)
[PATCH net v4 0/2] vsock/virtio: fix skb overhead accounting to preserve full buf_alloc
2026-05-21 11:30 UTC (3+ messages)
[PATCH] vhost-vdpa: Expose ASID group change after DRIVER_OK via backend feature
2026-05-21 8:26 UTC (3+ messages)
[PATCH net v4] vsock/vmci: fix UAF when peer resets connection during handshake
2026-05-21 2:20 UTC (2+ messages)
[PATCH v5 0/3] vfio/pci: Request resources and map BARs at enable time
2026-05-20 21:11 UTC (3+ messages)
` [PATCH v5 3/3] vfio/pci: Replace vfio_pci_core_setup_barmap() with vfio_pci_core_get_iomap()
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