| Commit message (Expand) | Author | Age | Files | Lines |
* | rcu: Make rcu_nocb_poll an early_param instead of module_param | Paul Gortmaker | 2013-01-08 | 1 | -2/+8 |
* | rcu: Prevent soft-lockup complaints about no-CBs CPUs | Paul Gortmaker | 2013-01-08 | 1 | -1/+2 |
* | rcu: Separate accounting of callbacks from callback-free CPUs | Paul E. McKenney | 2012-11-16 | 1 | -1/+1 |
* | rcu: Add callback-free CPUs | Paul E. McKenney | 2012-11-16 | 1 | -3/+394 |
*---. | Merge branches 'urgent.2012.10.27a', 'doc.2012.11.16a', 'fixes.2012.11.13a', ... | Paul E. McKenney | 2012-11-16 | 1 | -3/+15 |
|\ \ \ |
|
| | | * | rcu: Add a module parameter to force use of expedited RCU primitives | Antti P Miettinen | 2012-10-23 | 1 | -2/+5 |
| |_|/
|/| | |
|
| | * | rcu: Rename ->onofflock to ->orphan_lock | Paul E. McKenney | 2012-11-08 | 1 | -1/+2 |
| |/
|/| |
|
| * | rcu: Clarify memory-ordering properties of grace-period primitives | Paul E. McKenney | 2012-11-13 | 1 | -0/+8 |
|/ |
|
* | rcu: Make RCU_FAST_NO_HZ handle adaptive ticks | Paul E. McKenney | 2012-09-26 | 1 | -0/+20 |
* | Merge remote-tracking branch 'tip/smp/hotplug' into next.2012.09.25b | Paul E. McKenney | 2012-09-25 | 1 | -332/+71 |
|\ |
|
| * | rcu: Use smp_hotplug_thread facility for RCUs per-CPU kthread | Paul E. McKenney | 2012-08-13 | 1 | -163/+40 |
| * | rcu: Yield simpler | Thomas Gleixner | 2012-08-13 | 1 | -174/+36 |
| | | |
| \ | |
*-. \ | Merge branches 'bigrt.2012.09.23a', 'doctorture.2012.09.23a', 'fixes.2012.09.... | Paul E. McKenney | 2012-09-24 | 1 | -18/+29 |
|\ \ \
| | |/
| |/| |
|
| | * | rcu: Fix CONFIG_RCU_FAST_NO_HZ stall warning message | Paul E. McKenney | 2012-09-23 | 1 | -4/+8 |
| | * | rcu: Avoid rcu_print_detail_task_stall_rnp() segfault | Paul E. McKenney | 2012-09-23 | 1 | -2/+4 |
| | * | rcu: Apply for_each_rcu_flavor() to increment_cpu_stall_ticks() | Paul E. McKenney | 2012-09-23 | 1 | -5/+4 |
| | * | rcu: Fix obsolete rcu_initiate_boost() header comment | Paul E. McKenney | 2012-09-23 | 1 | -3/+3 |
| | * | rcu: Improve boost selection when moving tasks to root rcu_node | Paul E. McKenney | 2012-09-23 | 1 | -2/+7 |
| | * | rcu: Properly initialize ->boost_tasks on CPU offline | Paul E. McKenney | 2012-09-23 | 1 | -3/+4 |
| |/ |
|
* | | rcu: Simplify quiescent-state detection | Paul E. McKenney | 2012-09-23 | 1 | -2/+0 |
* | | rcu: Reduce synchronize_rcu_expedited() latency | Paul E. McKenney | 2012-09-23 | 1 | -8/+22 |
* | | rcu: Eliminate signed overflow in synchronize_rcu_expedited() | Paul E. McKenney | 2012-09-23 | 1 | -4/+4 |
* | | rcu: Move quiescent-state forcing into kthread | Paul E. McKenney | 2012-09-23 | 1 | -4/+4 |
* | | rcu: Provide OOM handler to motivate lazy RCU callbacks | Paul E. McKenney | 2012-09-23 | 1 | -0/+83 |
|/ |
|
* | rcu: Fix code-style issues involving "else" | Paul E. McKenney | 2012-07-06 | 1 | -6/+8 |
*---. | Merge branches 'bigrtm.2012.07.04a', 'doctorture.2012.07.02a', 'fixes.2012.07... | Paul E. McKenney | 2012-07-06 | 1 | -53/+28 |
|\ \ \ |
|
| | | * | rcu: Make RCU_FAST_NO_HZ respect nohz= boot parameter | Paul E. McKenney | 2012-07-02 | 1 | -0/+15 |
| | | * | rcu: Round FAST_NO_HZ lazy timeout to nearest second | Paul E. McKenney | 2012-07-02 | 1 | -7/+11 |
| | |/
| |/| |
|
| | * | rcu: Prevent uninitialized string in RCU CPU stall info | Carsten Emde | 2012-07-02 | 1 | -0/+1 |
| | * | rcu: Consolidate tree/tiny __rcu_read_{,un}lock() implementations | Paul E. McKenney | 2012-07-02 | 1 | -46/+1 |
| |/ |
|
* | | rcu: Introduce for_each_rcu_flavor() and use it | Paul E. McKenney | 2012-07-02 | 1 | -116/+0 |
* | | rcu: Remove unneeded __rcu_process_callbacks() argument | Paul E. McKenney | 2012-07-02 | 1 | -2/+1 |
* | | rcu: Place pointer to call_rcu() in rcu_data structure | Paul E. McKenney | 2012-07-02 | 1 | -2/+3 |
* | | rcu: Size rcu_node tree from nr_cpu_ids rather than NR_CPUS | Paul E. McKenney | 2012-07-02 | 1 | -0/+2 |
* | | rcu: Four-level hierarchy is no longer experimental | Paul E. McKenney | 2012-07-02 | 1 | -1/+1 |
* | | rcu: Control RCU_FANOUT_LEAF from boot-time parameter | Paul E. McKenney | 2012-07-02 | 1 | -0/+2 |
|/ |
|
* | Revert "rcu: Move PREEMPT_RCU preemption to switch_to() invocation" | Paul E. McKenney | 2012-07-02 | 1 | -3/+11 |
* | rcu: Precompute RCU_FAST_NO_HZ timer offsets | Paul E. McKenney | 2012-06-06 | 1 | -23/+43 |
* | rcu: Move RCU_FAST_NO_HZ per-CPU variables to rcu_dynticks structure | Paul E. McKenney | 2012-06-06 | 1 | -55/+44 |
* | rcu: Update RCU_FAST_NO_HZ tracing for lazy callbacks | Paul E. McKenney | 2012-06-06 | 1 | -3/+5 |
*-. | Merge branches 'barrier.2012.05.09a', 'fixes.2012.04.26a', 'inline.2012.05.02... | Paul E. McKenney | 2012-05-11 | 1 | -27/+3 |
|\ \ |
|
| | * | rcu: Make exit_rcu() more precise and consolidate | Paul E. McKenney | 2012-05-02 | 1 | -16/+0 |
| | * | rcu: Move PREEMPT_RCU preemption to switch_to() invocation | Paul E. McKenney | 2012-05-02 | 1 | -11/+3 |
| |/ |
|
* | | rcu: Explicitly initialize RCU_FAST_NO_HZ per-CPU variables | Paul E. McKenney | 2012-05-09 | 1 | -4/+16 |
* | | rcu: Make RCU_FAST_NO_HZ handle timer migration | Paul E. McKenney | 2012-05-09 | 1 | -3/+21 |
* | | rcu: Ensure that RCU_FAST_NO_HZ timers expire on correct CPU | Paul E. McKenney | 2012-05-01 | 1 | -5/+8 |
* | | rcu: Add warning for RCU_FAST_NO_HZ timer firing | Paul E. McKenney | 2012-04-26 | 1 | -0/+1 |
* | | rcu: Make RCU_FAST_NO_HZ account for pauses out of idle | Paul E. McKenney | 2012-04-24 | 1 | -4/+53 |
* | | rcu: Make RCU_FAST_NO_HZ use timer rather than hrtimer | Paul E. McKenney | 2012-04-24 | 1 | -28/+12 |
* | | rcu: Add RCU_FAST_NO_HZ tracing for idle exit | Paul E. McKenney | 2012-04-24 | 1 | -0/+1 |
|/ |
|