1. 8b355e3 rcu: Drive expedited grace periods from workqueue by Paul E. McKenney · 8 years ago
  2. bc75e99 rcu: Correctly handle sparse possible cpus by Mark Rutland · 8 years ago
  3. dcd36d0 Merge branches 'doc.2016.04.19a', 'exp.2016.03.31d', 'fixes.2016.03.31d' and 'torture.2016.04.21a' into HEAD by Paul E. McKenney · 8 years ago
  4. 8c7c482 rcu: Awaken grace-period kthread if too long since FQS by Paul E. McKenney · 9 years ago
  5. 3b5f668 rcu: Overlap wakeups with next expedited grace period by Paul E. McKenney · 9 years ago
  6. f6a12f3 rcu: Enforce expedited-GP fairness via funnel wait queue by Paul E. McKenney · 9 years ago
  7. d40a4f0 rcu: Shorten expedited_workdone* to exp_workdone* by Paul E. McKenney · 9 years ago
  8. e2fd9d3 rcu: Remove expedited GP funnel-lock bypass by Paul E. McKenney · 9 years ago
  9. 8bc6782 Merge commit 'fixes.2015.02.23a' into core/rcu by Ingo Molnar · 9 years ago
  10. abedf8e rcu: Use simple wait queues where possible in rcutree by Paul Gortmaker · 9 years ago
  11. 065bb78 rcu: Do not call rcu_nocb_gp_cleanup() while holding rnp->lock by Daniel Wagner · 9 years ago
  12. 67c583a7 RCU: Privatize rcu_node::lock by Boqun Feng · 9 years ago
  13. 648c630 Merge branches 'doc.2015.12.05a', 'exp.2015.12.07a', 'fixes.2015.12.07a', 'list.2015.12.04b' and 'torture.2015.12.05a' into HEAD by Paul E. McKenney · 9 years ago
  14. 6b50e11 rcutorture: Print symbolic name for ->gp_state by Paul E. McKenney · 9 years ago
  15. df5bd51 rcu: Reduce expedited GP memory contention via per-CPU variables by Paul E. McKenney · 9 years ago
  16. 1de6e56 rcu: Clarify role of ->expmaskinitnext by Paul E. McKenney · 9 years ago
  17. 2a67e74 rcu: Create transitive rnp->lock acquisition functions by Peter Zijlstra · 9 years ago
  18. d2856b0 Merge branches 'fixes.2015.10.06a' and 'exp.2015.10.07a' into HEAD by Paul E. McKenney · 9 years ago
  19. 74611ec rcu: Add online/offline info to expedited stall warning message by Paul E. McKenney · 9 years ago
  20. 83c2c73 rcu: Stop silencing lockdep false positive for expedited grace periods by Paul E. McKenney · 9 years ago
  21. 6587a23 rcu: Switch synchronize_sched_expedited() to IPI by Paul E. McKenney · 9 years ago
  22. c34d2f4 rcu: Correct comment for values of ->gp_state field by Paul E. McKenney · 9 years ago
  23. 77f81fe rcu: Finish folding ->fqs_state into ->gp_state by Petr Mladek · 9 years ago
  24. db3e8db rcu: Use call_rcu_func_t to replace explicit type equivalents by Boqun Feng · 9 years ago
  25. b6a4ae7 rcu: Use rcu_callback_t in call_rcu*() and friends by Boqun Feng · 9 years ago
  26. 5b74c45 rcu: Make ->cpu_no_qs be a union for aggregate OR by Paul E. McKenney · 9 years ago
  27. 0d43eb3 rcu: Invert passed_quiesce and rename to cpu_no_qs by Paul E. McKenney · 9 years ago
  28. 97c668b rcu: Rename qs_pending to core_needs_qs by Paul E. McKenney · 9 years ago
  29. bce5fa1 rcu: Move synchronize_sched_expedited() to combining tree by Paul E. McKenney · 9 years ago
  30. b9585e9 rcu: Consolidate tree setup for synchronize_rcu_expedited() by Paul E. McKenney · 9 years ago
  31. 12d560f rcu,locking: Privatize smp_mb__after_unlock_lock() by Paul E. McKenney · 9 years ago
  32. af859be rcu: Silence lockdep false positive for expedited grace periods by Paul E. McKenney · 9 years ago
  33. cdacbe1 rcu: Add fastpath bypassing funnel locking by Paul E. McKenney · 9 years ago
  34. 32bb1c7 rcu: Rename RCU_GP_DONE_FQS to RCU_GP_DOING_FQS by Paul E. McKenney · 9 years ago
  35. cf3620a rcu: Add stall warnings to synchronize_sched_expedited() by Paul E. McKenney · 9 years ago
  36. 2cd6ffa rcu: Extend expedited funnel locking to rcu_data structure by Paul E. McKenney · 9 years ago
  37. 4f525a5 rcu: Apply rcu_seq operations to _rcu_barrier() by Paul E. McKenney · 9 years ago
  38. 3a6d7c6 rcu: Make expedited GP CPU stoppage asynchronous by Peter Zijlstra · 9 years ago
  39. 385b73c rcu: Get rid of synchronize_sched_expedited()'s polling loop by Paul E. McKenney · 9 years ago
  40. d6ada2c rcu: Rework synchronize_sched_expedited() counter handling by Paul E. McKenney · 9 years ago
  41. c190c3b rcu: Switch synchronize_sched_expedited() to stop_one_cpu() by Peter Zijlstra · 9 years ago
  42. 75c27f1 rcu: Remove CONFIG_RCU_CPU_STALL_INFO by Paul E. McKenney · 9 years ago
  43. 032dfc8 rcu: Shut up bogus gcc array bounds warning by Alexander Gordeev · 9 years ago
  44. 4262169 rcu: Simplify arithmetic to calculate number of RCU nodes by Alexander Gordeev · 9 years ago
  45. cb00710 rcu: Limit count of static data to the number of RCU levels by Alexander Gordeev · 9 years ago
  46. 199977b rcu: Remove unnecessary fields from rcu_state structure by Alexander Gordeev · 9 years ago
  47. 05b84ae rcu: Limit rcu_capacity[] size to RCU_NUM_LVLS items by Alexander Gordeev · 9 years ago
  48. a6d7708 rcu: Limit rcu_state::levelcnt[] to RCU_NUM_LVLS items by Alexander Gordeev · 9 years ago
  49. 319362c rcu: Provide more diagnostics for stalled GP kthread by Paul E. McKenney · 9 years ago
  50. 0868aa2 Merge branches 'array.2015.05.27a', 'doc.2015.05.27a', 'fixes.2015.05.27a', 'hotplug.2015.05.27a', 'init.2015.05.27a', 'tiny.2015.05.27a' and 'torture.2015.05.27a' into HEAD by Paul E. McKenney · 9 years ago
  51. 47d631a rcu: Make RCU able to tolerate undefined CONFIG_RCU_FANOUT_LEAF by Paul E. McKenney · 9 years ago
  52. 05c5df3 rcu: Make RCU able to tolerate undefined CONFIG_RCU_FANOUT by Paul E. McKenney · 9 years ago
  53. c92fb05 rcu: Make rcu_*_data variables static by Nicolas Iooss · 9 years ago
  54. 727b705 rcu: Eliminate a few RCU_BOOST #ifdefs in favor of IS_ENABLED() by Paul E. McKenney · 10 years ago
  55. c199068 rcu: Eliminate ->onoff_mutex from rcu_node structure by Paul E. McKenney · 10 years ago
  56. 0aa04b0 rcu: Process offlining and onlining only at grace-period start by Paul E. McKenney · 10 years ago
  57. 78e691f Merge branches 'doc.2015.01.07a', 'fixes.2015.01.15a', 'preempt.2015.01.06a', 'srcu.2015.01.06a', 'stall.2015.01.16a' and 'torture.2015.01.11a' into HEAD by Paul E. McKenney · 10 years ago
  58. 5cd3719 rcu: Make cond_resched_rcu_qs() apply to normal RCU flavors by Paul E. McKenney · 10 years ago
  59. f9103c3 rcu: Remove redundant rcu_batches_completed() declaration by Paul E. McKenney · 10 years ago
  60. 9733e4f rcu: Make _batches_completed() functions return unsigned long by Paul E. McKenney · 10 years ago
  61. e3663b1 rcu: Handle gpnum/completed wrap while dyntick idle by Paul E. McKenney · 10 years ago
  62. 6ccd2ec rcu: Improve diagnostics for spurious RCU CPU stall warnings by Paul E. McKenney · 10 years ago
  63. fc908ed rcu: Make RCU_CPU_STALL_INFO include number of fqs attempts by Paul E. McKenney · 10 years ago
  64. abaf3f9 rcu: Revert "Allow post-unlock reference for rt_mutex" to avoid priority-inversion by Lai Jiangshan · 10 years ago
  65. d19fb8d rcu: Don't migrate blocked tasks even if all corresponding CPUs offline by Paul E. McKenney · 10 years ago
  66. 8af3a5e rcu: Abstract rcu_cleanup_dead_rnp() from rcu_cleanup_dead_cpu() by Paul E. McKenney · 10 years ago
  67. 5a43b88 rcu: Remove "select IRQ_WORK" from config TREE_RCU by Lai Jiangshan · 10 years ago
  68. 41050a0 rcu: Fix rcu_barrier() race that could result in too-short wait by Paul E. McKenney · 10 years ago
  69. 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
  70. 8fa7845 rcu: Remove "cpu" argument to rcu_cleanup_after_idle() by Paul E. McKenney · 10 years ago
  71. 198bbf8 rcu: Remove "cpu" argument to rcu_prepare_for_idle() by Paul E. McKenney · 10 years ago
  72. 38200cf rcu: Remove "cpu" argument to rcu_note_context_switch() by Paul E. McKenney · 10 years ago
  73. 86aea0e rcu: Remove "cpu" argument to rcu_preempt_check_callbacks() by Paul E. McKenney · 10 years ago
  74. 28ced79 rcu: Remove rcu_dynticks * parameters when they are always this_cpu_ptr(&rcu_dynticks) by Christoph Lameter · 10 years ago
  75. 28f6569 rcu: Remove redundant TREE_PREEMPT_RCU config option by Pranith Kumar · 10 years ago
  76. d7e2993 rcu: Make rcu_barrier() understand about missing rcuo kthreads by Paul E. McKenney · 10 years ago
  77. 96b4672 Merge branch 'rcu-tasks.2014.09.10a' into HEAD by Paul E. McKenney · 10 years ago
  78. 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
  79. 35ce7f2 rcu: Create rcuo kthreads only for onlined CPUs by Paul E. McKenney · 10 years ago
  80. 9386c0b rcu: Rationalize kthread spawning by Paul E. McKenney · 10 years ago
  81. 176f8f7 rcu: Make TASKS_RCU handle nohz_full= CPUs by Paul E. McKenney · 10 years ago
  82. 9fdd3bc rcu: Break more call_rcu() deadlock involving scheduler and perf by Paul E. McKenney · 10 years ago
  83. 11ed7f9 rcu: Make nocb leader kthreads process pending callbacks after spawning by Pranith Kumar · 10 years ago
  84. 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
  85. abaa93d rcu: Simplify priority boosting by putting rt_mutex in rcu_node by Paul E. McKenney · 10 years ago
  86. dfeb976 rcu: Allow post-unlock reference for rt_mutex by Paul E. McKenney · 10 years ago
  87. fbce749 rcu: Parallelize and economize NOCB kthread wakeups by Paul E. McKenney · 10 years ago
  88. 4a81e83 rcu: Reduce overhead of cond_resched() checks for RCU by Paul E. McKenney · 10 years ago
  89. f5d2a04 Merge branches 'doc.2014.04.29a', 'fixes.2014.04.29a' and 'torture.2014.05.14a' into HEAD by Paul E. McKenney · 10 years ago
  90. afea227 rcutorture: Export RCU grace-period kthread wait state to rcutorture by Paul E. McKenney · 11 years ago
  91. 48a7639 rcu: Make callers awaken grace-period kthread by Paul E. McKenney · 11 years ago
  92. 9b67122 rcu: Remove unused rcu_data structure field by Iulia Manda · 11 years ago
  93. 365187f rcu: Update cpu_needs_another_gp() for futures from non-NOCB CPUs by Paul E. McKenney · 11 years ago
  94. 87de1cf rcu: Stop tracking FSF's postal address by Paul E. McKenney · 11 years ago
  95. a096932 rcu: Don't activate RCU core on NO_HZ_FULL CPUs by Paul E. McKenney · 11 years ago
  96. 96d3fd0 rcu: Break call_rcu() deadlock involving scheduler and perf by Paul E. McKenney · 11 years ago
  97. 6193c76 rcu: Kick CPU halfway to RCU CPU stall warning by Paul E. McKenney · 11 years ago
  98. 4102ada rcu: Move RCU-related source code to kernel/rcu directory by Paul E. McKenney · 11 years ago[Renamed from kernel/rcutree.h]
  99. c229828 rcu: Throttle rcu_try_advance_all_cbs() execution by Paul E. McKenney · 11 years ago
  100. eb75767 nohz_full: Force RCU's grace-period kthreads onto timekeeping CPU by Paul E. McKenney · 11 years ago