- 9ea6c58 Merge branches 'torture.2014.11.03a', 'cpu.2014.11.03a', 'doc.2014.11.13a', 'fixes.2014.11.13a', 'signal.2014.10.29a' and 'rt.2014.10.29a' into HEAD by Paul E. McKenney · 10 years ago
- 60ced49 rcu: Fix FIXME in rcu_tasks_kthread() by Paul E. McKenney · 10 years ago
- b8969d1 rcutorture: Fix rcu_torture_cbflood() memory leak by Paul E. McKenney · 10 years ago
- aa23c6fbc rcutorture: Add early boot self tests by Pranith Kumar · 10 years ago
- 8fa7845 rcu: Remove "cpu" argument to rcu_cleanup_after_idle() by Paul E. McKenney · 10 years ago
- 198bbf8 rcu: Remove "cpu" argument to rcu_prepare_for_idle() by Paul E. McKenney · 10 years ago
- aa6da51 rcu: Remove "cpu" argument to rcu_needs_cpu() by Paul E. McKenney · 10 years ago
- 38200cf rcu: Remove "cpu" argument to rcu_note_context_switch() by Paul E. McKenney · 10 years ago
- 86aea0e rcu: Remove "cpu" argument to rcu_preempt_check_callbacks() by Paul E. McKenney · 10 years ago
- e3950ec rcu: Remove "cpu" argument to rcu_pending() by Paul E. McKenney · 10 years ago
- c3377c2d rcu: Remove "cpu" argument to rcu_check_callbacks() by Paul E. McKenney · 10 years ago
- 11bbb23 rcu: Use DEFINE_PER_CPU_SHARED_ALIGNED for rcu_data by Paul E. McKenney · 10 years ago
- 28ced79 rcu: Remove rcu_dynticks * parameters when they are always this_cpu_ptr(&rcu_dynticks) by Christoph Lameter · 10 years ago
- bbe5d7a rcu: Fix for rcuo online-time-creation reorganization bug by Paul E. McKenney · 10 years ago
- 776d680 rcu: Kick rcuo kthreads after their CPU goes offline by Paul E. McKenney · 10 years ago
- 28f6569 rcu: Remove redundant TREE_PREEMPT_RCU config option by Pranith Kumar · 10 years ago
- 21871d7 rcu: Unify boost and kthread priorities by Clark Williams · 10 years ago
- e0775ce rcu: Avoid IPIing idle CPUs from synchronize_sched_expedited() by Paul E. McKenney · 10 years ago
- 61cfd09 rcu: Move RCU_BOOST variable declarations, eliminating #ifdef by Paul E. McKenney · 10 years ago
- 0eafa46 rcu: Remove CONFIG_RCU_CPU_STALL_VERBOSE by Paul E. McKenney · 10 years ago
- d7e2993 rcu: Make rcu_barrier() understand about missing rcuo kthreads by Paul E. McKenney · 10 years ago
- dd56af4 rcu: Eliminate deadlock between CPU hotplug and expedited grace periods by Paul E. McKenney · 10 years ago
- 59da22a rcutorture: Rename rcutorture_runnable parameter by Paul E. McKenney · 10 years ago
- d36a7a0 torture: Address race in module cleanup by Davidlohr Bueso · 10 years ago
- 96b4672 Merge branch 'rcu-tasks.2014.09.10a' into HEAD by Paul E. McKenney · 10 years ago
- e98d06d Merge branches 'doc.2014.09.07a', 'fixes.2014.09.10a', 'nocb-nohz.2014.09.16b' and 'torture.2014.09.07a' into HEAD by Paul E. McKenney · 10 years ago
- c847f14 rcu: Avoid misordering in nocb_leader_wait() by Paul E. McKenney · 10 years ago
- 1772947bd rcu: Handle NOCB callbacks from irq-disabled idle code by Paul E. McKenney · 10 years ago
- 39953df rcu: Avoid misordering in __call_rcu_nocb_enqueue() by Paul E. McKenney · 10 years ago
- 663e131 rcu: Don't track sysidle state if no nohz_full= CPUs by Paul E. McKenney · 10 years ago
- 417e8d2 rcu: Eliminate redundant rcu_sysidle_state variable by Paul E. McKenney · 10 years ago
- 22c2f66 rcu: Check for have_rcu_nocb_mask instead of rcu_nocb_mask by Pranith Kumar · 10 years ago
- 35ce7f2 rcu: Create rcuo kthreads only for onlined CPUs by Paul E. McKenney · 10 years ago
- 9386c0b rcu: Rationalize kthread spawning by Paul E. McKenney · 10 years ago
- f4aa84b rcu: Return false instead of 0 in rcu_nocb_adopt_orphan_cbs() by Pranith Kumar · 11 years ago
- 4afc7e2 rcu: Use false for return in __call_rcu_nocb() by Pranith Kumar · 11 years ago
- 0a9e1e1 rcu: Use true/false for return in rcu_nocb_adopt_orphan_cbs() by Pranith Kumar · 11 years ago
- c271d3a rcu: Use true/false for return in __call_rcu_nocb() by Pranith Kumar · 11 years ago
- 949cccd rcu: Check the return value of zalloc_cpumask_var() by Pranith Kumar · 10 years ago
- f4579fc rcu: Fix attempt to avoid unsolicited offloading of callbacks by Paul E. McKenney · 10 years ago
- 284a8c9 rcu: Per-CPU operation cleanups to rcu_*_qs() functions by Paul E. McKenney · 10 years ago
- 1d082fd rcu: Remove local_irq_disable() in rcu_preempt_note_context_switch() by Paul E. McKenney · 10 years ago
- 4ff475e rcu: Additional information on RCU-tasks stall-warning messages by Paul E. McKenney · 10 years ago
- 8f20a5e rcu: Make rcu_tasks_kthread()'s GP-wait loop allow preemption by Paul E. McKenney · 10 years ago
- 176f8f7 rcu: Make TASKS_RCU handle nohz_full= CPUs by Paul E. McKenney · 10 years ago
- 84a8f44 rcu: Defer rcu_tasks_kthread() creation till first call_rcu_tasks() by Paul E. McKenney · 10 years ago
- c7b24d2 rcu: Improve RCU-tasks energy efficiency by Paul E. McKenney · 10 years ago
- 52db30a rcu: Add stall-warning checks for RCU-tasks by Paul E. McKenney · 11 years ago
- 69c6045 rcutorture: Add torture tests for RCU-tasks by Paul E. McKenney · 11 years ago
- 06c2a92 rcu: Export RCU-tasks APIs to GPL modules by Steven Rostedt · 11 years ago
- 3f95aa8 rcu: Make TASKS_RCU handle tasks that are almost done exiting by Paul E. McKenney · 10 years ago
- 53c6d4e rcu: Add synchronous grace-period waiting for RCU-tasks by Paul E. McKenney · 11 years ago
- bde6c3a rcu: Provide cond_resched_rcu_qs() to force quiescent states in long loops by Paul E. McKenney · 11 years ago
- 8315f42 rcu: Add call_rcu_tasks() by Paul E. McKenney · 11 years ago
- 38706bc rcutorture: Add callback-flood test by Paul E. McKenney · 10 years ago
- eea203f rcu: Use pr_alert/pr_cont for printing logs by Joe Perches · 10 years ago
- 58ade2d rcutorture: Fix a sparse warning by marking boost_mutex static by Pranith Kumar · 11 years ago
- 73a860c rcu: Replace flush_signals() with WARN_ON(signal_pending()) by Paul E. McKenney · 10 years ago
- 2aa792e rcu: Use rcu_gp_kthread_wake() to wake up grace period kthreads by Pranith Kumar · 10 years ago
- ade98624 rcu: Make TINY_RCU tinier by putting error checks under #ifdef by Paul E. McKenney · 10 years ago
- 9fdd3bc rcu: Break more call_rcu() deadlock involving scheduler and perf by Paul E. McKenney · 10 years ago
- 66d701e rcu: Remove stale comment in tree.c by Pranith Kumar · 10 years ago
- fafb6e8 rcu: Update tiny.c references to tree.c by Pranith Kumar · 10 years ago
- a8a29b3 rcu: Define tracepoint strings only if CONFIG_TRACING is set by Ard Biesheuvel · 10 years ago
- 85b39d3 rcu: Uninline rcu_read_lock_held() by Oleg Nesterov · 11 years ago
- e02b2ed rcu: Use true/false instead of 1/0 for a bool type by Pranith Kumar · 11 years ago
- d0bc90f rcu: Return bool type for rcu_try_advance_all_cbs() by Pranith Kumar · 11 years ago
- f534ed1 rcu: Use bool type for return value in rcu_is_watching() by Pranith Kumar · 11 years ago
- bf33eb1 rcu: Fix sparse warning about rcu_batches_completed_preempt() being non-static by Pranith Kumar · 11 years ago
- 4de376a rcu: Remove remaining read-modify-write ACCESS_ONCE() calls by Pranith Kumar · 11 years ago
- 11ed7f9 rcu: Make nocb leader kthreads process pending callbacks after spawning by Pranith Kumar · 10 years ago
- 5bda4f6 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
- e0198b29 Josh has moved by Josh Triplett · 10 years ago
- 187497f rcu: Allow for NULL tick_nohz_full_mask when nohz_full= missing by Paul E. McKenney · 10 years ago
- 1823172 Merge branches 'doc.2014.07.08a', 'fixes.2014.07.09a', 'maintainers.2014.07.08b', 'nocbs.2014.07.07a' and 'torture.2014.07.07a' into HEAD by Paul E. McKenney · 10 years ago
- b41d1b9 rcu: Fix a sparse warning in rcu_report_unblock_qs_rnp() by Pranith Kumar · 11 years ago
- 615e41c rcu: Fix a sparse warning in rcu_initiate_boost() by Pranith Kumar · 11 years ago
- 406e3e5 rcu: Fix __rcu_reclaim() to use true/false for bool by Paul E. McKenney · 11 years ago
- 11992c7 rcu: Remove CONFIG_PROVE_RCU_DELAY by Paul E. McKenney · 11 years ago
- d860d40 rcu: Use __this_cpu_read() instead of per_cpu_ptr() by Shan Wei · 11 years ago
- bc1dce5 rcu: Don't use NMIs to dump other CPUs' stacks by Paul E. McKenney · 11 years ago
- c0f489d rcu: Bind grace-period kthreads to non-NO_HZ_FULL CPUs by Paul E. McKenney · 11 years ago
- abaa93d rcu: Simplify priority boosting by putting rt_mutex in rcu_node by Paul E. McKenney · 11 years ago
- 48bd8e9 rcu: Check both root and current rcu_node when setting up future grace period by Pranith Kumar · 11 years ago
- dfeb976 rcu: Allow post-unlock reference for rt_mutex by Paul E. McKenney · 11 years ago
- 1146edc rcu: Loosen __call_rcu()'s rcu_head alignment constraint by Paul E. McKenney · 11 years ago
- a792563 rcu: Eliminate read-modify-write ACCESS_ONCE() calls by Paul E. McKenney · 11 years ago
- 4da117c rcu: Remove redundant ACCESS_ONCE() from tick_do_timer_cpu by Paul E. McKenney · 11 years ago
- b4426b4 rcu: Make rcu node arrays static const char * const by Fabian Frederick · 11 years ago
- b58cc46 rcu: Don't offload callbacks unless specifically requested by Paul E. McKenney · 11 years ago
- fbce749 rcu: Parallelize and economize NOCB kthread wakeups by Paul E. McKenney · 11 years ago
- 4a81e83 rcu: Reduce overhead of cond_resched() checks for RCU by Paul E. McKenney · 11 years ago
- 546a9d8 rcu: Export debug_init_rcu_head() and and debug_init_rcu_head() by Paul E. McKenney · 11 years ago
- 776edb5 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next by Linus Torvalds · 11 years ago
- 61f38db rcu: Provide API to suppress stall warnings while sysrc runs by Rik van Riel · 11 years ago
- e534165 rcu: Variable name changed in tree_plugin.h and used in tree.c by Uma Sharma · 11 years ago
- f5d2a04 Merge branches 'doc.2014.04.29a', 'fixes.2014.04.29a' and 'torture.2014.05.14a' into HEAD by Paul E. McKenney · 11 years ago
- 5228084 torture: Check for multiple concurrent torture tests by Paul E. McKenney · 11 years ago
- 48d684f rcutorture: Run rcu_torture_writer at normal priority by Paul E. McKenney · 11 years ago
- 424c1b6 rcutorture: Add missing destroy_timer_on_stack() by Thomas Gleixner · 11 years ago