summaryrefslogtreecommitdiff
path: root/kernel/rcutree.c
AgeCommit message (Expand)Author
2011-07-13rcu: Prevent RCU callbacks from executing before scheduler initializedPaul E. McKenney
2011-06-16rcu: Move RCU_BOOST #ifdefs to header filePaul E. McKenney
2011-06-15rcu: use softirq instead of kthreads except when RCU_BOOST=yPaul E. McKenney
2011-06-14rcu: Use softirq to address performance regressionShaohua Li
2011-06-14rcu: Simplify curing of load woesPaul E. McKenney
2011-05-31rcu: Cure load woesPeter Zijlstra
2011-05-28rcu: Start RCU kthreads in TASK_INTERRUPTIBLE statePaul E. McKenney
2011-05-28rcu: Remove waitqueue usage for cpu, node, and boost kthreadsPeter Zijlstra
2011-05-28rcu: Avoid acquiring rcu_node locks in timer functionsPaul E. McKenney
2011-05-28Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Ingo Molnar
2011-05-26rcu: Decrease memory-barrier usage based on semi-formal proofPaul E. McKenney
2011-05-26rcu: Make rcu_enter_nohz() pay attention to nestingPaul E. McKenney
2011-05-26rcu: Don't do reschedule unless in irqPaul E. McKenney
2011-05-26rcu: Remove old memory barriers from rcu_process_callbacks()Paul E. McKenney
2011-05-26rcu: Add memory barriersPaul E. McKenney
2011-05-20sanitize <linux/prefetch.h> usageLinus Torvalds
2011-05-19Revert "rcu: Decrease memory-barrier usage based on semi-formal proof"Paul E. McKenney
2011-05-07rcu: permit rcu_read_unlock() to be called while holding runqueue locksPaul E. McKenney
2011-05-05rcu: provide rcu_virt_note_context_switch() function.Gleb Natapov
2011-05-05rcu: get rid of signed overflow in check_cpu_stall()Paul E. McKenney
2011-05-05rcu: prevent call_rcu() from diving into rcu core if irqs disabledPaul E. McKenney
2011-05-05rcu: further lower priority in rcu_yield()Paul E. McKenney
2011-05-05rcu: introduce kfree_rcu()Lai Jiangshan
2011-05-05rcu: fix spellingPaul E. McKenney
2011-05-05rcu: Switch to this_cpu() primitivesPaul E. McKenney
2011-05-05rcu: Add forward-progress diagnostic for per-CPU kthreadsPaul E. McKenney
2011-05-05rcu: add grace-period age and more kthread state to tracingPaul E. McKenney
2011-05-05rcu: make rcutorture version numbers available through debugfsPaul E. McKenney
2011-05-05rcu: add tracing for RCU's kthread run states.Paul E. McKenney
2011-05-05rcu: put per-CPU kthread at non-RT priority during CPU hotplug operationsPaul E. McKenney
2011-05-05rcu: Force per-rcu_node kthreads off of the outgoing CPUPaul E. McKenney
2011-05-05rcu: priority boosting for TREE_PREEMPT_RCUPaul E. McKenney
2011-05-05rcu: move TREE_RCU from softirq to kthreadPaul E. McKenney
2011-05-05rcu: merge TREE_PREEPT_RCU blocked_tasks[] listsPaul E. McKenney
2011-05-05rcu: Decrease memory-barrier usage based on semi-formal proofPaul E. McKenney
2011-05-05rcu: Remove conditional compilation for RCU CPU stall warningsPaul E. McKenney
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds
2010-12-17rcu: reduce __call_rcu()-induced contention on rcu_node structuresPaul E. McKenney
2010-12-17rcu: limit rcu_node leaf-level fanoutPaul E. McKenney
2010-12-17rcu: fine-tune grace-period begin/end checksPaul E. McKenney
2010-12-17rcu: Keep gpnum and completed fields synchronizedFrederic Weisbecker
2010-12-17rcu: Stop chasing QS if another CPU did it for usFrederic Weisbecker
2010-12-17core: Replace __get_cpu_var with __this_cpu_read if not used for an address.Christoph Lameter
2010-11-29rcu: update documentation/comments for Lai's adoption patchPaul E. McKenney
2010-11-29rcu,cleanup: simplify the code when cpu is dyingLai Jiangshan
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