aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rcutree.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-30Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-63/+197
2013-04-29kernel/: rename random32() to prandom_u32()Akinobu Mita1-1/+1
2013-03-26Merge branches 'doc.2013.03.12a', 'fixes.2013.03.13a' and 'idlenocb.2013.03.26b' into HEADPaul E. McKenney1-63/+197
2013-03-26rcu: Make rcu_accelerate_cbs() note need for future grace periodsPaul E. McKenney1-18/+32
2013-03-26rcu: Abstract rcu_start_future_gp() from rcu_nocb_wait_gp()Paul E. McKenney1-4/+119
2013-03-26rcu: Push lock release to rcu_start_gp()'s callersPaul E. McKenney1-14/+10
2013-03-26rcu: Rearrange locking in rcu_start_gp()Paul E. McKenney1-4/+2
2013-03-26rcu: Make RCU_FAST_NO_HZ take advantage of numbered callbacksPaul E. McKenney1-11/+17
2013-03-26rcu: Accelerate RCU callbacks at grace-period endPaul E. McKenney1-8/+13
2013-03-26rcu: Distinguish "rcuo" kthreads by RCU flavorPaul E. McKenney1-3/+4
2013-03-26rcu: Introduce proper blocking to no-CBs kthreads GP waitsPaul E. McKenney1-1/+5
2013-03-13rcu: Tone down debugging during boot-up and shutdown.Paul E. McKenney1-1/+2
2013-03-12rcu: Remove comment referring to __stop_machine()Srivatsa S. Bhat1-5/+0
2013-03-12rcu: Avoid invoking RCU core on offline CPUsPaul E. McKenney1-1/+2
2013-03-12rcu: Fix spacing problemJiang Fang1-1/+1
2013-03-12rcu: Remove restrictions on no-CBs CPUsPaul E. McKenney1-8/+6
2013-01-28Merge branches 'doctorture.2013.01.29a', 'fixes.2013.01.26a', 'tagcb.2013.01.24a' and 'tiny.2013.01.29b' into HEADPaul E. McKenney1-77/+183
2013-01-28rcu: Provide RCU CPU stall warnings for tiny RCUPaul E. McKenney1-43/+3
2013-01-26rcu: Remove unused code originally used for context trackingLi Zhong1-3/+0
2013-01-26rcu: Correct 'optimized' to 'optimize' in header commentCody P Schafer1-1/+1
2013-01-08rcu: Trace callback accelerationPaul E. McKenney1-0/+6
2013-01-08rcu: Tag callback lists with corresponding grace-period numberPaul E. McKenney1-28/+167
2013-01-08rcu: Silence compiler array out-of-bounds false positivePaul E. McKenney1-0/+4
2013-01-08rcu: Use new nesting value for rcu_dyntick trace in rcu_eqs_enter_commonLi Zhong1-1/+1
2013-01-08rcu: Make rcu_is_cpu_rrupt_from_idle helper functions staticJosh Triplett1-1/+1
2012-11-30context_tracking: New context tracking susbsystemFrederic Weisbecker1-62/+2
2012-11-16rcu: Add callback-free CPUsPaul E. McKenney1-12/+51
2012-11-16Merge branches 'urgent.2012.10.27a', 'doc.2012.11.16a', 'fixes.2012.11.13a', 'srcu.2012.10.27a', 'stall.2012.11.13a', 'tracing.2012.11.08a' and 'idle.2012.10.24a' into HEADPaul E. McKenney1-52/+170
2012-11-13rcu: Clarify memory-ordering properties of grace-period primitivesPaul E. McKenney1-4/+25
2012-11-13rcu: Fix batch-limit size problemEric Dumazet1-7/+8
2012-11-08rcu: Fix tracing formattingPaul E. McKenney1-2/+2
2012-11-08rcu: Instrument synchronize_rcu_expedited() for debugfs tracingPaul E. McKenney1-3/+15
2012-11-08rcu: Move synchronize_sched_expedited() state to rcu_statePaul E. McKenney1-11/+9
2012-11-08rcu: Avoid counter wrap in synchronize_sched_expedited()Paul E. McKenney1-18/+44
2012-11-08rcu: Rename ->onofflock to ->orphan_lockPaul E. McKenney1-6/+6
2012-10-23rcu: Dump number of callbacks in stall warning messagesPaul E. McKenney1-4/+11
2012-10-23rcu: Add grace-period information to RCU CPU stall warningsPaul E. McKenney1-3/+5
2012-10-23rcu: Print remote CPU's stacks in stall warningsPaul E. McKenney1-1/+24
2012-10-23rcu: Fix precedence error in cpu_needs_another_gp()Paul E. McKenney1-1/+1
2012-10-23rcu: Add a module parameter to force use of expedited RCU primitivesAntti P Miettinen1-3/+9
2012-10-23rcu: Fix comment about _rcu_barrier()/orphanage exclusionPaul E. McKenney1-2/+2
2012-10-20rcu: Accelerate callbacks for CPU initiating a grace periodPaul E. McKenney1-2/+24
2012-10-08rcu: Grace-period initialization excludes only RCU notifierPaul E. McKenney1-11/+10
2012-09-26rcu: Apply micro-optimization and int/bool fixes to RCU's idle handlingPaul E. McKenney1-8/+8
2012-09-26rcu: Userspace RCU extended QS selftestFrederic Weisbecker1-1/+1
2012-09-26rcu: Switch task's syscall hooks on context switchFrederic Weisbecker1-0/+15
2012-09-26rcu: Ignore userspace extended quiescent state by defaultFrederic Weisbecker1-1/+4
2012-09-26rcu: Allow rcu_user_enter()/exit() to nestFrederic Weisbecker1-8/+33
2012-09-26rcu: Settle config for userspace extended quiescent stateFrederic Weisbecker1-1/+4
2012-09-26rcu: New rcu_user_enter_after_irq() and rcu_user_exit_after_irq() APIsFrederic Weisbecker1-0/+43