Linux RCU subsystem development
 help / color / mirror / Atom feed
 messages from 2021-10-04 13:32:24 to 2021-11-08 14:17:14 UTC [more...]

[PATCH v0 20/42] rcu: Check notifier registration return value
 2021-11-08 14:17 UTC  (5+ messages)
` [PATCH v0 42/42] notifier: Return an error when callback is already registered
` [PATCH v0 00/42] notifiers: "

[PATCH] rcu: avoid alloc_pages() when recording stack
 2021-11-08 12:22 UTC  (11+ messages)

[PATCH -rcu] docs: RCU: Avoid 'Symbol' font-family in SVG figures
 2021-11-03 18:07 UTC  (2+ messages)

[PATCH v2 1/2] scftorture: Always log error message
 2021-11-03 18:05 UTC  (3+ messages)
` [PATCH v2 2/2] locktorture,rcutorture,torture: "

[PATCH 0/6] minor fixes and cleanups in rcuscale and torture tests
 2021-11-03  8:24 UTC  (12+ messages)
` [PATCH 1/6] refscale: add missing '\n' to flush message out
` [PATCH 2/6] scftorture: "
` [PATCH 3/6] scftorture: remove unused SCFTORTOUT
` [PATCH 4/6] scftorture: always log error message
` [PATCH 5/6] rcuscale: alwaly "
` [PATCH 6/6] locktorture,rcutorture,torture: always "

[GIT PULL] RCU changes for v5.16
 2021-11-02  3:43 UTC  (2+ messages)

[PATCH] Documentation: Add refcount analogy to What is RCU
 2021-10-29 20:25 UTC  (11+ messages)
    ` [PATCH v2] "

[PATCH 1/3] refscale: simplify the errexit checkpoint
 2021-10-28 13:30 UTC  (8+ messages)
` [PATCH 2/3] refscale: prevent buffer to pr_alert() being too long
` [PATCH 3/3] refscale: always log the error message

[syzbot] KCSAN: data-race in call_rcu / rcu_gp_fqs_loop
 2021-10-26 14:39 UTC  (4+ messages)

[PATCH v3 0/6] kthread: Add the helper function kthread_run_on_cpu()
 2021-10-26  8:32 UTC  (8+ messages)
` [PATCH v3 1/6] "
` [PATCH v3 2/6] RDMA/siw: Make use of "
` [PATCH v3 3/6] ring-buffer: "
` [PATCH v3 4/6] rcutorture: "
` [PATCH v3 5/6] trace/osnoise: "
` [PATCH v3 6/6] trace/hwlat: "

[PATCH] rcu: Improve tree_plugin.h comments and add code cleanups
 2021-10-25  3:30 UTC  (2+ messages)

[PATCH 1/2] refscale: simplify the errexit checkpoint
 2021-10-25  3:15 UTC  (8+ messages)
` [PATCH 2/2] refscale: prevent buffer to pr_alert() being too long

Improving RCU wait in mini_qdisc_pair_swap()
 2021-10-22 13:17 UTC  (6+ messages)

[PATCH 0/6] kthread: Add the helper macro kthread_run_on_cpu()
 2021-10-22  3:05 UTC  (15+ messages)
` [PATCH 1/6] "
` [PATCH 2/6] RDMA/siw: Make use of "
` [PATCH 3/6] ring-buffer: "
` [PATCH 4/6] rcutorture: "
` [PATCH 5/6] trace/osnoise: "
` [PATCH 6/6] trace/hwlat: "
    ` Re: [PATCH 0/6] kthread: Add "

RCU: rcu stall issues and an approach to the fix
 2021-10-21 16:44 UTC  (24+ messages)

[PATCH v2 0/6] kthread: Add the helper macro kthread_run_on_cpu()
 2021-10-21 16:31 UTC  (9+ messages)
` [PATCH v2 1/6] "
` [PATCH v2 2/6] RDMA/siw: Make use of "
` [PATCH v2 3/6] ring-buffer: "
` [PATCH v2 4/6] rcutorture: "
` [PATCH v2 5/6] trace/osnoise: "
` [PATCH v2 6/6] trace/hwlat: "

wait_event_interruptible() causes rcu_note_context_switch() to WARN_ON_ONCE() and system hanging
 2021-10-21 13:40 UTC  (2+ messages)

[PATCH] rcu/nocb: Fix misordered rcu_barrier() while (de-)offloading
 2021-10-18 22:34 UTC  (6+ messages)

[PATCH 00/11] rcu: Make rcu_core() safe in PREEMPT_RT with NOCB + a few other fixes v2
 2021-10-14 13:57 UTC  (22+ messages)
` [PATCH 01/11] rcu/nocb: Make local rcu_nocb_lock_irqsave() safe against concurrent deoffloading
` [PATCH 02/11] rcu/nocb: Prepare state machine for a new step
` [PATCH 03/11] rcu/nocb: Invoke rcu_core() at the start of deoffloading
` [PATCH 04/11] rcu/nocb: Make rcu_core() callbacks acceleration preempt-safe
` [PATCH 05/11] rcu/nocb: Make rcu_core() callbacks acceleration (de-)offloading safe
` [PATCH 06/11] rcu/nocb: Check a stable offloaded state to manipulate qlen_last_fqs_check
` [PATCH 07/11] rcu/nocb: Use appropriate rcu_nocb_lock_irqsave()
` [PATCH 08/11] rcu/nocb: Limit number of softirq callbacks only on softirq
` [PATCH 09/11] rcu: Fix callbacks processing time limit retaining cond_resched()
` [PATCH 10/11] rcu: Apply callbacks processing time limit only on softirq
` [PATCH 11/11] rcu/nocb: Don't invoke local rcu core on callback overload from nocb kthread

[RFC][PATCH] rcu: Use typeof(p) instead of typeof(*p) *
 2021-10-12 15:36 UTC  (32+ messages)

[PATCH 00/11] rcu: Make rcu_core() safe in PREEMPT_RT with NOCB + a few other fixes
 2021-10-11 12:11 UTC  (25+ messages)
` [PATCH 05/11] rcu/nocb: Make rcu_core() callbacks acceleration (de-)offloading safe
` [PATCH 07/11] rcu/nocb: Use appropriate rcu_nocb_lock_irqsave()
` [PATCH 08/11] rcu/nocb: Limit number of softirq callbacks only on softirq
` [PATCH 10/11] rcu: Apply callbacks processing time limit "
` [PATCH 11/11] rcu/nocb: Don't invoke local rcu core on callback overload from nocb kthread

Making races happen more often
 2021-10-07 17:53 UTC  (10+ messages)

instrument_atomic_read()/_write() in noinstr functions?
 2021-10-06 12:08 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