summaryrefslogtreecommitdiffstats
path: root/kernel/rcutree.c
Commit message (Expand)AuthorAgeFilesLines
* rcu: Cure load woesPeter Zijlstra2011-05-311-8/+46
* rcu: Start RCU kthreads in TASK_INTERRUPTIBLE statePaul E. McKenney2011-05-281-0/+2
* rcu: Remove waitqueue usage for cpu, node, and boost kthreadsPeter Zijlstra2011-05-281-17/+6
* rcu: Avoid acquiring rcu_node locks in timer functionsPaul E. McKenney2011-05-281-8/+5
* Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Ingo Molnar2011-05-281-74/+56
|\
| * rcu: Decrease memory-barrier usage based on semi-formal proofPaul E. McKenney2011-05-261-61/+50
| * rcu: Make rcu_enter_nohz() pay attention to nestingPaul E. McKenney2011-05-261-2/+2
| * rcu: Don't do reschedule unless in irqPaul E. McKenney2011-05-261-2/+3
| * rcu: Remove old memory barriers from rcu_process_callbacks()Paul E. McKenney2011-05-261-14/+0
| * rcu: Add memory barriersPaul E. McKenney2011-05-261-0/+6
* | sanitize <linux/prefetch.h> usageLinus Torvalds2011-05-201-0/+1
|/
* Revert "rcu: Decrease memory-barrier usage based on semi-formal proof"Paul E. McKenney2011-05-191-56/+74
* rcu: permit rcu_read_unlock() to be called while holding runqueue locksPaul E. McKenney2011-05-071-31/+13
* rcu: provide rcu_virt_note_context_switch() function.Gleb Natapov2011-05-051-0/+1
* rcu: get rid of signed overflow in check_cpu_stall()Paul E. McKenney2011-05-051-5/+8
* rcu: prevent call_rcu() from diving into rcu core if irqs disabledPaul E. McKenney2011-05-051-1/+8
* rcu: further lower priority in rcu_yield()Paul E. McKenney2011-05-051-0/+1
* rcu: introduce kfree_rcu()Lai Jiangshan2011-05-051-1/+1
* rcu: fix spellingPaul E. McKenney2011-05-051-5/+5
* rcu: Switch to this_cpu() primitivesPaul E. McKenney2011-05-051-7/+3
* rcu: Add forward-progress diagnostic for per-CPU kthreadsPaul E. McKenney2011-05-051-0/+2
* rcu: add grace-period age and more kthread state to tracingPaul E. McKenney2011-05-051-0/+10
* rcu: make rcutorture version numbers available through debugfsPaul E. McKenney2011-05-051-0/+37
* rcu: add tracing for RCU's kthread run states.Paul E. McKenney2011-05-051-1/+10
* rcu: put per-CPU kthread at non-RT priority during CPU hotplug operationsPaul E. McKenney2011-05-051-0/+26
* rcu: Force per-rcu_node kthreads off of the outgoing CPUPaul E. McKenney2011-05-051-5/+19
* rcu: priority boosting for TREE_PREEMPT_RCUPaul E. McKenney2011-05-051-38/+77
* rcu: move TREE_RCU from softirq to kthreadPaul E. McKenney2011-05-051-4/+336
* rcu: merge TREE_PREEPT_RCU blocked_tasks[] listsPaul E. McKenney2011-05-051-4/+1
* rcu: Decrease memory-barrier usage based on semi-formal proofPaul E. McKenney2011-05-051-74/+56
* rcu: Remove conditional compilation for RCU CPU stall warningsPaul E. McKenney2011-05-051-25/+1
* Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds2011-01-071-2/+2
|\
| * core: Replace __get_cpu_var with __this_cpu_read if not used for an address.Christoph Lameter2010-12-171-2/+2
* | rcu: reduce __call_rcu()-induced contention on rcu_node structuresPaul E. McKenney2010-12-171-17/+21
* | rcu: limit rcu_node leaf-level fanoutPaul E. McKenney2010-12-171-1/+2
* | rcu: fine-tune grace-period begin/end checksPaul E. McKenney2010-12-171-9/+18
* | rcu: Keep gpnum and completed fields synchronizedFrederic Weisbecker2010-12-171-0/+9
* | rcu: Stop chasing QS if another CPU did it for usFrederic Weisbecker2010-12-171-0/+8
* | rcu: update documentation/comments for Lai's adoption patchPaul E. McKenney2010-11-291-4/+6
* | rcu,cleanup: simplify the code when cpu is dyingLai Jiangshan2010-11-291-60/+21
|/
* rcu: using ACCESS_ONCE() to observe the jiffies_stall/rnp->qsmask valueDongdong Deng2010-10-071-2/+2
* rcu: Add tracing data to support queueing modelsPaul E. McKenney2010-09-231-0/+3
* rcu: permit suppressing current grace period's CPU stall warningsPaul E. McKenney2010-08-201-0/+20
* rcu: refer RCU CPU stall-warning victims to stallwarn.txtPaul E. McKenney2010-08-201-2/+10
* rcu: Allow RCU CPU stall warnings to be off at boot, but manually enablablePaul E. McKenney2010-08-191-1/+1
* rcu: allow RCU CPU stall warning messages to be controlled in /sysPaul E. McKenney2010-08-191-1/+1
* rcu: add boot parameter to suppress RCU CPU stall warning messagesPaul E. McKenney2010-08-191-3/+8
* rcu: simplify the usage of percpu dataLai Jiangshan2010-08-191-27/+15
* tree/tiny rcu: Add debug RCU head objectsMathieu Desnoyers2010-06-141-0/+2
* rcu: remove all rcu head initializations, except on_stack initializationsPaul E. McKenney2010-05-111-0/+4
OpenPOWER on IntegriCloud