| Commit message (Expand) | Author | Age | Files | Lines |
* | rcu: delete __cpuinit usage from all rcu files | Paul Gortmaker | 2013-07-14 | 1 | -3/+3 |
* | drivers: avoid parsing names as kthread_run() format strings | Kees Cook | 2013-07-03 | 1 | -1/+1 |
*-. | Merge branches 'cbnum.2013.06.10a', 'doc.2013.06.10a', 'fixes.2013.06.10a', '... | Paul E. McKenney | 2013-06-10 | 1 | -2/+16 |
|\ \ |
|
| | * | rcu: Drive quiescent-state-forcing delay from HZ | Paul E. McKenney | 2013-06-10 | 1 | -2/+16 |
| |/ |
|
* | | rcu: Move redundant call to note_gp_changes() into called function | Paul E. McKenney | 2013-06-10 | 1 | -8/+2 |
* | | rcu: Inline trivial wrapper function rcu_start_gp_per_cpu() | Paul E. McKenney | 2013-06-10 | 1 | -13/+1 |
* | | rcu: Eliminate check_for_new_grace_period() wrapper function | Paul E. McKenney | 2013-06-10 | 1 | -22/+3 |
* | | rcu: Merge __rcu_process_gp_end() into __note_gp_changes() | Paul E. McKenney | 2013-06-10 | 1 | -42/+6 |
* | | rcu: Switch callers from rcu_process_gp_end() to note_gp_changes() | Paul E. McKenney | 2013-06-10 | 1 | -28/+3 |
* | | rcu: Rename note_new_gpnum() to note_gp_changes() | Paul E. McKenney | 2013-06-10 | 1 | -6/+7 |
* | | rcu: Make __note_new_gpnum() check for ends of prior grace periods | Paul E. McKenney | 2013-06-10 | 1 | -0/+3 |
* | | rcu: Move code to apply callback-numbering simplifications | Paul E. McKenney | 2013-06-10 | 1 | -59/+59 |
|/ |
|
* | rcu: Convert rcutree.c printk calls | Paul E. McKenney | 2013-06-10 | 1 | -3/+3 |
* | rcu: Fix deadlock with CPU hotplug, RCU GP init, and timer migration | Paul E. McKenney | 2013-06-10 | 1 | -2/+2 |
* | rcu: Don't call wakeup() with rcu_node structure ->lock held | Steven Rostedt | 2013-06-10 | 1 | -2/+15 |
* | Merge commit '8700c95adb03' into timers/nohz | Frederic Weisbecker | 2013-05-02 | 1 | -63/+197 |
|\ |
|
| * | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2013-04-30 | 1 | -63/+197 |
| |\ |
|
| | *-. | Merge branches 'doc.2013.03.12a', 'fixes.2013.03.13a' and 'idlenocb.2013.03.2... | Paul E. McKenney | 2013-03-26 | 1 | -63/+197 |
| | |\ \ |
|
| | | | * | rcu: Make rcu_accelerate_cbs() note need for future grace periods | Paul E. McKenney | 2013-03-26 | 1 | -18/+32 |
| | | | * | rcu: Abstract rcu_start_future_gp() from rcu_nocb_wait_gp() | Paul E. McKenney | 2013-03-26 | 1 | -4/+119 |
| | | | * | rcu: Push lock release to rcu_start_gp()'s callers | Paul E. McKenney | 2013-03-26 | 1 | -14/+10 |
| | | | * | rcu: Rearrange locking in rcu_start_gp() | Paul E. McKenney | 2013-03-26 | 1 | -4/+2 |
| | | | * | rcu: Make RCU_FAST_NO_HZ take advantage of numbered callbacks | Paul E. McKenney | 2013-03-26 | 1 | -11/+17 |
| | | | * | rcu: Accelerate RCU callbacks at grace-period end | Paul E. McKenney | 2013-03-26 | 1 | -8/+13 |
| | | | * | rcu: Distinguish "rcuo" kthreads by RCU flavor | Paul E. McKenney | 2013-03-26 | 1 | -3/+4 |
| | | | * | rcu: Introduce proper blocking to no-CBs kthreads GP waits | Paul E. McKenney | 2013-03-26 | 1 | -1/+5 |
| | | | * | rcu: Remove restrictions on no-CBs CPUs | Paul E. McKenney | 2013-03-12 | 1 | -8/+6 |
| | | |/
| | |/| |
|
| | | * | rcu: Tone down debugging during boot-up and shutdown. | Paul E. McKenney | 2013-03-13 | 1 | -1/+2 |
| | | * | rcu: Remove comment referring to __stop_machine() | Srivatsa S. Bhat | 2013-03-12 | 1 | -5/+0 |
| | | * | rcu: Avoid invoking RCU core on offline CPUs | Paul E. McKenney | 2013-03-12 | 1 | -1/+2 |
| | | * | rcu: Fix spacing problem | Jiang Fang | 2013-03-12 | 1 | -1/+1 |
| | |/ |
|
| * | | kernel/: rename random32() to prandom_u32() | Akinobu Mita | 2013-04-29 | 1 | -1/+1 |
| |/ |
|
* | | nohz: Ensure full dynticks CPUs are RCU nocbs | Frederic Weisbecker | 2013-04-19 | 1 | -3/+3 |
* | | rcu: Kick adaptive-ticks CPUs that are holding up RCU grace periods | Paul E. McKenney | 2013-04-15 | 1 | -0/+10 |
|/ |
|
*---. | Merge branches 'doctorture.2013.01.29a', 'fixes.2013.01.26a', 'tagcb.2013.01.... | Paul E. McKenney | 2013-01-28 | 1 | -77/+183 |
|\ \ \ |
|
| | | * | rcu: Provide RCU CPU stall warnings for tiny RCU | Paul E. McKenney | 2013-01-28 | 1 | -43/+3 |
| |_|/
|/| | |
|
| | * | rcu: Trace callback acceleration | Paul E. McKenney | 2013-01-08 | 1 | -0/+6 |
| | * | rcu: Tag callback lists with corresponding grace-period number | Paul E. McKenney | 2013-01-08 | 1 | -28/+167 |
| |/
|/| |
|
| * | rcu: Remove unused code originally used for context tracking | Li Zhong | 2013-01-26 | 1 | -3/+0 |
| * | rcu: Correct 'optimized' to 'optimize' in header comment | Cody P Schafer | 2013-01-26 | 1 | -1/+1 |
| * | rcu: Silence compiler array out-of-bounds false positive | Paul E. McKenney | 2013-01-08 | 1 | -0/+4 |
| * | rcu: Use new nesting value for rcu_dyntick trace in rcu_eqs_enter_common | Li Zhong | 2013-01-08 | 1 | -1/+1 |
| * | rcu: Make rcu_is_cpu_rrupt_from_idle helper functions static | Josh Triplett | 2013-01-08 | 1 | -1/+1 |
|/ |
|
* | context_tracking: New context tracking susbsystem | Frederic Weisbecker | 2012-11-30 | 1 | -62/+2 |
* | rcu: Add callback-free CPUs | Paul E. McKenney | 2012-11-16 | 1 | -12/+51 |
*-----. | Merge branches 'urgent.2012.10.27a', 'doc.2012.11.16a', 'fixes.2012.11.13a', ... | Paul E. McKenney | 2012-11-16 | 1 | -52/+170 |
|\ \ \ \ |
|
| | | | * | rcu: Fix precedence error in cpu_needs_another_gp() | Paul E. McKenney | 2012-10-23 | 1 | -1/+1 |
| | | | * | rcu: Add a module parameter to force use of expedited RCU primitives | Antti P Miettinen | 2012-10-23 | 1 | -3/+9 |
| |_|_|/
|/| | | |
|
| | | * | rcu: Fix tracing formatting | Paul E. McKenney | 2012-11-08 | 1 | -2/+2 |
| | | * | rcu: Instrument synchronize_rcu_expedited() for debugfs tracing | Paul E. McKenney | 2012-11-08 | 1 | -3/+15 |