1. 657bd90 Merge tag 'sched-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 11 months ago
  2. 4ae7dc9 entry/kvm: Explicitly flush pending rcuog wakeup before last rescheduling point by Frederic Weisbecker · 4 years ago
  3. 47b8ff1 entry: Explicitly flush pending rcuog wakeup before last rescheduling point by Frederic Weisbecker · 4 years ago
  4. f8bb5ca rcu/nocb: Trigger self-IPI on late deferred wake up before user resume by Frederic Weisbecker · 4 years ago
  5. 43789ef rcu/nocb: Perform deferred wake up before last idle's need_resched() check by Frederic Weisbecker · 4 years ago
  6. 54b7429e rcu: Pull deferred rcuog wake up to rcu_eqs_enter() callers by Frederic Weisbecker · 4 years ago
  7. 0d2460b Merge branches 'doc.2021.01.06a', 'fixes.2021.01.04b', 'kfree_rcu.2021.01.04a', 'mmdumpobj.2021.01.22a', 'nocb.2021.01.06a', 'rt.2021.01.04a', 'stall.2021.01.06a', 'torture.2021.01.12a' and 'tortureall.2021.01.06a' into HEAD by Paul E. McKenney · 4 years ago
  8. b4b7914 rcu: Make call_rcu() print mem_dump_obj() info for double-freed callback by Paul E. McKenney · 4 years, 1 month ago
  9. 1afb95f torture: Maintain torture-specific set of CPUs-online books by Paul E. McKenney · 4 years, 1 month ago
  10. edf7b84 rcutorture: Make object_debug also double call_rcu() heap object by Paul E. McKenney · 4 years, 2 months ago
  11. 414c116 torture: Make refscale throttle high-rate printk()s by Paul E. McKenney · 4 years, 2 months ago
  12. 1eba0ef rcutorture: Use hrtimers for reader and writer delays by Paul E. McKenney · 4 years, 2 months ago
  13. ea31fd9 rcutorture: Use torture_hrtimeout_jiffies() to avoid busy-waits by Paul E. McKenney · 4 years, 2 months ago
  14. 682189a rcutorture: Make rcu_torture_fakewriter() use blocking wait primitives by Paul E. McKenney · 4 years, 2 months ago
  15. 18fbf30 rcutorture: Make synctype[] and nsynctype be static global by Paul E. McKenney · 4 years, 2 months ago
  16. 12a910e rcutorture: Require entire stutter period be post-boot by Paul E. McKenney · 4 years, 2 months ago
  17. e76506f refscale: Allow summarization of verbose output by Paul E. McKenney · 4 years, 2 months ago
  18. 683954e rcu: Check and report missed fqs timer wakeup on RCU stall by Neeraj Upadhyay · 4 years, 2 months ago
  19. 147c685 rcu: Do any deferred nocb wakeups at CPU offline time by Paul E. McKenney · 4 years, 1 month ago
  20. f759081 rcu/nocb: Code-style nits in callback-offloading toggling by Paul E. McKenney · 4 years, 1 month ago
  21. 3d0cef5 rcu/nocb: Add nocb CB kthread list to show_rcu_nocb_state() output by Paul E. McKenney · 4 years, 1 month ago
  22. 3416906 rcu/nocb: Add grace period and task state to show_rcu_nocb_state() output by Paul E. McKenney · 4 years, 1 month ago
  23. 2c4319b rcutorture: Test runtime toggling of CPUs' callback offloading by Paul E. McKenney · 4 years, 4 months ago
  24. 634954c rcu/nocb: Locally accelerate callbacks as long as offloading isn't complete by Frederic Weisbecker · 4 years, 2 months ago
  25. 32aa2f4 rcu/nocb: Process batch locally as long as offloading isn't complete by Frederic Weisbecker · 4 years, 2 months ago
  26. e3abe95 rcu/nocb: Only cond_resched() from actual offloaded batch processing by Frederic Weisbecker · 4 years, 2 months ago
  27. b9ced9e rcu/nocb: Set SEGCBLIST_SOFTIRQ_ONLY at the very last stage of de-offloading by Frederic Weisbecker · 4 years, 2 months ago
  28. 314202f rcu/nocb: Flush bypass before setting SEGCBLIST_SOFTIRQ_ONLY by Frederic Weisbecker · 4 years, 2 months ago
  29. 69cdea8 rcu/nocb: Shutdown nocb timer on de-offloading by Frederic Weisbecker · 4 years, 2 months ago
  30. 254e11ef rcu/nocb: Re-offload support by Frederic Weisbecker · 4 years, 2 months ago
  31. 5bb39dc rcu/nocb: De-offloading GP kthread by Frederic Weisbecker · 4 years, 2 months ago
  32. ef00534 rcu/nocb: Don't deoffload an offline CPU with pending work by Frederic Weisbecker · 4 years, 2 months ago
  33. d97b078 rcu/nocb: De-offloading CB kthread by Frederic Weisbecker · 4 years, 2 months ago
  34. 126d9d4 rcu/nocb: Always init segcblist on CPU up by Frederic Weisbecker · 4 years, 2 months ago
  35. 8d346d4 rcu/nocb: Provide basic callback offloading state machine bits by Frederic Weisbecker · 4 years, 2 months ago
  36. 65e5603 rcu/nocb: Turn enabled/offload states into a common flag by Frederic Weisbecker · 4 years, 2 months ago
  37. b4e6039 rcu/segcblist: Add debug checks for segment lengths by Joel Fernandes (Google) · 4 years, 2 months ago
  38. 3afe7fa rcu/trace: Add tracing for how segcb list changes by Joel Fernandes (Google) · 4 years, 2 months ago
  39. 68804cf rcu/tree: segcblist: Remove redundant smp_mb()s by Joel Fernandes (Google) · 4 years, 3 months ago
  40. ae5c234 rcu/segcblist: Add counters to segcblist datastructure by Joel Fernandes (Google) · 4 years, 4 months ago
  41. c2e1311 rcu/segcblist: Add additional comments to explain smp_mb() by Joel Fernandes (Google) · 4 years, 2 months ago
  42. c26165e rcu: Make TASKS_TRACE_RCU select IRQ_WORK by Paul E. McKenney · 4 years, 1 month ago
  43. bfba7ed rcu-tasks: Add RCU-tasks self tests by Uladzislau Rezki (Sony) · 4 years, 1 month ago
  44. 7dffe01 rcu: Add lockdep_assert_irqs_disabled() to raw_spin_unlock_rcu_node() macros by Paul E. McKenney · 4 years, 2 months ago
  45. a649d25 rcu: Add lockdep_assert_irqs_disabled() to rcu_sched_clock_irq() and callees by Paul E. McKenney · 4 years, 2 months ago
  46. 725969a rcu: Do not NMI offline CPUs by Paul E. McKenney · 4 years, 2 months ago
  47. 243027a rcu: For RCU grace-period kthread starvation, dump last CPU it ran on by Paul E. McKenney · 4 years, 2 months ago
  48. b08ea1d rcu: Mark obtuse portion of stall warning as internal debug by Paul E. McKenney · 4 years, 2 months ago
  49. 0050453 rcutorture: Add testing for RCU's global memory ordering by Paul E. McKenney · 4 years, 3 months ago
  50. bc480a6 rcutorture: Add reader-side tests of polling grace-period API by Paul E. McKenney · 4 years, 2 months ago
  51. 0fd0548 rcutorture: Add writer-side tests of polling grace-period API by Paul E. McKenney · 4 years, 2 months ago
  52. fd56f64b rcutorture: Prepare for ->start_gp_poll and ->poll_gp_state by Paul E. McKenney · 4 years, 2 months ago
  53. 4e7ccfa srcu: Add comment explaining cookie overflow/wrap by Paul E. McKenney · 4 years, 2 months ago
  54. 5358c9f srcu: Provide polling interfaces for Tree SRCU grace periods by Paul E. McKenney · 4 years, 2 months ago
  55. 8b5bd67 srcu: Provide polling interfaces for Tiny SRCU grace periods by Paul E. McKenney · 4 years, 2 months ago
  56. 29d2bb9 srcu: Provide internal interface to start a Tree SRCU grace period by Paul E. McKenney · 4 years, 2 months ago
  57. 1a893c7 srcu: Provide internal interface to start a Tiny SRCU grace period by Paul E. McKenney · 4 years, 2 months ago
  58. 74612a0 srcu: Make Tiny SRCU use multi-bit grace-period counter by Paul E. McKenney · 4 years, 2 months ago
  59. 36221e1 rcu: Enable rcu_normal_after_boot unconditionally for RT by Julia Cartwright · 4 years, 1 month ago
  60. 8b9a0ec rcu: Unconditionally use rcuc threads on PREEMPT_RT by Scott Wood · 4 years, 1 month ago
  61. 2341bc4 rcu: Make RCU_BOOST default on CONFIG_PREEMPT_RT by Sebastian Andrzej Siewior · 4 years, 1 month ago
  62. 84109ab rcu: Record kvfree_call_rcu() call stack for KASAN by Zqiang · 4 years, 2 months ago
  63. 6bc3358 rcu/tree: Make rcu_do_batch count how many callbacks were executed by Joel Fernandes (Google) · 4 years, 2 months ago
  64. 36bbbd0 Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu by Linus Torvalds · 4 years ago
  65. adb35e8 Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 1 month ago
  66. 8c1dccc Merge tag 'core-rcu-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 1 month ago
  67. 1b04fa9 rcu-tasks: Move RCU-tasks initialization to before early_initcall() by Uladzislau Rezki (Sony) · 4 years, 1 month ago
  68. a787bda Merge branch 'linus' into sched/core, to resolve semantic conflict by Ingo Molnar · 4 years, 2 months ago
  69. 7a9f50a irq_work: Cleanup by Peter Zijlstra · 4 years, 7 months ago
  70. 7fc91fc Merge branches 'cpuinfo.2020.11.06a', 'doc.2020.11.06a', 'fixes.2020.11.19b', 'lockdep.2020.11.02a', 'tasks.2020.11.06a' and 'torture.2020.11.06a' into HEAD by Paul E. McKenney · 4 years, 2 months ago
  71. 50edb98 srcu: Take early exit on memory-allocation failure by Paul E. McKenney · 4 years, 4 months ago
  72. 56292e8 rcu/tree: Defer kvfree_rcu() allocation to a clean context by Uladzislau Rezki (Sony) · 4 years, 3 months ago
  73. bfb3aa7 rcu: Do not report strict GPs for outgoing CPUs by Paul E. McKenney · 4 years, 3 months ago
  74. 354c3f0 rcu: Fix a typo in rcu_blocking_is_gp() header comment by Zhouyi Zhou · 4 years, 3 months ago
  75. 4d60b47 rcu: Prevent lockdep-RCU splats on lock acquisition/release by Paul E. McKenney · 4 years, 3 months ago
  76. bd56e0a rcu/tree: nocb: Avoid raising softirq for offloaded ready-to-execute CBs by Joel Fernandes (Google) · 4 years, 3 months ago
  77. d2098b44 rcu,ftrace: Fix ftrace recursion by Peter Zijlstra · 4 years, 4 months ago
  78. 7c47ee5 rcu/tree: Make struct kernel_param_ops definitions const by Joe Perches · 4 years, 4 months ago
  79. 9f866da rcu/tree: Add a warning if CPU being onlined did not report QS already by Joel Fernandes (Google) · 4 years, 4 months ago
  80. a394151 rcu: Clarify nocb kthreads naming in RCU_NOCB_CPU config by Neeraj Upadhyay · 4 years, 4 months ago
  81. ed73860 rcu: Fix single-CPU check in rcu_blocking_is_gp() by Neeraj Upadhyay · 4 years, 4 months ago
  82. e3771c8 rcu: Implement rcu_segcblist_is_offloaded() config dependent by Frederic Weisbecker · 4 years, 4 months ago
  83. dfe5640 rcu: Panic after fixed number of stalls by chao · 4 years, 5 months ago
  84. 6dbce04 rcu: Allow rcu_irq_enter_check_tick() from NMI by Peter Zijlstra · 4 years, 2 months ago
  85. 9dacf44 Merge branch 'urgent-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu by Linus Torvalds · 4 years, 2 months ago
  86. 88b31f0 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 4 years, 2 months ago
  87. c583bcb rcu: Don't invoke try_invoke_on_locked_down_task() with irqs disabled by Paul E. McKenney · 4 years, 4 months ago
  88. 04e613d arm64: smp: Tell RCU about CPUs that fail to come online by Will Deacon · 4 years, 2 months ago
  89. 75dc2da rcu-tasks: Make the units of ->init_fract be jiffies by Paul E. McKenney · 4 years, 4 months ago
  90. a7eb937 rcutorture: Don't do need_resched() testing if ->sync is NULL by Paul E. McKenney · 4 years, 3 months ago
  91. 293b93d rcutorture: Small code cleanups by Paul E. McKenney · 4 years, 4 months ago
  92. ab1b788 rcutorture: Make stutter_wait() caller restore priority by Paul E. McKenney · 4 years, 4 months ago
  93. 4994684 rcutorture: Prevent hangs for invalid arguments by Paul E. McKenney · 4 years, 4 months ago
  94. bc80d35 refscale: Prevent hangs for invalid arguments by Paul E. McKenney · 4 years, 4 months ago
  95. 2f2214d rcuscale: Prevent hangs for invalid arguments by Paul E. McKenney · 4 years, 4 months ago
  96. 899f317 rcuscale: Add RCU Tasks Trace by Paul E. McKenney · 4 years, 4 months ago
  97. 3fcd6a2 x86/cpu: Avoid cpuinfo-induced IPIing of idle CPUs by Paul E. McKenney · 4 years, 5 months ago
  98. 0c6d18d refscale: Bounds-check module parameters by Paul E. McKenney · 4 years, 5 months ago
  99. 27c0f14 rcutorture: Make grace-period kthread report match RCU flavor being tested by Paul E. McKenney · 4 years, 4 months ago
  100. 77dc174 rcu-tasks: Convert rcu_tasks_wait_gp() for-loop to while-loop by Paul E. McKenney · 4 years, 4 months ago