1. f7dd7d4 rcu: Simplify rcutorture_get_gp_data() by Paul E. McKenney · 7 years ago
  2. b97d23c rcu: Remove for_each_rcu_flavor() flavor-traversal macro by Paul E. McKenney · 7 years ago
  3. 88d1bea rcu: Remove rcu_data structure's ->rsp field by Paul E. McKenney · 7 years ago
  4. aedf4ba rcu: Remove rsp parameter from rcu_node tree accessor macros by Paul E. McKenney · 7 years ago
  5. 63d4c8c rcu: Remove rsp parameter from expedited grace-period functions by Paul E. McKenney · 7 years ago
  6. 4580b05 rcu: Remove rsp parameter from no-CBs CPU functions by Paul E. McKenney · 7 years ago
  7. b21ebed rcu: Remove rsp parameter from print_cpu_stall_info() by Paul E. McKenney · 7 years ago
  8. 81ab59a rcu: Remove rsp parameter from dump_blkd_tasks() and friend by Paul E. McKenney · 7 years ago
  9. a2887cd rcu: Remove rsp parameter from rcu_print_detail_task_stall() by Paul E. McKenney · 7 years ago
  10. b8bb1f6 rcu: Remove rsp parameter from rcu_init_one() and friends by Paul E. McKenney · 7 years ago
  11. 53b4630 rcu: Remove rsp parameter from rcu_boot_init_percpu_data() and friends by Paul E. McKenney · 7 years ago
  12. 8344b87 rcu: Remove rsp parameter from _rcu_barrier() and friends by Paul E. McKenney · 7 years ago
  13. 98ece50 rcu: Remove rsp parameter from __rcu_pending() by Paul E. McKenney · 7 years ago
  14. 5c7d896 rcu: Remove rsp parameter from __call_rcu() and friend by Paul E. McKenney · 7 years ago
  15. b049fdf rcu: Remove rsp parameter from __rcu_process_callbacks() by Paul E. McKenney · 7 years ago
  16. b96f9dc rcu: Remove rsp parameter from rcu_check_gp_start_stall() by Paul E. McKenney · 7 years ago
  17. e9ecb78 rcu: Remove rsp parameter from force-quiescent-state functions by Paul E. McKenney · 7 years ago
  18. 5bb5d09 rcu: Remove rsp parameter from rcu_do_batch() by Paul E. McKenney · 7 years ago
  19. 780cd59 rcu: Remove rsp parameter from CPU hotplug functions by Paul E. McKenney · 7 years ago
  20. 8087d3e rcu: Remove rsp parameter from rcu_check_quiescent_state() by Paul E. McKenney · 7 years ago
  21. 0854a05c rcu: Remove rsp parameter from rcu_gp_kthread() and friends by Paul E. McKenney · 7 years ago
  22. 2221233 rcu: Remove rsp parameter from rcu_gp_slow() by Paul E. McKenney · 7 years ago
  23. 15cabdf rcu: Remove rsp parameter from note_gp_changes() by Paul E. McKenney · 7 years ago
  24. c7e48f7 rcu: Remove rsp parameter from __note_gp_changes() by Paul E. McKenney · 7 years ago
  25. 834f56b rcu: Remove rsp parameter from rcu_advance_cbs() by Paul E. McKenney · 7 years ago
  26. c6e09b9 rcu: Remove rsp parameter from rcu_accelerate_cbs_unlocked() by Paul E. McKenney · 7 years ago
  27. 02f5014 rcu: Remove rsp parameter from rcu_accelerate_cbs() by Paul E. McKenney · 7 years ago
  28. 532c00c rcu: Remove rsp parameter from rcu_gp_kthread_wake() by Paul E. McKenney · 7 years ago
  29. 3481f2e rcu: Remove rsp parameter from rcu_future_gp_cleanup() by Paul E. McKenney · 7 years ago
  30. ea12ff2 rcu: Remove rsp parameter from check_cpu_stall() by Paul E. McKenney · 7 years ago
  31. 4e8b8e0 rcu: Remove rsp parameter from print_cpu_stall() by Paul E. McKenney · 7 years ago
  32. a91e7e5 rcu: Remove rsp parameter from print_other_cpu_stall() by Paul E. McKenney · 7 years ago
  33. e1741c6 rcu: Remove rsp parameter from rcu_stall_kick_kthreads() by Paul E. McKenney · 7 years ago
  34. 33dbdbf rcu: Remove rsp parameter from rcu_dump_cpu_stacks() by Paul E. McKenney · 7 years ago
  35. 8fd119b rcu: Remove rsp parameter from rcu_check_gp_kthread_starvation() by Paul E. McKenney · 7 years ago
  36. ad3832e rcu: Remove rsp parameter from record_gp_stall_check_time() by Paul E. McKenney · 7 years ago
  37. 336a4f6 rcu: Remove rsp parameter from rcu_get_root() by Paul E. McKenney · 7 years ago
  38. de8e873 rcu: Remove rsp parameter from rcu_gp_in_progress() by Paul E. McKenney · 7 years ago
  39. 33085c4 rcu: Remove rsp parameter from rcu_report_qs_rdp() by Paul E. McKenney · 7 years ago
  40. 139ad4d rcu: Remove rsp parameter from rcu_report_unblock_qs_rnp() by Paul E. McKenney · 7 years ago
  41. aff4e9e rcu: Remove rsp parameter from rcu_report_qs_rsp() by Paul E. McKenney · 7 years ago
  42. b50912d rcu: Remove rsp parameter from rcu_report_qs_rnp() by Paul E. McKenney · 7 years ago
  43. 2280ee5 rcu: Remove rcu_data_p pointer to default rcu_data structure by Paul E. McKenney · 7 years ago
  44. 16fc9c6 rcu: Remove rcu_state_p pointer to default rcu_state structure by Paul E. McKenney · 7 years ago
  45. da1df50 rcu: Remove rcu_state structure's ->rda field by Paul E. McKenney · 7 years ago
  46. ec5dd44 rcu: Eliminate rcu_state structure's ->call field by Paul E. McKenney · 7 years ago
  47. 358be2d rcu: Remove RCU_STATE_INITIALIZER() by Paul E. McKenney · 7 years ago
  48. 45975c7 rcu: Define RCU-sched API in terms of RCU for Tree RCU PREEMPT builds by Paul E. McKenney · 7 years ago
  49. 4cf439a rcu: Fix typo in rcu_get_gp_kthreads_prio() header comment by Paul E. McKenney · 7 years ago
  50. 2bbfc25b rcu: Drop "wake" parameter from rcu_report_exp_rdp() by Paul E. McKenney · 7 years ago
  51. 82fcecf rcu: Update comments and help text for no more RCU-bh updaters by Paul E. McKenney · 7 years ago
  52. 65cfe35 rcu: Define RCU-bh update API in terms of RCU by Paul E. McKenney · 7 years ago
  53. d28139c rcu: Apply RCU-bh QSes to RCU-sched and RCU-preempt when safe by Paul E. McKenney · 7 years ago
  54. e11ec65 rcu: Add warning to detect half-interrupts by Paul E. McKenney · 7 years ago
  55. 3e31009 rcu: Defer reporting RCU-preempt quiescent states when disabled by Paul E. McKenney · 7 years ago
  56. cf7614e rcu: Refactor rcu_{nmi,irq}_{enter,exit}() by Byungchul Park · 7 years ago
  57. f7951c3 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  58. 1895265 Merge branches 'fixes1.2018.07.12b' and 'torture1.2018.07.12b' into HEAD by Paul E. McKenney · 6 years ago
  59. 4babd85 rcutorture: Add support to detect if boost kthread prio is too low by Joel Fernandes (Google) · 7 years ago
  60. 6bea2cc rcu: Remove rcutorture test version and sequence number by Paul E. McKenney · 7 years ago
  61. c7cd161 rcu: Assign higher prio to RCU threads if rcutorture is built-in by Joel Fernandes (Google) · 7 years ago
  62. 67abb96 rcu: Check the range of jiffies_till_{first,next}_fqs when setting them by Byungchul Park · 7 years ago
  63. 47199a0 rcu: Add diagnostics for rcutorture writer stall warning by Paul E. McKenney · 7 years ago
  64. b06ae25 rcu: Use RCU CPU stall timeout for rcu_check_gp_start_stall() by Paul E. McKenney · 7 years ago
  65. 51fbb91 rcu: Remove __maybe_unused from rcu_cpu_has_callbacks() by Paul E. McKenney · 7 years ago
  66. 95394e6 rcu: Remove "inline" from panic_on_rcu_stall() and rcu_blocking_is_gp() by Paul E. McKenney · 7 years ago
  67. 3b57a39 rcu: Inline rcu_dynticks_momentary_idle() into its sole caller by Paul E. McKenney · 7 years ago
  68. 6f56f71 rcu: Improve RCU-tasks naming and comments by Paul E. McKenney · 7 years ago
  69. a753835 rcu: Use pr_fmt to prefix "rcu: " to logging output by Joe Perches · 7 years ago
  70. 07f2757 rcu: Improve rcu_note_voluntary_context_switch() reporting by Byungchul Park · 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. 17a8212 rcu: Remove failsafe check for lost quiescent state by Paul E. McKenney · 7 years ago
  76. f34f2f5 rcu: Move grace-period pre-init delay after pre-init by Paul E. McKenney · 7 years ago
  77. 1e64b15 rcu: Fix grace-period hangs due to race with CPU offline by Paul E. McKenney · 7 years ago
  78. ec2c297 rcu: Fix grace-period hangs from mid-init task resume by Paul E. McKenney · 7 years ago
  79. 99990da1 rcu: Suppress more involved false-positive preempted-task splats by Paul E. McKenney · 7 years ago
  80. fece277 rcu: Suppress false-positive preempted-task splats by Paul E. McKenney · 7 years ago
  81. 5554788 rcu: Suppress false-positive offline-CPU lockdep-RCU splat by Paul E. McKenney · 7 years ago
  82. 9281643 rcu: Prevent useless FQS scan after all CPUs have checked in by Paul E. McKenney · 7 years ago
  83. 91f63ce rcu: Replace smp_wmb() with smp_store_release() for stall check by Paul E. McKenney · 7 years ago
  84. 77cfc7b rcu: Fix typo and add additional debug by Paul E. McKenney · 7 years ago
  85. c74859d rcu: Make rcu_report_unblock_qs_rnp() warn on violated preconditions by Paul E. McKenney · 7 years ago
  86. 8d672fa rcu: Make rcu_init_new_rnp() stop upon already-set bit by Paul E. McKenney · 7 years ago
  87. c50cbe5 rcu: Fix an obsolete ->qsmaskinit comment by Paul E. McKenney · 7 years ago
  88. 962aff0 rcu: Clean up handling of tasks blocked across full-rcu_node offline by Paul E. McKenney · 7 years ago
  89. 226ca5e rcu: Identify grace period is in progress as we advance up the tree by Joel Fernandes (Google) · 7 years ago
  90. df2bf8f rcu: Use better variable names in funnel locking loop by Joel Fernandes (Google) · 7 years ago
  91. b73de91 rcu: Rename the grace-period-request variables and parameters by Joel Fernandes · 7 years ago
  92. 3d18469 rcu: Regularize resetting of rcu_data wrap indicator by Paul E. McKenney · 7 years ago
  93. d7219312 rcutorture: Correctly handle grace-period sequence wrap by Paul E. McKenney · 7 years ago
  94. 2e3e5e5 rcu: Make rcu_start_this_gp() check for grace period already started by Paul E. McKenney · 7 years ago
  95. 5ca0905 rcu: Fix cpustart tracepoint gp_seq number by Joel Fernandes (Google) · 7 years ago
  96. 5b55072 rcu: Produce last "CleanupMore" trace only if late-breaking request by Joel Fernandes (Google) · 7 years ago
  97. a2165e4 rcu: Don't funnel-lock above leaf node if GP in progress by Paul E. McKenney · 7 years ago
  98. e44e73c rcu: Make simple callback acceleration refer to rdp->gp_seq_needed by Paul E. McKenney · 7 years ago
  99. ff3bb6f rcu: Remove ->gpnum and ->completed by Paul E. McKenney · 7 years ago
  100. fee5997 rcu: Convert rcu_fqs tracepoint to ->gp_seq by Paul E. McKenney · 7 years ago