1. 43e903a rcu: Inline invoke_rcu_callbacks() into its sole remaining caller by Paul E. McKenney · 6 years ago
  2. 48d07c0 rcu: Enable elimination of Tree-RCU softirq processing by Sebastian Andrzej Siewior · 6 years ago
  3. d2d8b14 Merge tag 'trace-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 6 years ago
  4. 0968621 Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk by Linus Torvalds · 6 years ago
  5. 6cdbc07 Merge branches 'consolidate.2019.04.09a', 'doc.2019.03.26b', 'fixes.2019.03.26b', 'srcu.2019.03.26b', 'stall.2019.03.26b' and 'torture.2019.03.26b' into HEAD by Paul E. McKenney · 6 years ago
  6. d75f773 treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively by Sakari Ailus · 6 years ago
  7. 4f5fbd7 rcu: validate arguments for rcu tracepoints by Yafang Shao · 6 years ago
  8. b51bcbb rcu: Move forward-progress checkers into tree_stall.h by Paul E. McKenney · 6 years ago
  9. 7ac1907 rcu: Move irq-disabled stall-warning checking to tree_stall.h by Paul E. McKenney · 6 years ago
  10. 32255d5 rcu: Move RCU CPU stall-warning code out of tree.c by Paul E. McKenney · 6 years ago
  11. 10462d6 rcu: Move RCU CPU stall-warning code out of update.c by Paul E. McKenney · 6 years ago
  12. 5d8a752 rcu: Fix force_qs_rnp() header comment by Zhouyi Zhou · 6 years ago
  13. 85f2b60 rcu: Update jiffies_to_sched_qs and adjust_jiffies_till_sched_qs() comments by Paul E. McKenney · 6 years ago
  14. 6973032 rcu: Default jiffies_to_sched_qs to jiffies_till_sched_qs by Neeraj Upadhyay · 6 years ago
  15. 0f58d2a rcu: Fix self-wakeups for grace-period kthread by Neeraj Upadhyay · 6 years ago
  16. b2eb85b rcu: Move common code out of if-else block by Akira Yokosawa · 6 years ago
  17. 3ffe3d1 rcu: Set rcutree.kthread_prio sysfs access to read-only by Liu Song · 6 years ago
  18. 671a635 rcu: Avoid unnecessary softirq when system is idle by Joel Fernandes (Google) · 6 years ago
  19. e85e6a2 rcu: Unconditionally expedite during suspend/hibernate by Paul E. McKenney · 6 years ago
  20. 203b660 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  21. c13324a x86/kprobes: Prohibit probing on functions before kprobe_int3_handler() by Masami Hiramatsu · 6 years ago
  22. e7ffb4e Merge branches 'doc.2019.01.26a', 'fixes.2019.01.26a', 'sil.2019.01.26a', 'spdx.2019.02.09a', 'srcu.2019.01.26a' and 'torture.2019.01.26a' into HEAD by Paul E. McKenney · 6 years ago
  23. 22e4092 rcu/tree: Convert to SPDX license identifier by Paul E. McKenney · 6 years ago
  24. e81baf4 srcu: Remove srcu_queue_delayed_work_on() by Sebastian Andrzej Siewior · 6 years ago
  25. 39abefe rcu: Repair rcu_nmi_exit() docbook header by Paul E. McKenney · 6 years ago
  26. fb60e53 rcu: Rename rcu_process_callbacks() to rcu_core() for Tree RCU by Paul E. McKenney · 6 years ago
  27. c98cac6 rcu: Rename rcu_check_callbacks() to rcu_sched_clock_irq() by Paul E. McKenney · 6 years ago
  28. 7a968bb Merge branches 'consolidate.2019.01.26a' and 'fwd.2019.01.26a' into HEAD by Paul E. McKenney · 6 years ago
  29. 13dc7d0 rcu: Prevent needless ->gp_seq_needed update in __note_gp_changes() by Zhang, Jun · 6 years ago
  30. 1d1f898 rcu: Do RCU GP kthread self-wakeup from softirq and interrupt by Zhang, Jun · 6 years ago
  31. 2ccaff1 rcu: Add sysrq rcu_node-dump capability by Paul E. McKenney · 6 years ago
  32. 3b6505f rcu: Protect rcu_check_gp_kthread_starvation() access to ->gp_flags by Paul E. McKenney · 6 years ago
  33. fd89757 rcu: Improve diagnostics for failed RCU grace-period start by Paul E. McKenney · 6 years ago
  34. 9cf422a rcu: Accommodate zero jiffies_till_first_fqs and kthread kicking by Paul E. McKenney · 6 years ago
  35. 260e1e4 rcu: Discard separate per-CPU callback counts by Paul E. McKenney · 6 years ago
  36. e5bc3af rcu: Consolidate PREEMPT and !PREEMPT synchronize_rcu() by Paul E. McKenney · 6 years ago
  37. c97058d rcu: Eliminate RCU_BH_FLAVOR and RCU_SCHED_FLAVOR by Paul E. McKenney · 6 years ago
  38. cd920e5 rcu: Inline force_quiescent_state() into rcu_force_quiescent_state() by Paul E. McKenney · 6 years ago
  39. ad368d1 rcu: Rename and comment changes due to only one rcuo kthread per CPU by Paul E. McKenney · 6 years ago
  40. c51d7b5 rcutorture: Print time since GP end upon forward-progress failure by Paul E. McKenney · 6 years ago
  41. 8dd3b54 rcutorture: Print GP age upon forward-progress failure by Paul E. McKenney · 6 years ago
  42. bfcfcff rcu: Print per-CPU callback counts for forward-progress failures by Paul E. McKenney · 6 years ago
  43. 903ee83 rcu: Account for nocb-CPU callback counts in RCU CPU stall warnings by Paul E. McKenney · 6 years ago
  44. e0aff97 rcutorture: Dump grace-period diagnostics upon forward-progress OOM by Paul E. McKenney · 6 years ago
  45. eaaf055 Merge branches 'bug.2018.11.12a', 'consolidate.2018.12.01a', 'doc.2018.11.12a', 'fixes.2018.11.12a', 'initrd.2018.11.08b', 'sil.2018.11.12a' and 'srcu.2018.11.27a' into HEAD by Paul E. McKenney · 6 years ago
  46. 0a89e5a rcu: Trace end of grace period before end of grace period by Paul E. McKenney · 6 years ago
  47. 2320bda rcu: Adjust the comment of function rcu_is_watching by Zhouyi Zhou · 6 years ago
  48. c669c01 rcu: Add jiffies-since-GP-activity to show_rcu_gp_kthreads() by Paul E. McKenney · 6 years ago
  49. 6919601 rcu: Add state name to show_rcu_gp_kthreads() output by Paul E. McKenney · 6 years ago
  50. 791416c rcu: Parameterize rcu_check_gp_start_stall() by Paul E. McKenney · 6 years ago
  51. b3c1d9e rcu: Avoid double multiply by HZ by Paul E. McKenney · 6 years ago
  52. 08543bd rcu: Eliminate BUG_ON() for kernel/rcu/tree.c by Paul E. McKenney · 6 years ago
  53. b56ada1 Merge branches 'doc.2018.08.30a', 'dynticks.2018.08.30b', 'srcu.2018.08.30b' and 'torture.2018.08.29a' into HEAD by Paul E. McKenney · 6 years ago
  54. e0fcba9 srcu: Make call_srcu() available during very early boot by Paul E. McKenney · 6 years ago
  55. 894d45b rcu: Convert rcu_state.ofl_lock to raw_spinlock_t by Mike Galbraith · 6 years ago
  56. 8d8a9d0 rcu: Remove obsolete ->dynticks_fqs and ->cond_resched_completed by Paul E. McKenney · 6 years ago
  57. dc5a4f2 rcu: Switch ->dynticks to rcu_data structure, remove rcu_dynticks by Paul E. McKenney · 6 years ago
  58. 4c5273b rcu: Switch dyntick nesting counters to rcu_data structure by Paul E. McKenney · 6 years ago
  59. 2dba13f rcu: Switch urgent quiescent-state requests to rcu_data structure by Paul E. McKenney · 6 years ago
  60. df63fa5b rcu: Convert "1UL << x" to "BIT(x)" by Paul E. McKenney · 6 years ago
  61. fced9c8 rcu: Avoid resched_cpu() when rescheduling the current CPU by Paul E. McKenney · 6 years ago
  62. d305210 rcu: More aggressively enlist scheduler aid for nohz_full CPUs by Paul E. McKenney · 6 years ago
  63. c06aed0 rcu: Compute jiffies_till_sched_qs from other kernel parameters by Paul E. McKenney · 6 years ago
  64. 7e28c5a rcu: Eliminate ->rcu_qs_ctr from the rcu_dynticks structure by Paul E. McKenney · 6 years ago
  65. a0ef9ec rcu: Provide improved interrupt-from-idle check in rcu_check_callbacks() by Paul E. McKenney · 6 years ago
  66. 92aa39e rcu: Make need_resched() respond to urgent RCU-QS needs by Paul E. McKenney · 6 years ago
  67. dd46a78 rcu: Inline _rcu_barrier() into its sole remaining caller by Paul E. McKenney · 6 years ago
  68. 395a2f0 rcu: Define rcu_all_qs() only in !PREEMPT builds by Paul E. McKenney · 6 years ago
  69. 49918a5 rcu: Clean up flavor-related definitions and comments in tree.c by Paul E. McKenney · 6 years ago
  70. de3875d rcu: Remove now-unused rcutorture APIs by Paul E. McKenney · 6 years ago
  71. a8bb74a rcu: Consolidate RCU-sched update-side function definitions by Paul E. McKenney · 7 years ago
  72. 4c7e9c1 rcu: Consolidate RCU-bh update-side function definitions by Paul E. McKenney · 7 years ago
  73. c3854a0 rcu: Pull rcu_gp_kthread() FQS loop into separate function by Paul E. McKenney · 7 years ago
  74. 4e95020 rcu: Inline increment_cpu_stall_ticks() into its sole caller by Paul E. McKenney · 7 years ago
  75. 8ff0b90 rcu: Fix typo in force_qs_rnp()'s parameter's parameter by Paul E. McKenney · 7 years ago
  76. eb7a665 rcu: Eliminate initialization-time use of rsp by Paul E. McKenney · 7 years ago
  77. ec9f583 rcu: Eliminate RCU-barrier use of rsp by Paul E. McKenney · 7 years ago
  78. 67a0edb rcu: Eliminate quiescent-state and grace-period-nonstart use of rsp by Paul E. McKenney · 7 years ago
  79. 3c779df rcu: Eliminate callback-invocation/invocation use of rsp by Paul E. McKenney · 7 years ago
  80. 9cbc5b9 rcu: Eliminate grace-period management code use of rsp by Paul E. McKenney · 7 years ago
  81. 4c6ed43 rcu: Eliminate stall-warning use of rsp by Paul E. McKenney · 7 years ago
  82. 7cba477 rcu: Restructure rcu_check_gp_kthread_starvation() by Paul E. McKenney · 7 years ago
  83. f7dd7d4 rcu: Simplify rcutorture_get_gp_data() by Paul E. McKenney · 7 years ago
  84. b97d23c rcu: Remove for_each_rcu_flavor() flavor-traversal macro by Paul E. McKenney · 7 years ago
  85. 88d1bea rcu: Remove rcu_data structure's ->rsp field by Paul E. McKenney · 7 years ago
  86. aedf4ba rcu: Remove rsp parameter from rcu_node tree accessor macros by Paul E. McKenney · 7 years ago
  87. 63d4c8c rcu: Remove rsp parameter from expedited grace-period functions by Paul E. McKenney · 7 years ago
  88. 4580b05 rcu: Remove rsp parameter from no-CBs CPU functions by Paul E. McKenney · 7 years ago
  89. b21ebed rcu: Remove rsp parameter from print_cpu_stall_info() by Paul E. McKenney · 7 years ago
  90. 81ab59a rcu: Remove rsp parameter from dump_blkd_tasks() and friend by Paul E. McKenney · 7 years ago
  91. a2887cd rcu: Remove rsp parameter from rcu_print_detail_task_stall() by Paul E. McKenney · 7 years ago
  92. b8bb1f6 rcu: Remove rsp parameter from rcu_init_one() and friends by Paul E. McKenney · 7 years ago
  93. 53b4630 rcu: Remove rsp parameter from rcu_boot_init_percpu_data() and friends by Paul E. McKenney · 7 years ago
  94. 8344b87 rcu: Remove rsp parameter from _rcu_barrier() and friends by Paul E. McKenney · 7 years ago
  95. 98ece50 rcu: Remove rsp parameter from __rcu_pending() by Paul E. McKenney · 7 years ago
  96. 5c7d896 rcu: Remove rsp parameter from __call_rcu() and friend by Paul E. McKenney · 7 years ago
  97. b049fdf rcu: Remove rsp parameter from __rcu_process_callbacks() by Paul E. McKenney · 7 years ago
  98. b96f9dc rcu: Remove rsp parameter from rcu_check_gp_start_stall() by Paul E. McKenney · 7 years ago
  99. e9ecb78 rcu: Remove rsp parameter from force-quiescent-state functions by Paul E. McKenney · 7 years ago
  100. 5bb5d09 rcu: Remove rsp parameter from rcu_do_batch() by Paul E. McKenney · 7 years ago