summaryrefslogtreecommitdiffstats
path: root/kernel/rcutree.c
AgeCommit message (Expand)AuthorLines
2013-06-10rcu: Fix deadlock with CPU hotplug, RCU GP init, and timer migrationPaul E. McKenney-2/+2
2013-06-10rcu: Don't call wakeup() with rcu_node structure ->lock heldSteven Rostedt-2/+15
2013-05-02Merge commit '8700c95adb03' into timers/nohzFrederic Weisbecker-63/+197
2013-04-30Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-63/+197
2013-04-29kernel/: rename random32() to prandom_u32()Akinobu Mita-1/+1
2013-04-19nohz: Ensure full dynticks CPUs are RCU nocbsFrederic Weisbecker-3/+3
2013-04-15rcu: Kick adaptive-ticks CPUs that are holding up RCU grace periodsPaul E. McKenney-0/+10
2013-03-26Merge branches 'doc.2013.03.12a', 'fixes.2013.03.13a' and 'idlenocb.2013.03.2...Paul E. McKenney-63/+197
2013-03-26rcu: Make rcu_accelerate_cbs() note need for future grace periodsPaul E. McKenney-18/+32
2013-03-26rcu: Abstract rcu_start_future_gp() from rcu_nocb_wait_gp()Paul E. McKenney-4/+119
2013-03-26rcu: Push lock release to rcu_start_gp()'s callersPaul E. McKenney-14/+10
2013-03-26rcu: Rearrange locking in rcu_start_gp()Paul E. McKenney-4/+2
2013-03-26rcu: Make RCU_FAST_NO_HZ take advantage of numbered callbacksPaul E. McKenney-11/+17
2013-03-26rcu: Accelerate RCU callbacks at grace-period endPaul E. McKenney-8/+13
2013-03-26rcu: Distinguish "rcuo" kthreads by RCU flavorPaul E. McKenney-3/+4
2013-03-26rcu: Introduce proper blocking to no-CBs kthreads GP waitsPaul E. McKenney-1/+5
2013-03-13rcu: Tone down debugging during boot-up and shutdown.Paul E. McKenney-1/+2
2013-03-12rcu: Remove comment referring to __stop_machine()Srivatsa S. Bhat-5/+0
2013-03-12rcu: Avoid invoking RCU core on offline CPUsPaul E. McKenney-1/+2
2013-03-12rcu: Fix spacing problemJiang Fang-1/+1
2013-03-12rcu: Remove restrictions on no-CBs CPUsPaul E. McKenney-8/+6
2013-01-28Merge branches 'doctorture.2013.01.29a', 'fixes.2013.01.26a', 'tagcb.2013.01....Paul E. McKenney-77/+183
2013-01-28rcu: Provide RCU CPU stall warnings for tiny RCUPaul E. McKenney-43/+3
2013-01-26rcu: Remove unused code originally used for context trackingLi Zhong-3/+0
2013-01-26rcu: Correct 'optimized' to 'optimize' in header commentCody P Schafer-1/+1
2013-01-08rcu: Trace callback accelerationPaul E. McKenney-0/+6
2013-01-08rcu: Tag callback lists with corresponding grace-period numberPaul E. McKenney-28/+167
2013-01-08rcu: Silence compiler array out-of-bounds false positivePaul E. McKenney-0/+4
2013-01-08rcu: Use new nesting value for rcu_dyntick trace in rcu_eqs_enter_commonLi Zhong-1/+1
2013-01-08rcu: Make rcu_is_cpu_rrupt_from_idle helper functions staticJosh Triplett-1/+1
2012-11-30context_tracking: New context tracking susbsystemFrederic Weisbecker-62/+2
2012-11-16rcu: Add callback-free CPUsPaul E. McKenney-12/+51
2012-11-16Merge branches 'urgent.2012.10.27a', 'doc.2012.11.16a', 'fixes.2012.11.13a', ...Paul E. McKenney-52/+170
2012-11-13rcu: Clarify memory-ordering properties of grace-period primitivesPaul E. McKenney-4/+25
2012-11-13rcu: Fix batch-limit size problemEric Dumazet-7/+8
2012-11-08rcu: Fix tracing formattingPaul E. McKenney-2/+2
2012-11-08rcu: Instrument synchronize_rcu_expedited() for debugfs tracingPaul E. McKenney-3/+15
2012-11-08rcu: Move synchronize_sched_expedited() state to rcu_statePaul E. McKenney-11/+9
2012-11-08rcu: Avoid counter wrap in synchronize_sched_expedited()Paul E. McKenney-18/+44
2012-11-08rcu: Rename ->onofflock to ->orphan_lockPaul E. McKenney-6/+6
2012-10-23rcu: Dump number of callbacks in stall warning messagesPaul E. McKenney-4/+11
2012-10-23rcu: Add grace-period information to RCU CPU stall warningsPaul E. McKenney-3/+5
2012-10-23rcu: Print remote CPU's stacks in stall warningsPaul E. McKenney-1/+24
2012-10-23rcu: Fix precedence error in cpu_needs_another_gp()Paul E. McKenney-1/+1
2012-10-23rcu: Add a module parameter to force use of expedited RCU primitivesAntti P Miettinen-3/+9
2012-10-23rcu: Fix comment about _rcu_barrier()/orphanage exclusionPaul E. McKenney-2/+2
2012-10-20rcu: Accelerate callbacks for CPU initiating a grace periodPaul E. McKenney-2/+24
2012-10-08rcu: Grace-period initialization excludes only RCU notifierPaul E. McKenney-11/+10
2012-09-26rcu: Apply micro-optimization and int/bool fixes to RCU's idle handlingPaul E. McKenney-8/+8
2012-09-26rcu: Userspace RCU extended QS selftestFrederic Weisbecker-1/+1