public inbox for rcu@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-03 00:23:58 to 2026-01-17 13:12:11 UTC [more...]

[PATCH RFC 0/2] rcu box container for Rust + maple tree load_rcu
 2026-01-17 13:12 UTC  (9+ messages)
` [PATCH RFC 1/2] rust: rcu: add RcuBox type
` [PATCH RFC 2/2] rust: maple_tree: add load_rcu()

[PATCH 0/5] rust: sync: Atomic pointer and RCU
 2026-01-17 12:22 UTC  (6+ messages)
` [PATCH 1/5] rust: helpers: Generify the definitions of rust_helper_*_{read,set}*
` [PATCH 2/5] rust: helpers: Generify the definitions of rust_helper_*_xchg*
` [PATCH 3/5] rust: helpers: Generify the definitions of rust_helper_*_cmpxchg*
` [PATCH 4/5] rust: sync: atomic: Add Atomic<*mut T> support
` [PATCH 5/5] rust: sync: rcu: Add RCU protected pointer

[PATCH] rcu: Latch normal synchronize_rcu() path on flood
 2026-01-17 12:18 UTC  (6+ messages)

[PATCH -next v2 0/4] rcu/nocb: Cleanup patches for next merge window
 2026-01-16 22:49 UTC  (9+ messages)
` [PATCH -next v2 1/4] rcu/nocb: Remove unnecessary WakeOvfIsDeferred wake path
` [PATCH -next v2 2/4] rcu/nocb: Add warning if no rcuog wake up attempt happened during overload
` [PATCH -next v2 3/4] rcu/nocb: Add warning to detect if overload advancement is ever useful
` [PATCH -next v2 4/4] rcu/nocb: Extract nocb_defer_wakeup_cancel() helper

[PATCH] cpuhp: Expedite synchronize_rcu during CPU hotplug operations
 2026-01-16 19:02 UTC  (39+ messages)

[PATCH -next 0/8] RCU updates from me for next merge window
 2026-01-14  1:09 UTC  (33+ messages)
` [PATCH -next 1/8] rcu: Fix rcu_read_unlock() deadloop due to softirq
` [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 v5 00/36] Compiler-Based Context- and Locking-Analysis
 2026-01-12 22:04 UTC  (17+ 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 v5 36/36] sched: Enable context analysis for core.c and fair.c

[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 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 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


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