1. 7c9906c rcu: Don't redundantly disable irqs in rcu_irq_{enter,exit}() by Paul E. McKenney · 9 years ago
  2. d117c8a rcu: Make cpu_needs_another_gp() be bool by Paul E. McKenney · 9 years ago
  3. a87f203 rcu: Eliminate unused rcu_init_one() argument by Paul E. McKenney · 9 years ago
  4. 46a5d16 rcu: Stop disabling interrupts in scheduler fastpaths by Paul E. McKenney · 9 years ago
  5. fecbf6f rcu: Simplify rcu_sched_qs() control flow by Paul E. McKenney · 9 years ago
  6. 3dc5dbe rcu: Move lock_class_key to local scope by Paul E. McKenney · 9 years ago
  7. 6cf1008 rcu: Add transitivity to remaining rcu_node ->lock acquisitions by Paul E. McKenney · 9 years ago
  8. 2a67e74 rcu: Create transitive rnp->lock acquisition functions by Peter Zijlstra · 9 years ago
  9. d2856b0 Merge branches 'fixes.2015.10.06a' and 'exp.2015.10.07a' into HEAD by Paul E. McKenney · 9 years ago
  10. 338b0f7 rcu: Better hotplug handling for synchronize_sched_expedited() by Paul E. McKenney · 9 years ago
  11. c586563 rcu: Add tasks to expedited stall-warning messages by Paul E. McKenney · 9 years ago
  12. 74611ec rcu: Add online/offline info to expedited stall warning message by Paul E. McKenney · 9 years ago
  13. dcdb880 rcu: Consolidate expedited CPU selection by Paul E. McKenney · 9 years ago
  14. 66fe6cb rcu: Prepare for consolidating expedited CPU selection by Paul E. McKenney · 9 years ago
  15. 807226e rcu: Stop excluding CPU hotplug in synchronize_sched_expedited() by Paul E. McKenney · 9 years ago
  16. 83c2c73 rcu: Stop silencing lockdep false positive for expedited grace periods by Paul E. McKenney · 9 years ago
  17. 6587a23 rcu: Switch synchronize_sched_expedited() to IPI by Paul E. McKenney · 9 years ago
  18. 77f81fe rcu: Finish folding ->fqs_state into ->gp_state by Petr Mladek · 9 years ago
  19. ee968ac rcu: Eliminate panic when silly boot-time fanout specified by Paul E. McKenney · 9 years ago
  20. bb73c52 rcu: Don't disable preemption for Tiny and Tree RCU readers by Boqun Feng · 9 years ago
  21. b6a4ae7 rcu: Use rcu_callback_t in call_rcu*() and friends by Boqun Feng · 9 years ago
  22. 5b74c45 rcu: Make ->cpu_no_qs be a union for aggregate OR by Paul E. McKenney · 9 years ago
  23. 0d43eb3 rcu: Invert passed_quiesce and rename to cpu_no_qs by Paul E. McKenney · 9 years ago
  24. 97c668b rcu: Rename qs_pending to core_needs_qs by Paul E. McKenney · 9 years ago
  25. bce5fa1 rcu: Move synchronize_sched_expedited() to combining tree by Paul E. McKenney · 9 years ago
  26. 8203d6d rcu: Use single-stage IPI algorithm for RCU expedited grace period by Paul E. McKenney · 9 years ago
  27. b9585e9 rcu: Consolidate tree setup for synchronize_rcu_expedited() by Paul E. McKenney · 9 years ago
  28. 7922cd0 rcu: Move rcu_report_exp_rnp() to allow consolidation by Paul E. McKenney · 9 years ago
  29. f4ecea3 rcu: Use rsp->expedited_wq instead of sync_rcu_preempt_exp_wq by Paul E. McKenney · 9 years ago
  30. 19a5ecd rcu: Suppress lockdep false positive for rcp->exp_funnel_mutex by Paul E. McKenney · 9 years ago
  31. 8ff4fbf Merge branches 'fixes.2015.07.22a' and 'initexp.2015.08.04a' into HEAD 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. f78f5b9 rcu: Rename rcu_lockdep_assert() to RCU_LOCKDEP_WARN() by Paul E. McKenney · 9 years ago
  34. 46f00d1 rcu: Make rcu_is_watching() really notrace by Alexei Starovoitov · 9 years ago
  35. 2456005 rcu: Add RCU-sched flavors of get-state and cond-sync by Paul E. McKenney · 9 years ago
  36. cdacbe1 rcu: Add fastpath bypassing funnel locking by Paul E. McKenney · 9 years ago
  37. 32bb1c7 rcu: Rename RCU_GP_DONE_FQS to RCU_GP_DOING_FQS by Paul E. McKenney · 9 years ago
  38. b9a425c rcu: Pull out wait_event*() condition into helper function by Paul E. McKenney · 9 years ago
  39. cf3620a rcu: Add stall warnings to synchronize_sched_expedited() by Paul E. McKenney · 9 years ago
  40. 2cd6ffa rcu: Extend expedited funnel locking to rcu_data structure by Paul E. McKenney · 9 years ago
  41. 704dd43 rcu: Consolidate last open-coded expedited memory barrier by Paul E. McKenney · 9 years ago
  42. 4f525a5 rcu: Apply rcu_seq operations to _rcu_barrier() by Paul E. McKenney · 9 years ago
  43. 29fd930 rcu: Use funnel locking for synchronize_rcu_expedited()'s polling loop by Paul E. McKenney · 9 years ago
  44. 7fd0ddc rcu: Fix synchronize_sched_expedited() type error for "s" by Paul E. McKenney · 9 years ago
  45. b09e5f8 rcu: Abstract funnel locking from synchronize_sched_expedited() by Paul E. McKenney · 9 years ago
  46. 28f0076 rcu: Abstract sequence counting from synchronize_sched_expedited() by Paul E. McKenney · 9 years ago
  47. 3a6d7c6 rcu: Make expedited GP CPU stoppage asynchronous by Peter Zijlstra · 9 years ago
  48. 385b73c rcu: Get rid of synchronize_sched_expedited()'s polling loop by Paul E. McKenney · 9 years ago
  49. d6ada2c rcu: Rework synchronize_sched_expedited() counter handling by Paul E. McKenney · 9 years ago
  50. c190c3b rcu: Switch synchronize_sched_expedited() to stop_one_cpu() by Peter Zijlstra · 9 years ago
  51. 13bd649 rcu: Reset rcu_fanout_leaf if out of bounds by Paul E. McKenney · 9 years ago
  52. cb00710 rcu: Limit count of static data to the number of RCU levels by Alexander Gordeev · 9 years ago
  53. 199977b rcu: Remove unnecessary fields from rcu_state structure by Alexander Gordeev · 9 years ago
  54. 05b84ae rcu: Limit rcu_capacity[] size to RCU_NUM_LVLS items by Alexander Gordeev · 9 years ago
  55. 9618138 rcu: Simplify rcu_init_geometry() capacity arithmetics by Alexander Gordeev · 9 years ago
  56. 679f985 rcu: Cleanup rcu_init_geometry() code and arithmetics by Alexander Gordeev · 9 years ago
  57. 372b0ec rcu: Remove superfluous local variable in rcu_init_geometry() by Alexander Gordeev · 9 years ago
  58. 75cf15a rcu: Panic if RCU tree can not accommodate all CPUs by Alexander Gordeev · 9 years ago
  59. 319362c rcu: Provide more diagnostics for stalled GP kthread by Paul E. McKenney · 9 years ago
  60. d1ec4c3 rcu: Drop RCU_USER_QS in favor of NO_HZ_FULL by Paul E. McKenney · 9 years ago
  61. e382608 Merge tag 'trace-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 9 years ago
  62. 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
  63. 1ce46ee rcu: Conditionally compile RCU's eqs warnings by Paul E. McKenney · 9 years ago
  64. 26730f5 rcu: Make RCU able to tolerate undefined CONFIG_RCU_KTHREAD_PRIO by Paul E. McKenney · 9 years ago
  65. 47d631a rcu: Make RCU able to tolerate undefined CONFIG_RCU_FANOUT_LEAF by Paul E. McKenney · 9 years ago
  66. 05c5df3 rcu: Make RCU able to tolerate undefined CONFIG_RCU_FANOUT by Paul E. McKenney · 9 years ago
  67. a3dc294 rcu: Enable diagnostic dump of rcu_node combining tree by Paul E. McKenney · 9 years ago
  68. 7fa2700 rcu: Convert CONFIG_RCU_FANOUT_EXACT to boot parameter by Paul E. McKenney · 9 years ago
  69. 0f41c0d rcu: Provide diagnostic option to slow down grace-period scans by Paul E. McKenney · 10 years ago
  70. 3eaaaf6c rcu: Shut up spurious gcc uninitialized-variable warning by Paul E. McKenney · 10 years ago
  71. eab128e rcu: Modulate grace-period slow init to normalize delay by Paul E. McKenney · 9 years ago
  72. a738eec rcu: Correctly initialize ->rcu_qs_ctr_snap at online time by Paul E. McKenney · 10 years ago
  73. cce7f1f rcu: Remove redundant offline check by Paul E. McKenney · 10 years ago
  74. c5b5539 rcu: Remove dead code from force_qs_rnp() by Paul E. McKenney · 10 years ago
  75. ea46351 rcu: Eliminate HOTPLUG_CPU #ifdef in favor of IS_ENABLED() by Paul E. McKenney · 10 years ago
  76. 82072c4 rcu: Change function declaration to bool by Nicholas Mc Guire · 9 years ago
  77. c92fb05 rcu: Make rcu_*_data variables static by Nicolas Iooss · 9 years ago
  78. 30ff153 rcu: Make synchronize_sched_expedited() call wait_rcu_gp() by Paul E. McKenney · 9 years ago
  79. 81e701e43 rcu: Add more debug info on "kthread starved" RCU CPU stall warnings by Paul E. McKenney · 9 years ago
  80. cd73ca2 rcu: Force wakeup of rcu_gp_kthread at grace-period end by Paul E. McKenney · 10 years ago
  81. 2927a68 rcu: Create an immutable rcu_data_p pointer to default rcu_data structure by Paul E. McKenney · 10 years ago
  82. b28a7c0 rcu: Tell the compiler that rcu_state_p is immutable by Paul E. McKenney · 10 years ago
  83. 7d0ae80 rcu: Convert ACCESS_ONCE() to READ_ONCE() and WRITE_ONCE() by Paul E. McKenney · 10 years ago
  84. af658dc tracing: Rename ftrace_event.h to trace_events.h by Steven Rostedt (Red Hat) · 9 years ago
  85. 8d7dc92 rcu: Control grace-period delays directly from value by Paul E. McKenney · 9 years ago
  86. 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 · 10 years ago
  87. 654e953 rcu: Associate quiescent-state reports with grace period by Paul E. McKenney · 10 years ago
  88. a77da14 rcu: Yet another fix for preemption and CPU hotplug by Paul E. McKenney · 10 years ago
  89. 5c60d25 rcu: Add diagnostics to grace-period cleanup by Paul E. McKenney · 10 years ago
  90. 88428cc rcu: Handle outgoing CPUs on exit from idle loop 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. cc99a31 rcu: Move rcu_report_unblock_qs_rnp() to common code by Paul E. McKenney · 10 years ago
  94. 999c286 rcu: Remove event tracing from rcu_cpu_notify(), used by offline CPUs by Paul E. McKenney · 10 years ago
  95. 37745d2 rcu: Provide diagnostic option to slow down grace-period initialization by Paul E. McKenney · 10 years ago
  96. 237a0f2 rcu: Detect stalls caused by failure to propagate up rcu_node tree by Paul E. McKenney · 10 years ago
  97. 78043c4 rcu: Put all orphan-callback-related code under same comment by Paul E. McKenney · 10 years ago
  98. b33078b rcu: Consolidate offline-CPU callback initialization by Paul E. McKenney · 10 years ago
  99. 9910aff rcu: Remove redundant check of cpu_online() by Yao Dongdong · 10 years ago
  100. e7580f3 rcu: Get rcu_sched_force_quiescent_state() where it belongs by Paul E. McKenney · 10 years ago