1. f7a81b1 rcu/nocb: Print no-CBs diagnostics when rcutorture writer unduly delayed by Paul E. McKenney · 6 years ago
  2. d1b222c rcu/nocb: Add bypass callback queueing by Paul E. McKenney · 6 years ago
  3. 4fd8c5f rcu/nocb: Reduce ->nocb_lock contention with separate ->nocb_gp_lock by Paul E. McKenney · 6 years ago
  4. 81c0b3d rcu/nocb: Avoid ->nocb_lock capture by corresponding CPU by Paul E. McKenney · 6 years ago
  5. 4f9c1bc rcu/nocb: Remove obsolete nocb_gp_head and nocb_gp_tail fields by Paul E. McKenney · 6 years ago
  6. 2a777de rcu/nocb: Remove obsolete nocb_cb_tail and nocb_cb_head fields by Paul E. McKenney · 6 years ago
  7. c035280 rcu/nocb: Remove obsolete nocb_q_count and nocb_q_count_lazy fields by Paul E. McKenney · 6 years ago
  8. e7f4c5b rcu/nocb: Remove obsolete nocb_head and nocb_tail fields by Paul E. McKenney · 6 years ago
  9. 5d6742b rcu/nocb: Use rcu_segcblist for no-CBs CPUs by Paul E. McKenney · 6 years ago
  10. e83e73f rcu/nocb: Leave ->cblist enabled for no-CBs CPUs by Paul E. McKenney · 6 years ago
  11. 12f54c3a rcu/nocb: Provide separate no-CBs grace-period kthreads by Paul E. McKenney · 6 years ago
  12. 6484fe5 rcu/nocb: Update comments to prepare for forward-progress work by Paul E. McKenney · 6 years ago
  13. 58bf6f7 rcu/nocb: Rename rcu_data fields to prepare for forward-progress work by Paul E. McKenney · 6 years ago
  14. 1bb3364 rcu: Rename rcu_data's ->deferred_qs to ->exp_deferred_qs by Paul E. McKenney · 6 years ago
  15. 0864f05 rcu: Use irq_work to get scheduler's attention in clean context by Paul E. McKenney · 6 years ago
  16. 48d07c0 rcu: Enable elimination of Tree-RCU softirq processing by Sebastian Andrzej Siewior · 6 years ago
  17. b51bcbb rcu: Move forward-progress checkers into tree_stall.h by Paul E. McKenney · 6 years ago
  18. 7ac1907 rcu: Move irq-disabled stall-warning checking to tree_stall.h by Paul E. McKenney · 6 years ago
  19. e23344c rcu: Organize functions in tree_stall.h by Paul E. McKenney · 6 years ago
  20. 59b73a2 rcu: Move FAST_NO_HZ stall-warning code to tree_stall.h by Paul E. McKenney · 6 years ago
  21. 40e69ac rcu: Inline RCU stall-warning info helper functions by Paul E. McKenney · 6 years ago
  22. 21d0d79 rcu: Inline RCU task stall-warning helper functions by Paul E. McKenney · 6 years ago
  23. 32255d5 rcu: Move RCU CPU stall-warning code out of tree.c by Paul E. McKenney · 6 years ago
  24. e7ffb4e Merge branches 'doc.2019.01.26a', 'fixes.2019.01.26a', 'sil.2019.01.26a', 'spdx.2019.02.09a', 'srcu.2019.01.26a' and 'torture.2019.01.26a' into HEAD by Paul E. McKenney · 6 years ago
  25. 22e4092 rcu/tree: Convert to SPDX license identifier by Paul E. McKenney · 6 years ago
  26. e81baf4 srcu: Remove srcu_queue_delayed_work_on() by Sebastian Andrzej Siewior · 6 years ago
  27. c98cac6 rcu: Rename rcu_check_callbacks() to rcu_sched_clock_irq() by Paul E. McKenney · 6 years ago
  28. 7a968bb Merge branches 'consolidate.2019.01.26a' and 'fwd.2019.01.26a' into HEAD by Paul E. McKenney · 6 years ago
  29. fd89757 rcu: Improve diagnostics for failed RCU grace-period start by Paul E. McKenney · 6 years ago
  30. b2c1955b rcu: Remove unused rcu_cpu_kthread_cpu per-CPU variable by Paul E. McKenney · 6 years ago
  31. f7e972e rcu: Move rcu_cpu_has_work to rcu_data structure by Paul E. McKenney · 6 years ago
  32. 8b4d0f48 rcu: Remove unused rcu_cpu_kthread_loops per-CPU variable by Paul E. McKenney · 6 years ago
  33. 6ffdde2 rcu: Move rcu_cpu_kthread_status to rcu_data structure by Paul E. McKenney · 6 years ago
  34. 37f62d7 rcu: Move rcu_cpu_kthread_task to rcu_data structure by Paul E. McKenney · 6 years ago
  35. 260e1e4 rcu: Discard separate per-CPU callback counts by Paul E. McKenney · 6 years ago
  36. 142d106 rcu: Determine expedited-GP IPI handler at build time by Paul E. McKenney · 6 years ago
  37. ad368d1 rcu: Rename and comment changes due to only one rcuo kthread per CPU by Paul E. McKenney · 6 years ago
  38. c51d7b5 rcutorture: Print time since GP end upon forward-progress failure by Paul E. McKenney · 6 years ago
  39. 903ee83 rcu: Account for nocb-CPU callback counts in RCU CPU stall warnings by Paul E. McKenney · 6 years ago
  40. adbccdd rcu: Fix rcu_{node,data} comments about gp_seq_needed by Joel Fernandes (Google) · 6 years ago
  41. 75a8f72 rcu: Remove unused rcu_state externs by Joel Fernandes (Google) · 6 years ago
  42. 894d45b rcu: Convert rcu_state.ofl_lock to raw_spinlock_t by Mike Galbraith · 6 years ago
  43. 8d8a9d0 rcu: Remove obsolete ->dynticks_fqs and ->cond_resched_completed by Paul E. McKenney · 6 years ago
  44. dc5a4f2 rcu: Switch ->dynticks to rcu_data structure, remove rcu_dynticks by Paul E. McKenney · 6 years ago
  45. 4c5273b rcu: Switch dyntick nesting counters to rcu_data structure by Paul E. McKenney · 6 years ago
  46. 2dba13f rcu: Switch urgent quiescent-state requests to rcu_data structure by Paul E. McKenney · 6 years ago
  47. c458a89 rcu: Switch lazy counts to rcu_data structure by Paul E. McKenney · 6 years ago
  48. 5998a75 rcu: Switch last accelerate/advance to rcu_data structure by Paul E. McKenney · 6 years ago
  49. 0fd79e7 rcu: Switch ->tick_nohz_enabled_snap to rcu_data structure by Paul E. McKenney · 6 years ago
  50. cc72046 rcu: Merge rcu_dynticks structure into rcu_data structure by Paul E. McKenney · 6 years ago
  51. df63fa5b rcu: Convert "1UL << x" to "BIT(x)" by Paul E. McKenney · 6 years ago
  52. d305210 rcu: More aggressively enlist scheduler aid for nohz_full CPUs by Paul E. McKenney · 6 years ago
  53. 7e28c5a rcu: Eliminate ->rcu_qs_ctr from the rcu_dynticks structure by Paul E. McKenney · 6 years ago
  54. dd46a78 rcu: Inline _rcu_barrier() into its sole remaining caller by Paul E. McKenney · 6 years ago
  55. 4e95020 rcu: Inline increment_cpu_stall_ticks() into its sole caller by Paul E. McKenney · 6 years ago
  56. b97d23c rcu: Remove for_each_rcu_flavor() flavor-traversal macro by Paul E. McKenney · 6 years ago
  57. 88d1bea rcu: Remove rcu_data structure's ->rsp field by Paul E. McKenney · 6 years ago
  58. 63d4c8c rcu: Remove rsp parameter from expedited grace-period functions by Paul E. McKenney · 7 years ago
  59. 4580b05 rcu: Remove rsp parameter from no-CBs CPU functions by Paul E. McKenney · 7 years ago
  60. b21ebed rcu: Remove rsp parameter from print_cpu_stall_info() by Paul E. McKenney · 7 years ago
  61. 6dbfdc14 rcu: Remove rsp parameter from rcu_spawn_one_boost_kthread() by Paul E. McKenney · 7 years ago
  62. 81ab59a rcu: Remove rsp parameter from dump_blkd_tasks() and friend by Paul E. McKenney · 7 years ago
  63. a2887cd rcu: Remove rsp parameter from rcu_print_detail_task_stall() by Paul E. McKenney · 7 years ago
  64. da1df50 rcu: Remove rcu_state structure's ->rda field by Paul E. McKenney · 7 years ago
  65. ec5dd44 rcu: Eliminate rcu_state structure's ->call field by Paul E. McKenney · 7 years ago
  66. 358be2d rcu: Remove RCU_STATE_INITIALIZER() by Paul E. McKenney · 7 years ago
  67. 45975c7 rcu: Define RCU-sched API in terms of RCU for Tree RCU PREEMPT builds by Paul E. McKenney · 7 years ago
  68. d28139c rcu: Apply RCU-bh QSes to RCU-sched and RCU-preempt when safe by Paul E. McKenney · 7 years ago
  69. 3e31009 rcu: Defer reporting RCU-preempt quiescent states when disabled by Paul E. McKenney · 7 years ago
  70. 164ba3f rcu: Remove unused rcu_kick_nohz_cpu() function by Paul E. McKenney · 7 years ago
  71. f2e2df5 rcu: Add diagnostics for offline CPUs failing to report QS by Paul E. McKenney · 7 years ago
  72. fea3f22 rcu: Record ->gp_state for both phases of grace-period initialization by Paul E. McKenney · 7 years ago
  73. 5773894 rcu: Add CPU online/offline state to dump_blkd_tasks() by Paul E. McKenney · 7 years ago
  74. e05121b rcu: Remove CPU-hotplug failsafe from force-quiescent-state code path by Paul E. McKenney · 7 years ago
  75. 1e64b15 rcu: Fix grace-period hangs due to race with CPU offline by Paul E. McKenney · 7 years ago
  76. ff3bb6f rcu: Remove ->gpnum and ->completed by Paul E. McKenney · 7 years ago
  77. 7a1d0f2 rcu: Move from ->need_future_gp[] to ->gp_seq_needed by Paul E. McKenney · 7 years ago
  78. 29365e5 rcu: Convert grace-period requests to ->gp_seq by Paul E. McKenney · 7 years ago
  79. 8aa670c rcu: Convert ->rcu_iw_gpnum to ->gp_seq by Paul E. McKenney · 7 years ago
  80. de30ad5 rcu: Introduce grace-period sequence numbers by Paul E. McKenney · 7 years ago
  81. 26d950a rcu: Diagnostics for grace-period startup hangs by Paul E. McKenney · 7 years ago
  82. 4bc8d55 rcu: Add debugging info to assertion by Paul E. McKenney · 7 years ago
  83. 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
  84. 6f576e2 rcu: Convert ->need_future_gp[] array to boolean by Paul E. McKenney · 7 years ago
  85. 0ae94e0 rcu: Make rcu_future_needs_gp() check all ->need_future_gps[] elements by Paul E. McKenney · 7 years ago
  86. 51af970 rcu: Avoid losing ->need_future_gp[] values due to GP start/end races by Paul E. McKenney · 7 years ago
  87. fb31340 rcu: Make rcu_gp_cleanup() more accurately predict need for new GP by Paul E. McKenney · 7 years ago
  88. c91a867 rcu: Add accessor macros for the ->need_future_gp[] array by Paul E. McKenney · 7 years ago
  89. 1767248 rcu: Declare rcu_eqs_special_set() in public header by Yury Norov · 7 years ago
  90. 6fba2b3 rcu: Remove deprecated RCU debugfs tracing code by Byungchul Park · 7 years ago
  91. be01b4c rcu: Inline rcu_preempt_do_callback() into its sole caller by Byungchul Park · 7 years ago
  92. 25f3d7e rcu: Parallelize expedited grace-period initialization by Paul E. McKenney · 7 years ago
  93. 65518db rcu: Remove redundant nxttail index macro define by Liu, Changcheng · 7 years ago
  94. d62df57 rcu: Remove obsolete force-quiescent-state statistics for debugfs by Paul E. McKenney · 7 years ago
  95. 01c495f rcu: Remove obsolete __rcu_pending() statistics for debugfs by Paul E. McKenney · 7 years ago
  96. 62df63e rcu: Remove obsolete callback-invocation statistics for debugfs by Paul E. McKenney · 7 years ago
  97. bec0678 rcu: Remove obsolete boost statistics for debugfs by Paul E. McKenney · 7 years ago
  98. 84585aa rcu: Shrink ->dynticks_{nmi_,}nesting from long long to long by Paul E. McKenney · 7 years ago
  99. 51a1fd3 rcu: Make ->dynticks_nesting be a simple counter by Paul E. McKenney · 7 years ago
  100. 9b9500d rcu: Make RCU CPU stall warnings check for irq-disabled CPUs by Paul E. McKenney · 7 years ago