summaryrefslogtreecommitdiffstats
path: root/kernel/rcutree.c
Commit message (Expand)AuthorAgeFilesLines
*-. Merge branches 'doc.2013.08.19a', 'fixes.2013.08.20a', 'sysidle.2013.08.31a' ...Paul E. McKenney2013-08-311-58/+92
|\ \
| | * nohz_full: Force RCU's grace-period kthreads onto timekeeping CPUPaul E. McKenney2013-08-311-0/+1
| | * nohz_full: Add full-system-idle state machinePaul E. McKenney2013-08-311-3/+13
| | * nohz_full: Add full-system-idle arguments to APIPaul E. McKenney2013-08-181-7/+18
| | * nohz_full: Add per-CPU idle-state trackingPaul E. McKenney2013-08-181-0/+4
| | * nohz_full: Add rcu_dyntick data for scalable detection of all-idle statePaul E. McKenney2013-08-181-0/+5
| | * rcu: Eliminate unused APIs intended for adaptive ticksPaul E. McKenney2013-08-181-43/+0
| |/ |/|
| * rcu: Simplify _rcu_barrier() processingPaul E. McKenney2013-08-201-2/+13
| * rcu: Avoid redundant grace-period kthread wakeupsPaul E. McKenney2013-08-181-3/+5
| * rcu: Make call_rcu() leak callbacks for debug-object errorsPaul E. McKenney2013-08-181-1/+13
| * rcu: Expedite grace periods during suspend/resumeBorislav Petkov2013-08-181-0/+21
|/
* rcu: Have the RCU tracepoints use the tracepoint_string infrastructureSteven Rostedt (Red Hat)2013-07-291-34/+53
* rcu: Simplify RCU_STATE_INITIALIZER() macroSteven Rostedt (Red Hat)2013-07-291-8/+6
* rcu: Add const annotation to char * for RCU tracepoints and functionsSteven Rostedt (Red Hat)2013-07-291-2/+2
* rcu: delete __cpuinit usage from all rcu filesPaul Gortmaker2013-07-141-3/+3
* drivers: avoid parsing names as kthread_run() format stringsKees Cook2013-07-031-1/+1
*-. Merge branches 'cbnum.2013.06.10a', 'doc.2013.06.10a', 'fixes.2013.06.10a', '...Paul E. McKenney2013-06-101-2/+16
|\ \
| | * rcu: Drive quiescent-state-forcing delay from HZPaul E. McKenney2013-06-101-2/+16
| |/
* | rcu: Move redundant call to note_gp_changes() into called functionPaul E. McKenney2013-06-101-8/+2
* | rcu: Inline trivial wrapper function rcu_start_gp_per_cpu()Paul E. McKenney2013-06-101-13/+1
* | rcu: Eliminate check_for_new_grace_period() wrapper functionPaul E. McKenney2013-06-101-22/+3
* | rcu: Merge __rcu_process_gp_end() into __note_gp_changes()Paul E. McKenney2013-06-101-42/+6
* | rcu: Switch callers from rcu_process_gp_end() to note_gp_changes()Paul E. McKenney2013-06-101-28/+3
* | rcu: Rename note_new_gpnum() to note_gp_changes()Paul E. McKenney2013-06-101-6/+7
* | rcu: Make __note_new_gpnum() check for ends of prior grace periodsPaul E. McKenney2013-06-101-0/+3
* | rcu: Move code to apply callback-numbering simplificationsPaul E. McKenney2013-06-101-59/+59
|/
* rcu: Convert rcutree.c printk callsPaul E. McKenney2013-06-101-3/+3
* rcu: Fix deadlock with CPU hotplug, RCU GP init, and timer migrationPaul E. McKenney2013-06-101-2/+2
* rcu: Don't call wakeup() with rcu_node structure ->lock heldSteven Rostedt2013-06-101-2/+15
* 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
| |_|/ |/| |