aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rcutree.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
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