aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rcutree.h
Commit message (Expand)AuthorAgeFilesLines
* rcu: Move RCU_BOOST #ifdefs to header filePaul E. McKenney2011-06-161-0/+5
* rcu: use softirq instead of kthreads except when RCU_BOOST=yPaul E. McKenney2011-06-151-2/+6
* rcu: Use softirq to address performance regressionShaohua Li2011-06-141-0/+1
* rcu: Remove waitqueue usage for cpu, node, and boost kthreadsPeter Zijlstra2011-05-281-7/+10
* rcu: Avoid acquiring rcu_node locks in timer functionsPaul E. McKenney2011-05-281-1/+3
* rcu: Decrease memory-barrier usage based on semi-formal proofPaul E. McKenney2011-05-261-6/+3
* Revert "rcu: Decrease memory-barrier usage based on semi-formal proof"Paul E. McKenney2011-05-191-3/+6
* rcu: permit rcu_read_unlock() to be called while holding runqueue locksPaul E. McKenney2011-05-071-4/+1
* rcu: fix spellingPaul E. McKenney2011-05-051-1/+1
* rcu: add grace-period age and more kthread state to tracingPaul E. McKenney2011-05-051-2/+5
* rcu: add tracing for RCU's kthread run states.Paul E. McKenney2011-05-051-0/+11
* rcu: Add boosting to TREE_PREEMPT_RCU tracingPaul E. McKenney2011-05-051-0/+19
* rcu: priority boosting for TREE_PREEMPT_RCUPaul E. McKenney2011-05-051-1/+30
* rcu: move TREE_RCU from softirq to kthreadPaul E. McKenney2011-05-051-0/+8
* rcu: merge TREE_PREEPT_RCU blocked_tasks[] listsPaul E. McKenney2011-05-051-6/+15
* rcu: Decrease memory-barrier usage based on semi-formal proofPaul E. McKenney2011-05-051-6/+3
* rcu: Remove conditional compilation for RCU CPU stall warningsPaul E. McKenney2011-05-051-12/+0
* rcu: limit rcu_node leaf-level fanoutPaul E. McKenney2010-12-171-20/+25
* rcu,cleanup: simplify the code when cpu is dyingLai Jiangshan2010-11-291-12/+4
* rcu: Add tracing data to support queueing modelsPaul E. McKenney2010-09-231-0/+3
* rcu: repair code-duplication FIXMEsPaul E. McKenney2010-08-201-3/+0
* rcu: permit suppressing current grace period's CPU stall warningsPaul E. McKenney2010-08-201-0/+1
* rcu: Allow RCU CPU stall warnings to be off at boot, but manually enablablePaul E. McKenney2010-08-191-0/+6
* rcu: make CPU stall warning timeout configurablePaul E. McKenney2010-08-191-2/+3
* rcu: simplify the usage of percpu dataLai Jiangshan2010-08-191-1/+1
* rcu: reduce the number of spurious RCU_SOFTIRQ invocationsPaul E. McKenney2010-05-101-0/+1
* rcu: improve RCU CPU stall-warning messagesPaul E. McKenney2010-05-101-0/+1
* rcu: Increase RCU CPU stall timeouts if PROVE_RCUPaul E. McKenney2010-03-111-6/+15
* rcu: Fix accelerated grace periods for last non-dynticked CPUPaul E. McKenney2010-02-271-0/+1
* rcu: Add RCU_CPU_STALL_VERBOSE to dump detailed per-task informationPaul E. McKenney2010-02-251-0/+1
* rcu: Convert to raw_spinlocksPaul E. McKenney2010-02-251-3/+3
* rcu: Stop overflowing signed integersPaul E. McKenney2010-02-251-15/+18
* rcu: Fix sparse warningsPaul E. McKenney2010-01-161-4/+2
* rcu: Make force_quiescent_state() start grace period if neededPaul E. McKenney2010-01-131-0/+5
* rcu: Remove leg of force_quiescent_state() switch statementPaul E. McKenney2010-01-131-3/+2
* rcu: Eliminate local variable lastcomp from force_quiescent_state()Paul E. McKenney2010-01-131-2/+0
* rcu: Prohibit starting new grace periods while forcing quiescent statesPaul E. McKenney2010-01-131-0/+2
* rcu: Add expedited grace-period support for preemptible RCUPaul E. McKenney2009-12-031-3/+32
* rcu: Enable fourth level of TREE_RCU hierarchyPaul E. McKenney2009-12-031-2/+13
* rcu: Rename "quiet" functionsPaul E. McKenney2009-12-031-1/+2
* rcu: Fix grace-period-stall bug on large systems with CPU hotplugPaul E. McKenney2009-11-221-0/+3
* rcu: Rename dynticks_completed to completed_fqsPaul E. McKenney2009-11-101-2/+2
* rcu: Remove inline from forward-referenced functionsPaul E. McKenney2009-11-101-1/+1
* rcu: Fix synchronization for rcu_process_gp_end() uses of ->completed counterPaul E. McKenney2009-11-101-0/+3
* rcu: Prepare for synchronization fixes: clean up for non-NO_HZ handling of ->...Paul E. McKenney2009-11-101-4/+4
* rcu: Fix long-grace-period race between forcing and initializationPaul E. McKenney2009-11-021-3/+4
* rcu: Fix TREE_PREEMPT_RCU CPU_HOTPLUG bad-luck hangPaul E. McKenney2009-10-151-3/+3
* rcu: Prevent RCU IPI storms in presence of high call_rcu() loadPaul E. McKenney2009-10-151-0/+4
* rcu: Make hot-unplugged CPU relinquish its own RCU callbacksPaul E. McKenney2009-10-071-1/+10
* rcu: Clean up code based on review feedback from Josh Triplett, part 4Paul E. McKenney2009-10-051-0/+12