Linux RCU subsystem development
 help / color / mirror / Atom feed
 messages from 2023-11-03 15:50:26 to 2024-01-10 09:22:01 UTC [more...]

[PATCH v4 0/4] Reduce synchronize_rcu() latency(v4)
 2024-01-10  9:21 UTC  (7+ messages)
` [PATCH v4 1/4] rcu: Reduce synchronize_rcu() latency
` [PATCH v4 2/4] rcu: Add a trace event for synchronize_rcu_normal()
` [PATCH v4 3/4] rcu: Improve handling of synchronize_rcu() users
` [PATCH v4 4/4] rcu: Support direct wake-up "

[PATCH] rcu/nocb: Fix WARN_ON_ONCE() in the rcu_nocb_bypass_lock()
 2024-01-10  8:36 UTC  (2+ messages)

[PATCH 0/2] rcu/nocb cleanups
 2024-01-09 22:24 UTC  (3+ messages)
` [PATCH 1/2] rcu/nocb: Make IRQs disablement symmetric
` [PATCH 2/2] rcu/nocb: Re-arrange call_rcu() NOCB specific code

[PATCH v3 0/7] Reduce synchronize_rcu() latency(V3)
 2024-01-04 11:17 UTC  (31+ messages)
` [PATCH v3 1/7] rcu: Reduce synchronize_rcu() latency
` [PATCH v3 2/7] rcu: Add a trace event for synchronize_rcu_normal()
` [PATCH v3 3/7] doc: Add rcutree.rcu_normal_wake_from_gp to kernel-parameters.txt
` [PATCH v3 4/7] rcu: Improve handling of synchronize_rcu() users
` [PATCH v3 5/7] rcu: Support direct wake-up "
` [PATCH v3 6/7] rcu: Move sync related data to rcu_state structure
` [PATCH v3 7/7] rcu: Add CONFIG_RCU_SR_NORMAL_DEBUG_GP

[PATCH v3] srcu: Improve comments about acceleration leak
 2023-12-29 23:10 UTC  (2+ messages)

[GIT PULL] RCU changes for v6.8
 2023-12-23  2:14 UTC 

[PATCH 0/3] timers & RCU: Fix TREE03 stalls
 2023-12-21  0:57 UTC  (14+ messages)
` [PATCH 1/3] hrtimer: Report offline hrtimer enqueue
` [PATCH 2/3] rcu: Defer RCU kthreads wakeup when CPU is dying
` [PATCH 3/3] rcu/exp: Remove full barrier upon main thread wakeup

[PATCH 0/8 v2] rcu: Fix expedited GP deadlock (and cleanup some nocb stuff)
 2023-12-19 14:08 UTC  (9+ messages)
` [PATCH 1/8] rcu/nocb: Make IRQs disablement symmetric
` [PATCH 2/8] rcu/nocb: Re-arrange call_rcu() NOCB specific code
` [PATCH 3/8] rcu/exp: Fix RCU expedited parallel grace period kworker allocation failure recovery
` [PATCH 4/8] rcu/exp: Handle RCU expedited grace period kworker allocation failure
` [PATCH 5/8] rcu: s/boost_kthread_mutex/kthread_mutex
` [PATCH 6/8] rcu/exp: Make parallel exp gp kworker per rcu node
` [PATCH 7/8] rcu/exp: Handle parallel exp gp kworkers affinity
` [PATCH 8/8] rcu/exp: Remove rcu_par_gp_wq

[PATCH v2] srcu: Improve comments about acceleration leak
 2023-12-18 21:28 UTC  (8+ messages)

[PATCH v2] rcu: Provide a boot time parameter to control lazy RCU
 2023-12-15 22:47 UTC  (15+ messages)

[linux-next:master] BUILD REGRESSION 48e8992e33abf054bcc0bb2e77b2d43bb899212e
 2023-12-14  5:49 UTC 

[PATCH rcu 0/3] SRCU updates for v6.8
 2023-12-13 19:01 UTC  (10+ messages)
` [PATCH rcu 1/3] srcu: Remove superfluous callbacks advancing from srcu_gp_start()
` [PATCH rcu 2/3] srcu: No need to advance/accelerate if no callback enqueued
` [PATCH rcu 3/3] srcu: Explain why callbacks invocations can't run concurrently
` [PATCH rcu 4/3] srcu: Use try-lock lockdep annotation for NMI-safe access

[PATCH 0/8] rcu: Fix expedited GP deadlock (and cleanup some nocb stuff)
 2023-12-13 13:01 UTC  (17+ messages)
` [PATCH 1/8] rcu/nocb: Make IRQs disablement symetric
` [PATCH 2/8] rcu/nocb: Re-arrange call_rcu() NOCB specific code
` [PATCH 3/8] rcu/exp: Fix RCU expedited parallel grace period kworker allocation failure recovery
` [PATCH 4/8] rcu/exp: Handle RCU expedited grace period kworker allocation failure
` [PATCH 5/8] rcu: s/boost_kthread_mutex/kthread_mutex
` [PATCH 6/8] rcu/exp: Make parallel exp gp kworker per rcu node
` [PATCH 7/8] rcu/exp: Handle parallel exp gp kworkers affinity
` [PATCH 8/8] rcu/exp: Remove rcu_par_gp_wq

[PATCH rcu 0/3] RCU misc fixes for v6.8
 2023-12-12 23:22 UTC  (5+ messages)
` [PATCH rcu 1/3] rcu: Restrict access to RCU CPU stall notifiers
` [PATCH rcu 2/3] rcu: Remove unused macros from rcupdate.h
` [PATCH rcu 3/3] rcu: Force quiescent states only for ongoing grace period

[PATCH rcu 0/5] Documentation updates for v6.8
 2023-12-12 20:09 UTC  (7+ messages)
` [PATCH rcu 1/5] Documentation: RCU: Remove repeated word in comments
` [PATCH rcu 2/5] rculist.h: docs: Fix wrong function summary
` [PATCH rcu 3/5] doc: Clarify RCU Tasks reader/updater checklist
` [PATCH rcu 4/5] doc: Mention address and data dependencies in rcu_dereference.rst
` [PATCH rcu 5/5] doc: Clarify historical disclaimers in memory-barriers.txt

[PATCH rcu 0/1] RCU tasks updates for v6.8
 2023-12-12 17:43 UTC  (2+ messages)
` [PATCH rcu 1/1] rcu-tasks: Mark RCU Tasks accesses to current->rcu_tasks_idle_cpu

[PATCH rcu 0/4] RCU/lock torture updates for v6.8
 2023-12-12 17:34 UTC  (5+ messages)
` [PATCH rcu 1/4] locktorture: Increase Hamming distance between call_rcu_chain and rcu_call_chains
` [PATCH rcu 2/4] rcutorture: add nolibc init support for mips, ppc and rv64
` [PATCH rcu 3/4] rcutorture: Add mid-sized stall to TREE07
` [PATCH rcu 4/4] rcutorture: Add fqs_holdoff check before fqs_task is created

[PATCH] srcu: Improvement comments about acceleration leak
 2023-12-11  1:56 UTC 

About the conflict between XFS inode recycle and VFS rcu-walk
 2023-12-08  0:14 UTC  (2+ messages)

[RCU] rcu_tasks_trace_qs(): trc_reader_special.b.need_qs value incorrect likely()?
 2023-12-05 22:01 UTC  (5+ messages)

[REPOST PATCH] srcu: Use try-lock lockdep annotation for NMI-safe access
 2023-12-05  4:23 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH 0/3] rcu/nocb updates v2
 2023-12-05  4:20 UTC  (5+ messages)
` [PATCH 1/3] rcu: Rename jiffies_till_flush to jiffies_lazy_flush
` [PATCH 2/3] rcu/nocb: Remove needless LOAD-ACQUIRE
` [PATCH 3/3] rcu/nocb: Remove needless full barrier after callback advancing

Frederic will be doing RCU PR for v6.7 merge window
 2023-11-28  5:05 UTC  (3+ messages)
` Neeraj will be doing RCU PR for v6.8 "

[PATCH 6.6 000/530] 6.6.3-rc1 review
 2023-11-25 15:31 UTC  (2+ messages)

[PATCH 6.1 000/372] 6.1.64-rc1 review
 2023-11-25 15:30 UTC  (2+ messages)

[PATCH] rcu: Provide a boot time parameter to enable lazy RCU
 2023-11-23 18:28 UTC  (10+ messages)

PSA: this list has moved to new vger infra (no action required)
 2023-11-23  2:47 UTC 

[rt-devel:linux-6.6.y-rt] [printk] 78f4b59c6f: BUG:kernel_failed_in_early-boot_stage,last_printk:early_console_in_setup_code
 2023-11-20 14:30 UTC  (2+ messages)

[PATCH v2 0/3] reduce latency of normal synchronize_rcu() v2
 2023-11-09 12:34 UTC  (11+ messages)
` [PATCH v2 1/3] rcu: Reduce synchronize_rcu() latency

[GIT PULL] RCU fixes for v6.7-rc1
 2023-11-08 17:52 UTC  (2+ messages)

[bug report] rcu: Restrict access to RCU CPU stall notifiers
 2023-11-08  3:44 UTC  (2+ messages)

[PATCH] rcu: Force quiescent states only for ongoing grace period
 2023-11-07 16:53 UTC  (6+ messages)

[PATCH AUTOSEL 6.1 02/11] rcu: Dump memory object info if callback function is invalid
 2023-11-06 23:15 UTC  (2+ messages)
` [PATCH AUTOSEL 6.1 03/11] srcu: Fix srcu_struct node grpmask overflow on 64-bit systems

[PATCH AUTOSEL 6.5 02/13] rcu: Dump memory object info if callback function is invalid
 2023-11-06 23:15 UTC  (3+ messages)
` [PATCH AUTOSEL 6.5 03/13] srcu: Fix srcu_struct node grpmask overflow on 64-bit systems
` [PATCH AUTOSEL 6.5 09/13] srcu: Only accelerate on enqueue time

[PATCH AUTOSEL 6.6 02/13] rcu: Dump memory object info if callback function is invalid
 2023-11-06 23:14 UTC  (3+ messages)
` [PATCH AUTOSEL 6.6 03/13] srcu: Fix srcu_struct node grpmask overflow on 64-bit systems
` [PATCH AUTOSEL 6.6 09/13] srcu: Only accelerate on enqueue time

[PATCH] rcutorture: Add fqs_holdoff check before the fqs_task is created
 2023-11-03 21:13 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