aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rcutree_plugin.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-09-28rcu: Abstract common code for RCU grace-period-wait primitivesPaul E. McKenney1-10/+1
2011-09-28rcu: Avoid unnecessary self-wakeup of per-CPU kthreadsShaohua Li1-5/+3
2011-09-28rcu: Use kthread_create_on_node()Eric Dumazet1-1/+4
2011-07-20softirq,rcu: Inform RCU of irq_exit() activityPeter Zijlstra1-1/+1
2011-07-20rcu: protect __rcu_read_unlock() against scheduler-using irq handlersPaul E. McKenney1-5/+24
2011-07-19rcu: Streamline code produced by __rcu_read_unlock()Paul E. McKenney1-6/+6
2011-07-19rcu: Fix RCU_BOOST race handling current->rcu_read_unlock_specialPaul E. McKenney1-2/+6
2011-07-19rcu: decrease rcu_report_exp_rnp coupling with schedulerPaul E. McKenney1-2/+4
2011-07-13rcu: Prevent RCU callbacks from executing before scheduler initializedPaul E. McKenney1-4/+11
2011-06-16rcu: Move RCU_BOOST #ifdefs to header filePaul E. McKenney1-0/+384