summaryrefslogtreecommitdiffstats
path: root/kernel/rcutree_plugin.h
Commit message (Expand)AuthorAgeFilesLines
*-. Merge branches 'barrier.2012.05.09a', 'fixes.2012.04.26a', 'inline.2012.05.02...Paul E. McKenney2012-05-111-27/+3
|\ \
| | * rcu: Make exit_rcu() more precise and consolidatePaul E. McKenney2012-05-021-16/+0
| | * rcu: Move PREEMPT_RCU preemption to switch_to() invocationPaul E. McKenney2012-05-021-11/+3
| |/
* | rcu: Explicitly initialize RCU_FAST_NO_HZ per-CPU variablesPaul E. McKenney2012-05-091-4/+16
* | rcu: Make RCU_FAST_NO_HZ handle timer migrationPaul E. McKenney2012-05-091-3/+21
* | rcu: Ensure that RCU_FAST_NO_HZ timers expire on correct CPUPaul E. McKenney2012-05-011-5/+8
* | rcu: Add warning for RCU_FAST_NO_HZ timer firingPaul E. McKenney2012-04-261-0/+1
* | rcu: Make RCU_FAST_NO_HZ account for pauses out of idlePaul E. McKenney2012-04-241-4/+53
* | rcu: Make RCU_FAST_NO_HZ use timer rather than hrtimerPaul E. McKenney2012-04-241-28/+12
* | rcu: Add RCU_FAST_NO_HZ tracing for idle exitPaul E. McKenney2012-04-241-0/+1
|/
* rcu: Hold off RCU_FAST_NO_HZ after timer postedPaul E. McKenney2012-02-211-1/+1
* rcu: Eliminate softirq-mediated RCU_FAST_NO_HZ idle-entry loopPaul E. McKenney2012-02-211-1/+2
* rcu: Call out dangers of expedited RCU primitivesPaul E. McKenney2012-02-211-4/+16
* rcu: Rework detection of use of RCU by offline CPUsPaul E. McKenney2012-02-211-1/+1
* rcu: No interrupt disabling for rcu_prepare_for_idle()Paul E. McKenney2012-02-211-17/+1
* rcu: Move synchronize_sched_expedited() to rcutree.cPaul E. McKenney2012-02-211-116/+0
* rcu: Check for illegal use of RCU from offlined CPUsPaul E. McKenney2012-02-211-0/+1
* rcu: Print scheduling-clock information on RCU CPU stall-warning messagesPaul E. McKenney2012-02-211-3/+147
* rcu: Remove #ifdef CONFIG_SMP from TREE_RCUPaul E. McKenney2012-02-211-12/+0
* rcu: Clean up straggling rcu_preempt_needs_cpu() namePaul E. McKenney2012-02-211-4/+4
* rcu: Limit lazy-callback durationPaul E. McKenney2012-02-211-1/+11
* rcu: Simplify offline processingPaul E. McKenney2012-02-211-12/+13
* rcu: Avoid waking up CPUs having only kfree_rcu() callbacksPaul E. McKenney2012-02-211-3/+76
* rcu: Add lockdep-RCU checks for simple self-deadlockPaul E. McKenney2012-02-211-0/+4
* rcu: Apply ACCESS_ONCE() to rcu_boost() return valuePaul E. McKenney2011-12-111-1/+2
* Revert "rcu: Permit rt_mutex_unlock() with irqs disabled"Paul E. McKenney2011-12-111-5/+0
* rcu: Adaptive dyntick-idle preparationPaul E. McKenney2011-12-111-11/+43
* rcu: Keep invoking callbacks if CPU otherwise idlePaul E. McKenney2011-12-111-0/+14
* rcu: Permit dyntick-idle with callbacks pendingPaul E. McKenney2011-12-111-4/+71
* rcu: Reduce latency of rcu_prepare_for_idle()Paul E. McKenney2011-12-111-5/+7
* rcu: Eliminate RCU_FAST_NO_HZ grace-period hangPaul E. McKenney2011-12-111-76/+2
* rcu: Avoid needlessly IPIing CPUs at GP endPaul E. McKenney2011-12-111-2/+14
* rcu: Go dyntick-idle more quickly if CPU has serviced current grace periodPaul E. McKenney2011-12-111-6/+18
* rcu: Add tracing for RCU_FAST_NO_HZPaul E. McKenney2011-12-111-3/+15
* rcu: Allow dyntick-idle mode for CPUs with callbacksPaul E. McKenney2011-12-111-32/+124
* rcu: Remove redundant return from rcu_report_exp_rnp()Thomas Gleixner2011-12-111-1/+0
* rcu: Omit self-awaken when setting up expedited grace periodThomas Gleixner2011-12-111-5/+11
* rcu: Make synchronize_sched_expedited() better at work sharingPaul E. McKenney2011-12-111-1/+1
* rcu: Avoid RCU-preempt expedited grace-period botchPaul E. McKenney2011-12-111-2/+5
* rcu: Remove rcu_needs_cpu_flush() to avoid false quiescent statesPaul E. McKenney2011-09-281-25/+0
* rcu: Wire up RCU_BOOST_PRIO for rcutreeMike Galbraith2011-09-281-5/+15
* rcu: Permit rt_mutex_unlock() with irqs disabledPaul E. McKenney2011-09-281-0/+5
* rcu: Suppress NMI backtraces when stall ends before dumpPaul E. McKenney2011-09-281-4/+9
* rcu: Simplify unboosting checksPaul E. McKenney2011-09-281-10/+10
* rcu: Move __rcu_read_unlock()'s barrier() within if-statementPaul E. McKenney2011-09-281-1/+1
* rcu: Simplify quiescent-state accountingPaul E. McKenney2011-09-281-3/+3
* rcu: Add grace-period, quiescent-state, and call_rcu trace eventsPaul E. McKenney2011-09-281-3/+19
* rcu: Add event-trace markers to TREE_RCU kthreadsPaul E. McKenney2011-09-281-0/+12
* rcu: Update comments to reflect softirqs vs. kthreadsPaul E. McKenney2011-09-281-1/+2
* rcu: Put names into TINY_RCU structures under RCU_TRACEPaul E. McKenney2011-09-281-1/+1