rcu.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-16 00:13:57 to 2021-10-21 13:59:18 UTC [more...]

[PATCH 0/6] kthread: Add the helper macro kthread_run_on_cpu()
 2021-10-21 13:58 UTC  (12+ 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: "

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

[PATCH v2 0/6] kthread: Add the helper macro kthread_run_on_cpu()
 2021-10-21 12:27 UTC  (7+ 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: "

RCU: rcu stall issues and an approach to the fix
 2021-10-21  4:17 UTC  (23+ messages)

Improving RCU wait in mini_qdisc_pair_swap()
 2021-10-20 22:44 UTC 

[PATCH] Documentation: Add refcount analogy to What is RCU
 2021-10-20  0:13 UTC  (3+ 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  (37+ 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
` [RFC 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

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)

[PATCH v3 0/4] rcu, arm64: PREEMPT_RT fixlets
 2021-09-30 13:22 UTC  (17+ messages)
` [PATCH v3 3/4] rcu/nocb: Protect NOCB state via local_lock() under PREEMPT_RT
    ` rcu/tree: Protect rcu_rdp_is_offloaded() invocations on RT

[RFC PATCH net] net: dsa: tag_dsa: fix suspicious rcu_dereference_check() with br_vlan_get_pvid_rcu
 2021-09-29 23:27 UTC  (6+ messages)

[PATCH] rcu: in_irq() cleanup
 2021-09-28 21:03 UTC  (2+ messages)

[PATCH 0/4] rcu: Unify a bit [non-]PREEMPT expedited quiescent state report
 2021-09-28 18:13 UTC  (11+ messages)
` [PATCH 1/4] rcu: Ignore rdp.cpu_no_qs.b.exp on premptible RCU's rcu_qs()
` [PATCH 2/4] rcu: Remove useless WRITE_ONCE() on rcu_data.exp_deferred_qs
` [PATCH 3/4] rcu: Move rcu_data.cpu_no_qs.b.exp reset to rcu_export_exp_rdp()
` [PATCH 4/4] rcu: Remove rcu_data.exp_deferred_qs and convert to rcu_data.cpu no_qs.b.exp

[PATCH] kernel: in_irq() cleanup
 2021-09-28  0:14 UTC  (4+ messages)

[PATCH rcu 0/14] Miscellaneous fixes for v5.16
 2021-09-16 16:53 UTC  (8+ messages)
` [PATCH rcu 10/14] rcu: Make rcutree_dying_cpu() use its "cpu" parameter
` [PATCH rcu 11/14] rcu: Make rcu_normal_after_boot writable again

[PATCH rcu 0/5] Torture-script updates for v5.16
 2021-09-16  0:28 UTC  (6+ messages)
` [PATCH rcu 1/5] torture: Apply CONFIG_KCSAN_STRICT to kvm.sh --kcsan argument
` [PATCH rcu 2/5] torture: Make torture.sh print the number of files to be compressed
` [PATCH rcu 3/5] tools/rcu: Add an extract-stall script
` [PATCH rcu 4/5] torture: Allot 1G of memory for scftorture runs
` [PATCH rcu 5/5] torture: Make kvm-remote.sh print size of downloaded tarball

[PATCH rcu 0/7] In-kernel torture-test updates for v5.16
 2021-09-16  0:13 UTC  (7+ messages)
` [PATCH rcu 1/7] rcutorture: Suppressing read-exit testing is not an error
` [PATCH rcu 2/7] rcutorture: Warn on individual rcu_torture_init() error conditions
` [PATCH rcu 3/7] locktorture: Warn on individual lock_torture_init() "
` [PATCH rcu 4/7] refscale: Warn on individual ref_scale_init() "
` [PATCH rcu 6/7] rcutorture: Don't cpuhp_remove_state() if cpuhp_setup_state() failed
` [PATCH rcu 7/7] rcutorture: Avoid problematic critical section nesting on PREEMPT_RT


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).