1. 1f4f6da srcu: Make Classic and Tree SRCU announce themselves at bootup by Paul E. McKenney · 8 years ago
  2. f60cb4d rcuperf: Add test for dynamically initialized srcu_struct by Paul E. McKenney · 8 years ago
  3. dcfc315 rcu: Make sync_rcu_preempt_exp_done() return bool by Paul E. McKenney · 8 years ago
  4. 881ed59 rcuperf: Add ability to performance-test call_rcu() and friends by Paul E. McKenney · 8 years ago
  5. e28371c rcu: Remove obsolete reference to synchronize_kernel() by Paul E. McKenney · 8 years ago
  6. 9683937 rcuperf: Defer expedited/normal check to end of test by Paul E. McKenney · 8 years ago
  7. 5b72f96 rcu: Complain if blocking in preemptible RCU read-side critical section by Paul E. McKenney · 8 years ago
  8. 881ec9d srcu: Eliminate possibility of destructive counter overflow by Paul E. McKenney · 8 years ago
  9. f92c734 rcu: Prevent rcu_barrier() from starting needless grace periods by Paul E. McKenney · 8 years ago
  10. 1123a60 srcu: Allow use of Classic SRCU from both process and interrupt context by Paolo Bonzini · 8 years ago
  11. cdf7abc srcu: Allow use of Tiny/Tree SRCU from both process and interrupt context by Paolo Bonzini · 8 years ago
  12. de4d195 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  13. 933dfbd rcu: Open-code the rcu_cblist_n_lazy_cbs() function by Paul E. McKenney · 8 years ago
  14. 4b27f20 rcu: Open-code the rcu_cblist_n_cbs() function by Paul E. McKenney · 8 years ago
  15. 8ef0f37 rcu: Open-code the rcu_cblist_empty() function by Paul E. McKenney · 8 years ago
  16. 98059b9 rcu: Separately compile large rcu_segcblist functions by Paul E. McKenney · 8 years ago
  17. 45753c5 srcu: Debloat the <linux/rcu_segcblist.h> header by Ingo Molnar · 8 years ago
  18. b5fe223 srcu: Adjust default auto-expediting holdoff by Paul E. McKenney · 8 years ago
  19. 22607d6 srcu: Specify auto-expedite holdoff time by Paul E. McKenney · 8 years ago
  20. 2da4b2a srcu: Expedite first synchronize_srcu() when idle by Paul E. McKenney · 8 years ago
  21. 1e9a038 srcu: Expedited grace periods with reduced memory contention by Paul E. McKenney · 8 years ago
  22. 7f6733c srcu: Make rcutorture writer stalls print SRCU GP state by Paul E. McKenney · 8 years ago
  23. c7e8806 srcu: Exact tracking of srcu_data structures containing callbacks by Paul E. McKenney · 8 years ago
  24. f209410 Merge branches 'doc.2017.04.12a', 'fixes.2017.04.19a' and 'srcu.2017.04.21a' into HEAD by Paul E. McKenney · 8 years ago
  25. bcbfdd0 rcu: Make non-preemptive schedule be Tasks RCU quiescent state by Paul E. McKenney · 8 years ago
  26. 0497b48 srcu: Expedite srcu_schedule_cbs_snp() callback invocation by Paul E. McKenney · 8 years ago
  27. da915ad srcu: Parallelize callback handling by Paul E. McKenney · 8 years ago
  28. bfd090b rcu: Fix typo in PER_RCU_NODE_PERIOD header comment by Paul E. McKenney · 8 years ago
  29. 5455a7f rcu: Use true/false in assignment to bool by Nicholas Mc Guire · 8 years ago
  30. 50dc7de rcu: Use bool value directly by Nicholas Mc Guire · 8 years ago
  31. deb34f3 rcu: Improve comments for hotplug/suspend/hibernate functions by Paul E. McKenney · 8 years ago
  32. d1e4f01 rcu: Remove obsolete comment from rcu_future_gp_cleanup() header by Paul E. McKenney · 8 years ago
  33. dad81a2 srcu: Introduce CLASSIC_SRCU Kconfig option by Paul E. McKenney · 8 years ago
  34. 3207114 srcutorture: Print Tiny SRCU reader statistics by Paul E. McKenney · 8 years ago
  35. d8be817 srcu: Create a tiny SRCU by Paul E. McKenney · 8 years ago
  36. f60d231 srcu: Crude control of expedited grace periods by Paul E. McKenney · 8 years ago
  37. 80a7956 srcu: Merge ->srcu_state into ->srcu_gp_seq by Paul E. McKenney · 8 years ago
  38. f1ec57a srcu: Allow a second bit in rcu_seq for SRCU state by Paul E. McKenney · 8 years ago
  39. 031aeee srcu: Improve rcu_seq grace-period-counter abstraction by Paul E. McKenney · 8 years ago
  40. 91e27c3 srcu: Fix bogus try_check_zero() comment by Paul E. McKenney · 8 years ago
  41. e95d68d srcu: Make num_rcu_lvl[] array be external by Paul E. McKenney · 8 years ago
  42. efbe451 srcu: Move rcu_node traversal macros to rcu.h by Paul E. McKenney · 8 years ago
  43. 41f5c63 rcu: Remove redundant levelcnt[] array from rcu_init_one() by Paul E. McKenney · 8 years ago
  44. 2b34c43 srcu: Move rcu_init_levelspread() to rcu_tree_node.h by Paul E. McKenney · 8 years ago
  45. f2425b4 srcu: Move combining-tree definitions for SRCU's benefit by Paul E. McKenney · 8 years ago
  46. 8660b7d srcu: Use rcu_segcblist to track SRCU callbacks by Paul E. McKenney · 8 years ago
  47. ac367c1 srcu: Add grace-period sequence numbers by Paul E. McKenney · 8 years ago
  48. c2a8ec0 srcu: Move to state-based grace-period sequencing by Paul E. McKenney · 8 years ago
  49. c6e56f5 srcu: Push srcu_advance_batches() fastpath into common case by Paul E. McKenney · 8 years ago
  50. f010ed8 rcu: Fix warning in rcu_seq_end() by Dmitry Vyukov · 8 years ago
  51. 3c345825c8 rcu: Expedited wakeups need to be fully ordered by Paul E. McKenney · 8 years ago
  52. 2e8c28c srcu: Move rcu_seq_start() and friends to rcu.h by Paul E. McKenney · 8 years ago
  53. bdcabf4 rcu: Add single-element dequeue functions to rcu_segcblist by Paul E. McKenney · 8 years ago
  54. b5eaeaa srcu: Allow early boot use of synchronize_srcu() by Paul E. McKenney · 8 years ago
  55. 900b102 srcu: Allow SRCU to access rcu_scheduler_active by Paul E. McKenney · 8 years ago
  56. 15fecf8 srcu: Abstract multi-tail callback list handling by Paul E. McKenney · 8 years ago
  57. b8c78d3 rcu: Default RCU_FANOUT_LEAF to 16 unless explicitly changed by Paul E. McKenney · 8 years ago
  58. 9226b10 rcu: Place guard on rcu_all_qs() and rcu_note_context_switch() actions by Paul E. McKenney · 8 years ago
  59. 0f9be8c rcu: Eliminate flavor scan in rcu_momentary_dyntick_idle() by Paul E. McKenney · 8 years ago
  60. 9577df9 rcu: Pull rcu_qs_ctr into rcu_dynticks structure by Paul E. McKenney · 8 years ago
  61. abb06b9 rcu: Pull rcu_sched_qs_mask into rcu_dynticks structure by Paul E. McKenney · 8 years ago
  62. 88a4976 rcu: Semicolon inside RCU_TRACE() for tree.c by Paul E. McKenney · 8 years ago
  63. 6c8c148 rcu: Semicolon inside RCU_TRACE() for Tiny RCU by Paul E. McKenney · 8 years ago
  64. dffd06a rcu: Semicolon inside RCU_TRACE() for rcu.h by Paul E. McKenney · 8 years ago
  65. 15c68f7 srcu: Check for tardy grace-period activity in cleanup_srcu_struct() by Paul E. McKenney · 8 years ago
  66. cc98582 srcu: Consolidate batch checking into rcu_all_batches_empty() by Paul E. McKenney · 8 years ago
  67. b8c17e6 rcu: Maintain special bits at bottom of ->dynticks counter by Paul E. McKenney · 8 years ago
  68. 03ecd3f rcu/tracing: Add rcu_disabled to denote when rcu_irq_enter() will not work by Steven Rostedt (VMware) · 8 years ago
  69. a278d47 rcu: Fix dyntick-idle tracing by Paul E. McKenney · 8 years ago
  70. b17b015 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h> by Ingo Molnar · 8 years ago
  71. 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  72. 037741a sched/headers: Prepare for the removal of <linux/rtmutex.h> from <linux/sched.h> by Ingo Molnar · 8 years ago
  73. 3f07c01 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  74. ae7e81c sched/headers: Prepare for new header dependencies before moving code to <uapi/linux/sched/types.h> by Ingo Molnar · 8 years ago
  75. f9411eb rcu: Separate the RCU synchronization types and APIs into <linux/rcupdate_wait.h> by Ingo Molnar · 8 years ago
  76. 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
  77. 7f554a3 srcu: Reduce probability of SRCU ->unlock_count[] counter overflow by Paul E. McKenney · 8 years ago
  78. d85b62f srcu: Force full grace-period ordering by Paul E. McKenney · 8 years ago
  79. f2c4689 srcu: Implement more-efficient reader counts by Lance Roy · 8 years ago
  80. 38d30b3 rcu: Adjust FQS offline checks for exact online-CPU detection by Paul E. McKenney · 8 years ago
  81. 3a19b46 rcu: Check cond_resched_rcu_qs() state less often to reduce GP overhead by Paul E. McKenney · 8 years ago
  82. 02a5c550 rcu: Abstract extended quiescent state determination by Paul E. McKenney · 8 years ago
  83. 2625d46 rcu: Abstract dynticks extended quiescent state enter/exit operations by Paul E. McKenney · 8 years ago
  84. 8dc7988 rcu: Add lockdep checks to synchronous expedited primitives by Paul E. McKenney · 8 years ago
  85. bb4e2c0 rcu: Eliminate unused expedited_normal counter by Paul E. McKenney · 8 years ago
  86. 9831ce3 rcu: Fix comment in rcu_organize_nocb_kthreads() by Paul E. McKenney · 8 years ago
  87. fdbb9b3 rcu: Make rcu_cpu_starting() use its "cpu" argument by Paul E. McKenney · 8 years ago
  88. 09e2db3 rcu: Add comment headers to expedited-grace-period counter functions by Paul E. McKenney · 8 years ago
  89. 630c7ed rcu: Don't wake rcuc/X kthreads on NOCB CPUs by Paul E. McKenney · 8 years ago
  90. 7aa9223 rcu: Once again use NMI-based stack traces in stall warnings by Paul E. McKenney · 8 years ago
  91. b201fa67 rcu: Remove short-term CPU kicking by Paul E. McKenney · 8 years ago
  92. 28053bc rcu: Add long-term CPU kicking by Paul E. McKenney · 8 years ago
  93. 94060d2 rcu: Remove unused but set variable by Tobias Klauser · 8 years ago
  94. 2535db4 rcu: Remove unneeded rcu_process_callbacks() declarations by Paul E. McKenney · 8 years ago
  95. c4402b2 rcu: Only dump stalled-tasks stacks if there was a real stall by Byungchul Park · 8 years ago
  96. 7c6094d rcu: update: Make RCU_EXPEDITE_BOOT be the default by Sebastian Andrzej Siewior · 8 years ago
  97. 8b2f63a rcu: Abstract the dynticks snapshot operation by Paul E. McKenney · 8 years ago
  98. 6563de9 rcu: Abstract the dynticks momentary-idle operation by Paul E. McKenney · 8 years ago
  99. 52d7e48 rcu: Narrow early boot window of illegal synchronous grace periods by Paul E. McKenney · 8 years ago
  100. f466ae6 rcu: Remove cond_resched() from Tiny synchronize_sched() by Paul E. McKenney · 8 years ago