Linux RCU subsystem development
 help / color / mirror / Atom feed
 messages from 2026-05-05 15:10:46 to 2026-05-27 23:19:08 UTC [more...]

[PATCH v5 sched_ext/for-7.2 0/2] sched_ext: Follow-up fixes for exit_cpu accuracy
 2026-05-27 23:19 UTC  (4+ messages)
` [PATCH 1/2] sched_ext: Fix exit_cpu accuracy for lockup paths
` [PATCH 2/2] sched_ext, rcu: Upgrade RCU stall paths to report cpumask of stalled CPUs

[PATCH v6 0/4] rust: helpers: add SRCU helpers
 2026-05-27 23:06 UTC  (7+ messages)
` [PATCH v6 1/4] "
` [PATCH v6 2/4] srcu: expose srcu_readers_active()
` [PATCH v6 3/4] rust: sync: add SRCU abstraction
` [PATCH v6 4/4] MAINTAINERS: add Rust SRCU files to SRCU entry

[PATCH v5 0/4] rust: add SRCU abstraction
 2026-05-27 23:05 UTC  (9+ messages)
` [PATCH v5 1/4] rust: helpers: add SRCU helpers
` [PATCH v5 2/4] srcu: expose srcu_readers_active()
` [PATCH v5 3/4] rust: sync: add SRCU abstraction
` [PATCH v5 4/4] MAINTAINERS: add Rust SRCU files to SRCU entry

[PATCH] rcu/nocb: reduce stack usage in nocb_gp_wait()
 2026-05-27 12:07 UTC  (5+ messages)

[PATCH v4 0/3] rust: add SRCU abstraction
 2026-05-27  9:00 UTC  (6+ messages)
` [PATCH v4 1/3] rust: helpers: add SRCU helpers
` [PATCH v4 2/3] rust: sync: add SRCU abstraction
` [PATCH v4 3/3] MAINTAINERS: add Rust SRCU files to SRCU entry

[PATCH v1] rust: rcu: Add abstraction for call_rcu()
 2026-05-27  7:42 UTC  (8+ messages)

[PATCH v2 0/7] rcu: fix stuck defer_qs_pending state
 2026-05-26 22:50 UTC  (8+ messages)
` [PATCH v2 1/7] rcu: introduce rcu_defer_qs_clear() helper
` [PATCH v2 2/7] rcu: clear defer_qs_pending when notifying GP changes
` [PATCH v2 3/7] rcu: clear defer_qs_pending in handler for compounded sections
` [PATCH v2 4/7] rcu: drop redundant defer_qs_pending clear in irqrestore handler
` [PATCH v2 5/7] rcu: clear defer_qs_pending at expedited IPI entry
` [PATCH v2 6/7] rcu: set need_resched on softirq deferred-QS arming path
` [PATCH v2 7/7] [TEST COMMIT] rcu: detect stuck defer_qs_pending at GP cleanup

[PATCH v18 00/42] DEPT(DEPendency Tracker)
 2026-05-23 15:04 UTC  (5+ messages)
` DEPT (the dependency tracker) as AI review prompt? (was: DEPT v18)
    ` DEPT (the dependency tracker) as AI review prompt?

[PATCH RFC v1 0/6] rcu: fix stuck defer_qs_pending state
 2026-05-22 14:23 UTC  (7+ messages)
` [PATCH RFC v1 1/6] rcu: introduce rcu_defer_qs_clear() helper
` [PATCH RFC v1 2/6] rcu: clear defer_qs_pending when notifying GP changes
` [PATCH RFC v1 3/6] rcu: clear defer_qs_pending in handler for compounded sections
` [PATCH RFC v1 4/6] rcu: drop redundant defer_qs_pending clear in irqrestore handler
` [PATCH RFC v1 5/6] rcu: clear defer_qs_pending at expedited IPI entry
` [PATCH RFC v1 6/6] [TEST COMMIT] rcu: detect stuck defer_qs_pending at GP cleanup

[PATCH v2 0/3] rust: add SRCU abstraction
 2026-05-22  5:46 UTC  (7+ messages)
` [PATCH v2 2/3] rust: sync: "

[PATCH v3 0/3] rust: add SRCU abstraction
 2026-05-22  5:41 UTC  (4+ messages)
` [PATCH v3 1/3] rust: helpers: add SRCU helpers
` [PATCH v3 2/3] rust: sync: add SRCU abstraction
` [PATCH v3 3/3] MAINTAINERS: add Rust SRCU files to SRCU entry

[PATCH v4 sched_ext/for-7.2 0/2] sched_ext: Follow-up fixes for exit_cpu accuracy
 2026-05-21  7:00 UTC  (7+ messages)
` [PATCH 1/2] sched_ext: Fix exit_cpu accuracy for lockup paths
` [PATCH 2/2] sched_ext, rcu: Upgrade RCU stall paths to report cpumask of stalled CPUs

[PATCH -next v2 00/11] Candidate patches for the v7.2 merge window
 2026-05-21  5:23 UTC  (20+ messages)
` [PATCH -next v2 01/11] rcutorture: Fully test lazy RCU
` [PATCH -next v2 02/11] torture: Add torture_sched_set_normal() for user-specified nice values
` [PATCH -next v2 03/11] torture: Improve kvm-series.sh header comment
` [PATCH -next v2 04/11] torture: Allow "norm" abbreviation for "normal"
` [PATCH -next v2 05/11] srcu: Fix kerneldoc header comment typo in srcu_down_read_fast()
` [PATCH -next v2 06/11] checkpatch: Undeprecate rcu_read_lock_trace() and rcu_read_unlock_trace()
` [PATCH -next v2 07/11] rcu: Simplify rcu_do_batch() by applying clamp()
` [PATCH -next v2 08/11] rcu: Simplify param_set_next_fqs_jiffies() by applying clamp_val()
` [PATCH -next v2 09/11] rcu: Document rcu_access_pointer() feeding into cmpxchg()
` [PATCH -next v2 10/11] rcu: Latch normal synchronize_rcu() path on flood
` [PATCH -next v2 11/11] rcu-tasks: Fix possible boot-time tests failed for the call_rcu_tasks()

[GIT PULL] RCU fixes for v7.1
 2026-05-20 15:24 UTC  (2+ messages)

[RFC PATCH v2 0/8] kvfree_rcu() improvements
 2026-05-20 10:01 UTC  (9+ messages)
` [PATCH 4/8] mm/slab: introduce kfree_rcu_nolock()

[PATCH -next v1 00/12] Candidate patches for the v7.2 merge window
 2026-05-19 16:04 UTC  (28+ messages)
` [PATCH -next v1 01/12] rcutorture: Fully test lazy RCU
` [PATCH -next v1 02/12] torture: Add torture_sched_set_normal() for user-specified nice values
` [PATCH -next v1 03/12] torture: Improve kvm-series.sh header comment
` [PATCH -next v1 04/12] torture: Allow "norm" abbreviation for "normal"
` [PATCH -next v1 05/12] srcu: Don't queue workqueue handlers to never-online CPUs
` [PATCH -next v1 06/12] srcu: Fix kerneldoc header comment typo in srcu_down_read_fast()
` [PATCH -next v1 07/12] checkpatch: Undeprecate rcu_read_lock_trace() and rcu_read_unlock_trace()
` [PATCH -next v1 08/12] rcu: Simplify rcu_do_batch() by applying clamp()
` [PATCH -next v1 09/12] rcu: Simplify param_set_next_fqs_jiffies() by applying clamp_val()
` [PATCH -next v1 10/12] rcu: Document rcu_access_pointer() feeding into cmpxchg()
` [PATCH -next v1 11/12] rcu: Latch normal synchronize_rcu() path on flood
` [PATCH -next v1 12/12] rcu-tasks: Fix possible boot-time tests failed for the call_rcu_tasks()

[PATCH v3 sched_ext/for-7.2 0/2] sched_ext: Follow-up fixes for exit_cpu accuracy
 2026-05-19  8:03 UTC  (7+ messages)
` [PATCH v3 1/2] sched_ext: Fix exit_cpu accuracy for lockup paths
` [PATCH v3 2/2] sched_ext, rcu: Upgrade RCU stall paths to report cpumask of stalled CPUs

kmalloc_nolock() follow-ups, including kfree_rcu_nolock()
 2026-05-14 14:26 UTC  (8+ messages)

[PATCH-next 00/23] cgroup/cpuset: Enable runtime update of nohz_full and managed_irq CPUs
 2026-05-13 16:19 UTC  (6+ messages)
` [PATCH 04/23] tick/nohz: Allow runtime changes in full dynticks CPUs
` [PATCH 08/23] arm64: topology: Use RCU to protect access to HK_TYPE_TICK cpumask

[PATCH RFC 0/2] rcu: Add debugfs interface for pending callback monitoring
 2026-05-12  7:48 UTC  (6+ messages)
` [PATCH RFC 1/2] rcu: Expose per-CPU segmented callback counts via debugfs
` [PATCH RFC 2/2] rcu: Include kfree_rcu/kvfree_rcu batched counts in pending_cbs

[PATCH v4 0/1] cpuhp: Expedite RCU when toggling system-wide SMT mode
 2026-05-12  6:32 UTC  (4+ messages)
` [PATCH v4 1/1] "

[PATCH 0/7] Miscellaneous RCU changes for v7.2
 2026-05-11  9:19 UTC  (20+ messages)
` [PATCH 1/7] srcu: Don't queue workqueue handlers to never-online CPUs
` [PATCH 2/7] srcu: Fix kerneldoc header comment typo in srcu_down_read_fast()
` [PATCH 3/7] checkpatch: Undeprecate rcu_read_lock_trace() and rcu_read_unlock_trace()
` [PATCH 4/7] checkpatch: Mark rcu_read_lock_tasks_trace() and friend BPF-only
` [PATCH 5/7] rcu: Simplify rcu_do_batch() by applying clamp()
` [PATCH 6/7] rcu: Simplify param_set_next_fqs_jiffies() by applying clamp_val()
` [PATCH 7/7] rcu: Document rcu_access_pointer() feeding into cmpxchg()
` [PATCH v2 0/6] Miscellaneous RCU changes for v7.2
  ` [PATCH v2 1/6] srcu: Don't queue workqueue handlers to never-online CPUs
  ` [PATCH v2 2/6] srcu: Fix kerneldoc header comment typo in srcu_down_read_fast()
  ` [PATCH v2 3/6] checkpatch: Undeprecate rcu_read_lock_trace() and rcu_read_unlock_trace()
  ` [PATCH v2 4/6] rcu: Simplify rcu_do_batch() by applying clamp()
  ` [PATCH v2 5/6] rcu: Simplify param_set_next_fqs_jiffies() by applying clamp_val()
  ` [PATCH v2 6/6] rcu: Document rcu_access_pointer() feeding into cmpxchg()

[PATCH] sched/task: always defer 'struct task_struct' destruction via RCU
 2026-05-10 18:36 UTC  (6+ messages)

[PATCH 2/5] docs: fix repeated word 'that' across documentation
 2026-05-09 21:12 UTC  (8+ messages)
` [PATCH v2 2/4] "

[PATCH 0/4] Torture-test updates for v7.2
 2026-05-08 17:06 UTC  (6+ messages)
` [PATCH 1/6] rcutorture: Fully test lazy RCU
` [PATCH 2/6] torture: Add torture_sched_set_normal() for user-specified nice values
` [PATCH 3/6] torture: Improve kvm-series.sh header comment
` [PATCH 4/6] torture: Allow "norm" abbreviation for "normal"

[PATCH v2 sched_ext/for-7.2 0/2] sched_ext: Follow-up fixes for exit_cpu accuracy
 2026-05-07 21:39 UTC  (9+ messages)
` [PATCH v2 2/2] sched_ext: Fix exit_cpu accuracy for lockup paths

[PATCH RFC 0/4] Hazard-pointer torture test
 2026-05-07 16:51 UTC  (5+ messages)
` [PATCH RFC 1/4] torture: Add a hazptrtorture.c "
` [PATCH RFC 2/4] hazptrtorture: Add testing of on-stack hazptr_ctx structures
` [PATCH RFC 3/4] hazptrtorture: Add microsecond-scale sleep in readers
` [PATCH RFC 4/4] hazptrtorture: Enable system-independent CPU overcommit

[PATCH v18 25/42] dept: add documents for dept
 2026-05-06  6:27 UTC  (3+ messages)
` [PATCH] dept: update documentation function names to match implementation


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