summaryrefslogtreecommitdiffstats
path: root/kernel/rcutree.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '8700c95adb03' into timers/nohzFrederic Weisbecker2013-05-021-63/+197
|\
| * Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-04-301-63/+197
| |\
| | *-. Merge branches 'doc.2013.03.12a', 'fixes.2013.03.13a' and 'idlenocb.2013.03.2...Paul E. McKenney2013-03-261-63/+197
| | |\ \
| | | | * rcu: Make rcu_accelerate_cbs() note need for future grace periodsPaul E. McKenney2013-03-261-18/+32
| | | | * rcu: Abstract rcu_start_future_gp() from rcu_nocb_wait_gp()Paul E. McKenney2013-03-261-4/+119
| | | | * rcu: Push lock release to rcu_start_gp()'s callersPaul E. McKenney2013-03-261-14/+10
| | | | * rcu: Rearrange locking in rcu_start_gp()Paul E. McKenney2013-03-261-4/+2
| | | | * rcu: Make RCU_FAST_NO_HZ take advantage of numbered callbacksPaul E. McKenney2013-03-261-11/+17
| | | | * rcu: Accelerate RCU callbacks at grace-period endPaul E. McKenney2013-03-261-8/+13
| | | | * rcu: Distinguish "rcuo" kthreads by RCU flavorPaul E. McKenney2013-03-261-3/+4
| | | | * rcu: Introduce proper blocking to no-CBs kthreads GP waitsPaul E. McKenney2013-03-261-1/+5
| | | | * rcu: Remove restrictions on no-CBs CPUsPaul E. McKenney2013-03-121-8/+6
| | | |/ | | |/|
| | | * rcu: Tone down debugging during boot-up and shutdown.Paul E. McKenney2013-03-131-1/+2
| | | * rcu: Remove comment referring to __stop_machine()Srivatsa S. Bhat2013-03-121-5/+0
| | | * rcu: Avoid invoking RCU core on offline CPUsPaul E. McKenney2013-03-121-1/+2
| | | * rcu: Fix spacing problemJiang Fang2013-03-121-1/+1
| | |/
| * / kernel/: rename random32() to prandom_u32()Akinobu Mita2013-04-291-1/+1
| |/
* | nohz: Ensure full dynticks CPUs are RCU nocbsFrederic Weisbecker2013-04-191-3/+3
* | rcu: Kick adaptive-ticks CPUs that are holding up RCU grace periodsPaul E. McKenney2013-04-151-0/+10
|/
*---. Merge branches 'doctorture.2013.01.29a', 'fixes.2013.01.26a', 'tagcb.2013.01....Paul E. McKenney2013-01-281-77/+183
|\ \ \
| | | * rcu: Provide RCU CPU stall warnings for tiny RCUPaul E. McKenney2013-01-281-43/+3
| |_|/ |/| |
| | * rcu: Trace callback accelerationPaul E. McKenney2013-01-081-0/+6
| | * rcu: Tag callback lists with corresponding grace-period numberPaul E. McKenney2013-01-081-28/+167
| |/ |/|
| * rcu: Remove unused code originally used for context trackingLi Zhong2013-01-261-3/+0
| * rcu: Correct 'optimized' to 'optimize' in header commentCody P Schafer2013-01-261-1/+1
| * rcu: Silence compiler array out-of-bounds false positivePaul E. McKenney2013-01-081-0/+4
| * rcu: Use new nesting value for rcu_dyntick trace in rcu_eqs_enter_commonLi Zhong2013-01-081-1/+1
| * rcu: Make rcu_is_cpu_rrupt_from_idle helper functions staticJosh Triplett2013-01-081-1/+1
|/
* context_tracking: New context tracking susbsystemFrederic Weisbecker2012-11-301-62/+2
* rcu: Add callback-free CPUsPaul E. McKenney2012-11-161-12/+51
*-----. Merge branches 'urgent.2012.10.27a', 'doc.2012.11.16a', 'fixes.2012.11.13a', ...Paul E. McKenney2012-11-161-52/+170
|\ \ \ \
| | | | * rcu: Fix precedence error in cpu_needs_another_gp()Paul E. McKenney2012-10-231-1/+1
| | | | * rcu: Add a module parameter to force use of expedited RCU primitivesAntti P Miettinen2012-10-231-3/+9
| |_|_|/ |/| | |
| | | * rcu: Fix tracing formattingPaul E. McKenney2012-11-081-2/+2
| | | * rcu: Instrument synchronize_rcu_expedited() for debugfs tracingPaul E. McKenney2012-11-081-3/+15
| | | * rcu: Move synchronize_sched_expedited() state to rcu_statePaul E. McKenney2012-11-081-11/+9
| | | * rcu: Avoid counter wrap in synchronize_sched_expedited()Paul E. McKenney2012-11-081-18/+44
| | | * rcu: Rename ->onofflock to ->orphan_lockPaul E. McKenney2012-11-081-6/+6
| | | * rcu: Fix comment about _rcu_barrier()/orphanage exclusionPaul E. McKenney2012-10-231-2/+2
| |_|/ |/| |
| | * rcu: Dump number of callbacks in stall warning messagesPaul E. McKenney2012-10-231-4/+11
| | * rcu: Add grace-period information to RCU CPU stall warningsPaul E. McKenney2012-10-231-3/+5
| | * rcu: Print remote CPU's stacks in stall warningsPaul E. McKenney2012-10-231-1/+24
| |/ |/|
| * rcu: Clarify memory-ordering properties of grace-period primitivesPaul E. McKenney2012-11-131-4/+25
| * rcu: Fix batch-limit size problemEric Dumazet2012-11-131-7/+8
| * rcu: Accelerate callbacks for CPU initiating a grace periodPaul E. McKenney2012-10-201-2/+24
|/
* rcu: Grace-period initialization excludes only RCU notifierPaul E. McKenney2012-10-081-11/+10
* rcu: Apply micro-optimization and int/bool fixes to RCU's idle handlingPaul E. McKenney2012-09-261-8/+8
* rcu: Userspace RCU extended QS selftestFrederic Weisbecker2012-09-261-1/+1
* rcu: Switch task's syscall hooks on context switchFrederic Weisbecker2012-09-261-0/+15
* rcu: Ignore userspace extended quiescent state by defaultFrederic Weisbecker2012-09-261-1/+4