summaryrefslogtreecommitdiffstats
path: root/kernel/rcutree_plugin.h
Commit message (Expand)AuthorAgeFilesLines
* 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/+1Star
* rcu: Move synchronize_sched_expedited() to rcutree.cPaul E. McKenney2012-02-211-116/+0Star
* 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/+0Star
* 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/+0Star
* 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/+2Star
* 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/+0Star
* 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-291-25/+0Star
* rcu: Wire up RCU_BOOST_PRIO for rcutreeMike Galbraith2011-09-291-5/+15
* rcu: Permit rt_mutex_unlock() with irqs disabledPaul E. McKenney2011-09-291-0/+5
* rcu: Suppress NMI backtraces when stall ends before dumpPaul E. McKenney2011-09-291-4/+9
* rcu: Simplify unboosting checksPaul E. McKenney2011-09-291-10/+10
* rcu: Move __rcu_read_unlock()'s barrier() within if-statementPaul E. McKenney2011-09-291-1/+1
* rcu: Simplify quiescent-state accountingPaul E. McKenney2011-09-291-3/+3
* rcu: Add grace-period, quiescent-state, and call_rcu trace eventsPaul E. McKenney2011-09-291-3/+19
* rcu: Add event-trace markers to TREE_RCU kthreadsPaul E. McKenney2011-09-291-0/+12
* rcu: Update comments to reflect softirqs vs. kthreadsPaul E. McKenney2011-09-291-1/+2
* rcu: Put names into TINY_RCU structures under RCU_TRACEPaul E. McKenney2011-09-291-1/+1
* rcu: Abstract common code for RCU grace-period-wait primitivesPaul E. McKenney2011-09-291-10/+1Star
* rcu: Avoid unnecessary self-wakeup of per-CPU kthreadsShaohua Li2011-09-291-5/+3Star
* rcu: Use kthread_create_on_node()Eric Dumazet2011-09-291-1/+4
* softirq,rcu: Inform RCU of irq_exit() activityPeter Zijlstra2011-07-201-1/+1
* rcu: protect __rcu_read_unlock() against scheduler-using irq handlersPaul E. McKenney2011-07-201-5/+24
* rcu: Streamline code produced by __rcu_read_unlock()Paul E. McKenney2011-07-201-6/+6
* rcu: Fix RCU_BOOST race handling current->rcu_read_unlock_specialPaul E. McKenney2011-07-201-2/+6
* rcu: decrease rcu_report_exp_rnp coupling with schedulerPaul E. McKenney2011-07-201-2/+4
* rcu: Prevent RCU callbacks from executing before scheduler initializedPaul E. McKenney2011-07-131-4/+11
* rcu: Move RCU_BOOST #ifdefs to header filePaul E. McKenney2011-06-171-0/+384