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