| Commit message (Expand) | Author | Age |
*---. | Merge branches 'doctorture.2013.01.29a', 'fixes.2013.01.26a', 'tagcb.2013.01.... | Paul E. McKenney | 2013-01-29 |
|\ \ \ |
|
| | | * | rcu: Provide RCU CPU stall warnings for tiny RCU | Paul E. McKenney | 2013-01-29 |
| |_|/
|/| | |
|
| | * | rcu: Tag callback lists with corresponding grace-period number | Paul E. McKenney | 2013-01-08 |
| |/
|/| |
|
| * | rcu: Remove unused code originally used for context tracking | Li Zhong | 2013-01-26 |
|/ |
|
* | rcu: Separate accounting of callbacks from callback-free CPUs | Paul E. McKenney | 2012-11-16 |
* | rcu: Add callback-free CPUs | Paul E. McKenney | 2012-11-16 |
* | rcu: Instrument synchronize_rcu_expedited() for debugfs tracing | Paul E. McKenney | 2012-11-08 |
* | rcu: Move synchronize_sched_expedited() state to rcu_state | Paul E. McKenney | 2012-11-08 |
* | rcu: Rename ->onofflock to ->orphan_lock | Paul E. McKenney | 2012-11-08 |
* | rcu: Grace-period initialization excludes only RCU notifier | Paul E. McKenney | 2012-10-08 |
* | rcu: Ignore userspace extended quiescent state by default | Frederic Weisbecker | 2012-09-26 |
* | rcu: Allow rcu_user_enter()/exit() to nest | Frederic Weisbecker | 2012-09-26 |
* | Merge remote-tracking branch 'tip/smp/hotplug' into next.2012.09.25b | Paul E. McKenney | 2012-09-25 |
|\ |
|
| * | rcu: Use smp_hotplug_thread facility for RCUs per-CPU kthread | Paul E. McKenney | 2012-08-13 |
| * | rcu: Yield simpler | Thomas Gleixner | 2012-08-13 |
| | | |
| \ | |
*-. \ | Merge branches 'bigrt.2012.09.23a', 'doctorture.2012.09.23a', 'fixes.2012.09.... | Paul E. McKenney | 2012-09-24 |
|\ \ \
| | |/
| |/| |
|
| | * | rcu: Remove _rcu_barrier() dependency on __stop_machine() | Paul E. McKenney | 2012-09-23 |
| |/ |
|
* | | rcu: Simplify quiescent-state detection | Paul E. McKenney | 2012-09-23 |
* | | rcu: Prevent force_quiescent_state() memory contention | Paul E. McKenney | 2012-09-23 |
* | | rcu: Adjust debugfs tracing for kthread-based quiescent-state forcing | Paul E. McKenney | 2012-09-23 |
* | | rcu: Move quiescent-state forcing into kthread | Paul E. McKenney | 2012-09-23 |
* | | rcu: Segregate rcu_state fields to improve cache locality | Dimitri Sivanich | 2012-09-23 |
* | | rcu: Provide OOM handler to motivate lazy RCU callbacks | Paul E. McKenney | 2012-09-23 |
* | | rcu: Move RCU grace-period initialization into a kthread | Paul E. McKenney | 2012-09-23 |
|/ |
|
*-. | Merge branches 'bigrtm.2012.07.04a', 'doctorture.2012.07.02a', 'fixes.2012.07... | Paul E. McKenney | 2012-07-06 |
|\ \ |
|
| | * | rcu: Make RCU_FAST_NO_HZ respect nohz= boot parameter | Paul E. McKenney | 2012-07-02 |
| |/ |
|
* | | rcu: Introduce for_each_rcu_flavor() and use it | Paul E. McKenney | 2012-07-02 |
* | | rcu: Increase rcu_barrier() concurrency | Paul E. McKenney | 2012-07-02 |
* | | rcu: Move rcu_barrier_mutex to rcu_state structure | Paul E. McKenney | 2012-07-02 |
* | | rcu: Move rcu_barrier_completion to rcu_state structure | Paul E. McKenney | 2012-07-02 |
* | | rcu: Move rcu_barrier_cpu_count to rcu_state structure | Paul E. McKenney | 2012-07-02 |
* | | rcu: Move _rcu_barrier()'s rcu_head structures to rcu_data structures | Paul E. McKenney | 2012-07-02 |
* | | rcu: Place pointer to call_rcu() in rcu_data structure | Paul E. McKenney | 2012-07-02 |
* | | rcu: Control RCU_FANOUT_LEAF from boot-time parameter | Paul E. McKenney | 2012-07-02 |
|/ |
|
* | Revert "rcu: Move PREEMPT_RCU preemption to switch_to() invocation" | Paul E. McKenney | 2012-07-02 |
* | rcu: Move RCU_FAST_NO_HZ per-CPU variables to rcu_dynticks structure | Paul E. McKenney | 2012-06-06 |
*---. | Merge branches 'barrier.2012.05.09a', 'fixes.2012.04.26a', 'inline.2012.05.02... | Paul E. McKenney | 2012-05-11 |
|\ \ \ |
|
| | * | | rcu: Move PREEMPT_RCU preemption to switch_to() invocation | Paul E. McKenney | 2012-05-02 |
| | |/ |
|
| * / | rcu: Reduce cache-miss initialization latencies for large systems | Paul E. McKenney | 2012-04-24 |
| |/ |
|
* | | rcu: Make rcu_barrier() less disruptive | Paul E. McKenney | 2012-05-09 |
* | | rcu: Make RCU_FAST_NO_HZ account for pauses out of idle | Paul E. McKenney | 2012-04-24 |
|/ |
|
* | rcu: Rework detection of use of RCU by offline CPUs | Paul E. McKenney | 2012-02-21 |
* | rcu: Print scheduling-clock information on RCU CPU stall-warning messages | Paul E. McKenney | 2012-02-21 |
* | rcu: Set RCU CPU stall times via sysfs | Paul E. McKenney | 2012-02-21 |
* | rcu: Clean up straggling rcu_preempt_needs_cpu() name | Paul E. McKenney | 2012-02-21 |
* | rcu: Simplify offline processing | Paul E. McKenney | 2012-02-21 |
* | rcu: Avoid waking up CPUs having only kfree_rcu() callbacks | Paul E. McKenney | 2012-02-21 |
* | rcu: Keep invoking callbacks if CPU otherwise idle | Paul E. McKenney | 2011-12-11 |
* | rcu: Permit dyntick-idle with callbacks pending | Paul E. McKenney | 2011-12-11 |
* | rcu: Eliminate RCU_FAST_NO_HZ grace-period hang | Paul E. McKenney | 2011-12-11 |