Age | Commit message (Expand) | Author | Files | Lines |
2014-11-13 | Merge branches 'torture.2014.11.03a', 'cpu.2014.11.03a', 'doc.2014.11.13a', 'fixes.2014.11.13a', 'signal.2014.10.29a' and 'rt.2014.10.29a' into HEAD |  Paul E. McKenney | 1 | -52/+59 |
2014-11-03 | rcu: Remove "cpu" argument to rcu_cleanup_after_idle() |  Paul E. McKenney | 1 | -3/+3 |
2014-11-03 | rcu: Remove "cpu" argument to rcu_prepare_for_idle() |  Paul E. McKenney | 1 | -5/+5 |
2014-11-03 | rcu: Remove "cpu" argument to rcu_needs_cpu() |  Paul E. McKenney | 1 | -6/+6 |
2014-11-03 | rcu: Remove "cpu" argument to rcu_note_context_switch() |  Paul E. McKenney | 1 | -3/+3 |
2014-11-03 | rcu: Remove "cpu" argument to rcu_preempt_check_callbacks() |  Paul E. McKenney | 1 | -4/+4 |
2014-11-03 | rcu: Remove rcu_dynticks * parameters when they are always this_cpu_ptr(&rcu_dynticks) |  Christoph Lameter | 1 | -4/+7 |
2014-10-29 | rcu: Fix for rcuo online-time-creation reorganization bug |  Paul E. McKenney | 1 | -3/+7 |
2014-10-29 | rcu: Remove redundant TREE_PREEMPT_RCU config option |  Pranith Kumar | 1 | -3/+3 |
2014-10-29 | rcu: Unify boost and kthread priorities |  Clark Williams | 1 | -10/+10 |
2014-10-28 | rcu: Move RCU_BOOST variable declarations, eliminating #ifdef |  Paul E. McKenney | 1 | -2/+15 |
2014-10-28 | rcu: Remove CONFIG_RCU_CPU_STALL_VERBOSE |  Paul E. McKenney | 1 | -13/+0 |
2014-10-28 | rcu: Make rcu_barrier() understand about missing rcuo kthreads |  Paul E. McKenney | 1 | -0/+33 |
2014-09-18 | rcu: Eliminate deadlock between CPU hotplug and expedited grace periods |  Paul E. McKenney | 1 | -6/+5 |
2014-09-16 | Merge branch 'rcu-tasks.2014.09.10a' into HEAD |  Paul E. McKenney | 1 | -30/+47 |
2014-09-16 | Merge branches 'doc.2014.09.07a', 'fixes.2014.09.10a', 'nocb-nohz.2014.09.16b' and 'torture.2014.09.07a' into HEAD |  Paul E. McKenney | 1 | -95/+221 |
2014-09-16 | rcu: Avoid misordering in nocb_leader_wait() |  Paul E. McKenney | 1 | -0/+1 |
2014-09-16 | rcu: Handle NOCB callbacks from irq-disabled idle code |  Paul E. McKenney | 1 | -0/+11 |
2014-09-16 | rcu: Avoid misordering in __call_rcu_nocb_enqueue() |  Paul E. McKenney | 1 | -1/+2 |
2014-09-16 | rcu: Don't track sysidle state if no nohz_full= CPUs |  Paul E. McKenney | 1 | -1/+18 |
2014-09-16 | rcu: Eliminate redundant rcu_sysidle_state variable |  Paul E. McKenney | 1 | -17/+6 |
2014-09-16 | rcu: Check for have_rcu_nocb_mask instead of rcu_nocb_mask |  Pranith Kumar | 1 | -3/+3 |
2014-09-16 | rcu: Create rcuo kthreads only for onlined CPUs |  Paul E. McKenney | 1 | -11/+79 |
2014-09-16 | rcu: Rationalize kthread spawning |  Paul E. McKenney | 1 | -9/+3 |
2014-09-16 | rcu: Return false instead of 0 in rcu_nocb_adopt_orphan_cbs() |  Pranith Kumar | 1 | -1/+1 |
2014-09-16 | rcu: Use false for return in __call_rcu_nocb() |  Pranith Kumar | 1 | -1/+1 |
2014-09-16 | rcu: Use true/false for return in rcu_nocb_adopt_orphan_cbs() |  Pranith Kumar | 1 | -2/+2 |
2014-09-16 | rcu: Use true/false for return in __call_rcu_nocb() |  Pranith Kumar | 1 | -2/+2 |
2014-09-16 | rcu: Check the return value of zalloc_cpumask_var() |  Pranith Kumar | 1 | -1/+4 |
2014-09-16 | rcu: Fix attempt to avoid unsolicited offloading of callbacks |  Paul E. McKenney | 1 | -31/+61 |
2014-09-07 | rcu: Per-CPU operation cleanups to rcu_*_qs() functions |  Paul E. McKenney | 1 | -12/+15 |
2014-09-07 | rcu: Remove local_irq_disable() in rcu_preempt_note_context_switch() |  Paul E. McKenney | 1 | -17/+15 |
2014-09-07 | rcu: Make TASKS_RCU handle nohz_full= CPUs |  Paul E. McKenney | 1 | -0/+16 |
2014-09-07 | rcu: Provide cond_resched_rcu_qs() to force quiescent states in long loops |  Paul E. McKenney | 1 | -1/+1 |
2014-09-07 | rcu: Replace flush_signals() with WARN_ON(signal_pending()) |  Paul E. McKenney | 1 | -3/+3 |
2014-09-07 | rcu: Break more call_rcu() deadlock involving scheduler and perf |  Paul E. McKenney | 1 | -8/+18 |
2014-09-07 | rcu: Return bool type for rcu_try_advance_all_cbs() |  Pranith Kumar | 1 | -1/+1 |
2014-09-07 | rcu: Fix sparse warning about rcu_batches_completed_preempt() being non-static |  Pranith Kumar | 1 | -1/+1 |
2014-09-07 | rcu: Remove remaining read-modify-write ACCESS_ONCE() calls |  Pranith Kumar | 1 | -3/+5 |
2014-08-28 | rcu: Make nocb leader kthreads process pending callbacks after spawning |  Pranith Kumar | 1 | -11/+11 |
2014-07-16 | rcu: Allow for NULL tick_nohz_full_mask when nohz_full= missing |  Paul E. McKenney | 1 | -3/+4 |
2014-07-09 | Merge branches 'doc.2014.07.08a', 'fixes.2014.07.09a', 'maintainers.2014.07.08b', 'nocbs.2014.07.07a' and 'torture.2014.07.07a' into HEAD |  Paul E. McKenney | 1 | -59/+242 |
2014-07-09 | rcu: Fix a sparse warning in rcu_report_unblock_qs_rnp() |  Pranith Kumar | 1 | -0/+1 |
2014-07-09 | rcu: Fix a sparse warning in rcu_initiate_boost() |  Pranith Kumar | 1 | -0/+2 |
2014-07-09 | rcu: Bind grace-period kthreads to non-NO_HZ_FULL CPUs |  Paul E. McKenney | 1 | -5/+9 |
2014-07-09 | rcu: Simplify priority boosting by putting rt_mutex in rcu_node |  Paul E. McKenney | 1 | -14/+11 |
2014-07-09 | rcu: Allow post-unlock reference for rt_mutex |  Paul E. McKenney | 1 | -1/+7 |
2014-07-09 | rcu: Remove redundant ACCESS_ONCE() from tick_do_timer_cpu |  Paul E. McKenney | 1 | -1/+1 |
2014-07-07 | rcu: Don't offload callbacks unless specifically requested |  Paul E. McKenney | 1 | -0/+3 |
2014-07-07 | rcu: Parallelize and economize NOCB kthread wakeups |  Paul E. McKenney | 1 | -41/+211 |