1. a0ef9ec rcu: Provide improved interrupt-from-idle check in rcu_check_callbacks() by Paul E. McKenney · 7 years ago
  2. 92aa39e rcu: Make need_resched() respond to urgent RCU-QS needs by Paul E. McKenney · 7 years ago
  3. dd46a78 rcu: Inline _rcu_barrier() into its sole remaining caller by Paul E. McKenney · 7 years ago
  4. 395a2f0 rcu: Define rcu_all_qs() only in !PREEMPT builds by Paul E. McKenney · 7 years ago
  5. 06462ef rcu: Clean up flavor-related definitions and comments in update.c by Paul E. McKenney · 7 years ago
  6. 0ae86a2 rcu: Clean up flavor-related definitions and comments in tree_plugin.h by Paul E. McKenney · 7 years ago
  7. 8fa946d rcu: Clean up flavor-related definitions and comments in tree_exp.h by Paul E. McKenney · 7 years ago
  8. 49918a5 rcu: Clean up flavor-related definitions and comments in tree.c by Paul E. McKenney · 7 years ago
  9. 679d3f3 rcu: Clean up flavor-related definitions and comments in tiny.c by Paul E. McKenney · 7 years ago
  10. 6eb95cc rcu: Clean up flavor-related definitions and comments in srcutree.h by Paul E. McKenney · 7 years ago
  11. 62a1a94 rcu: Clean up flavor-related definitions and comments in rcutorture.c by Paul E. McKenney · 7 years ago
  12. 7f87c03 rcu: Clean up flavor-related definitions and comments in rcu.h by Paul E. McKenney · 7 years ago
  13. 8c1cf2d rcu: Clean up flavor-related definitions and comments in Kconfig by Paul E. McKenney · 7 years ago
  14. de3875d rcu: Remove now-unused rcutorture APIs by Paul E. McKenney · 7 years ago
  15. 620d246 rcuperf: Remove the "rcu_bh" and "sched" torture types by Paul E. McKenney · 7 years ago
  16. c770c82 rcutorture: Remove the "rcu_bh" and "sched" torture types by Paul E. McKenney · 7 years ago
  17. 72ce30d rcu: Stop testing RCU-bh and RCU-sched by Paul E. McKenney · 7 years ago
  18. 2ceebc0 rcutorture: Add RCU-bh and RCU-sched support for extended readers by Paul E. McKenney · 7 years ago
  19. a8bb74a rcu: Consolidate RCU-sched update-side function definitions by Paul E. McKenney · 7 years ago
  20. 4c7e9c1 rcu: Consolidate RCU-bh update-side function definitions by Paul E. McKenney · 7 years ago
  21. c3854a0 rcu: Pull rcu_gp_kthread() FQS loop into separate function by Paul E. McKenney · 7 years ago
  22. 4e95020 rcu: Inline increment_cpu_stall_ticks() into its sole caller by Paul E. McKenney · 7 years ago
  23. 8ff0b90 rcu: Fix typo in force_qs_rnp()'s parameter's parameter by Paul E. McKenney · 7 years ago
  24. eb7a665 rcu: Eliminate initialization-time use of rsp by Paul E. McKenney · 7 years ago
  25. ec9f583 rcu: Eliminate RCU-barrier use of rsp by Paul E. McKenney · 7 years ago
  26. 67a0edb rcu: Eliminate quiescent-state and grace-period-nonstart use of rsp by Paul E. McKenney · 7 years ago
  27. 3c779df rcu: Eliminate callback-invocation/invocation use of rsp by Paul E. McKenney · 7 years ago
  28. 9cbc5b9 rcu: Eliminate grace-period management code use of rsp by Paul E. McKenney · 7 years ago
  29. 4c6ed43 rcu: Eliminate stall-warning use of rsp by Paul E. McKenney · 7 years ago
  30. 7cba477 rcu: Restructure rcu_check_gp_kthread_starvation() by Paul E. McKenney · 7 years ago
  31. f7dd7d4 rcu: Simplify rcutorture_get_gp_data() by Paul E. McKenney · 7 years ago
  32. b97d23c rcu: Remove for_each_rcu_flavor() flavor-traversal macro by Paul E. McKenney · 7 years ago
  33. 564a9ae rcu: Remove last non-flavor-traversal rsp local variable from tree_plugin.h by Paul E. McKenney · 7 years ago
  34. 88d1bea rcu: Remove rcu_data structure's ->rsp field by Paul E. McKenney · 7 years ago
  35. aedf4ba rcu: Remove rsp parameter from rcu_node tree accessor macros by Paul E. McKenney · 7 years ago
  36. 63d4c8c rcu: Remove rsp parameter from expedited grace-period functions by Paul E. McKenney · 7 years ago
  37. 4580b05 rcu: Remove rsp parameter from no-CBs CPU functions by Paul E. McKenney · 7 years ago
  38. b21ebed rcu: Remove rsp parameter from print_cpu_stall_info() by Paul E. McKenney · 7 years ago
  39. 6dbfdc14 rcu: Remove rsp parameter from rcu_spawn_one_boost_kthread() by Paul E. McKenney · 7 years ago
  40. 81ab59a rcu: Remove rsp parameter from dump_blkd_tasks() and friend by Paul E. McKenney · 7 years ago
  41. a2887cd rcu: Remove rsp parameter from rcu_print_detail_task_stall() by Paul E. McKenney · 7 years ago
  42. b8bb1f6 rcu: Remove rsp parameter from rcu_init_one() and friends by Paul E. McKenney · 7 years ago
  43. 53b4630 rcu: Remove rsp parameter from rcu_boot_init_percpu_data() and friends by Paul E. McKenney · 7 years ago
  44. 8344b87 rcu: Remove rsp parameter from _rcu_barrier() and friends by Paul E. McKenney · 7 years ago
  45. 98ece50 rcu: Remove rsp parameter from __rcu_pending() by Paul E. McKenney · 7 years ago
  46. 5c7d896 rcu: Remove rsp parameter from __call_rcu() and friend by Paul E. McKenney · 7 years ago
  47. b049fdf rcu: Remove rsp parameter from __rcu_process_callbacks() by Paul E. McKenney · 7 years ago
  48. b96f9dc rcu: Remove rsp parameter from rcu_check_gp_start_stall() by Paul E. McKenney · 7 years ago
  49. e9ecb78 rcu: Remove rsp parameter from force-quiescent-state functions by Paul E. McKenney · 7 years ago
  50. 5bb5d09 rcu: Remove rsp parameter from rcu_do_batch() by Paul E. McKenney · 7 years ago
  51. 780cd59 rcu: Remove rsp parameter from CPU hotplug functions by Paul E. McKenney · 7 years ago
  52. 8087d3e rcu: Remove rsp parameter from rcu_check_quiescent_state() by Paul E. McKenney · 7 years ago
  53. 0854a05c rcu: Remove rsp parameter from rcu_gp_kthread() and friends by Paul E. McKenney · 7 years ago
  54. 2221233 rcu: Remove rsp parameter from rcu_gp_slow() by Paul E. McKenney · 7 years ago
  55. 15cabdf rcu: Remove rsp parameter from note_gp_changes() by Paul E. McKenney · 7 years ago
  56. c7e48f7 rcu: Remove rsp parameter from __note_gp_changes() by Paul E. McKenney · 7 years ago
  57. 834f56b rcu: Remove rsp parameter from rcu_advance_cbs() by Paul E. McKenney · 7 years ago
  58. c6e09b9 rcu: Remove rsp parameter from rcu_accelerate_cbs_unlocked() by Paul E. McKenney · 7 years ago
  59. 02f5014 rcu: Remove rsp parameter from rcu_accelerate_cbs() by Paul E. McKenney · 7 years ago
  60. 532c00c rcu: Remove rsp parameter from rcu_gp_kthread_wake() by Paul E. McKenney · 7 years ago
  61. 3481f2e rcu: Remove rsp parameter from rcu_future_gp_cleanup() by Paul E. McKenney · 7 years ago
  62. ea12ff2 rcu: Remove rsp parameter from check_cpu_stall() by Paul E. McKenney · 7 years ago
  63. 4e8b8e0 rcu: Remove rsp parameter from print_cpu_stall() by Paul E. McKenney · 7 years ago
  64. a91e7e5 rcu: Remove rsp parameter from print_other_cpu_stall() by Paul E. McKenney · 7 years ago
  65. e1741c6 rcu: Remove rsp parameter from rcu_stall_kick_kthreads() by Paul E. McKenney · 7 years ago
  66. 33dbdbf rcu: Remove rsp parameter from rcu_dump_cpu_stacks() by Paul E. McKenney · 7 years ago
  67. 8fd119b rcu: Remove rsp parameter from rcu_check_gp_kthread_starvation() by Paul E. McKenney · 7 years ago
  68. ad3832e rcu: Remove rsp parameter from record_gp_stall_check_time() by Paul E. McKenney · 7 years ago
  69. 336a4f6 rcu: Remove rsp parameter from rcu_get_root() by Paul E. McKenney · 7 years ago
  70. de8e873 rcu: Remove rsp parameter from rcu_gp_in_progress() by Paul E. McKenney · 7 years ago
  71. 33085c4 rcu: Remove rsp parameter from rcu_report_qs_rdp() by Paul E. McKenney · 7 years ago
  72. 139ad4d rcu: Remove rsp parameter from rcu_report_unblock_qs_rnp() by Paul E. McKenney · 7 years ago
  73. aff4e9e rcu: Remove rsp parameter from rcu_report_qs_rsp() by Paul E. McKenney · 7 years ago
  74. b50912d rcu: Remove rsp parameter from rcu_report_qs_rnp() by Paul E. McKenney · 7 years ago
  75. 2280ee5 rcu: Remove rcu_data_p pointer to default rcu_data structure by Paul E. McKenney · 7 years ago
  76. 16fc9c6 rcu: Remove rcu_state_p pointer to default rcu_state structure by Paul E. McKenney · 7 years ago
  77. da1df50 rcu: Remove rcu_state structure's ->rda field by Paul E. McKenney · 7 years ago
  78. ec5dd44 rcu: Eliminate rcu_state structure's ->call field by Paul E. McKenney · 7 years ago
  79. 358be2d rcu: Remove RCU_STATE_INITIALIZER() by Paul E. McKenney · 7 years ago
  80. 709fdce rcu: Express Tiny RCU updates in terms of RCU rather than RCU-sched by Paul E. McKenney · 7 years ago
  81. 45975c7 rcu: Define RCU-sched API in terms of RCU for Tree RCU PREEMPT builds by Paul E. McKenney · 7 years ago
  82. 4cf439a rcu: Fix typo in rcu_get_gp_kthreads_prio() header comment by Paul E. McKenney · 7 years ago
  83. 2bbfc25b rcu: Drop "wake" parameter from rcu_report_exp_rdp() by Paul E. McKenney · 7 years ago
  84. 82fcecf rcu: Update comments and help text for no more RCU-bh updaters by Paul E. McKenney · 7 years ago
  85. 65cfe35 rcu: Define RCU-bh update API in terms of RCU by Paul E. McKenney · 7 years ago
  86. ba1c64c rcu: Report expedited grace periods at context-switch time by Paul E. McKenney · 7 years ago
  87. d28139c rcu: Apply RCU-bh QSes to RCU-sched and RCU-preempt when safe by Paul E. McKenney · 7 years ago
  88. e11ec65 rcu: Add warning to detect half-interrupts by Paul E. McKenney · 7 years ago
  89. fcc878e rcu: Remove now-unused ->b.exp_need_qs field from the rcu_special union by Paul E. McKenney · 7 years ago
  90. 27c744e rcu: Allow processing deferred QSes for exiting RCU-preempt readers by Paul E. McKenney · 7 years ago
  91. c033574 rcutorture: Test extended "rcu" read-side critical sections by Paul E. McKenney · 7 years ago
  92. 3e31009 rcu: Defer reporting RCU-preempt quiescent states when disabled by Paul E. McKenney · 7 years ago
  93. cf7614e rcu: Refactor rcu_{nmi,irq}_{enter,exit}() by Byungchul Park · 7 years ago
  94. 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
  95. 1895265 Merge branches 'fixes1.2018.07.12b' and 'torture1.2018.07.12b' into HEAD by Paul E. McKenney · 7 years ago
  96. bf5b643 rcutorture: Fix rcu_barrier successes counter by Joel Fernandes (Google) · 7 years ago
  97. 4babd85 rcutorture: Add support to detect if boost kthread prio is too low by Joel Fernandes (Google) · 7 years ago
  98. 622be33f rcutorture: Use monotonic timestamp for stall detection by Arnd Bergmann · 7 years ago
  99. 3b745c8 rcutorture: Make boost test more robust by Joel Fernandes (Google) · 7 years ago
  100. 450efca rcutorture: Disable RT throttling for boost tests by Joel Fernandes (Google) · 7 years ago