rcu.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-11 14:52:43 to 2021-11-19 02:38:36 UTC [more...]

[PATCHv3 0/4] arm64: Fixes RCU deadlock due to a mistaken
 2021-11-19  2:38 UTC  (11+ messages)
` [PATCHv3 1/4] arm64: entry: judge nmi ealier to avoid deadlock in RCU
` [PATCHv3 2/4] arm64: entry: distinguish pNMI earlier in el0 interrupt
` [PATCHv3 3/4] irqchip: GICv3: expose pNMI discriminator
` [PATCHv3 4/4] arm64: entry: remove pNMI judgement in __el1_interrupt() path

Fotowoltaika dla firm
 2021-11-18  8:31 UTC 

[PATCH 0/6] rcu/nocb: Last prep work before cpuset interface
 2021-11-17 22:33 UTC  (16+ messages)
` [PATCH 1/6] rcu/nocb: Remove rdp from nocb list when de-offloaded
` [PATCH 2/6] rcu/nocb: Prepare nocb_cb_wait() to start with a non-offloaded rdp
` [PATCH 3/6] rcu/nocb: Optimize kthreads and rdp initialization
` [PATCH 4/6] rcu/nocb: Create nocb kthreads on all CPUs as long as the "rcu_nocb=" is passed
` [PATCH 5/6] rcu/nocb: Allow empty "rcu_nocbs" kernel parameter
` [PATCH 6/6] rcu/nocb: Merge rcu_spawn_cpu_nocb_kthread() and rcu_spawn_one_nocb_kthread()

[PATCH v3 0/6] kthread: Add the helper function kthread_run_on_cpu()
 2021-11-16 21:01 UTC  (9+ 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: "

[V2][PATCH] rcu: avoid alloc_pages() when recording stack
 2021-11-16 20:34 UTC  (4+ messages)

[PATCH] rcu: Avoid boost task running on isolated cpus
 2021-11-15 13:11 UTC  (2+ messages)

[PATCH v3 0/1] rcutorture: Avoid soft lockup during cpu stall
 2021-11-11  0:09 UTC  (3+ messages)
` [PATCH v3 1/1] "

[PATCH] rcu-tasks: Inspect stalled task's trc state in locked state
 2021-11-10 19:55 UTC  (4+ messages)

[PATCH] rcutorture: Avoid soft lockup during cpu stall
 2021-11-10 12:24 UTC  (3+ messages)

[PATCH v2] rcutorture: Avoid soft lockup during cpu stall
 2021-11-10 12:22 UTC 

[PATCH AUTOSEL 5.10 008/101] rcutorture: Avoid problematic critical section nesting on PREEMPT_RT
 2021-11-08 17:47 UTC  (2+ messages)
` [PATCH AUTOSEL 5.10 014/101] rcu-tasks: Move RTGS_WAIT_CBS to beginning of rcu_tasks_kthread() loop

[PATCH AUTOSEL 5.14 008/138] rcutorture: Avoid problematic critical section nesting on PREEMPT_RT
 2021-11-08 17:44 UTC  (2+ messages)
` [PATCH AUTOSEL 5.14 015/138] rcu-tasks: Move RTGS_WAIT_CBS to beginning of rcu_tasks_kthread() loop

[PATCH AUTOSEL 5.15 009/146] rcutorture: Avoid problematic critical section nesting on PREEMPT_RT
 2021-11-08 17:42 UTC  (2+ messages)
` [PATCH AUTOSEL 5.15 017/146] rcu-tasks: Move RTGS_WAIT_CBS to beginning of rcu_tasks_kthread() loop

[PATCH v0 20/42] rcu: Check notifier registration return value
 2021-11-08 21:18 UTC  (17+ 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] 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  (21+ 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  (13+ messages)
` [PATCH 03/11] rcu/nocb: Invoke rcu_core() at the start of deoffloading
` [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  (5+ messages)


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).