| Age | Commit message (Expand) | Author | Files | Lines |
| 2022-03-21 | Merge tag 'rcu.2022.03.13a' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu |  Linus Torvalds | 1 | -141/+187 |
| 2022-03-07 | tick/rcu: Remove obsolete rcu_needs_cpu() parameters |  Frederic Weisbecker | 1 | -2/+1 |
| 2022-02-24 | Merge branches 'exp.2022.02.24a', 'fixes.2022.02.14a', 'rcu_barrier.2022.02.08a', 'rcu-tasks.2022.02.08a', 'rt.2022.02.01b', 'torture.2022.02.01b' and 'torturescript.2022.02.08a' into HEAD |  Paul E. McKenney | 1 | -141/+187 |
| 2022-02-14 | kasan: Record work creation stack trace with interrupts enabled |  Zqiang | 1 | -1/+1 |
| 2022-02-14 | rcu: Inline __call_rcu() into call_rcu() |  Paul E. McKenney | 1 | -49/+42 |
| 2022-02-14 | rcu: Add mutex for rcu boost kthread spawning and affinity setting |  David Woodhouse | 1 | -0/+1 |
| 2022-02-08 | rcu: Create and use an rcu_rdp_cpu_online() |  Paul E. McKenney | 1 | -8/+13 |
| 2022-02-08 | rcu: Make rcu_barrier() no longer block CPU-hotplug operations |  Paul E. McKenney | 1 | -14/+14 |
| 2022-02-08 | rcu: Rework rcu_barrier() and callback-migration logic |  Paul E. McKenney | 1 | -16/+61 |
| 2022-02-08 | rcu: Refactor rcu_barrier() empty-list handling |  Paul E. McKenney | 1 | -17/+8 |
| 2022-02-08 | rcu: Kill rnp->ofl_seq and use only rcu_state.ofl_lock for exclusion |  David Woodhouse | 1 | -35/+36 |
| 2022-02-01 | rcu: Add per-CPU rcuc task dumps to RCU CPU stall warnings |  Zqiang | 1 | -0/+3 |
| 2022-02-01 | rcu: Elevate priority of offloaded callback threads |  Alison Chaiken | 1 | -1/+1 |
| 2022-02-01 | rcu: Move kthread_prio bounds-check to a separate function |  Alison Chaiken | 1 | -16/+23 |
| 2022-02-01 | rcu: Create per-cpu rcuc kthreads only when rcutree.use_softirq=0 |  Zqiang | 1 | -1/+1 |
| 2021-12-09 | Merge branches 'doc.2021.11.30c', 'exp.2021.12.07a', 'fastnohz.2021.11.30c', 'fixes.2021.11.30c', 'nocb.2021.12.09a', 'nolibc.2021.11.30c', 'tasks.2021.12.09a', 'torture.2021.12.07a' and 'torturescript.2021.11.30c' into HEAD |  Paul E. McKenney | 1 | -45/+86 |
| 2021-12-07 | rcu/nocb: Don't invoke local rcu core on callback overload from nocb kthread |  Frederic Weisbecker | 1 | -5/+5 |
| 2021-12-07 | rcu: Apply callbacks processing time limit only on softirq |  Frederic Weisbecker | 1 | -13/+12 |
| 2021-12-07 | rcu: Fix callbacks processing time limit retaining cond_resched() |  Frederic Weisbecker | 1 | -10/+15 |
| 2021-12-07 | rcu/nocb: Limit number of softirq callbacks only on softirq |  Frederic Weisbecker | 1 | -3/+2 |
| 2021-12-07 | rcu/nocb: Use appropriate rcu_nocb_lock_irqsave() |  Frederic Weisbecker | 1 | -5/+3 |
| 2021-12-07 | rcu/nocb: Check a stable offloaded state to manipulate qlen_last_fqs_check |  Frederic Weisbecker | 1 | -1/+1 |
| 2021-12-07 | rcu/nocb: Make rcu_core() callbacks acceleration (de-)offloading safe |  Frederic Weisbecker | 1 | -2/+16 |
| 2021-12-07 | rcu/nocb: Make rcu_core() callbacks acceleration preempt-safe |  Thomas Gleixner | 1 | -2/+3 |
| 2021-12-07 | rcu/nocb: Invoke rcu_core() at the start of deoffloading |  Frederic Weisbecker | 1 | -0/+17 |
| 2021-12-07 | rcu/nocb: Prepare state machine for a new step |  Frederic Weisbecker | 1 | -1/+1 |
| 2021-12-07 | rcu: Tighten rcu_advance_cbs_nowake() checks |  Paul E. McKenney | 1 | -3/+4 |
| 2021-12-07 | rcu: Make idle entry report expedited quiescent states |  Paul E. McKenney | 1 | -1/+1 |
| 2021-11-30 | rcu: Avoid alloc_pages() when recording stack |  Jun Miao | 1 | -2/+2 |
| 2021-11-30 | rcu: in_irq() cleanup |  Changbin Du | 1 | -1/+1 |
| 2021-11-30 | rcu: Move rcu_needs_cpu() to tree.c |  Paul E. McKenney | 1 | -0/+18 |
| 2021-11-30 | rcu: Remove the RCU_FAST_NO_HZ Kconfig option |  Paul E. McKenney | 1 | -11/+0 |
| 2021-10-07 | rcu: Fix rcu_dynticks_curr_cpu_in_eqs() vs noinstr |  Peter Zijlstra | 1 | -1/+1 |
| 2021-09-13 | rcu: Make rcutree_dying_cpu() use its "cpu" parameter |  Paul E. McKenney | 1 | -1/+1 |
| 2021-09-13 | rcu: Simplify rcu_report_dead() call to rcu_report_exp_rdp() |  Paul E. McKenney | 1 | -3/+1 |
| 2021-09-13 | rcu: Move rcu_dynticks_eqs_online() to rcu_cpu_starting() |  Paul E. McKenney | 1 | -1/+1 |
| 2021-09-13 | rcu: Comment rcu_gp_init() code waiting for CPU-hotplug operations |  Paul E. McKenney | 1 | -0/+2 |
| 2021-09-13 | rcu: Eliminate rcu_implicit_dynticks_qs() local variable ruqp |  Paul E. McKenney | 1 | -5/+3 |
| 2021-09-13 | rcu: Eliminate rcu_implicit_dynticks_qs() local variable rnhqp |  Paul E. McKenney | 1 | -4/+2 |
| 2021-09-13 | rcu: Mark accesses to rcu_state.n_force_qs |  Paul E. McKenney | 1 | -5/+5 |
| 2021-08-10 | Merge branches 'doc.2021.07.20c', 'fixes.2021.08.06a', 'nocb.2021.07.20c', 'nolibc.2021.07.20c', 'tasks.2021.07.20c', 'torture.2021.07.27a' and 'torturescript.2021.07.27a' into HEAD |  Paul E. McKenney | 1 | -74/+33 |
| 2021-08-10 | rcu: Replace deprecated CPU-hotplug functions |  Sebastian Andrzej Siewior | 1 | -2/+2 |
| 2021-08-06 | rcu: Use per_cpu_ptr to get the pointer of per_cpu variable |  Liu Song | 1 | -1/+1 |
| 2021-08-06 | rcu: Remove useless "ret" update in rcu_gp_fqs_loop() |  Liu Song | 1 | -2/+2 |
| 2021-08-06 | rcu: Make rcu_gp_init() and rcu_gp_fqs_loop noinline to conserve stack |  Paul E. McKenney | 1 | -2/+2 |
| 2021-08-06 | rcu: Weaken ->dynticks accesses and updates |  Paul E. McKenney | 1 | -8/+18 |
| 2021-08-06 | rcu: Remove special bit at the bottom of the ->dynticks counter |  Joel Fernandes (Google) | 1 | -63/+14 |
| 2021-07-20 | rcu/nocb: Remove NOCB deferred wakeup from rcutree_dead_cpu() |  Frederic Weisbecker | 1 | -3/+0 |
| 2021-07-20 | rcu/nocb: Start moving nocb code to its own plugin file |  Frederic Weisbecker | 1 | -0/+1 |
| 2021-07-04 | Merge branch 'core-rcu-2021.07.04' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu |  Linus Torvalds | 1 | -139/+174 |