aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rcutree.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-02-27rcu: Fix accelerated grace periods for last non-dynticked CPUPaul E. McKenney1-0/+3
2010-02-26rcu: Make rcu_read_lock_sched_held() take boot time into accountPaul E. McKenney1-19/+0
2010-02-25rcu: Add RCU_CPU_STALL_VERBOSE to dump detailed per-task informationPaul E. McKenney1-0/+4
2010-02-25rcu: Fix deadlock in TREE_PREEMPT_RCU CPU stall detectionPaul E. McKenney1-0/+2
2010-02-25rcu: Convert to raw_spinlocksPaul E. McKenney1-66/+66
2010-02-25rcu: Stop overflowing signed integersPaul E. McKenney1-6/+5
2010-02-25rcu: Accelerate grace period if last non-dynticked CPUPaul E. McKenney1-3/+2
2010-01-16rcu: Fix sparse warningsPaul E. McKenney1-3/+3
2010-01-13rcu: Give different levels of the rcu_node hierarchy distinct lockdep namesPaul E. McKenney1-1/+8
2010-01-13rcu: Add force_quiescent_state() testing to rcutorturePaul E. McKenney1-0/+18
2010-01-13rcu: Make force_quiescent_state() start grace period if neededPaul E. McKenney1-0/+8
2010-01-13rcu: Remove redundant grace-period checkPaul E. McKenney1-5/+4
2010-01-13rcu: Remove leg of force_quiescent_state() switch statementPaul E. McKenney1-17/+5
2010-01-13rcu: Eliminate rcu_process_dyntick() return valuePaul E. McKenney1-11/+6
2010-01-13rcu: Eliminate second argument of rcu_process_dyntick()Paul E. McKenney1-6/+5
2010-01-13rcu: Eliminate local variable lastcomp from force_quiescent_state()Paul E. McKenney1-7/+3
2010-01-13rcu: Eliminate local variable signaled from force_quiescent_state()Paul E. McKenney1-6/+3
2010-01-13rcu: Prohibit starting new grace periods while forcing quiescent statesPaul E. McKenney1-14/+17
2010-01-13rcu: Adjust force_quiescent_state() locking, step 2Paul E. McKenney1-10/+3
2010-01-13rcu: Adjust force_quiescent_state() locking, step 1Paul E. McKenney1-9/+18
2009-12-03rcu: Add expedited grace-period support for preemptible RCUPaul E. McKenney1-3/+7
2009-12-03rcu: Enable fourth level of TREE_RCU hierarchyPaul E. McKenney1-1/+5
2009-12-03rcu: Rename "quiet" functionsPaul E. McKenney1-29/+37
2009-11-22rcu: Re-arrange code to reduce #ifdef painPaul E. McKenney1-0/+80
2009-11-22rcu: Eliminate unneeded function wrappingPaul E. McKenney1-3/+14
2009-11-22rcu: Fix grace-period-stall bug on large systems with CPU hotplugPaul E. McKenney1-19/+21
2009-11-14rcu: Eliminate __rcu_pending() false positivesPaul E. McKenney1-2/+4
2009-11-14rcu: Further cleanups of use of lastcompPaul E. McKenney1-7/+6
2009-11-13rcu: Simplify association of forced quiescent states with grace periodsPaul E. McKenney1-24/+3
2009-11-13rcu: Accelerate callback processing on CPUs not detecting GP endPaul E. McKenney1-1/+17
2009-11-10rcu: Simplify association of quiescent states with grace periodsPaul E. McKenney1-2/+2
2009-11-10rcu: Rename dynticks_completed to completed_fqsPaul E. McKenney1-2/+2
2009-11-10rcu: Fix note_new_gpnum() uses of ->gpnumPaul E. McKenney1-5/+27
2009-11-10rcu: Fix synchronization for rcu_process_gp_end() uses of ->completed counterPaul E. McKenney1-48/+80
2009-11-10rcu: Prepare for synchronization fixes: clean up for non-NO_HZ handling of ->completed counterPaul E. McKenney1-37/+30
2009-11-10Merge branch 'core/urgent' into core/rcuIngo Molnar1-6/+25
2009-11-02rcu: Fix long-grace-period race between forcing and initializationPaul E. McKenney1-5/+11
2009-10-26rcu: Simplify creating of lockdep class for root rcu_nodePeter Zijlstra1-3/+4
2009-10-15rcu: Fix TREE_PREEMPT_RCU CPU_HOTPLUG bad-luck hangPaul E. McKenney1-1/+14
2009-10-15rcu: Prevent RCU IPI storms in presence of high call_rcu() loadPaul E. McKenney1-5/+24
2009-10-07rcu: Place root rcu_node structure in separate lockdep classPaul E. McKenney1-1/+3
2009-10-07rcu: Make hot-unplugged CPU relinquish its own RCU callbacksPaul E. McKenney1-72/+79
2009-10-07rcu: Move rcu_barrier() to rcutreePaul E. McKenney1-0/+119
2009-10-05rcu: Clean up code based on review feedback from Josh Triplett, part 4Paul E. McKenney1-25/+28
2009-10-05rcu: Clean up code based on review feedback from Josh Triplett, part 3Paul E. McKenney1-5/+5
2009-10-05rcu: Fix rcu_lock_map build failure on CONFIG_PROVE_LOCKING=yPaul E. McKenney1-7/+0
2009-09-23rcu: Clean up code to address Ingo's checkpatch feedbackPaul E. McKenney1-23/+0
2009-09-23rcu: Clean up code based on review feedback from Josh Triplett, part 2Paul E. McKenney1-39/+33
2009-09-23rcu: Clean up code based on review feedback from Josh TriplettPaul E. McKenney1-11/+18
2009-09-19rcu: Fix whitespace inconsistenciesPaul E. McKenney1-1/+1