| Age | Commit message (Expand) | Author | Files | Lines |
| 2016-06-15 | rcu: Correctly handle sparse possible cpus |  Mark Rutland | 1 | -0/+15 |
| 2016-04-21 | Merge branches 'doc.2016.04.19a', 'exp.2016.03.31d', 'fixes.2016.03.31d' and 'torture.2016.04.21a' into HEAD |  Paul E. McKenney | 1 | -10/+10 |
| 2016-03-31 | rcu: Awaken grace-period kthread if too long since FQS |  Paul E. McKenney | 1 | -0/+2 |
| 2016-03-31 | rcu: Overlap wakeups with next expedited grace period |  Paul E. McKenney | 1 | -1/+2 |
| 2016-03-31 | rcu: Enforce expedited-GP fairness via funnel wait queue |  Paul E. McKenney | 1 | -6/+4 |
| 2016-03-31 | rcu: Shorten expedited_workdone* to exp_workdone* |  Paul E. McKenney | 1 | -3/+3 |
| 2016-03-31 | rcu: Remove expedited GP funnel-lock bypass |  Paul E. McKenney | 1 | -1/+0 |
| 2016-03-15 | Merge commit 'fixes.2015.02.23a' into core/rcu |  Ingo Molnar | 1 | -11/+31 |
| 2016-02-25 | rcu: Use simple wait queues where possible in rcutree |  Paul Gortmaker | 1 | -6/+7 |
| 2016-02-25 | rcu: Do not call rcu_nocb_gp_cleanup() while holding rnp->lock |  Daniel Wagner | 1 | -1/+2 |
| 2016-02-23 | RCU: Privatize rcu_node::lock |  Boqun Feng | 1 | -11/+31 |
| 2015-12-07 | Merge branches 'doc.2015.12.05a', 'exp.2015.12.07a', 'fixes.2015.12.07a', 'list.2015.12.04b' and 'torture.2015.12.05a' into HEAD |  Paul E. McKenney | 1 | -4/+18 |
| 2015-12-05 | rcutorture: Print symbolic name for ->gp_state |  Paul E. McKenney | 1 | -0/+12 |
| 2015-12-04 | rcu: Reduce expedited GP memory contention via per-CPU variables |  Paul E. McKenney | 1 | -4/+4 |
| 2015-12-04 | rcu: Clarify role of ->expmaskinitnext |  Paul E. McKenney | 1 | -0/+2 |
| 2015-11-23 | rcu: Create transitive rnp->lock acquisition functions |  Peter Zijlstra | 1 | -0/+39 |
| 2015-10-07 | Merge branches 'fixes.2015.10.06a' and 'exp.2015.10.07a' into HEAD |  Paul E. McKenney | 1 | -20/+28 |
| 2015-10-07 | rcu: Add online/offline info to expedited stall warning message |  Paul E. McKenney | 1 | -0/+1 |
| 2015-10-07 | rcu: Stop silencing lockdep false positive for expedited grace periods |  Paul E. McKenney | 1 | -8/+0 |
| 2015-10-07 | rcu: Switch synchronize_sched_expedited() to IPI |  Paul E. McKenney | 1 | -3/+0 |
| 2015-10-06 | rcu: Correct comment for values of ->gp_state field |  Paul E. McKenney | 1 | -1/+1 |
| 2015-10-06 | rcu: Finish folding ->fqs_state into ->gp_state |  Petr Mladek | 1 | -11/+3 |
| 2015-10-06 | rcu: Use call_rcu_func_t to replace explicit type equivalents |  Boqun Feng | 1 | -2/+1 |
| 2015-10-06 | rcu: Use rcu_callback_t in call_rcu*() and friends |  Boqun Feng | 1 | -1/+1 |
| 2015-09-20 | rcu: Make ->cpu_no_qs be a union for aggregate OR |  Paul E. McKenney | 1 | -1/+13 |
| 2015-09-20 | rcu: Invert passed_quiesce and rename to cpu_no_qs |  Paul E. McKenney | 1 | -1/+1 |
| 2015-09-20 | rcu: Rename qs_pending to core_needs_qs |  Paul E. McKenney | 1 | -2/+2 |
| 2015-09-20 | rcu: Move synchronize_sched_expedited() to combining tree |  Paul E. McKenney | 1 | -1/+0 |
| 2015-09-20 | rcu: Consolidate tree setup for synchronize_rcu_expedited() |  Paul E. McKenney | 1 | -5/+12 |
| 2015-08-04 | rcu,locking: Privatize smp_mb__after_unlock_lock() |  Paul E. McKenney | 1 | -0/+12 |
| 2015-08-04 | rcu: Silence lockdep false positive for expedited grace periods |  Paul E. McKenney | 1 | -0/+8 |
| 2015-07-17 | rcu: Add fastpath bypassing funnel locking |  Paul E. McKenney | 1 | -1/+1 |
| 2015-07-17 | rcu: Rename RCU_GP_DONE_FQS to RCU_GP_DOING_FQS |  Paul E. McKenney | 1 | -1/+1 |
| 2015-07-17 | rcu: Add stall warnings to synchronize_sched_expedited() |  Paul E. McKenney | 1 | -0/+1 |
| 2015-07-17 | rcu: Extend expedited funnel locking to rcu_data structure |  Paul E. McKenney | 1 | -1/+3 |
| 2015-07-17 | rcu: Apply rcu_seq operations to _rcu_barrier() |  Paul E. McKenney | 1 | -1/+1 |
| 2015-07-17 | rcu: Make expedited GP CPU stoppage asynchronous |  Peter Zijlstra | 1 | -0/+6 |
| 2015-07-17 | rcu: Get rid of synchronize_sched_expedited()'s polling loop |  Paul E. McKenney | 1 | -2/+6 |
| 2015-07-17 | rcu: Rework synchronize_sched_expedited() counter handling |  Paul E. McKenney | 1 | -7/+2 |
| 2015-07-17 | rcu: Switch synchronize_sched_expedited() to stop_one_cpu() |  Peter Zijlstra | 1 | -0/+1 |
| 2015-07-17 | rcu: Remove CONFIG_RCU_CPU_STALL_INFO |  Paul E. McKenney | 1 | -4/+0 |
| 2015-07-17 | rcu: Shut up bogus gcc array bounds warning |  Alexander Gordeev | 1 | -1/+3 |
| 2015-07-15 | rcu: Simplify arithmetic to calculate number of RCU nodes |  Alexander Gordeev | 1 | -13/+4 |
| 2015-07-15 | rcu: Limit count of static data to the number of RCU levels |  Alexander Gordeev | 1 | -0/+12 |
| 2015-07-15 | rcu: Remove unnecessary fields from rcu_state structure |  Alexander Gordeev | 1 | -2/+0 |
| 2015-07-15 | rcu: Limit rcu_capacity[] size to RCU_NUM_LVLS items |  Alexander Gordeev | 1 | -2/+0 |
| 2015-07-15 | rcu: Limit rcu_state::levelcnt[] to RCU_NUM_LVLS items |  Alexander Gordeev | 1 | -1/+1 |
| 2015-07-15 | rcu: Provide more diagnostics for stalled GP kthread |  Paul E. McKenney | 1 | -1/+5 |
| 2015-05-27 | Merge branches 'array.2015.05.27a', 'doc.2015.05.27a', 'fixes.2015.05.27a', 'hotplug.2015.05.27a', 'init.2015.05.27a', 'tiny.2015.05.27a' and 'torture.2015.05.27a' into HEAD |  Paul E. McKenney | 1 | -9/+26 |
| 2015-05-27 | rcu: Make RCU able to tolerate undefined CONFIG_RCU_FANOUT_LEAF |  Paul E. McKenney | 1 | -1/+11 |