aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rcutree.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-13rcu: Prevent RCU callbacks from executing before scheduler initializedPaul E. McKenney1-1/+25
2011-06-16rcu: Move RCU_BOOST #ifdefs to header filePaul E. McKenney1-382/+1
2011-06-15rcu: use softirq instead of kthreads except when RCU_BOOST=yPaul E. McKenney1-15/+44
2011-06-14rcu: Use softirq to address performance regressionShaohua Li1-4/+19
2011-06-14rcu: Simplify curing of load woesPaul E. McKenney1-44/+21
2011-05-31rcu: Cure load woesPeter Zijlstra1-8/+46
2011-05-28rcu: Start RCU kthreads in TASK_INTERRUPTIBLE statePaul E. McKenney1-0/+2
2011-05-28rcu: Remove waitqueue usage for cpu, node, and boost kthreadsPeter Zijlstra1-17/+6
2011-05-28rcu: Avoid acquiring rcu_node locks in timer functionsPaul E. McKenney1-8/+5
2011-05-28Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-2.6-rcu into core/urgentIngo Molnar1-74/+56
2011-05-26rcu: Decrease memory-barrier usage based on semi-formal proofPaul E. McKenney1-61/+50
2011-05-26rcu: Make rcu_enter_nohz() pay attention to nestingPaul E. McKenney1-2/+2
2011-05-26rcu: Don't do reschedule unless in irqPaul E. McKenney1-2/+3
2011-05-26rcu: Remove old memory barriers from rcu_process_callbacks()Paul E. McKenney1-14/+0
2011-05-26rcu: Add memory barriersPaul E. McKenney1-0/+6
2011-05-20sanitize <linux/prefetch.h> usageLinus Torvalds1-0/+1
2011-05-19Revert "rcu: Decrease memory-barrier usage based on semi-formal proof"Paul E. McKenney1-56/+74
2011-05-07rcu: permit rcu_read_unlock() to be called while holding runqueue locksPaul E. McKenney1-31/+13
2011-05-05rcu: provide rcu_virt_note_context_switch() function.Gleb Natapov1-0/+1
2011-05-05rcu: get rid of signed overflow in check_cpu_stall()Paul E. McKenney1-5/+8
2011-05-05rcu: prevent call_rcu() from diving into rcu core if irqs disabledPaul E. McKenney1-1/+8
2011-05-05rcu: further lower priority in rcu_yield()Paul E. McKenney1-0/+1
2011-05-05rcu: introduce kfree_rcu()Lai Jiangshan1-1/+1
2011-05-05rcu: fix spellingPaul E. McKenney1-5/+5
2011-05-05rcu: Switch to this_cpu() primitivesPaul E. McKenney1-7/+3
2011-05-05rcu: Add forward-progress diagnostic for per-CPU kthreadsPaul E. McKenney1-0/+2
2011-05-05rcu: add grace-period age and more kthread state to tracingPaul E. McKenney1-0/+10
2011-05-05rcu: make rcutorture version numbers available through debugfsPaul E. McKenney1-0/+37
2011-05-05rcu: add tracing for RCU's kthread run states.Paul E. McKenney1-1/+10
2011-05-05rcu: put per-CPU kthread at non-RT priority during CPU hotplug operationsPaul E. McKenney1-0/+26
2011-05-05rcu: Force per-rcu_node kthreads off of the outgoing CPUPaul E. McKenney1-5/+19
2011-05-05rcu: priority boosting for TREE_PREEMPT_RCUPaul E. McKenney1-38/+77
2011-05-05rcu: move TREE_RCU from softirq to kthreadPaul E. McKenney1-4/+336
2011-05-05rcu: merge TREE_PREEPT_RCU blocked_tasks[] listsPaul E. McKenney1-4/+1
2011-05-05rcu: Decrease memory-barrier usage based on semi-formal proofPaul E. McKenney1-74/+56
2011-05-05rcu: Remove conditional compilation for RCU CPU stall warningsPaul E. McKenney1-25/+1
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