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