RCU Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-10-19 11:55:06 to 2023-12-12 17:27:32 UTC [more...]

[PATCH rcu 0/5] Documentation updates for v6.8
 2023-12-12 17:26 UTC  (3+ messages)
` [PATCH rcu 1/5] Documentation: RCU: Remove repeated word in comments
` [PATCH rcu 2/5] rculist.h: docs: Fix wrong function summary

[PATCH 0/8] rcu: Fix expedited GP deadlock (and cleanup some nocb stuff)
 2023-12-12 16:14 UTC  (16+ 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 v2] rcu: Provide a boot time parameter to control lazy RCU
 2023-12-12 12:35 UTC  (8+ messages)

[PATCH v2] srcu: Improve comments about acceleration leak
 2023-12-11  1:57 UTC 

[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

[PATCH v3 0/7] Reduce synchronize_rcu() latency(V3)
 2023-11-28  8:00 UTC  (8+ 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

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  (15+ messages)
` [PATCH v2 1/3] rcu: Reduce synchronize_rcu() latency
` [PATCH v2 2/3] rcu: Add a trace event for synchronize_rcu_normal()
` [PATCH v2 3/3] doc: Add rcutree.rcu_normal_wake_from_gp to kernel-parameters.txt

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

[PATCH 0/3] reduce latency of synchronize_rcu()
 2023-11-02 12:35 UTC  (15+ messages)
` [PATCH 1/3] rcu: Reduce synchronize_rcu() waiting time
` [PATCH 2/3] rcu: Add a trace event for synchronize_rcu_normal()
` [PATCH 3/3] doc: Add rcutree.rcu_normal_wake_from_gp to kernel-parameters.txt

[GIT PULL] RCU changes for v6.7
 2023-11-02  2:13 UTC  (11+ messages)

[PATCH] refscale: Optimize process_durations()
 2023-11-01 10:24 UTC  (7+ messages)

[PATCH 2/4] rcu/tasks: Handle new PF_IDLE semantics
 2023-10-31 18:12 UTC  (18+ messages)
` [PATCH 0/4] rcu: Fix PF_IDLE related issues v3

Wycena paneli fotowoltaicznych
 2023-10-27  8:15 UTC 

bcachefs RCU warnings
 2023-10-27  3:13 UTC  (3+ messages)

[PATCH 0/4] rcu: Fix PF_IDLE related issues v2
 2023-10-26 14:34 UTC  (13+ messages)
` [PATCH 1/4] rcu: Introduce rcu_cpu_online()
` [PATCH 2/4] rcu/tasks: Handle new PF_IDLE semantics
` [PATCH 3/4] rcu/tasks-trace: "
` [PATCH 4/4] sched: Exclude CPU boot code from PF_IDLE area

[PATCH] rcu: Remove unused macros from rcupdate.h
 2023-10-20 19:22 UTC  (2+ messages)

[PATCH 0/4] rcu: Fix PF_IDLE related issues, part. 1
 2023-10-20 15:05 UTC  (10+ messages)
` [PATCH 1/4] softirq: Rename __raise_softirq_irqoff() to raise_softirq_no_wake()
` [PATCH 2/4] softirq: Introduce raise_ksoftirqd_irqoff()
` [PATCH 3/4] rcu: Make tiny RCU use ksoftirqd to trigger a QS from idle
` [PATCH 4/4] Revert "kernel/sched: Modify initial boot task idle setup"

[PATCH v4 1/1] rcu: Reduce synchronize_rcu() waiting time
 2023-10-19 16:01 UTC 

[PATCH v3 1/1] rcu: Reduce synchronize_rcu() waiting time
 2023-10-19 15:44 UTC  (2+ messages)

[PATCH 0/6] RCU stall detection updates for v6.7
 2023-10-19 12:02 UTC  (7+ messages)
` [PATCH 1/6] rcu: Delete a redundant check in rcu_check_gp_kthread_starvation()
` [PATCH 2/6] rcu: Don't redump the stalled CPU where RCU GP kthread last ran
` [PATCH 3/6] rcu: Eliminate check_cpu_stall() duplicate code
` [PATCH 4/6] rcu: Add RCU CPU stall notifier
` [PATCH 5/6] rcutorture: Add test of RCU CPU stall notifiers
` [PATCH 6/6] rcu/tree: Defer setting of jiffies during stall reset

[PATCH 0/3] RCU refscale update for v6.7
 2023-10-19 11:54 UTC  (4+ messages)
` [PATCH 1/3] refscale: Fix misplaced data re-read
` [PATCH 2/3] refscale: Print out additional module parameters
` [PATCH 3/3] doc: Add refscale.lookup_instances to kernel-parameters.txt


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 read-only IMAP folder(s) and NNTP newsgroup(s).