1. c51d7b5 rcutorture: Print time since GP end upon forward-progress failure by Paul E. McKenney · 6 years ago
  2. 903ee83 rcu: Account for nocb-CPU callback counts in RCU CPU stall warnings by Paul E. McKenney · 6 years ago
  3. adbccdd rcu: Fix rcu_{node,data} comments about gp_seq_needed by Joel Fernandes (Google) · 6 years ago
  4. 75a8f72 rcu: Remove unused rcu_state externs by Joel Fernandes (Google) · 6 years ago
  5. 894d45b rcu: Convert rcu_state.ofl_lock to raw_spinlock_t by Mike Galbraith · 6 years ago
  6. 8d8a9d0 rcu: Remove obsolete ->dynticks_fqs and ->cond_resched_completed by Paul E. McKenney · 6 years ago
  7. dc5a4f2 rcu: Switch ->dynticks to rcu_data structure, remove rcu_dynticks by Paul E. McKenney · 6 years ago
  8. 4c5273b rcu: Switch dyntick nesting counters to rcu_data structure by Paul E. McKenney · 6 years ago
  9. 2dba13f rcu: Switch urgent quiescent-state requests to rcu_data structure by Paul E. McKenney · 6 years ago
  10. c458a89 rcu: Switch lazy counts to rcu_data structure by Paul E. McKenney · 6 years ago
  11. 5998a75 rcu: Switch last accelerate/advance to rcu_data structure by Paul E. McKenney · 6 years ago
  12. 0fd79e7 rcu: Switch ->tick_nohz_enabled_snap to rcu_data structure by Paul E. McKenney · 6 years ago
  13. cc72046 rcu: Merge rcu_dynticks structure into rcu_data structure by Paul E. McKenney · 6 years ago
  14. df63fa5b rcu: Convert "1UL << x" to "BIT(x)" by Paul E. McKenney · 6 years ago
  15. d305210 rcu: More aggressively enlist scheduler aid for nohz_full CPUs by Paul E. McKenney · 6 years ago
  16. 7e28c5a rcu: Eliminate ->rcu_qs_ctr from the rcu_dynticks structure by Paul E. McKenney · 7 years ago
  17. dd46a78 rcu: Inline _rcu_barrier() into its sole remaining caller by Paul E. McKenney · 7 years ago
  18. 4e95020 rcu: Inline increment_cpu_stall_ticks() into its sole caller by Paul E. McKenney · 7 years ago
  19. b97d23c rcu: Remove for_each_rcu_flavor() flavor-traversal macro by Paul E. McKenney · 7 years ago
  20. 88d1bea rcu: Remove rcu_data structure's ->rsp field by Paul E. McKenney · 7 years ago
  21. 63d4c8c rcu: Remove rsp parameter from expedited grace-period functions by Paul E. McKenney · 7 years ago
  22. 4580b05 rcu: Remove rsp parameter from no-CBs CPU functions by Paul E. McKenney · 7 years ago
  23. b21ebed rcu: Remove rsp parameter from print_cpu_stall_info() by Paul E. McKenney · 7 years ago
  24. 6dbfdc14 rcu: Remove rsp parameter from rcu_spawn_one_boost_kthread() by Paul E. McKenney · 7 years ago
  25. 81ab59a rcu: Remove rsp parameter from dump_blkd_tasks() and friend by Paul E. McKenney · 7 years ago
  26. a2887cd rcu: Remove rsp parameter from rcu_print_detail_task_stall() by Paul E. McKenney · 7 years ago
  27. da1df50 rcu: Remove rcu_state structure's ->rda field by Paul E. McKenney · 7 years ago
  28. ec5dd44 rcu: Eliminate rcu_state structure's ->call field by Paul E. McKenney · 7 years ago
  29. 358be2d rcu: Remove RCU_STATE_INITIALIZER() by Paul E. McKenney · 7 years ago
  30. 45975c7 rcu: Define RCU-sched API in terms of RCU for Tree RCU PREEMPT builds by Paul E. McKenney · 7 years ago
  31. d28139c rcu: Apply RCU-bh QSes to RCU-sched and RCU-preempt when safe by Paul E. McKenney · 7 years ago
  32. 3e31009 rcu: Defer reporting RCU-preempt quiescent states when disabled by Paul E. McKenney · 7 years ago
  33. 164ba3f rcu: Remove unused rcu_kick_nohz_cpu() function by Paul E. McKenney · 7 years ago
  34. f2e2df5 rcu: Add diagnostics for offline CPUs failing to report QS by Paul E. McKenney · 7 years ago
  35. fea3f22 rcu: Record ->gp_state for both phases of grace-period initialization by Paul E. McKenney · 7 years ago
  36. 5773894 rcu: Add CPU online/offline state to dump_blkd_tasks() by Paul E. McKenney · 7 years ago
  37. e05121b rcu: Remove CPU-hotplug failsafe from force-quiescent-state code path by Paul E. McKenney · 7 years ago
  38. 1e64b15 rcu: Fix grace-period hangs due to race with CPU offline by Paul E. McKenney · 7 years ago
  39. ff3bb6f rcu: Remove ->gpnum and ->completed by Paul E. McKenney · 7 years ago
  40. 7a1d0f2 rcu: Move from ->need_future_gp[] to ->gp_seq_needed by Paul E. McKenney · 7 years ago
  41. 29365e5 rcu: Convert grace-period requests to ->gp_seq by Paul E. McKenney · 7 years ago
  42. 8aa670c rcu: Convert ->rcu_iw_gpnum to ->gp_seq by Paul E. McKenney · 7 years ago
  43. de30ad5 rcu: Introduce grace-period sequence numbers by Paul E. McKenney · 7 years ago
  44. 26d950a rcu: Diagnostics for grace-period startup hangs by Paul E. McKenney · 7 years ago
  45. 4bc8d55 rcu: Add debugging info to assertion by Paul E. McKenney · 7 years ago
  46. 22df731 Merge branches 'exp.2018.05.15a', 'fixes.2018.05.15a', 'lock.2018.05.15a' and 'torture.2018.05.15a' into HEAD by Paul E. McKenney · 7 years ago
  47. 6f576e2 rcu: Convert ->need_future_gp[] array to boolean by Paul E. McKenney · 7 years ago
  48. 0ae94e0 rcu: Make rcu_future_needs_gp() check all ->need_future_gps[] elements by Paul E. McKenney · 7 years ago
  49. 51af970 rcu: Avoid losing ->need_future_gp[] values due to GP start/end races by Paul E. McKenney · 7 years ago
  50. fb31340 rcu: Make rcu_gp_cleanup() more accurately predict need for new GP by Paul E. McKenney · 7 years ago
  51. c91a867 rcu: Add accessor macros for the ->need_future_gp[] array by Paul E. McKenney · 7 years ago
  52. 1767248 rcu: Declare rcu_eqs_special_set() in public header by Yury Norov · 7 years ago
  53. 6fba2b3 rcu: Remove deprecated RCU debugfs tracing code by Byungchul Park · 7 years ago
  54. be01b4c rcu: Inline rcu_preempt_do_callback() into its sole caller by Byungchul Park · 7 years ago
  55. 25f3d7e rcu: Parallelize expedited grace-period initialization by Paul E. McKenney · 7 years ago
  56. 65518db rcu: Remove redundant nxttail index macro define by Liu, Changcheng · 7 years ago
  57. d62df57 rcu: Remove obsolete force-quiescent-state statistics for debugfs by Paul E. McKenney · 7 years ago
  58. 01c495f rcu: Remove obsolete __rcu_pending() statistics for debugfs by Paul E. McKenney · 7 years ago
  59. 62df63e rcu: Remove obsolete callback-invocation statistics for debugfs by Paul E. McKenney · 7 years ago
  60. bec0678 rcu: Remove obsolete boost statistics for debugfs by Paul E. McKenney · 7 years ago
  61. 84585aa rcu: Shrink ->dynticks_{nmi_,}nesting from long long to long by Paul E. McKenney · 7 years ago
  62. 51a1fd3 rcu: Make ->dynticks_nesting be a simple counter by Paul E. McKenney · 7 years ago
  63. 9b9500d rcu: Make RCU CPU stall warnings check for irq-disabled CPUs by Paul E. McKenney · 7 years ago
  64. 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
  65. f2dbe4a rcu: Localize rcu_state ->orphan_pend and ->orphan_done by Paul E. McKenney · 8 years ago
  66. 537b85c rcu: Eliminate rcu_state ->orphan_lock by Paul E. McKenney · 8 years ago
  67. b1a2d79 rcu: Make NOCB CPUs migrate CBs directly from outgoing CPU by Paul E. McKenney · 8 years ago
  68. c47e067 rcu: Remove orphan/adopt event-tracing fields by Paul E. McKenney · 8 years ago
  69. 8be6e1b rcu: Use timer as backstop for NOCB deferred wakeups by Paul E. McKenney · 8 years ago
  70. ae91aa0 rcu: Remove debugfs tracing by Paul E. McKenney · 8 years ago
  71. fe5ac72 rcu: Remove nohz_full full-system-idle state machine by Paul E. McKenney · 8 years ago
  72. 83d40bd rcu: Move rnp->lock wrappers for SRCU use by Paul E. McKenney · 8 years ago
  73. bf32c76 rcu: Convert rnp->lock wrappers to macros for SRCU use by Paul E. McKenney · 8 years ago
  74. 511324e rcu: Use RCU_NOCB_WAKE rather than RCU_NOGP_WAKE by Paul E. McKenney · 8 years ago
  75. 5b72f96 rcu: Complain if blocking in preemptible RCU read-side critical section by Paul E. McKenney · 8 years ago
  76. 45753c5 srcu: Debloat the <linux/rcu_segcblist.h> header by Ingo Molnar · 8 years ago
  77. da915ad srcu: Parallelize callback handling by Paul E. McKenney · 8 years ago
  78. efbe451 srcu: Move rcu_node traversal macros to rcu.h by Paul E. McKenney · 8 years ago
  79. f2425b4 srcu: Move combining-tree definitions for SRCU's benefit by Paul E. McKenney · 8 years ago
  80. 8660b7d srcu: Use rcu_segcblist to track SRCU callbacks by Paul E. McKenney · 8 years ago
  81. 15fecf8 srcu: Abstract multi-tail callback list handling by Paul E. McKenney · 8 years ago
  82. b8c78d3 rcu: Default RCU_FANOUT_LEAF to 16 unless explicitly changed by Paul E. McKenney · 8 years ago
  83. 9226b10 rcu: Place guard on rcu_all_qs() and rcu_note_context_switch() actions by Paul E. McKenney · 8 years ago
  84. 0f9be8c rcu: Eliminate flavor scan in rcu_momentary_dyntick_idle() by Paul E. McKenney · 8 years ago
  85. 9577df9 rcu: Pull rcu_qs_ctr into rcu_dynticks structure by Paul E. McKenney · 8 years ago
  86. abb06b9 rcu: Pull rcu_sched_qs_mask into rcu_dynticks structure by Paul E. McKenney · 8 years ago
  87. b8c17e6 rcu: Maintain special bits at bottom of ->dynticks counter by Paul E. McKenney · 8 years ago
  88. 037741a sched/headers: Prepare for the removal of <linux/rtmutex.h> from <linux/sched.h> by Ingo Molnar · 8 years ago
  89. 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
  90. d85b62f srcu: Force full grace-period ordering by Paul E. McKenney · 8 years ago
  91. 02a5c550 rcu: Abstract extended quiescent state determination by Paul E. McKenney · 8 years ago
  92. bb4e2c0 rcu: Eliminate unused expedited_normal counter by Paul E. McKenney · 8 years ago
  93. 0742ac3 rcu: Make expedited grace periods recheck dyntick idle state by Paul E. McKenney · 8 years ago
  94. 8b355e3 rcu: Drive expedited grace periods from workqueue by Paul E. McKenney · 9 years ago
  95. bc75e99 rcu: Correctly handle sparse possible cpus by Mark Rutland · 9 years ago
  96. 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
  97. 8c7c482 rcu: Awaken grace-period kthread if too long since FQS by Paul E. McKenney · 9 years ago
  98. 3b5f668 rcu: Overlap wakeups with next expedited grace period by Paul E. McKenney · 9 years ago
  99. f6a12f3 rcu: Enforce expedited-GP fairness via funnel wait queue by Paul E. McKenney · 9 years ago
  100. d40a4f0 rcu: Shorten expedited_workdone* to exp_workdone* by Paul E. McKenney · 9 years ago