| Commit message (Expand) | Author | Age | Files | Lines |
*-------. | Merge branches 'doc.2015.01.07a', 'fixes.2015.01.15a', 'preempt.2015.01.06a',... | Paul E. McKenney | 2015-01-16 | 10 | -466/+363 |
|\ \ \ \ \ |
|
| | | | | * | rcutorture: Add more diagnostics in rcu_barrier() test failure case | Paul E. McKenney | 2015-01-11 | 1 | -0/+3 |
| | | | | * | rcutorture: Check from beginning to end of grace period | Paul E. McKenney | 2015-01-11 | 3 | -40/+65 |
| | | | | * | rcu: Remove redundant rcu_batches_completed() declaration | Paul E. McKenney | 2015-01-11 | 1 | -1/+0 |
| | | | | * | rcutorture: Drop rcu_torture_completed() and friends | Paul E. McKenney | 2015-01-11 | 1 | -13/+3 |
| | | | | * | rcutorture: Use unsigned for Reader Batch computations | Paul E. McKenney | 2015-01-11 | 1 | -9/+9 |
| | | | | * | rcu: Make _batches_completed() functions return unsigned long | Paul E. McKenney | 2015-01-11 | 3 | -6/+6 |
| |_|_|_|/
|/| | | | |
|
| | | | * | rcu: Initialize tiny RCU stall-warning timeouts at boot | Paul E. McKenney | 2015-01-16 | 1 | -0/+2 |
| | | | * | rcu: Fix RCU CPU stall detection in tiny implementation | Miroslav Benes | 2015-01-16 | 1 | -4/+3 |
| | | | * | rcu: Add GP-kthread-starvation checks to CPU stall warnings | Paul E. McKenney | 2015-01-16 | 1 | -1/+20 |
| | | | * | rcu: Make cond_resched_rcu_qs() apply to normal RCU flavors | Paul E. McKenney | 2015-01-16 | 3 | -7/+41 |
| | | | * | rcu: Optionally run grace-period kthreads at real-time priority | Paul E. McKenney | 2015-01-16 | 2 | -5/+23 |
| | | | * | rcu: Handle gpnum/completed wrap while dyntick idle | Paul E. McKenney | 2015-01-06 | 3 | -6/+15 |
| | | | * | rcu: Improve diagnostics for spurious RCU CPU stall warnings | Paul E. McKenney | 2015-01-06 | 2 | -5/+29 |
| | | | * | rcu: Make RCU_CPU_STALL_INFO include number of fqs attempts | Paul E. McKenney | 2015-01-06 | 3 | -1/+5 |
| |_|_|/
|/| | | |
|
| | | * | rcu: Make SRCU optional by using CONFIG_SRCU | Pranith Kumar | 2015-01-06 | 1 | -1/+2 |
| | | * | rcu: Expand SRCU ->completed to 64 bits | Paul E. McKenney | 2015-01-06 | 1 | -1/+1 |
| |_|/
|/| | |
|
| | * | rcu: Remove redundant callback-list initialization | Paul E. McKenney | 2015-01-06 | 1 | -3/+0 |
| | * | rcu: Don't scan root rcu_node structure for stalled tasks | Paul E. McKenney | 2015-01-06 | 1 | -9/+0 |
| | * | rcu: Revert "Allow post-unlock reference for rt_mutex" to avoid priority-inve... | Lai Jiangshan | 2015-01-06 | 2 | -12/+1 |
| | * | rcu: Note quiescent state when CPU goes offline | Paul E. McKenney | 2015-01-06 | 1 | -1/+1 |
| | * | rcu: Don't bother affinitying rcub kthreads away from offline CPUs | Paul E. McKenney | 2015-01-06 | 1 | -5/+1 |
| | * | rcu: Don't initiate RCU priority boosting on root rcu_node | Paul E. McKenney | 2015-01-06 | 1 | -6/+0 |
| | * | rcu: Don't spawn rcub kthreads on root rcu_node structure | Paul E. McKenney | 2015-01-06 | 1 | -6/+2 |
| | * | rcu: Make use of rcu_preempt_has_tasks() | Paul E. McKenney | 2015-01-06 | 1 | -3/+3 |
| | * | rcu: Shorten irq-disable region in rcu_cleanup_dead_cpu() | Paul E. McKenney | 2015-01-06 | 1 | -2/+2 |
| | * | rcu: Don't migrate blocked tasks even if all corresponding CPUs offline | Paul E. McKenney | 2015-01-06 | 3 | -160/+4 |
| | * | rcu: Make rcu_read_unlock_special() propagate ->qsmaskinit bit clearing | Paul E. McKenney | 2015-01-06 | 2 | -3/+17 |
| | * | rcu: Abstract rcu_cleanup_dead_rnp() from rcu_cleanup_dead_cpu() | Paul E. McKenney | 2015-01-06 | 3 | -19/+66 |
| | * | rcu: Rename "empty" to "empty_norm" in preparation for boost rework | Paul E. McKenney | 2015-01-06 | 1 | -3/+3 |
| | * | rcu: Protect rcu_boost() lockless accesses with ACCESS_ONCE() | Paul E. McKenney | 2015-01-06 | 1 | -1/+2 |
| |/
|/| |
|
| * | rcu: Remove "select IRQ_WORK" from config TREE_RCU | Lai Jiangshan | 2015-01-06 | 1 | -1/+0 |
| * | rcu: Fix rcu_barrier() race that could result in too-short wait | Paul E. McKenney | 2015-01-06 | 3 | -39/+36 |
| * | tiny_rcu: Directly force QS when call_rcu_[bh|sched]() on idle_task | Lai Jiangshan | 2015-01-06 | 4 | -99/+14 |
| * | rcu: Fix invoke_rcu_callbacks() comment | Paul E. McKenney | 2014-12-31 | 1 | -1/+1 |
| * | rcu: Remove redundant rcu_is_cpu_rrupt_from_idle() from tiny RCU | Alexander Gordeev | 2014-12-31 | 1 | -11/+1 |
|/ |
|
* | rcu: Make rcu_nmi_enter() handle nesting | Paul E. McKenney | 2014-12-31 | 1 | -17/+49 |
*-----. | Merge branches 'torture.2014.11.03a', 'cpu.2014.11.03a', 'doc.2014.11.13a', '... | Paul E. McKenney | 2014-11-13 | 6 | -107/+130 |
|\ \ \ \ |
|
| | | | * | rcu: Fix for rcuo online-time-creation reorganization bug | Paul E. McKenney | 2014-10-29 | 1 | -3/+7 |
| | | | * | rcu: Kick rcuo kthreads after their CPU goes offline | Paul E. McKenney | 2014-10-29 | 1 | -1/+3 |
| | | | * | rcu: Remove redundant TREE_PREEMPT_RCU config option | Pranith Kumar | 2014-10-29 | 4 | -10/+10 |
| | | | * | rcu: Unify boost and kthread priorities | Clark Williams | 2014-10-29 | 1 | -10/+10 |
| | | | * | rcu: Avoid IPIing idle CPUs from synchronize_sched_expedited() | Paul E. McKenney | 2014-10-28 | 1 | -1/+26 |
| | | | * | rcu: Move RCU_BOOST variable declarations, eliminating #ifdef | Paul E. McKenney | 2014-10-28 | 2 | -15/+15 |
| | | |/
| | |/| |
|
| | | * | rcu: Fix FIXME in rcu_tasks_kthread() | Paul E. McKenney | 2014-11-13 | 1 | -1/+2 |
| | | * | rcu: Remove CONFIG_RCU_CPU_STALL_VERBOSE | Paul E. McKenney | 2014-10-28 | 1 | -13/+0 |
| | |/ |
|
| * | | rcu: Remove "cpu" argument to rcu_cleanup_after_idle() | Paul E. McKenney | 2014-11-04 | 3 | -5/+5 |
| * | | rcu: Remove "cpu" argument to rcu_prepare_for_idle() | Paul E. McKenney | 2014-11-04 | 3 | -7/+7 |
| * | | rcu: Remove "cpu" argument to rcu_needs_cpu() | Paul E. McKenney | 2014-11-04 | 2 | -8/+8 |
| * | | rcu: Remove "cpu" argument to rcu_note_context_switch() | Paul E. McKenney | 2014-11-04 | 3 | -6/+6 |