aboutsummaryrefslogtreecommitdiff
path: root/kernel/rcutree.c
AgeCommit message (Expand)Author
2010-10-07rcu: using ACCESS_ONCE() to observe the jiffies_stall/rnp->qsmask valueDongdong Deng
2010-09-23rcu: Add tracing data to support queueing modelsPaul E. McKenney
2010-08-20rcu: permit suppressing current grace period's CPU stall warningsPaul E. McKenney
2010-08-20rcu: refer RCU CPU stall-warning victims to stallwarn.txtPaul E. McKenney
2010-08-19rcu: Allow RCU CPU stall warnings to be off at boot, but manually enablablePaul E. McKenney
2010-08-19rcu: allow RCU CPU stall warning messages to be controlled in /sysPaul E. McKenney
2010-08-19rcu: add boot parameter to suppress RCU CPU stall warning messagesPaul E. McKenney
2010-08-19rcu: simplify the usage of percpu dataLai Jiangshan
2010-06-14tree/tiny rcu: Add debug RCU head objectsMathieu Desnoyers
2010-05-11rcu: remove all rcu head initializations, except on_stack initializationsPaul E. McKenney
2010-05-10rcu: reduce the number of spurious RCU_SOFTIRQ invocationsPaul E. McKenney
2010-05-10rcu: permit discontiguous cpu_possible_mask CPU numberingPaul E. McKenney
2010-05-10rcu: improve RCU CPU stall-warning messagesPaul E. McKenney
2010-05-10rcu: print boot-time console messages if RCU configs out of ordinaryPaul E. McKenney
2010-05-10rcu: disable CPU stall warnings upon panicPaul E. McKenney
2010-05-10rcu: slim down rcutiny by removing rcu_scheduler_active and friendsPaul E. McKenney
2010-05-10rcu: refactor RCU's context-switch handlingPaul E. McKenney
2010-05-10rcu: move some code from macro to functionLai Jiangshan
2010-05-10rcu: make dead code really deadLai Jiangshan
2010-05-10rcu: substitute set_need_resched for sending resched IPIsPaul E. McKenney
2010-02-27rcu: Fix accelerated grace periods for last non-dynticked CPUPaul E. McKenney
2010-02-26rcu: Make rcu_read_lock_sched_held() take boot time into accountPaul E. McKenney
2010-02-25rcu: Add RCU_CPU_STALL_VERBOSE to dump detailed per-task informationPaul E. McKenney
2010-02-25rcu: Fix deadlock in TREE_PREEMPT_RCU CPU stall detectionPaul E. McKenney
2010-02-25rcu: Convert to raw_spinlocksPaul E. McKenney
2010-02-25rcu: Stop overflowing signed integersPaul E. McKenney
2010-02-25rcu: Accelerate grace period if last non-dynticked CPUPaul E. McKenney
2010-01-16rcu: Fix sparse warningsPaul E. McKenney
2010-01-13rcu: Give different levels of the rcu_node hierarchy distinct lockdep namesPaul E. McKenney
2010-01-13rcu: Add force_quiescent_state() testing to rcutorturePaul E. McKenney
2010-01-13rcu: Make force_quiescent_state() start grace period if neededPaul E. McKenney
2010-01-13rcu: Remove redundant grace-period checkPaul E. McKenney
2010-01-13rcu: Remove leg of force_quiescent_state() switch statementPaul E. McKenney
2010-01-13rcu: Eliminate rcu_process_dyntick() return valuePaul E. McKenney
2010-01-13rcu: Eliminate second argument of rcu_process_dyntick()Paul E. McKenney
2010-01-13rcu: Eliminate local variable lastcomp from force_quiescent_state()Paul E. McKenney
2010-01-13rcu: Eliminate local variable signaled from force_quiescent_state()Paul E. McKenney
2010-01-13rcu: Prohibit starting new grace periods while forcing quiescent statesPaul E. McKenney
2010-01-13rcu: Adjust force_quiescent_state() locking, step 2Paul E. McKenney
2010-01-13rcu: Adjust force_quiescent_state() locking, step 1Paul E. McKenney
2009-12-03rcu: Add expedited grace-period support for preemptible RCUPaul E. McKenney
2009-12-03rcu: Enable fourth level of TREE_RCU hierarchyPaul E. McKenney
2009-12-03rcu: Rename "quiet" functionsPaul E. McKenney
2009-11-22rcu: Re-arrange code to reduce #ifdef painPaul E. McKenney
2009-11-22rcu: Eliminate unneeded function wrappingPaul E. McKenney
2009-11-22rcu: Fix grace-period-stall bug on large systems with CPU hotplugPaul E. McKenney
2009-11-14rcu: Eliminate __rcu_pending() false positivesPaul E. McKenney
2009-11-14rcu: Further cleanups of use of lastcompPaul E. McKenney
2009-11-13rcu: Simplify association of forced quiescent states with grace periodsPaul E. McKenney
2009-11-13rcu: Accelerate callback processing on CPUs not detecting GP endPaul E. McKenney