1. 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
  2. 1895265 Merge branches 'fixes1.2018.07.12b' and 'torture1.2018.07.12b' into HEAD by Paul E. McKenney · 6 years ago
  3. bf5b643 rcutorture: Fix rcu_barrier successes counter by Joel Fernandes (Google) · 7 years ago
  4. 4babd85 rcutorture: Add support to detect if boost kthread prio is too low by Joel Fernandes (Google) · 7 years ago
  5. 622be33f rcutorture: Use monotonic timestamp for stall detection by Arnd Bergmann · 7 years ago
  6. 3b745c8 rcutorture: Make boost test more robust by Joel Fernandes (Google) · 7 years ago
  7. 450efca rcutorture: Disable RT throttling for boost tests by Joel Fernandes (Google) · 7 years ago
  8. bf1bef5 rcutorture: Emphasize testing of single reader protection type by Paul E. McKenney · 7 years ago
  9. 2397d07 rcutorture: Handle extended read-side critical sections by Paul E. McKenney · 7 years ago
  10. 241b425 rcutorture: Make rcu_torture_timer() use rcu_torture_one_read() by Paul E. McKenney · 7 years ago
  11. 3025520e rcutorture: Use per-CPU random state for rcu_torture_timer() by Paul E. McKenney · 7 years ago
  12. 8da9a59 rcutorture: Use atomic increment for n_rcu_torture_timers by Paul E. McKenney · 7 years ago
  13. 6b06aa7 rcutorture: Extract common code from rcu_torture_reader() by Paul E. McKenney · 7 years ago
  14. 2d36258 rcuperf: Remove unused torturing_tasks() function by Paul E. McKenney · 7 years ago
  15. 6bea2cc rcu: Remove rcutorture test version and sequence number by Paul E. McKenney · 7 years ago
  16. 028be12 rcutorture: Change units of onoff_interval to jiffies by Paul E. McKenney · 7 years ago
  17. c7cd161 rcu: Assign higher prio to RCU threads if rcutorture is built-in by Joel Fernandes (Google) · 7 years ago
  18. 52e17ba srcu: Add grace-period number to rcutorture statistics printout by Paul E. McKenney · 7 years ago
  19. 89b4cd4 rcu: Print stall-warning NMI dyntick state in hexadecimal by Paul E. McKenney · 7 years ago
  20. 2ee5aca rcu: Make rcu_seq_diff() more exact by Paul E. McKenney · 7 years ago
  21. 67abb96 rcu: Check the range of jiffies_till_{first,next}_fqs when setting them by Byungchul Park · 7 years ago
  22. 47199a0 rcu: Add diagnostics for rcutorture writer stall warning by Paul E. McKenney · 7 years ago
  23. cd23ac8 rcu: Add comment to the last sleep in the rcu tasks loop by Steven Rostedt (VMware) · 7 years ago
  24. c03be75 rcu: Speed up calling of RCU tasks callbacks by Steven Rostedt (VMware) · 7 years ago
  25. 0d805a7 rcu: Add comment documenting how rcu_seq_snap works by Joel Fernandes (Google) · 7 years ago
  26. b06ae25 rcu: Use RCU CPU stall timeout for rcu_check_gp_start_stall() by Paul E. McKenney · 7 years ago
  27. 51fbb91 rcu: Remove __maybe_unused from rcu_cpu_has_callbacks() by Paul E. McKenney · 7 years ago
  28. 9622179 rcu: Remove "inline" from rcu_perf_print_module_parms() by Paul E. McKenney · 7 years ago
  29. eac45e5 rcu: Remove "inline" from rcu_torture_print_module_parms() by Paul E. McKenney · 7 years ago
  30. 95394e6 rcu: Remove "inline" from panic_on_rcu_stall() and rcu_blocking_is_gp() by Paul E. McKenney · 7 years ago
  31. ab6b821 rcu: Remove unused local variable "cpu" by Paul E. McKenney · 7 years ago
  32. 164ba3f rcu: Remove unused rcu_kick_nohz_cpu() function by Paul E. McKenney · 7 years ago
  33. c7037ff rcu: Clarify and correct the rcu_preempt_qs() header comment by Paul E. McKenney · 7 years ago
  34. 3b57a39 rcu: Inline rcu_dynticks_momentary_idle() into its sole caller by Paul E. McKenney · 7 years ago
  35. 1565120 rcu: Mark task as .need_qs less aggressively by Paul E. McKenney · 7 years ago
  36. 6f56f71 rcu: Improve RCU-tasks naming and comments by Paul E. McKenney · 7 years ago
  37. a753835 rcu: Use pr_fmt to prefix "rcu: " to logging output by Joe Perches · 7 years ago
  38. 07f2757 rcu: Improve rcu_note_voluntary_context_switch() reporting by Byungchul Park · 7 years ago
  39. 3949fa9 rcu: Make rcu_read_unlock_special() static by Paul E. McKenney · 7 years ago
  40. f2e2df5 rcu: Add diagnostics for offline CPUs failing to report QS by Paul E. McKenney · 7 years ago
  41. fea3f22 rcu: Record ->gp_state for both phases of grace-period initialization by Paul E. McKenney · 7 years ago
  42. 5773894 rcu: Add CPU online/offline state to dump_blkd_tasks() by Paul E. McKenney · 7 years ago
  43. ff3cee3 rcu: Add up-tree information to dump_blkd_tasks() diagnostics by Paul E. McKenney · 7 years ago
  44. e05121b rcu: Remove CPU-hotplug failsafe from force-quiescent-state code path by Paul E. McKenney · 7 years ago
  45. 17a8212 rcu: Remove failsafe check for lost quiescent state by Paul E. McKenney · 7 years ago
  46. f34f2f5 rcu: Move grace-period pre-init delay after pre-init by Paul E. McKenney · 7 years ago
  47. 1f3e5f5 rcu: Add RCU-preempt check for waiting on newly onlined CPU by Paul E. McKenney · 7 years ago
  48. 1e64b15 rcu: Fix grace-period hangs due to race with CPU offline by Paul E. McKenney · 7 years ago
  49. ec2c297 rcu: Fix grace-period hangs from mid-init task resume by Paul E. McKenney · 7 years ago
  50. 0b107d2 rcu: Suppress false-positive splats from mid-init task resume by Paul E. McKenney · 7 years ago
  51. 99990da1 rcu: Suppress more involved false-positive preempted-task splats by Paul E. McKenney · 7 years ago
  52. fece277 rcu: Suppress false-positive preempted-task splats by Paul E. McKenney · 7 years ago
  53. 5554788 rcu: Suppress false-positive offline-CPU lockdep-RCU splat by Paul E. McKenney · 7 years ago
  54. 9281643 rcu: Prevent useless FQS scan after all CPUs have checked in by Paul E. McKenney · 7 years ago
  55. 91f63ce rcu: Replace smp_wmb() with smp_store_release() for stall check by Paul E. McKenney · 7 years ago
  56. 77cfc7b rcu: Fix typo and add additional debug by Paul E. McKenney · 7 years ago
  57. c74859d rcu: Make rcu_report_unblock_qs_rnp() warn on violated preconditions by Paul E. McKenney · 7 years ago
  58. 8d672fa rcu: Make rcu_init_new_rnp() stop upon already-set bit by Paul E. McKenney · 7 years ago
  59. c50cbe5 rcu: Fix an obsolete ->qsmaskinit comment by Paul E. McKenney · 7 years ago
  60. 962aff0 rcu: Clean up handling of tasks blocked across full-rcu_node offline by Paul E. McKenney · 7 years ago
  61. 226ca5e rcu: Identify grace period is in progress as we advance up the tree by Joel Fernandes (Google) · 7 years ago
  62. df2bf8f rcu: Use better variable names in funnel locking loop by Joel Fernandes (Google) · 7 years ago
  63. b73de91 rcu: Rename the grace-period-request variables and parameters by Joel Fernandes · 7 years ago
  64. 3d18469 rcu: Regularize resetting of rcu_data wrap indicator by Paul E. McKenney · 7 years ago
  65. d7219312 rcutorture: Correctly handle grace-period sequence wrap by Paul E. McKenney · 7 years ago
  66. 2e3e5e5 rcu: Make rcu_start_this_gp() check for grace period already started by Paul E. McKenney · 7 years ago
  67. 5ca0905 rcu: Fix cpustart tracepoint gp_seq number by Joel Fernandes (Google) · 7 years ago
  68. 5b55072 rcu: Produce last "CleanupMore" trace only if late-breaking request by Joel Fernandes (Google) · 7 years ago
  69. a2165e4 rcu: Don't funnel-lock above leaf node if GP in progress by Paul E. McKenney · 7 years ago
  70. e44e73c rcu: Make simple callback acceleration refer to rdp->gp_seq_needed by Paul E. McKenney · 7 years ago
  71. ff3bb6f rcu: Remove ->gpnum and ->completed by Paul E. McKenney · 7 years ago
  72. fee5997 rcu: Convert rcu_fqs tracepoint to ->gp_seq by Paul E. McKenney · 7 years ago
  73. db02329 rcu: Convert rcu_quiescent_state_report tracepoint to ->gp_seq by Paul E. McKenney · 7 years ago
  74. 865aa1e rcu: Convert rcu_unlock_preempted_task tracepoint to ->gp_seq by Paul E. McKenney · 7 years ago
  75. 598ce09 rcu: Convert rcu_preempt_task tracepoint to ->gp_seq by Paul E. McKenney · 7 years ago
  76. abd13fd rcu: Convert rcu_future_grace_period tracepoint to gp_seq by Paul E. McKenney · 7 years ago
  77. 477351f rcu: Convert rcu_grace_period tracepoint to gp_seq by Paul E. McKenney · 7 years ago
  78. ab5e869 rcu: Make rcu_nocb_wait_gp() check if GP already requested by Paul E. McKenney · 7 years ago
  79. 7a1d0f2 rcu: Move from ->need_future_gp[] to ->gp_seq_needed by Paul E. McKenney · 7 years ago
  80. aebc826 rcutorture: Convert rcutorture_get_gp_data() to ->gp_seq by Paul E. McKenney · 7 years ago
  81. 471f87c3 rcu: Make RCU CPU stall warnings use ->gp_seq by Paul E. McKenney · 7 years ago
  82. 29365e5 rcu: Convert grace-period requests to ->gp_seq by Paul E. McKenney · 7 years ago
  83. d43a5d3 rcu: Convert ->completedqs to ->gp_seq by Paul E. McKenney · 7 years ago
  84. 8aa670c rcu: Convert ->rcu_iw_gpnum to ->gp_seq by Paul E. McKenney · 7 years ago
  85. ba04107 rcu: Move rcu_gp_in_progress() to ->gp_seq by Paul E. McKenney · 7 years ago
  86. e0da237 rcu: Move rcu_nocb_gp_get() to ->gp_seq by Paul E. McKenney · 7 years ago
  87. 03c8cb7 rcu: Move rcu_try_advance_all_cbs() to ->gp_seq by Paul E. McKenney · 7 years ago
  88. e05720b rcu: Move rcu_implicit_dynticks_qs() to ->gp_seq by Paul E. McKenney · 7 years ago
  89. a66ae8a rcu: Convert rcu_gpnum_ovf() to ->gp_seq by Paul E. McKenney · 7 years ago
  90. 67e14c1 rcu: Move RCU's grace-period-change code to ->gp_seq by Paul E. McKenney · 7 years ago
  91. e4be81a rcu: Convert conditional grace-period primitives to ->gp_seq by Paul E. McKenney · 7 years ago
  92. c9a24e2 rcu: Make quiescent-state reporting use ->gp_seq by Paul E. McKenney · 7 years ago
  93. 78c5a67 rcu: Convert rcu_check_gp_kthread_starvation() to GP sequence number by Paul E. McKenney · 7 years ago
  94. 17ef2fe rcu: Make rcutorture's batches-completed API use ->gp_seq by Paul E. McKenney · 7 years ago
  95. dee4f42 rcu: Move rcu_gp_slow() to ->gp_seq by Paul E. McKenney · 7 years ago
  96. de30ad5 rcu: Introduce grace-period sequence numbers by Paul E. McKenney · 7 years ago
  97. 609af1c Merge branches 'expedited.2018.07.12a', 'fixes.2018.07.12a', 'srcu.2018.06.25b' and 'torture.2018.06.25b' into HEAD by Paul E. McKenney · 6 years ago
  98. 18390ae rcu: Make rcu_gp_cleanup() write only once to ->gp_flags by Paul E. McKenney · 7 years ago
  99. 26d950a rcu: Diagnostics for grace-period startup hangs by Paul E. McKenney · 7 years ago
  100. fcc6354 rcu: Make expedited GPs handle CPU 0 being offline by Boqun Feng · 7 years ago