aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rcutree.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-2/+2
2010-12-17rcu: reduce __call_rcu()-induced contention on rcu_node structuresPaul E. McKenney1-17/+21
2010-12-17rcu: limit rcu_node leaf-level fanoutPaul E. McKenney1-1/+2
2010-12-17rcu: fine-tune grace-period begin/end checksPaul E. McKenney1-9/+18
2010-12-17rcu: Keep gpnum and completed fields synchronizedFrederic Weisbecker1-0/+9
2010-12-17rcu: Stop chasing QS if another CPU did it for usFrederic Weisbecker1-0/+8
2010-12-17core: Replace __get_cpu_var with __this_cpu_read if not used for an address.Christoph Lameter1-2/+2
2010-11-29rcu: update documentation/comments for Lai's adoption patchPaul E. McKenney1-4/+6
2010-11-29rcu,cleanup: simplify the code when cpu is dyingLai Jiangshan1-60/+21
2010-10-07rcu: using ACCESS_ONCE() to observe the jiffies_stall/rnp->qsmask valueDongdong Deng1-2/+2
2010-09-23rcu: Add tracing data to support queueing modelsPaul E. McKenney1-0/+3
2010-08-20rcu: permit suppressing current grace period's CPU stall warningsPaul E. McKenney1-0/+20
2010-08-20rcu: refer RCU CPU stall-warning victims to stallwarn.txtPaul E. McKenney1-2/+10
2010-08-19rcu: Allow RCU CPU stall warnings to be off at boot, but manually enablablePaul E. McKenney1-1/+1
2010-08-19rcu: allow RCU CPU stall warning messages to be controlled in /sysPaul E. McKenney1-1/+1
2010-08-19rcu: add boot parameter to suppress RCU CPU stall warning messagesPaul E. McKenney1-3/+8
2010-08-19rcu: simplify the usage of percpu dataLai Jiangshan1-27/+15
2010-06-14tree/tiny rcu: Add debug RCU head objectsMathieu Desnoyers1-0/+2
2010-05-11rcu: remove all rcu head initializations, except on_stack initializationsPaul E. McKenney1-0/+4
2010-05-10rcu: reduce the number of spurious RCU_SOFTIRQ invocationsPaul E. McKenney1-5/+6
2010-05-10rcu: permit discontiguous cpu_possible_mask CPU numberingPaul E. McKenney1-1/+1
2010-05-10rcu: improve RCU CPU stall-warning messagesPaul E. McKenney1-9/+11
2010-05-10rcu: print boot-time console messages if RCU configs out of ordinaryPaul E. McKenney1-6/+0
2010-05-10rcu: disable CPU stall warnings upon panicPaul E. McKenney1-0/+24
2010-05-10rcu: slim down rcutiny by removing rcu_scheduler_active and friendsPaul E. McKenney1-0/+19
2010-05-10rcu: refactor RCU's context-switch handlingPaul E. McKenney1-5/+12
2010-05-10rcu: move some code from macro to functionLai Jiangshan1-9/+9
2010-05-10rcu: make dead code really deadLai Jiangshan1-2/+2
2010-05-10rcu: substitute set_need_resched for sending resched IPIsPaul E. McKenney1-0/+10
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