| Age | Commit message (Expand) | Author | Files | Lines |
| 2013-05-02 | Merge commit '8700c95adb03' into timers/nohz |  Frederic Weisbecker | 1 | -21/+20 |
| 2013-04-19 | nohz: Ensure full dynticks CPUs are RCU nocbs |  Frederic Weisbecker | 1 | -1/+0 |
| 2013-04-15 | rcu: Kick adaptive-ticks CPUs that are holding up RCU grace periods |  Paul E. McKenney | 1 | -0/+1 |
| 2013-03-26 | Merge branches 'doc.2013.03.12a', 'fixes.2013.03.13a' and 'idlenocb.2013.03.26b' into HEAD |  Paul E. McKenney | 1 | -21/+20 |
| 2013-03-26 | rcu: Abstract rcu_start_future_gp() from rcu_nocb_wait_gp() |  Paul E. McKenney | 1 | -1/+1 |
| 2013-03-26 | rcu: Rename n_nocb_gp_requests to need_future_gp |  Paul E. McKenney | 1 | -2/+2 |
| 2013-03-26 | rcu: Make RCU_FAST_NO_HZ take advantage of numbered callbacks |  Paul E. McKenney | 1 | -9/+3 |
| 2013-03-26 | rcu: Distinguish "rcuo" kthreads by RCU flavor |  Paul E. McKenney | 1 | -0/+1 |
| 2013-03-26 | rcu: Introduce proper blocking to no-CBs kthreads GP waits |  Paul E. McKenney | 1 | -2/+10 |
| 2013-03-13 | rcu: Add softirq-stall indications to stall-warning messages |  Paul E. McKenney | 1 | -0/+5 |
| 2013-03-12 | rcu: Delete unused rcu_node "wakemask" field |  Paul E. McKenney | 1 | -3/+0 |
| 2013-03-12 | rcu: Remove restrictions on no-CBs CPUs |  Paul E. McKenney | 1 | -9/+3 |
| 2013-01-28 | Merge branches 'doctorture.2013.01.29a', 'fixes.2013.01.26a', 'tagcb.2013.01.24a' and 'tiny.2013.01.29b' into HEAD |  Paul E. McKenney | 1 | -9/+2 |
| 2013-01-28 | rcu: Provide RCU CPU stall warnings for tiny RCU |  Paul E. McKenney | 1 | -5/+0 |
| 2013-01-26 | rcu: Remove unused code originally used for context tracking |  Li Zhong | 1 | -4/+0 |
| 2013-01-08 | rcu: Tag callback lists with corresponding grace-period number |  Paul E. McKenney | 1 | -0/+2 |
| 2012-11-16 | rcu: Separate accounting of callbacks from callback-free CPUs |  Paul E. McKenney | 1 | -0/+1 |
| 2012-11-16 | rcu: Add callback-free CPUs |  Paul E. McKenney | 1 | -0/+47 |
| 2012-11-08 | rcu: Instrument synchronize_rcu_expedited() for debugfs tracing |  Paul E. McKenney | 1 | -0/+9 |
| 2012-11-08 | rcu: Move synchronize_sched_expedited() state to rcu_state |  Paul E. McKenney | 1 | -0/+3 |
| 2012-11-08 | rcu: Rename ->onofflock to ->orphan_lock |  Paul E. McKenney | 1 | -4/+3 |
| 2012-10-08 | rcu: Grace-period initialization excludes only RCU notifier |  Paul E. McKenney | 1 | -0/+6 |
| 2012-09-26 | rcu: Ignore userspace extended quiescent state by default |  Frederic Weisbecker | 1 | -0/+1 |
| 2012-09-26 | rcu: Allow rcu_user_enter()/exit() to nest |  Frederic Weisbecker | 1 | -0/+3 |
| 2012-09-25 | Merge remote-tracking branch 'tip/smp/hotplug' into next.2012.09.25b |  Paul E. McKenney | 1 | -14/+1 |
| 2012-09-24 | Merge branches 'bigrt.2012.09.23a', 'doctorture.2012.09.23a', 'fixes.2012.09.23a', 'hotplug.2012.09.23a' and 'idlechop.2012.09.23a' into HEAD |  Paul E. McKenney | 1 | -3/+0 |
| 2012-09-23 | rcu: Remove _rcu_barrier() dependency on __stop_machine() |  Paul E. McKenney | 1 | -3/+0 |
| 2012-09-23 | rcu: Simplify quiescent-state detection |  Paul E. McKenney | 1 | -2/+0 |
| 2012-09-23 | rcu: Prevent force_quiescent_state() memory contention |  Paul E. McKenney | 1 | -0/+1 |
| 2012-09-23 | rcu: Adjust debugfs tracing for kthread-based quiescent-state forcing |  Paul E. McKenney | 1 | -1/+0 |
| 2012-09-23 | rcu: Move quiescent-state forcing into kthread |  Paul E. McKenney | 1 | -9/+4 |
| 2012-09-23 | rcu: Segregate rcu_state fields to improve cache locality |  Dimitri Sivanich | 1 | -1/+2 |
| 2012-09-23 | rcu: Provide OOM handler to motivate lazy RCU callbacks |  Paul E. McKenney | 1 | -1/+4 |
| 2012-09-23 | rcu: Move RCU grace-period initialization into a kthread |  Paul E. McKenney | 1 | -0/+3 |
| 2012-08-13 | rcu: Use smp_hotplug_thread facility for RCUs per-CPU kthread |  Paul E. McKenney | 1 | -8/+0 |
| 2012-08-13 | rcu: Yield simpler |  Thomas Gleixner | 1 | -6/+1 |
| 2012-07-06 | Merge branches 'bigrtm.2012.07.04a', 'doctorture.2012.07.02a', 'fixes.2012.07.06a' and 'fnh.2012.07.02a' into HEAD |  Paul E. McKenney | 1 | -0/+1 |
| 2012-07-02 | rcu: Make RCU_FAST_NO_HZ respect nohz= boot parameter |  Paul E. McKenney | 1 | -0/+1 |
| 2012-07-02 | rcu: Introduce for_each_rcu_flavor() and use it |  Paul E. McKenney | 1 | -7/+5 |
| 2012-07-02 | rcu: Increase rcu_barrier() concurrency |  Paul E. McKenney | 1 | -0/+2 |
| 2012-07-02 | rcu: Move rcu_barrier_mutex to rcu_state structure |  Paul E. McKenney | 1 | -0/+1 |
| 2012-07-02 | rcu: Move rcu_barrier_completion to rcu_state structure |  Paul E. McKenney | 1 | -0/+1 |
| 2012-07-02 | rcu: Move rcu_barrier_cpu_count to rcu_state structure |  Paul E. McKenney | 1 | -0/+1 |
| 2012-07-02 | rcu: Move _rcu_barrier()'s rcu_head structures to rcu_data structures |  Paul E. McKenney | 1 | -0/+3 |
| 2012-07-02 | rcu: Place pointer to call_rcu() in rcu_data structure |  Paul E. McKenney | 1 | -0/+2 |
| 2012-07-02 | rcu: Control RCU_FANOUT_LEAF from boot-time parameter |  Paul E. McKenney | 1 | -10/+13 |
| 2012-07-02 | Revert "rcu: Move PREEMPT_RCU preemption to switch_to() invocation" |  Paul E. McKenney | 1 | -0/+1 |
| 2012-06-06 | rcu: Move RCU_FAST_NO_HZ per-CPU variables to rcu_dynticks structure |  Paul E. McKenney | 1 | -0/+14 |
| 2012-05-11 | Merge branches 'barrier.2012.05.09a', 'fixes.2012.04.26a', 'inline.2012.05.02b' and 'srcu.2012.05.07b' into HEAD |  Paul E. McKenney | 1 | -8/+3 |
| 2012-05-09 | rcu: Make rcu_barrier() less disruptive |  Paul E. McKenney | 1 | -0/+11 |