1. 26e760c rcu: kasan: record and print call_rcu() call stack by Walter Wu · 4 years, 7 months ago
  2. 6d2b84a Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 7 months ago
  3. c1cc478 Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 4 years, 7 months ago
  4. 5465a32 Merge tag 'core-urgent-2020-07-05' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 8 months ago
  5. 13625c0 Merge branches 'doc.2020.06.29a', 'fixes.2020.06.29a', 'kfree_rcu.2020.06.29a', 'rcu-tasks.2020.06.29a', 'scale.2020.06.29a', 'srcu.2020.06.29a' and 'torture.2020.06.29a' into HEAD by Paul E. McKenney · 4 years, 8 months ago
  6. 7752275 rcutorture: Check for unwatched readers by Paul E. McKenney · 4 years, 9 months ago
  7. 8f43d59 rcu/rcutorture: Replace 0 with false by Jules Irenge · 4 years, 9 months ago
  8. cae7cc6 rcutorture: NULL rcu_torture_current earlier in cleanup code by Paul E. McKenney · 4 years, 10 months ago
  9. 4a5f133 rcutorture: Add races with task-exit processing by Paul E. McKenney · 4 years, 11 months ago
  10. bde50d8 srcu: Avoid local_irq_save() before acquiring spinlock_t by Sebastian Andrzej Siewior · 4 years, 9 months ago
  11. 7fef6cf srcu: Fix a typo in comment "amoritized"->"amortized" by Ethon Paul · 4 years, 11 months ago
  12. 1fbeb3a refperf: Rename refperf.c to refscale.c and change internal names by Paul E. McKenney · 4 years, 9 months ago
  13. 8e4ec3d refperf: Rename RCU_REF_PERF_TEST to RCU_REF_SCALE_TEST by Paul E. McKenney · 4 years, 9 months ago
  14. c7dcf81 rcu-tasks: Fix synchronize_rcu_tasks_trace() header comment by Paul E. McKenney · 4 years, 9 months ago
  15. e13ef44 refperf: Add test for RCU Tasks readers by Paul E. McKenney · 4 years, 9 months ago
  16. 72bb749 refperf: Add test for RCU Tasks Trace readers. by Paul E. McKenney · 4 years, 9 months ago
  17. 918b351 refperf: Change readdelay module parameter to nanoseconds by Paul E. McKenney · 4 years, 9 months ago
  18. 7c944d7 refperf: Work around 64-bit division by Arnd Bergmann · 4 years, 9 months ago
  19. 4dd72a3 refperf: Adjust refperf.loop default value by Paul E. McKenney · 4 years, 9 months ago
  20. b4d1e34 refperf: Add read-side delay module parameter by Paul E. McKenney · 4 years, 9 months ago
  21. 96af866 refperf: Simplify initialization-time wakeup protocol by Paul E. McKenney · 4 years, 9 months ago
  22. 6efb063 refperf: Label experiment-number column "Runs" by Paul E. McKenney · 4 years, 9 months ago
  23. 2db0bda refperf: Add warmup and cooldown processing phases by Paul E. McKenney · 4 years, 9 months ago
  24. 86e0da2 refperf: More closely synchronize reader start times by Paul E. McKenney · 4 years, 9 months ago
  25. af2789d refperf: Convert reader_task structure's "start" field to int by Paul E. McKenney · 4 years, 9 months ago
  26. b864f89 refperf: Tune reader measurement interval by Paul E. McKenney · 4 years, 9 months ago
  27. 2990750 refperf: Make functions static by Paul E. McKenney · 4 years, 9 months ago
  28. 2e90de7 refperf: Dynamically allocate thread-summary output buffer by Paul E. McKenney · 4 years, 9 months ago
  29. f518f15 refperf: Dynamically allocate experiment-summary output buffer by Paul E. McKenney · 4 years, 9 months ago
  30. dbf28ef refperf: Provide module parameter to specify number of experiments by Paul E. McKenney · 4 years, 9 months ago
  31. 8fc2878 refperf: Convert nreaders to a module parameter by Paul E. McKenney · 4 years, 9 months ago
  32. 83b88c8 refperf: Allow decimal nanoseconds by Paul E. McKenney · 4 years, 9 months ago
  33. 75dd8ef refperf: Hoist function-pointer calls out of the loop by Paul E. McKenney · 4 years, 9 months ago
  34. 777a54c refperf: Add holdoff parameter to allow CPUs to come online by Paul E. McKenney · 4 years, 9 months ago
  35. 708cda3 rcuperf: Add comments explaining the high reader overhead by Paul E. McKenney · 4 years, 9 months ago
  36. 653ed64 refperf: Add a test to measure performance of read-side synchronization by Joel Fernandes (Google) · 4 years, 9 months ago
  37. 7e86646 rcuperf: Remove useless while loops around wait_event by Joel Fernandes (Google) · 4 years, 9 months ago
  38. 30d8aa5 rcu-tasks: Fix code-style issues by Paul E. McKenney · 4 years, 9 months ago
  39. 8344496 rcu-tasks: Conditionally compile show_rcu_tasks_gp_kthreads() by Paul E. McKenney · 4 years, 9 months ago
  40. 5b3cc99 rcu-tasks: Add #include of rcupdate_trace.h to update.c by Paul E. McKenney · 4 years, 9 months ago
  41. 04a3c5a rcu-tasks: Make rcu_tasks_postscan() be static by Paul E. McKenney · 4 years, 9 months ago
  42. ea6eed9 rcu-tasks: Convert sleeps to idle priority by Paul E. McKenney · 4 years, 10 months ago
  43. 3042f83 rcu: Support reclaim for head-less object by Uladzislau Rezki (Sony) · 4 years, 9 months ago
  44. c408b21 rcu: Rename *_kfree_callback/*_kfree_rcu_offset/kfree_call_* by Uladzislau Rezki (Sony) · 4 years, 9 months ago
  45. 64d1d06 rcu/tiny: support vmalloc in tiny-RCU by Uladzislau Rezki (Sony) · 4 years, 9 months ago
  46. 5f3c8d6 rcu/tree: Maintain separate array for vmalloc ptrs by Uladzislau Rezki (Sony) · 4 years, 9 months ago
  47. 53c72b5 rcu/tree: cache specified number of objects by Uladzislau Rezki (Sony) · 4 years, 9 months ago
  48. 69f08d3 rcu/tree: Use static initializer for krc.lock by Sebastian Andrzej Siewior · 4 years, 9 months ago
  49. 952371d rcu/tree: Move kfree_rcu_cpu locking/unlocking to separate functions by Uladzislau Rezki (Sony) · 4 years, 9 months ago
  50. 3af8486 rcu/tree: Simplify KFREE_BULK_MAX_ENTR macro by Uladzislau Rezki (Sony) · 4 years, 9 months ago
  51. 446044e rcu/tree: Make debug_objects logic independent of rcu_head by Joel Fernandes (Google) · 4 years, 9 months ago
  52. 594aa59 rcu/tree: Repeat the monitor if any free channel is busy by Uladzislau Rezki (Sony) · 4 years, 9 months ago
  53. 4d29194 rcu/tree: Skip entry into the page allocator for PREEMPT_RT by Joel Fernandes (Google) · 4 years, 9 months ago
  54. 8ac88f7 rcu/tree: Keep kfree_rcu() awake during lock contention by Joel Fernandes (Google) · 4 years, 9 months ago
  55. 8e11690 rcu: Fix a kernel-doc warnings for "count" by Mauro Carvalho Chehab · 4 years, 10 months ago
  56. c3cb47a kernel/rcu/tree.c: Fix kernel-doc warnings by Randy Dunlap · 4 years, 9 months ago
  57. 7a0c2b0 rcu: grpnum just records group number by Wei Yang · 4 years, 9 months ago
  58. a2dae43 rcu: grplo/grphi just records CPU number by Wei Yang · 4 years, 9 months ago
  59. 00943a6 rcu: gp_max is protected by root rcu_node's lock by Wei Yang · 4 years, 9 months ago
  60. c6dfd72 rcu: Stop shrinker loop by Peter Enderborg · 4 years, 9 months ago
  61. e40bb92 rcu: Replace 1 with true by Jules Irenge · 4 years, 9 months ago
  62. 04b25a4 rcu: Mark rcu_nmi_enter() call to rcu_cleanup_after_idle() noinstr by Paul E. McKenney · 4 years, 10 months ago
  63. 55fbe86 rcu: Remove initialized but unused rnp from check_slow_task() by Paul E. McKenney · 4 years, 10 months ago
  64. 360fbbb rcu: Update comment from rsp->rcu_gp_seq to rsp->gp_seq by Lihao Liang · 4 years, 10 months ago
  65. 68c2f27 rcu: Expedited grace-period sleeps to idle priority by Paul E. McKenney · 4 years, 10 months ago
  66. f5ca3464 rcu: No-CBs-related sleeps to idle priority by Paul E. McKenney · 4 years, 10 months ago
  67. a9352f72 rcu: Priority-boost-related sleeps to idle priority by Paul E. McKenney · 4 years, 10 months ago
  68. 77865de rcu: Grace-period-kthread related sleeps to idle priority by Paul E. McKenney · 4 years, 10 months ago
  69. f8466f9 rcu: Add comment documenting rcu_callback_map's purpose by Paul E. McKenney · 4 years, 10 months ago
  70. e816d56 rcu: Add callbacks-invoked counters by Paul E. McKenney · 4 years, 10 months ago
  71. abfce04 rcu: Simplify the calculation of rcu_state.ncpus by Wei Yang · 4 years, 11 months ago
  72. 7ee880b rcu: Initialize and destroy rcu_synchronize only when necessary by Wei Yang · 4 years, 11 months ago
  73. f2286ab docs: RCU: Convert stallwarn.txt to ReST by Mauro Carvalho Chehab · 4 years, 11 months ago
  74. 43cb545 docs: RCU: Convert torture.txt to ReST by Mauro Carvalho Chehab · 4 years, 11 months ago
  75. b58e733 rcu: Fixup noinstr warnings by Peter Zijlstra · 4 years, 9 months ago
  76. 8b70098 sched: Remove sched_set_*() return value by Peter Zijlstra · 4 years, 11 months ago
  77. ce1c8af sched,rcutorture: Convert to sched_set_fifo_low() by Peter Zijlstra · 4 years, 11 months ago
  78. b143339 sched,rcuperf: Convert to sched_set_fifo_low() by Peter Zijlstra · 4 years, 11 months ago
  79. 081096d Merge tag 'tty-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 4 years, 9 months ago
  80. 5fdeefa Merge branch 'urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/urgent by Ingo Molnar · 4 years, 9 months ago
  81. b3e2d20 rcuperf: Fix printk format warning by Kefeng Wang · 4 years, 11 months ago
  82. cb3cb67 Merge branch 'WIP.core/rcu' into core/rcu, to pick up two x86/entry dependencies by Ingo Molnar · 4 years, 9 months ago
  83. 806f04e rcu: Allow for smp_call_function() running callbacks from idle by Peter Zijlstra · 4 years, 9 months ago
  84. 07325d4 rcu: Provide rcu_irq_exit_check_preempt() by Thomas Gleixner · 4 years, 10 months ago
  85. aaf2bc5 rcu: Abstract out rcu_irq_enter_check_tick() from rcu_nmi_enter() by Paul E. McKenney · 4 years, 10 months ago
  86. b1fcf9b rcu: Provide __rcu_is_watching() by Thomas Gleixner · 4 years, 10 months ago
  87. 8ae0ae6 rcu: Provide rcu_irq_exit_preempt() by Thomas Gleixner · 4 years, 10 months ago
  88. 9ea366f rcu: Make RCU IRQ enter/exit functions rely on in_nmi() by Paul E. McKenney · 5 years ago
  89. ff5c4f5 rcu/tree: Mark the idle relevant functions noinstr by Thomas Gleixner · 5 years ago
  90. 0ca650c4 rcu: constify sysrq_key_op by Emil Velikov · 4 years, 10 months ago
  91. f736e0f Merge branches 'fixes.2020.04.27a', 'kfree_rcu.2020.04.27a', 'rcu-tasks.2020.04.27a', 'stall.2020.04.27a' and 'torture.2020.05.07a' into HEAD by Paul E. McKenney · 4 years, 10 months ago
  92. 3c80b40 rcutorture: Convert ULONG_CMP_LT() to time_before() by Paul E. McKenney · 5 years ago
  93. afbc157 rcutorture: Make rcu_fwds and rcu_fwd_emergency_stop static by Jason Yan · 5 years ago
  94. 55b2dcf rcu: Allow rcutorture to starve grace-period kthread by Paul E. McKenney · 5 years ago
  95. 19a8ff9 rcutorture: Add flag to produce non-busy-wait task stalls by Paul E. McKenney · 5 years ago
  96. c9527be rcutorture: Mark data-race potential for rcu_barrier() test statistics by Paul E. McKenney · 5 years ago
  97. 3b2a473 rcutorture: Add KCSAN stubs by Paul E. McKenney · 5 years ago
  98. 33b2b93 rcu: Remove self-stack-trace when all quiescent states seen by Paul E. McKenney · 5 years ago
  99. 8837582 rcu: When GP kthread is starved, tag idle threads as false positives by Paul E. McKenney · 5 years ago
  100. 654db05 rcu: Use data_race() for RCU expedited CPU stall-warning prints by Paul E. McKenney · 5 years ago