| Age | Commit message (Expand) | Author | Files | Lines |
| 2015-10-07 | Merge branches 'fixes.2015.10.06a' and 'exp.2015.10.07a' into HEAD |  Paul E. McKenney | 1 | -193/+234 |
| 2015-10-07 | rcu: Enable stall warnings for synchronize_rcu_expedited() |  Paul E. McKenney | 1 | -2/+1 |
| 2015-10-07 | rcu: Add online/offline info to expedited stall warning message |  Paul E. McKenney | 1 | -0/+31 |
| 2015-10-07 | rcu: Consolidate expedited CPU selection |  Paul E. McKenney | 1 | -60/+1 |
| 2015-10-06 | rcu: Add online/offline info to stall warning message |  Paul E. McKenney | 1 | -2/+6 |
| 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 | -3/+3 |
| 2015-09-20 | rcu: Invert passed_quiesce and rename to cpu_no_qs |  Paul E. McKenney | 1 | -3/+3 |
| 2015-09-20 | rcu: Rename qs_pending to core_needs_qs |  Paul E. McKenney | 1 | -1/+1 |
| 2015-09-20 | rcu: Use single-stage IPI algorithm for RCU expedited grace period |  Paul E. McKenney | 1 | -46/+250 |
| 2015-09-20 | rcu: Consolidate tree setup for synchronize_rcu_expedited() |  Paul E. McKenney | 1 | -84/+18 |
| 2015-09-20 | rcu: Move rcu_report_exp_rnp() to allow consolidation |  Paul E. McKenney | 1 | -66/+0 |
| 2015-09-20 | rcu: Use rsp->expedited_wq instead of sync_rcu_preempt_exp_wq |  Paul E. McKenney | 1 | -4/+2 |
| 2015-08-04 | Merge branches 'fixes.2015.07.22a' and 'initexp.2015.08.04a' into HEAD |  Paul E. McKenney | 1 | -102/+15 |
| 2015-07-22 | rcu: Don't disable CPU hotplug during OOM notifiers |  Paul E. McKenney | 1 | -2/+0 |
| 2015-07-22 | rcu: Rename rcu_lockdep_assert() to RCU_LOCKDEP_WARN() |  Paul E. McKenney | 1 | -4/+4 |
| 2015-07-22 | rcu: Fix obsolete priority-boosting comment |  Paul E. McKenney | 1 | -2/+1 |
| 2015-07-17 | rcu: Consolidate last open-coded expedited memory barrier |  Paul E. McKenney | 1 | -1/+0 |
| 2015-07-17 | rcu: Use funnel locking for synchronize_rcu_expedited()'s polling loop |  Paul E. McKenney | 1 | -26/+10 |
| 2015-07-17 | rcu: Make synchronize_rcu_expedited() use sequence-counter scheme |  Paul E. McKenney | 1 | -10/+6 |
| 2015-07-17 | rcu: Remove CONFIG_RCU_CPU_STALL_INFO |  Paul E. McKenney | 1 | -45/+0 |
| 2015-07-17 | rcu: Stop disabling CPU hotplug in synchronize_rcu_expedited() |  Paul E. McKenney | 1 | -23/+2 |
| 2015-07-15 | rcu: Simplify arithmetic to calculate number of RCU nodes |  Alexander Gordeev | 1 | -2/+2 |
| 2015-06-22 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -9/+9 |
| 2015-06-19 | timer: Reduce timer migration overhead if disabled |  Thomas Gleixner | 1 | -2/+0 |
| 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 | -56/+67 |
| 2015-05-27 | rcu: Make RCU able to tolerate undefined CONFIG_RCU_FANOUT_LEAF |  Paul E. McKenney | 1 | -3/+3 |
| 2015-05-27 | rcu: Make RCU able to tolerate undefined CONFIG_RCU_FANOUT |  Paul E. McKenney | 1 | -3/+3 |
| 2015-05-27 | rcu: Convert CONFIG_RCU_FANOUT_EXACT to boot parameter |  Paul E. McKenney | 1 | -1/+1 |
| 2015-05-27 | rcu: Adjust ->lock acquisition for tasks no longer migrating |  Paul E. McKenney | 1 | -3/+6 |
| 2015-05-27 | rcu: Fix missing task information during rcu-preempt stall |  Patrick Daly | 1 | -2/+2 |
| 2015-05-27 | rcu: tree_plugin: Use bool function return values of true/false not 1/0 |  Joe Perches | 1 | -2/+2 |
| 2015-05-27 | rcu: Eliminate a few CONFIG_RCU_NOCB_CPU_ALL #ifdefs |  Paul E. McKenney | 1 | -10/+12 |
| 2015-05-27 | rcu: Create an immutable rcu_data_p pointer to default rcu_data structure |  Paul E. McKenney | 1 | -7/+9 |
| 2015-05-27 | rcu: Tell the compiler that rcu_state_p is immutable |  Paul E. McKenney | 1 | -2/+2 |
| 2015-05-27 | rcu: Eliminate a few RCU_BOOST #ifdefs in favor of IS_ENABLED() |  Paul E. McKenney | 1 | -15/+20 |
| 2015-05-27 | rcu: Convert from rcu_preempt_state to *rcu_state_p |  Paul E. McKenney | 1 | -10/+9 |
| 2015-05-27 | rcu: Convert ACCESS_ONCE() to READ_ONCE() and WRITE_ONCE() |  Paul E. McKenney | 1 | -47/+46 |
| 2015-04-22 | tick: Nohz: Rework next timer evaluation |  Thomas Gleixner | 1 | -6/+8 |
| 2015-03-20 | Merge branches 'doc.2015.02.26a', 'earlycb.2015.03.03a', 'fixes.2015.03.03a', 'gpexp.2015.02.26a', 'hotplug.2015.03.20a', 'sysidle.2015.02.26b' and 'tiny.2015.02.26a' into HEAD |  Paul E. McKenney | 1 | -135/+132 |
| 2015-03-12 | rcu: Process offlining and onlining only at grace-period start |  Paul E. McKenney | 1 | -18/+4 |
| 2015-03-12 | rcu: Move rcu_report_unblock_qs_rnp() to common code |  Paul E. McKenney | 1 | -38/+2 |
| 2015-03-12 | rcu: Rework preemptible expedited bitmask handling |  Paul E. McKenney | 1 | -23/+75 |
| 2015-03-11 | rcu: Eliminate empty HOTPLUG_CPU ifdef |  Paul E. McKenney | 1 | -4/+0 |
| 2015-03-11 | rcu: Simplify sync_rcu_preempt_exp_init() |  Paul E. McKenney | 1 | -4/+1 |
| 2015-03-03 | rcu: Add boot-up check for non-default CONFIG_RCU_FANOUT_LEAF values |  Paul E. McKenney | 1 | -0/+3 |
| 2015-03-03 | rcu: Use IS_ENABLED() to simplify rcu_bootup_announce_oddness() |  Paul E. McKenney | 1 | -28/+20 |
| 2015-03-03 | rcu: Improve diagnostics for blocked critical sections in irq |  Paul E. McKenney | 1 | -1/+7 |
| 2015-03-03 | rcu: Move early-boot callbacks to no-CBs lists for no-CBs CPUs |  Paul E. McKenney | 1 | -12/+12 |
| 2015-02-26 | rcu: Tighten up affinity and check for sysidle |  Paul E. McKenney | 1 | -6/+6 |