1. 01c495f rcu: Remove obsolete __rcu_pending() statistics for debugfs by Paul E. McKenney · 7 years ago
  2. 62df63e rcu: Remove obsolete callback-invocation statistics for debugfs by Paul E. McKenney · 7 years ago
  3. bec0678 rcu: Remove obsolete boost statistics for debugfs by Paul E. McKenney · 7 years ago
  4. 84585aa rcu: Shrink ->dynticks_{nmi_,}nesting from long long to long by Paul E. McKenney · 7 years ago
  5. 51a1fd3 rcu: Make ->dynticks_nesting be a simple counter by Paul E. McKenney · 7 years ago
  6. 9b9500d rcu: Make RCU CPU stall warnings check for irq-disabled CPUs by Paul E. McKenney · 7 years ago
  7. 656e7c0 Merge branches 'doc.2017.08.17a', 'fixes.2017.08.17a', 'hotplug.2017.07.25b', 'misc.2017.08.17a', 'spin_unlock_wait_no.2017.08.17a', 'srcu.2017.07.27c' and 'torture.2017.07.24c' into HEAD by Paul E. McKenney · 7 years ago
  8. f2dbe4a rcu: Localize rcu_state ->orphan_pend and ->orphan_done by Paul E. McKenney · 8 years ago
  9. 537b85c rcu: Eliminate rcu_state ->orphan_lock by Paul E. McKenney · 8 years ago
  10. b1a2d79 rcu: Make NOCB CPUs migrate CBs directly from outgoing CPU by Paul E. McKenney · 8 years ago
  11. c47e067 rcu: Remove orphan/adopt event-tracing fields by Paul E. McKenney · 8 years ago
  12. 8be6e1b rcu: Use timer as backstop for NOCB deferred wakeups by Paul E. McKenney · 8 years ago
  13. ae91aa0 rcu: Remove debugfs tracing by Paul E. McKenney · 8 years ago
  14. fe5ac72 rcu: Remove nohz_full full-system-idle state machine by Paul E. McKenney · 8 years ago
  15. 83d40bd rcu: Move rnp->lock wrappers for SRCU use by Paul E. McKenney · 8 years ago
  16. bf32c76 rcu: Convert rnp->lock wrappers to macros for SRCU use by Paul E. McKenney · 8 years ago
  17. 511324e rcu: Use RCU_NOCB_WAKE rather than RCU_NOGP_WAKE by Paul E. McKenney · 8 years ago
  18. 5b72f96 rcu: Complain if blocking in preemptible RCU read-side critical section by Paul E. McKenney · 8 years ago
  19. 45753c5 srcu: Debloat the <linux/rcu_segcblist.h> header by Ingo Molnar · 8 years ago
  20. da915ad srcu: Parallelize callback handling by Paul E. McKenney · 8 years ago
  21. efbe451 srcu: Move rcu_node traversal macros to rcu.h by Paul E. McKenney · 8 years ago
  22. f2425b4 srcu: Move combining-tree definitions for SRCU's benefit by Paul E. McKenney · 8 years ago
  23. 8660b7d srcu: Use rcu_segcblist to track SRCU callbacks by Paul E. McKenney · 8 years ago
  24. 15fecf8 srcu: Abstract multi-tail callback list handling by Paul E. McKenney · 8 years ago
  25. b8c78d3 rcu: Default RCU_FANOUT_LEAF to 16 unless explicitly changed by Paul E. McKenney · 8 years ago
  26. 9226b10 rcu: Place guard on rcu_all_qs() and rcu_note_context_switch() actions by Paul E. McKenney · 8 years ago
  27. 0f9be8c rcu: Eliminate flavor scan in rcu_momentary_dyntick_idle() by Paul E. McKenney · 8 years ago
  28. 9577df9 rcu: Pull rcu_qs_ctr into rcu_dynticks structure by Paul E. McKenney · 8 years ago
  29. abb06b9 rcu: Pull rcu_sched_qs_mask into rcu_dynticks structure by Paul E. McKenney · 8 years ago
  30. b8c17e6 rcu: Maintain special bits at bottom of ->dynticks counter by Paul E. McKenney · 8 years ago
  31. 037741a sched/headers: Prepare for the removal of <linux/rtmutex.h> from <linux/sched.h> by Ingo Molnar · 8 years ago
  32. 31945aa Merge branches 'doc.2017.01.15b', 'dyntick.2017.01.23a', 'fixes.2017.01.23a', 'srcu.2017.01.25a' and 'torture.2017.01.15b' into HEAD by Paul E. McKenney · 8 years ago
  33. d85b62f srcu: Force full grace-period ordering by Paul E. McKenney · 8 years ago
  34. 02a5c550 rcu: Abstract extended quiescent state determination by Paul E. McKenney · 8 years ago
  35. bb4e2c0 rcu: Eliminate unused expedited_normal counter by Paul E. McKenney · 8 years ago
  36. 0742ac3 rcu: Make expedited grace periods recheck dyntick idle state by Paul E. McKenney · 8 years ago
  37. 8b355e3 rcu: Drive expedited grace periods from workqueue by Paul E. McKenney · 9 years ago
  38. bc75e99 rcu: Correctly handle sparse possible cpus by Mark Rutland · 9 years ago
  39. 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 · 9 years ago
  40. 8c7c482 rcu: Awaken grace-period kthread if too long since FQS by Paul E. McKenney · 9 years ago
  41. 3b5f668 rcu: Overlap wakeups with next expedited grace period by Paul E. McKenney · 9 years ago
  42. f6a12f3 rcu: Enforce expedited-GP fairness via funnel wait queue by Paul E. McKenney · 9 years ago
  43. d40a4f0 rcu: Shorten expedited_workdone* to exp_workdone* by Paul E. McKenney · 9 years ago
  44. e2fd9d3 rcu: Remove expedited GP funnel-lock bypass by Paul E. McKenney · 9 years ago
  45. 8bc6782 Merge commit 'fixes.2015.02.23a' into core/rcu by Ingo Molnar · 9 years ago
  46. abedf8e rcu: Use simple wait queues where possible in rcutree by Paul Gortmaker · 9 years ago
  47. 065bb78 rcu: Do not call rcu_nocb_gp_cleanup() while holding rnp->lock by Daniel Wagner · 9 years ago
  48. 67c583a7 RCU: Privatize rcu_node::lock by Boqun Feng · 9 years ago
  49. 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
  50. 6b50e11 rcutorture: Print symbolic name for ->gp_state by Paul E. McKenney · 9 years ago
  51. df5bd51 rcu: Reduce expedited GP memory contention via per-CPU variables by Paul E. McKenney · 9 years ago
  52. 1de6e56 rcu: Clarify role of ->expmaskinitnext by Paul E. McKenney · 9 years ago
  53. 2a67e74 rcu: Create transitive rnp->lock acquisition functions by Peter Zijlstra · 9 years ago
  54. d2856b0 Merge branches 'fixes.2015.10.06a' and 'exp.2015.10.07a' into HEAD by Paul E. McKenney · 9 years ago
  55. 74611ec rcu: Add online/offline info to expedited stall warning message by Paul E. McKenney · 9 years ago
  56. 83c2c73 rcu: Stop silencing lockdep false positive for expedited grace periods by Paul E. McKenney · 9 years ago
  57. 6587a23 rcu: Switch synchronize_sched_expedited() to IPI by Paul E. McKenney · 9 years ago
  58. c34d2f4 rcu: Correct comment for values of ->gp_state field by Paul E. McKenney · 9 years ago
  59. 77f81fe rcu: Finish folding ->fqs_state into ->gp_state by Petr Mladek · 9 years ago
  60. db3e8db rcu: Use call_rcu_func_t to replace explicit type equivalents by Boqun Feng · 9 years ago
  61. b6a4ae7 rcu: Use rcu_callback_t in call_rcu*() and friends by Boqun Feng · 9 years ago
  62. 5b74c45 rcu: Make ->cpu_no_qs be a union for aggregate OR by Paul E. McKenney · 9 years ago
  63. 0d43eb3 rcu: Invert passed_quiesce and rename to cpu_no_qs by Paul E. McKenney · 9 years ago
  64. 97c668b rcu: Rename qs_pending to core_needs_qs by Paul E. McKenney · 9 years ago
  65. bce5fa1 rcu: Move synchronize_sched_expedited() to combining tree by Paul E. McKenney · 9 years ago
  66. b9585e9 rcu: Consolidate tree setup for synchronize_rcu_expedited() by Paul E. McKenney · 9 years ago
  67. 12d560f rcu,locking: Privatize smp_mb__after_unlock_lock() by Paul E. McKenney · 10 years ago
  68. af859be rcu: Silence lockdep false positive for expedited grace periods by Paul E. McKenney · 10 years ago
  69. cdacbe1 rcu: Add fastpath bypassing funnel locking by Paul E. McKenney · 10 years ago
  70. 32bb1c7 rcu: Rename RCU_GP_DONE_FQS to RCU_GP_DOING_FQS by Paul E. McKenney · 10 years ago
  71. cf3620a rcu: Add stall warnings to synchronize_sched_expedited() by Paul E. McKenney · 10 years ago
  72. 2cd6ffa rcu: Extend expedited funnel locking to rcu_data structure by Paul E. McKenney · 10 years ago
  73. 4f525a5 rcu: Apply rcu_seq operations to _rcu_barrier() by Paul E. McKenney · 10 years ago
  74. 3a6d7c6 rcu: Make expedited GP CPU stoppage asynchronous by Peter Zijlstra · 10 years ago
  75. 385b73c rcu: Get rid of synchronize_sched_expedited()'s polling loop by Paul E. McKenney · 10 years ago
  76. d6ada2c rcu: Rework synchronize_sched_expedited() counter handling by Paul E. McKenney · 10 years ago
  77. c190c3b rcu: Switch synchronize_sched_expedited() to stop_one_cpu() by Peter Zijlstra · 10 years ago
  78. 75c27f1 rcu: Remove CONFIG_RCU_CPU_STALL_INFO by Paul E. McKenney · 10 years ago
  79. 032dfc8 rcu: Shut up bogus gcc array bounds warning by Alexander Gordeev · 10 years ago
  80. 4262169 rcu: Simplify arithmetic to calculate number of RCU nodes by Alexander Gordeev · 10 years ago
  81. cb00710 rcu: Limit count of static data to the number of RCU levels by Alexander Gordeev · 10 years ago
  82. 199977b rcu: Remove unnecessary fields from rcu_state structure by Alexander Gordeev · 10 years ago
  83. 05b84ae rcu: Limit rcu_capacity[] size to RCU_NUM_LVLS items by Alexander Gordeev · 10 years ago
  84. a6d7708 rcu: Limit rcu_state::levelcnt[] to RCU_NUM_LVLS items by Alexander Gordeev · 10 years ago
  85. 319362c rcu: Provide more diagnostics for stalled GP kthread by Paul E. McKenney · 10 years ago
  86. 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 · 10 years ago
  87. 47d631a rcu: Make RCU able to tolerate undefined CONFIG_RCU_FANOUT_LEAF by Paul E. McKenney · 10 years ago
  88. 05c5df3 rcu: Make RCU able to tolerate undefined CONFIG_RCU_FANOUT by Paul E. McKenney · 10 years ago
  89. c92fb05 rcu: Make rcu_*_data variables static by Nicolas Iooss · 10 years ago
  90. 727b705 rcu: Eliminate a few RCU_BOOST #ifdefs in favor of IS_ENABLED() by Paul E. McKenney · 10 years ago
  91. c199068 rcu: Eliminate ->onoff_mutex from rcu_node structure by Paul E. McKenney · 10 years ago
  92. 0aa04b0 rcu: Process offlining and onlining only at grace-period start by Paul E. McKenney · 10 years ago
  93. 78e691f4 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
  94. 5cd3719 rcu: Make cond_resched_rcu_qs() apply to normal RCU flavors by Paul E. McKenney · 10 years ago
  95. f9103c3 rcu: Remove redundant rcu_batches_completed() declaration by Paul E. McKenney · 10 years ago
  96. 9733e4f rcu: Make _batches_completed() functions return unsigned long by Paul E. McKenney · 10 years ago
  97. e3663b1 rcu: Handle gpnum/completed wrap while dyntick idle by Paul E. McKenney · 10 years ago
  98. 6ccd2ec rcu: Improve diagnostics for spurious RCU CPU stall warnings by Paul E. McKenney · 10 years ago
  99. fc908ed rcu: Make RCU_CPU_STALL_INFO include number of fqs attempts by Paul E. McKenney · 10 years ago
  100. abaf3f9d rcu: Revert "Allow post-unlock reference for rt_mutex" to avoid priority-inversion by Lai Jiangshan · 10 years ago