messages from 2026-05-20 22:23:36 to 2026-05-27 13:39:35 UTC [more...]
[PATCH v2 0/9] drm: Limit DRM_IOCTL_WAIT_VBLANK to vblank interrupts
2026-05-27 13:32 UTC (3+ 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 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 00/24] timekeeping/ptp: Expand snapshot functionality
2026-05-27 13:10 UTC (72+ 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 v15] can: virtio: Add virtio CAN driver
2026-05-27 13:08 UTC (2+ messages)
[PATCH 0/9] drm: Limit DRM_IOCTL_WAIT_VBLANK to vblank interrupts
2026-05-27 13:07 UTC (4+ messages)
[PATCH RFC] virtio-mem: support Confidential Computing (CoCo) environments
2026-05-27 10:22 UTC (2+ messages)
[PATCH v8 00/37] mm/virtio: skip redundant zeroing of host-zeroed pages
2026-05-27 6:40 UTC (8+ messages)
` [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 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 (5+ 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
[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: 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 (61+ messages)
` [PATCH v3 02/41] x86/tsc: Add helper to register CPU and TSC freq calibration routines
` [PATCH v3 15/41] x86/xen/time: Nullify x86_platform's sched_clock save/restore hooks
` [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 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)
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