1. c458c7c rcu: Call touch_nmi_watchdog() while printing stall warnings by Tejun Heo · 6 years ago
  2. ac5e9e8 rcu: Add memory barriers for NOCB leader wakeup by Paul E. McKenney · 7 years ago
  3. 90687fc rcu: Narrow early boot window of illegal synchronous grace periods by Paul E. McKenney · 7 years ago
  4. bedc196 rcu: Fix soft lockup for rcu_nocb_kthread by Ding Tianhong · 8 years ago
  5. 4d03754 Merge branches 'doc.2016.06.15a', 'fixes.2016.06.15b' and 'torture.2016.06.14a' into HEAD by Paul E. McKenney · 8 years ago
  6. bc75e99 rcu: Correctly handle sparse possible cpus by Mark Rutland · 8 years ago
  7. 4e9a073 torture: Remove CONFIG_RCU_TORTURE_TEST_RUNNABLE, simplify code by Paul E. McKenney · 8 years ago
  8. 40e0a6c rcu: Move expedited code from tree_plugin.h to tree_exp.h by Paul E. McKenney · 8 years ago
  9. aff12cd rcu: Consolidate expedited GP code into exp_funnel_lock() by Paul E. McKenney · 8 years ago
  10. 179e5dc rcu: Consolidate expedited GP tracing into rcu_exp_gp_seq_snap() by Paul E. McKenney · 8 years ago
  11. 4ea3e85 rcu: Consolidate expedited GP code into rcu_exp_wait_wake() by Paul E. McKenney · 8 years ago
  12. f6a12f3 rcu: Enforce expedited-GP fairness via funnel wait queue by Paul E. McKenney · 8 years ago
  13. 4f41530 rcu: Add expedited-grace-period event tracing by Paul E. McKenney · 8 years ago
  14. bea2de4 rcu: Add funnel-locking tracing for expedited grace periods by Paul E. McKenney · 8 years ago
  15. 26ece8e rcu: Fix synchronize_rcu_expedited() header comment by Paul E. McKenney · 8 years ago
  16. 8bc6782 Merge commit 'fixes.2015.02.23a' into core/rcu by Ingo Molnar · 8 years ago
  17. abedf8e rcu: Use simple wait queues where possible in rcutree by Paul Gortmaker · 8 years ago
  18. 065bb78 rcu: Do not call rcu_nocb_gp_cleanup() while holding rnp->lock by Daniel Wagner · 8 years ago
  19. 67c583a7 RCU: Privatize rcu_node::lock by Boqun Feng · 8 years ago
  20. 1914aab rcu: Remove useless rcu_data_p when !PREEMPT_RCU by Chen Gang · 8 years ago
  21. 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 · 8 years ago
  22. a87f203 rcu: Eliminate unused rcu_init_one() argument by Paul E. McKenney · 9 years ago
  23. 46a5d16 rcu: Stop disabling interrupts in scheduler fastpaths by Paul E. McKenney · 9 years ago
  24. f0f2e7d rcu: Avoid tick_nohz_active checks on NOCBs CPUs by Paul E. McKenney · 9 years ago
  25. 699d403 rcu: Fix obsolete rcu_bootup_announce_oddness() comment by Paul E. McKenney · 9 years ago
  26. 8ba9153 rcu: Remove lock-acquisition loop from rcu_read_unlock_special() by Paul E. McKenney · 9 years ago
  27. 5a9be7c rcu: Add rcu_normal kernel parameter to suppress expediting by Paul E. McKenney · 8 years ago
  28. 6cf1008 rcu: Add transitivity to remaining rcu_node ->lock acquisitions by Paul E. McKenney · 9 years ago
  29. 2a67e74 rcu: Create transitive rnp->lock acquisition functions by Peter Zijlstra · 9 years ago
  30. d2856b0 Merge branches 'fixes.2015.10.06a' and 'exp.2015.10.07a' into HEAD by Paul E. McKenney · 9 years ago
  31. b08517c rcu: Enable stall warnings for synchronize_rcu_expedited() by Paul E. McKenney · 9 years ago
  32. 74611ec rcu: Add online/offline info to expedited stall warning message by Paul E. McKenney · 9 years ago
  33. dcdb880 rcu: Consolidate expedited CPU selection by Paul E. McKenney · 9 years ago
  34. 7f21aee rcu: Add online/offline info to stall warning message by Paul E. McKenney · 9 years ago
  35. b6a4ae7 rcu: Use rcu_callback_t in call_rcu*() and friends by Boqun Feng · 9 years ago
  36. 5b74c45 rcu: Make ->cpu_no_qs be a union for aggregate OR by Paul E. McKenney · 9 years ago
  37. 0d43eb3 rcu: Invert passed_quiesce and rename to cpu_no_qs by Paul E. McKenney · 9 years ago
  38. 97c668b rcu: Rename qs_pending to core_needs_qs by Paul E. McKenney · 9 years ago
  39. 8203d6d rcu: Use single-stage IPI algorithm for RCU expedited grace period by Paul E. McKenney · 9 years ago
  40. b9585e9 rcu: Consolidate tree setup for synchronize_rcu_expedited() by Paul E. McKenney · 9 years ago
  41. 7922cd0 rcu: Move rcu_report_exp_rnp() to allow consolidation by Paul E. McKenney · 9 years ago
  42. f4ecea3 rcu: Use rsp->expedited_wq instead of sync_rcu_preempt_exp_wq by Paul E. McKenney · 9 years ago
  43. 8ff4fbf Merge branches 'fixes.2015.07.22a' and 'initexp.2015.08.04a' into HEAD by Paul E. McKenney · 9 years ago
  44. 9a54f98 rcu: Don't disable CPU hotplug during OOM notifiers by Paul E. McKenney · 9 years ago
  45. f78f5b9 rcu: Rename rcu_lockdep_assert() to RCU_LOCKDEP_WARN() by Paul E. McKenney · 9 years ago
  46. bc17ea1 rcu: Fix obsolete priority-boosting comment by Paul E. McKenney · 9 years ago
  47. 704dd43 rcu: Consolidate last open-coded expedited memory barrier by Paul E. McKenney · 9 years ago
  48. 29fd930 rcu: Use funnel locking for synchronize_rcu_expedited()'s polling loop by Paul E. McKenney · 9 years ago
  49. 543c615 rcu: Make synchronize_rcu_expedited() use sequence-counter scheme by Paul E. McKenney · 9 years ago
  50. 75c27f1 rcu: Remove CONFIG_RCU_CPU_STALL_INFO by Paul E. McKenney · 9 years ago
  51. 9b68387 rcu: Stop disabling CPU hotplug in synchronize_rcu_expedited() by Paul E. McKenney · 9 years ago
  52. 4262169 rcu: Simplify arithmetic to calculate number of RCU nodes by Alexander Gordeev · 9 years ago
  53. 43224b9 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  54. bc7a34b timer: Reduce timer migration overhead if disabled by Thomas Gleixner · 9 years ago
  55. 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
  56. 47d631a rcu: Make RCU able to tolerate undefined CONFIG_RCU_FANOUT_LEAF by Paul E. McKenney · 9 years ago
  57. 05c5df3 rcu: Make RCU able to tolerate undefined CONFIG_RCU_FANOUT by Paul E. McKenney · 9 years ago
  58. 7fa2700 rcu: Convert CONFIG_RCU_FANOUT_EXACT to boot parameter by Paul E. McKenney · 9 years ago
  59. 0a0ba1c rcu: Adjust ->lock acquisition for tasks no longer migrating by Paul E. McKenney · 9 years ago
  60. 82efed0 rcu: Fix missing task information during rcu-preempt stall by Patrick Daly · 9 years ago
  61. 5ce035f rcu: tree_plugin: Use bool function return values of true/false not 1/0 by Joe Perches · 9 years ago
  62. 3382adb rcu: Eliminate a few CONFIG_RCU_NOCB_CPU_ALL #ifdefs by Paul E. McKenney · 9 years ago
  63. 2927a68 rcu: Create an immutable rcu_data_p pointer to default rcu_data structure by Paul E. McKenney · 9 years ago
  64. b28a7c0 rcu: Tell the compiler that rcu_state_p is immutable by Paul E. McKenney · 9 years ago
  65. 727b705 rcu: Eliminate a few RCU_BOOST #ifdefs in favor of IS_ENABLED() by Paul E. McKenney · 9 years ago
  66. e63c887 rcu: Convert from rcu_preempt_state to *rcu_state_p by Paul E. McKenney · 9 years ago
  67. 7d0ae80 rcu: Convert ACCESS_ONCE() to READ_ONCE() and WRITE_ONCE() by Paul E. McKenney · 9 years ago
  68. c1ad348 tick: Nohz: Rework next timer evaluation by Thomas Gleixner · 9 years ago
  69. 4252879 Merge branches 'doc.2015.02.26a', 'earlycb.2015.03.03a', 'fixes.2015.03.03a', 'gpexp.2015.02.26a', 'hotplug.2015.03.20a', 'sysidle.2015.02.26b' and 'tiny.2015.02.26a' into HEAD by Paul E. McKenney · 9 years ago
  70. 0aa04b0 rcu: Process offlining and onlining only at grace-period start by Paul E. McKenney · 9 years ago
  71. cc99a31 rcu: Move rcu_report_unblock_qs_rnp() to common code by Paul E. McKenney · 9 years ago
  72. 8eb74b2 rcu: Rework preemptible expedited bitmask handling by Paul E. McKenney · 9 years ago
  73. 18c629e rcu: Eliminate empty HOTPLUG_CPU ifdef by Paul E. McKenney · 9 years ago
  74. c8aead6 rcu: Simplify sync_rcu_preempt_exp_init() by Paul E. McKenney · 9 years ago
  75. a3bd2c0 rcu: Add boot-up check for non-default CONFIG_RCU_FANOUT_LEAF values by Paul E. McKenney · 9 years ago
  76. ab6f5bd rcu: Use IS_ENABLED() to simplify rcu_bootup_announce_oddness() by Paul E. McKenney · 9 years ago
  77. d24209bb rcu: Improve diagnostics for blocked critical sections in irq by Paul E. McKenney · 9 years ago
  78. 34404ca rcu: Move early-boot callbacks to no-CBs lists for no-CBs CPUs by Paul E. McKenney · 9 years ago
  79. 5871968 rcu: Tighten up affinity and check for sysidle by Paul E. McKenney · 9 years ago
  80. 5afff48 rcu: Update from rcu_expedited variable to rcu_gp_is_expedited() by Paul E. McKenney · 9 years ago
  81. 59f792d rcu: Refine diagnostics for lacking kthread for no-CBs callbacks by Paul E. McKenney · 9 years ago
  82. 3f4d992 Merge branches 'core-urgent-for-linus' and 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  83. ad853b4 rcu: use %*pb[l] to print bitmaps including cpumasks and nodemasks by Tejun Heo · 9 years ago
  84. c0135d0 rcu: Clear need_qs flag to prevent splat by Paul E. McKenney · 9 years ago
  85. 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 · 9 years ago
  86. a94844b rcu: Optionally run grace-period kthreads at real-time priority by Paul E. McKenney · 9 years ago
  87. 917963d rcutorture: Check from beginning to end of grace period by Paul E. McKenney · 9 years ago
  88. 9733e4f rcu: Make _batches_completed() functions return unsigned long by Paul E. McKenney · 9 years ago
  89. e3663b1 rcu: Handle gpnum/completed wrap while dyntick idle by Paul E. McKenney · 9 years ago
  90. fc908ed rcu: Make RCU_CPU_STALL_INFO include number of fqs attempts by Paul E. McKenney · 9 years ago
  91. abaf3f9 rcu: Revert "Allow post-unlock reference for rt_mutex" to avoid priority-inversion by Lai Jiangshan · 10 years ago
  92. 5d0b024 rcu: Don't bother affinitying rcub kthreads away from offline CPUs by Paul E. McKenney · 10 years ago
  93. 3e9f5c7 rcu: Don't spawn rcub kthreads on root rcu_node structure by Paul E. McKenney · 10 years ago
  94. 96e9202 rcu: Make use of rcu_preempt_has_tasks() by Paul E. McKenney · 10 years ago
  95. d19fb8d rcu: Don't migrate blocked tasks even if all corresponding CPUs offline by Paul E. McKenney · 10 years ago
  96. b6a932d rcu: Make rcu_read_unlock_special() propagate ->qsmaskinit bit clearing by Paul E. McKenney · 10 years ago
  97. 8af3a5e rcu: Abstract rcu_cleanup_dead_rnp() from rcu_cleanup_dead_cpu() by Paul E. McKenney · 10 years ago
  98. 74e871ac rcu: Rename "empty" to "empty_norm" in preparation for boost rework by Paul E. McKenney · 10 years ago
  99. b08ea27 rcu: Protect rcu_boost() lockless accesses with ACCESS_ONCE() by Paul E. McKenney · 10 years ago
  100. 41050a0 rcu: Fix rcu_barrier() race that could result in too-short wait by Paul E. McKenney · 9 years ago