| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-06-01 | Merge branch 'WIP.core/rcu' into core/rcu, to pick up two x86/entry dependencies |  Ingo Molnar | 1 | -20/+80 |
| 2020-05-28 | rcu: Allow for smp_call_function() running callbacks from idle |  Peter Zijlstra | 1 | -6/+19 |
| 2020-05-26 | rcu: Provide rcu_irq_exit_check_preempt() |  Thomas Gleixner | 1 | -0/+18 |
| 2020-05-26 | rcu: Abstract out rcu_irq_enter_check_tick() from rcu_nmi_enter() |  Paul E. McKenney | 1 | -20/+62 |
| 2020-05-19 | rcu: Provide __rcu_is_watching() |  Thomas Gleixner | 1 | -0/+5 |
| 2020-05-19 | rcu: Provide rcu_irq_exit_preempt() |  Thomas Gleixner | 1 | -0/+22 |
| 2020-05-19 | rcu: Make RCU IRQ enter/exit functions rely on in_nmi() |  Paul E. McKenney | 1 | -32/+15 |
| 2020-05-19 | rcu/tree: Mark the idle relevant functions noinstr |  Thomas Gleixner | 1 | -37/+46 |
| 2020-05-07 | Merge branches 'fixes.2020.04.27a', 'kfree_rcu.2020.04.27a', 'rcu-tasks.2020.04.27a', 'stall.2020.04.27a' and 'torture.2020.05.07a' into HEAD |  Paul E. McKenney | 1 | -4/+134 |
| 2020-05-07 | rcu: Allow rcutorture to starve grace-period kthread |  Paul E. McKenney | 1 | -0/+27 |
| 2020-04-27 | rcu-tasks: Avoid IPIing userspace/idle tasks if kernel is so built |  Paul E. McKenney | 1 | -0/+24 |
| 2020-04-27 | rcu: Add comments marking transitions between RCU watching and not |  Paul E. McKenney | 1 | -4/+25 |
| 2020-04-27 | rcu/tree: Count number of batched kfree_rcu() locklessly |  Joel Fernandes (Google) | 1 | -6/+4 |
| 2020-04-27 | rcu/tree: Add a shrinker to prevent OOM due to kfree_rcu() batching |  Joel Fernandes (Google) | 1 | -0/+60 |
| 2020-04-27 | rcu: Convert ULONG_CMP_GE() to time_after() for jiffy comparison |  Paul E. McKenney | 1 | -1/+1 |
| 2020-04-27 | rcu: Replace 1 by true |  Jules Irenge | 1 | -1/+1 |
| 2020-04-27 | rcu: Mark rcu_state.gp_seq to detect more concurrent writes |  Paul E. McKenney | 1 | -1/+3 |
| 2020-04-27 | rcu: Expedite first two FQS scans under callback-overload conditions |  Paul E. McKenney | 1 | -4/+15 |
| 2020-04-27 | rcu: Mark rcu_state.ncpus to detect concurrent writes |  Paul E. McKenney | 1 | -0/+1 |
| 2020-04-27 | rcu: Add KCSAN stubs |  Paul E. McKenney | 1 | -0/+13 |
| 2020-04-14 | Merge branch 'urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/urgent |  Ingo Molnar | 1 | -1/+1 |
| 2020-04-05 | rcu: Don't acquire lock in NMI handler in rcu_nmi_enter_common() |  Paul E. McKenney | 1 | -1/+1 |
| 2020-03-30 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -0/+1 |
| 2020-03-21 | Merge branches 'doc.2020.02.27a', 'fixes.2020.03.21a', 'kfree_rcu.2020.02.20a', 'locktorture.2020.02.20a', 'ovld.2020.02.20a', 'rcu-tasks.2020.02.20a', 'srcu.2020.02.20a' and 'torture.2020.02.20a' into HEAD |  Paul E. McKenney | 1 | -113/+339 |
| 2020-03-21 | rcu: Make rcu_barrier() account for offline no-CBs CPUs |  Paul E. McKenney | 1 | -12/+24 |
| 2020-03-21 | rcu: Mark rcu_state.gp_seq to detect concurrent writes |  Paul E. McKenney | 1 | -14/+8 |
| 2020-03-21 | lockdep: Annotate irq_work |  Sebastian Andrzej Siewior | 1 | -0/+1 |
| 2020-02-20 | rcu: Update __call_rcu() comments |  Paul E. McKenney | 1 | -7/+2 |
| 2020-02-20 | rcu: React to callback overload by aggressively seeking quiescent states |  Paul E. McKenney | 1 | -4/+71 |
| 2020-02-20 | rcu: Clear ->core_needs_qs at GP end or self-reported QS |  Paul E. McKenney | 1 | -4/+9 |
| 2020-02-20 | rcu: Add a trace event for kfree_rcu() use of kfree_bulk() |  Uladzislau Rezki (Sony) | 1 | -0/+3 |
| 2020-02-20 | rcu: Support kfree_bulk() interface in kfree_rcu() |  Uladzislau Rezki (Sony) | 1 | -35/+169 |
| 2020-02-20 | rcu: Optimize and protect atomic_cmpxchg() loop |  Paul E. McKenney | 1 | -2/+5 |
| 2020-02-20 | rcu: Don't flag non-starting GPs before GP kthread is running |  Paul E. McKenney | 1 | -12/+16 |
| 2020-02-20 | rcu: Fix rcu_barrier_callback() race condition |  Paul E. McKenney | 1 | -3/+10 |
| 2020-02-20 | rcu: Add *_ONCE() to rcu_data ->rcu_forced_tick |  Paul E. McKenney | 1 | -3/+4 |
| 2020-02-20 | rcu: Add READ_ONCE() to rcu_data ->gpwrap |  Paul E. McKenney | 1 | -1/+1 |
| 2020-02-20 | rcu: Fix typos in file-header comments |  SeongJae Park | 1 | -2/+2 |
| 2020-02-20 | rcu: Add *_ONCE() for grace-period progress indicators |  Paul E. McKenney | 1 | -7/+7 |
| 2020-02-20 | rcu: Add WRITE_ONCE() to rcu_node ->qsmaskinitnext |  Paul E. McKenney | 1 | -2/+2 |
| 2020-02-20 | rcu: Add WRITE_ONCE() to rcu_state ->gp_req_activity |  Paul E. McKenney | 1 | -2/+2 |
| 2020-02-20 | rcu: Add READ_ONCE() to rcu_node ->gp_seq |  Paul E. McKenney | 1 | -4/+5 |
| 2020-02-20 | rcu: Add WRITE_ONCE() to rcu_node ->qsmask update |  Paul E. McKenney | 1 | -1/+1 |
| 2020-01-24 | Merge branches 'doc.2019.12.10a', 'exp.2019.12.09a', 'fixes.2020.01.24a', 'kfree_rcu.2020.01.24a', 'list.2020.01.10a', 'preempt.2020.01.24a' and 'torture.2019.12.09a' into HEAD |  Paul E. McKenney | 1 | -52/+272 |
| 2020-01-24 | rcu: Remove unused stop-machine #include |  Paul E. McKenney | 1 | -1/+0 |
| 2020-01-24 | rcu: Switch force_qs_rnp() to for_each_leaf_node_cpu_mask() |  Paul E. McKenney | 1 | -8/+5 |
| 2020-01-24 | rcu: Move gp_state_names[] and gp_state_getname() to tree_stall.h |  Lai Jiangshan | 1 | -10/+0 |
| 2020-01-24 | rcu: Fix tracepoint tracking RCU CPU kthread utilization |  Lai Jiangshan | 1 | -1/+1 |
| 2020-01-24 | rcu: Avoid tick_dep_set_cpu() misordering |  Paul E. McKenney | 1 | -3/+9 |
| 2020-01-24 | rcu: Rename some instance of CONFIG_PREEMPTION to CONFIG_PREEMPT_RCU |  Lai Jiangshan | 1 | -2/+2 |