public inbox for rcu@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-12-25 22:20:26 to 2026-01-12 07:55:55 UTC [more...]

[linux-next:master] [rcu] 168b367025: stress-ng.led.ops_per_sec 150.8% improvement
 2026-01-12  7:55 UTC 

[linux-next:master] [rcu] c27cea4416: stress-ng.fd-abuse.ops_per_sec 7.1% regression
 2026-01-12  5:54 UTC 

[PATCH -next 0/8] RCU updates from me for next merge window
 2026-01-11 12:14 UTC  (37+ messages)
` [PATCH -next 1/8] rcu: Fix rcu_read_unlock() deadloop due to softirq
` [PATCH -next 2/8] srcu: Use suitable gfp_flags for the init_srcu_struct_nodes()
` [PATCH -next 3/8] rcu/nocb: Remove unnecessary WakeOvfIsDeferred wake path
` [PATCH -next 4/8] rcu/nocb: Add warning if no rcuog wake up attempt happened during overload
` [PATCH -next 5/8] rcu/nocb: Add warning to detect if overload advancement is ever useful
` [PATCH -next 6/8] rcu: Reduce synchronize_rcu() latency by reporting GP kthread's CPU QS early
` [PATCH -next 7/8] rcutorture: Prevent concurrent kvm.sh runs on same source tree
` [PATCH -next 8/8] rcutorture: Add --kill-previous option to terminate previous kvm.sh runs

[PATCH v3] rcu: Reduce synchronize_rcu() latency by reporting GP kthread's CPU QS early
 2026-01-11 12:08 UTC  (4+ messages)

[BUG] rcu: rcu_preempt detected stalls (starved for 10498 jiffies) in drm_vblank_disable_and_save
 2026-01-10 14:07 UTC 

[PATCH v5 00/36] Compiler-Based Context- and Locking-Analysis
 2026-01-10  3:23 UTC  (14+ messages)
` [PATCH v5 06/36] cleanup: Basic compatibility with context analysis
` [PATCH v5 10/36] locking/mutex: Support Clang's "
` [PATCH v5 20/36] locking/ww_mutex: "

[PATCH RFC 00/14] rcu: Reduce rnp->lock contention with per-CPU blocked task lists
 2026-01-09  3:52 UTC  (33+ messages)
` [PATCH RFC 01/14] rcu: Add WARN_ON_ONCE for blocked flag invariant in exit_rcu()
` [PATCH RFC 02/14] rcu: Add per-CPU blocked task lists for PREEMPT_RCU
` [PATCH RFC 03/14] rcu: Early return during unlock for tasks only on per-CPU blocked list
` [PATCH RFC 04/14] rcu: Promote blocked tasks from per-CPU to rnp lists
` [PATCH RFC 05/14] rcu: Promote blocked tasks for expedited GPs
` [PATCH RFC 06/14] rcu: Promote per-CPU blocked tasks before checking for blocked readers
` [PATCH RFC 07/14] rcu: Promote late-arriving blocked tasks before reporting QS
` [PATCH RFC 08/14] rcu: Promote blocked tasks before QS report in force_qs_rnp()
` [PATCH RFC 09/14] rcu: Promote blocked tasks before QS report in rcutree_report_cpu_dead()
` [PATCH RFC 10/14] rcu: Promote blocked tasks before QS report in rcu_gp_init()
` [PATCH RFC 11/14] rcu: Add per-CPU blocked list check in exit_rcu()
` [PATCH RFC 12/14] rcu: Skip per-CPU list addition when GP already started
` [PATCH RFC 13/14] rcu: Skip rnp addition when no grace period waiting
` [PATCH RFC 14/14] rcu: Remove checking of per-cpu blocked list against the node list

[RFC PATCH v4 0/4] Hazard Pointers
 2026-01-08 23:34 UTC  (10+ messages)
` [RFC PATCH v4 3/4] hazptr: Implement "

[PATCH] MAINTAINERS: Update email address for Joel Fernandes
 2026-01-07 18:44 UTC  (10+ messages)

[PATCH] blk-mq: avoid stall during boot due to synchronize_rcu_expedited
 2026-01-07 16:50 UTC  (10+ messages)

[BUG] rcu: stall detected in sys_mmap with PREEMPT(full) involving timer softirq and DRM vblank disable
 2026-01-07 14:49 UTC  (2+ messages)

[PATCH v18 00/42] DEPT(DEPendency Tracker)
 2026-01-07 12:19 UTC  (3+ messages)
` [PATCH v18 34/42] dept: add module support for struct dept_event_site and dept_event_site_dep

[paulmckrcu:dev.2025.12.16a] [rcu] 1ac50ec628: stress-ng.memfd.ops_per_sec 3.4% improvement
 2026-01-07  6:39 UTC 

[BUG] rcu: stall detected in drm_ioctl with PREEMPT(full) during DRM vblank and printk
 2026-01-07  5:48 UTC 

[BUG] rcu: stall detected in kcov_ioctl() involving DRM vblank and file release paths
 2026-01-07  5:40 UTC 

Subject: [BUG] rcu: stall detected in __dentry_kill during file teardown
 2026-01-07  5:36 UTC 

[paulmckrcu:dev.2025.12.16a] [rcu] b41f5a411f: unixbench.throughput 2.0% improvement
 2026-01-07  5:32 UTC 

[RFC PATCH 1/2] rcu: Add rcu_read_lock_notrace()
 2026-01-07  1:26 UTC  (16+ messages)

[PATCH v2] rcu-tasks: Remove unnecessary smp_store_release() in cblist_init_generic()
 2026-01-05 21:34 UTC  (2+ messages)

[PATCH v2 00/27] Allow inlining C helpers into Rust when using LTO
 2026-01-05 15:41 UTC  (4+ messages)
` [PATCH v2 16/27] rust: rcu: add __rust_helper to helpers

[PATCH] rcu: Reset stall detection after ftrace dump
 2026-01-05  4:46 UTC  (2+ messages)

[PATCH v2] rcu: Align stall warning 'idle=' output with documentation
 2026-01-05  3:21 UTC 

[PATCH] rcu: Align stall warning 'idle=' output with documentation
 2026-01-05  1:31 UTC  (5+ messages)

[BUG] RCU stall in mac80211_hwsim during clone() syscall on 6.18.0
 2026-01-04  4:45 UTC  (3+ messages)

[PATCH 0/3] rcu/nocb: RCU nocb bypass-list cleanup patches
 2026-01-03 22:11 UTC  (4+ messages)
` [PATCH 1/3] rcu/nocb: Extract nocb_defer_wakeup_cancel() helper
` [PATCH 2/3] rcu/nocb: Consolidate rcu_nocb_cpu_offload/deoffload functions
` [PATCH 3/3] rcu/nocb: Extract nocb_bypass_needs_flush() to reduce duplication

[RFC] jiffies_till_first_fqs off by 1
 2026-01-02 19:50 UTC  (10+ messages)

[PATCH 0/6] Torture-test updates for post-v4.19
 2026-01-01  8:46 UTC  (8+ messages)
` [PATCH v4 1/6] rcutorture: Add context checks to rcu_torture_timer()
` [PATCH v4 2/6] torture: Parallelize kvm-series.sh guest-OS execution
` [PATCH v4 3/6] torture: Make kvm-series.sh give build numbers and totals
` [PATCH v4 4/6] torture: Make kvm-series.sh give run "
` [PATCH v4 5/6] torture: Make config2csv.sh properly handle comments in .boot files
` [PATCH v4 6/6] torture: Include commit discription in testid.txt

[PATCH v4 0/9] Implement RCU Tasks Trace in terms of SRCU for post-v4.19
 2026-01-01  8:41 UTC  (12+ messages)
` [PATCH v4 1/9] rcu: Re-implement RCU Tasks Trace in terms of SRCU-fast
` [PATCH v4 2/9] context_tracking: Remove rcu_task_trace_heavyweight_{enter,exit}()
` [PATCH v4 3/9] rcu: Clean up after the SRCU-fastification of RCU Tasks Trace
` [PATCH v4 4/9] rcu: Move rcu_tasks_trace_srcu_struct out of #ifdef CONFIG_TASKS_RCU_GENERIC
` [PATCH v4 5/9] rcu: Add noinstr-fast rcu_read_{,un}lock_tasks_trace() APIs
` [PATCH v4 6/9] rcu: Update Requirements.rst for RCU Tasks Trace
` [PATCH v4 7/9] checkpatch: Deprecate rcu_read_{,un}lock_trace()
` [PATCH v4 8/9] srcu: Create an rcu_tasks_trace_expedite_current() function
` [PATCH v4 9/9] rcutorture: Test rcu_tasks_trace_expedite_current()

[PATCH 0/2] Miscellaneous fixes for post-v4.19
 2025-12-31 17:13 UTC  (4+ messages)
` [PATCH v4 1/2] rcu: Make expedited RCU CPU stall warnings detect stall-end races
` [PATCH v4 2/2] rcutorture: Correctly compute probability to invoke ->exp_current()

[PATCH] rcu-tasks: Remove unnecessary smp_store operations in the cblist_init_generic()
 2025-12-31  7:55 UTC  (3+ messages)

[PATCH RFC 1/2] rcutorture: Prevent concurrent kvm.sh runs on same source tree
 2025-12-30 23:12 UTC  (6+ messages)
` [PATCH RFC 2/2] rcutorture: Add --kill-previous option to terminate previous kvm.sh runs

[PATCH v2] rcu: Reduce synchronize_rcu() latency by reporting GP kthread's CPU QS early
 2025-12-29 20:36 UTC  (15+ messages)

[PATCH v2 0/3] rcu/nocb: Few NOCB cleanup patches
 2025-12-27  0:12 UTC  (4+ messages)
` [PATCH v2 1/3] rcu/nocb: Remove unnecessary WakeOvfIsDeferred wake path
` [PATCH v2 2/3] rcu/nocb: Add warning if no rcuog wake up attempt happened during overload
` [PATCH v2 3/3] rcu/nocb: Add warning to detect if overload advancement is ever useful

[PATCH RFC] rcu/nocb: Remove unnecessary WakeOvfIsDeferred wake path
 2025-12-26  2:19 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