1. 96611c2 sched: Improve wake_up_all_idle_cpus() take #2 by Peter Zijlstra · 3 years, 2 months ago
  2. 8850cb6 sched: Simplify wake_up_*idle*() by Peter Zijlstra · 3 years, 3 months ago
  3. 49b3bd2 smp: Fix all kernel-doc warnings by Randy Dunlap · 3 years, 5 months ago
  4. 1139aeb smp: Fix smp_call_function_single_async prototype by Arnd Bergmann · 3 years, 8 months ago
  5. a500fc9 Merge branch 'locking/core' into x86/mm, to resolve conflict by Ingo Molnar · 3 years, 10 months ago
  6. d43f17a smp: Micro-optimize smp_call_function_many_cond() by Peter Zijlstra · 3 years, 10 months ago
  7. a5aa5ce smp: Inline on_each_cpu_cond() and on_each_cpu() by Nadav Amit · 3 years, 10 months ago
  8. a32a4d8 smp: Run functions concurrently in smp_call_function_many_cond() by Nadav Amit · 3 years, 10 months ago
  9. a5aabac locking/csd_lock: Add more data to CSD lock debugging by Juergen Gross · 3 years, 10 months ago
  10. de7b09e locking/csd_lock: Prepare more CSD lock debugging by Juergen Gross · 3 years, 10 months ago
  11. 8d0968c locking/csd_lock: Add boot parameter for controlling CSD lock debugging by Juergen Gross · 3 years, 10 months ago
  12. f9d3459 smp: Process pending softirqs in flush_smp_call_function_from_idle() by Sebastian Andrzej Siewior · 4 years ago
  13. a787bda Merge branch 'linus' into sched/core, to resolve semantic conflict by Ingo Molnar · 4 years, 1 month ago
  14. 545b8c8 smp: Cleanup smp_call_function*() by Peter Zijlstra · 4 years, 7 months ago
  15. 41eea65 Merge tag 'core-rcu-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 2 months ago
  16. 7b7b8a2 kernel/: fix repeated words in comments by Randy Dunlap · 4 years, 2 months ago
  17. 2b72216 smp: Make symbol 'csd_bug_count' static by Wei Yongjun · 4 years, 6 months ago
  18. 35feb60 kernel/smp: Provide CSD lock timeout diagnostics by Paul E. McKenney · 4 years, 6 months ago
  19. e48c15b smp: Add source and destination CPUs to __call_single_data by Paul E. McKenney · 4 years, 6 months ago
  20. 5893435 smp: Fix a potential usage of stale nr_cpus by Muchun Song · 4 years, 5 months ago
  21. 8c4890d smp, irq_work: Continue smp_call_function*() and irq_work*() integration by Peter Zijlstra · 4 years, 6 months ago
  22. d479c5a Merge tag 'sched-core-2020-06-02' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 7 months ago
  23. 25de110 irq_work: Define irq_work_single() on !CONFIG_IRQ_WORK too by Ingo Molnar · 4 years, 7 months ago
  24. 1f8db41 sched/headers: Split out open-coded prototypes into kernel/sched/smp.h by Ingo Molnar · 4 years, 7 months ago
  25. a1488664 sched: Replace rq::wake_list by Peter Zijlstra · 4 years, 7 months ago
  26. 4b44a21 irq_work, smp: Allow irq_work on call_single_queue by Peter Zijlstra · 4 years, 7 months ago
  27. b2a02fc smp: Optimize send_call_function_single_ipi() by Peter Zijlstra · 4 years, 7 months ago
  28. afaa653 smp: Move irq_work_run() out of flush_smp_call_function_queue() by Peter Zijlstra · 4 years, 7 months ago
  29. 52103be smp: Optimize flush_smp_call_function_queue() by Peter Zijlstra · 4 years, 7 months ago
  30. 58eb7b7 smp: Use smp_call_func_t in on_each_cpu() by Kaitao Cheng · 4 years, 8 months ago
  31. b99a265 cpu/hotplug: Move bringup of secondary CPUs out of smp_init() by Qais Yousef · 4 years, 9 months ago
  32. 5a18cec smp: Allow smp_call_function_single_async() to insert locked csd by Peter Xu · 5 years ago
  33. 25a3a15 smp: Remove superfluous cond_func check in smp_call_function_many_cond() by Sebastian Andrzej Siewior · 5 years ago
  34. cb92315 smp: Remove allocation mask from on_each_cpu_cond.*() by Sebastian Andrzej Siewior · 5 years ago
  35. 67719ef smp: Add a smp_cond_func_t argument to smp_call_function_many() by Sebastian Andrzej Siewior · 5 years ago
  36. 5671d81 smp: Use smp_cond_func_t as type for the conditional function by Sebastian Andrzej Siewior · 5 years ago
  37. 19dbdcb smp: Warn on function calls from softirq context by Peter Zijlstra · 5 years ago
  38. caa7593 smp: Remove smp_call_function() and on_each_cpu() return values by Nadav Amit · 6 years ago
  39. a22793c smp: Do not mark call_function_data as shared by Nadav Amit · 6 years ago
  40. 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
  41. b284909 cpu/hotplug: Fix "SMT disabled by BIOS" detection for KVM by Josh Poimboeuf · 6 years ago
  42. 7d49b28 smp,cpumask: introduce on_each_cpu_cond_mask by Rik van Riel · 6 years ago
  43. c3f7f2c smp: use __cpumask_set_cpu in on_each_cpu_cond by Rik van Riel · 6 years ago
  44. bc2d8d26 cpu/hotplug: Fix SMT supported evaluation by Thomas Gleixner · 6 years ago
  45. 83efcbd smp/core: Use lockdep to assert IRQs are disabled/enabled by Frederic Weisbecker · 7 years ago
  46. 9b130ad treewide: make "nr_cpu_ids" unsigned by Alexey Dobriyan · 7 years ago
  47. 966a967 smp: Avoid using two cache lines for struct call_single_data by Ying Huang · 7 years ago
  48. 6c8557b smp, cpumask: Use non-atomic cpumask_{set,clear}_cpu() by Peter Zijlstra · 8 years ago
  49. 3fc5b3b smp: Avoid sending needless IPI in smp_call_function_many() by Aaron Lu · 8 years ago
  50. 4c82269 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/idle.h> by Ingo Molnar · 8 years ago
  51. 51111dc kernel/smp: Tell the user we're bringing up secondary CPUs by Michael Ellerman · 8 years ago
  52. 92b2327 kernel/smp: Make the SMP boot message common on all arches by Michael Ellerman · 8 years ago
  53. ca7dfdb kernel/smp: Define pr_fmt() for smp.c by Michael Ellerman · 8 years ago
  54. 8db5494 smp: Allocate smp_call_on_cpu() workqueue on stack too by Peter Zijlstra · 8 years ago
  55. df8ce9d smp: Add function to execute a function synchronously on a CPU by Juergen Gross · 8 years ago
  56. 47ae4b0 virt, sched: Add generic vCPU pinning support by Juergen Gross · 8 years ago
  57. a6408f6 Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  58. 31487f8 smp/cfd: Convert core to hotplug state machine by Richard Weinberger · 8 years ago
  59. 1f03e8d locking/barriers: Replace smp_cond_acquire() with smp_cond_load_acquire() by Peter Zijlstra · 9 years ago
  60. 710d60c Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  61. 38460a2 locking/csd_lock: Use smp_cond_acquire() in csd_lock_wait() by Davidlohr Bueso · 9 years ago
  62. 90d1098 locking/csd_lock: Explicitly inline csd_lock*() helpers by Davidlohr Bueso · 9 years ago
  63. 4cb28ce cpu/hotplug: Create hotplug threads by Thomas Gleixner · 9 years ago
  64. d0164ad mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapd by Mel Gorman · 9 years ago
  65. 5224b96 smp: Fix error case handling in smp_call_function_*() by Linus Torvalds · 10 years ago
  66. 8053871 smp: Fix smp_call_function_single_async() locking by Linus Torvalds · 10 years ago
  67. 0429fbc Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 10 years ago
  68. c6f4459 smp: Add new wake_up_all_idle_cpus() function by Chuansheng Liu · 10 years ago
  69. bb964a9 kernel misc: Replace __get_cpu_var uses by Christoph Lameter · 10 years ago
  70. 618fde87 kernel/smp.c:on_each_cpu_cond(): fix warning in fallback path by Sasha Levin · 10 years ago
  71. d26fad5 Merge tag 'v3.16-rc5' into sched/core, to refresh the branch before applying bigger tree-wide changes by Ingo Molnar · 10 years ago
  72. 8d056c4 CPU hotplug, smp: flush any pending IPI callbacks before CPU offline by Srivatsa S. Bhat · 11 years ago
  73. 4788501 irq_work: Implement remote queueing by Frederic Weisbecker · 11 years ago
  74. a219ccf smp: print more useful debug info upon receiving IPI on an offline CPU by Srivatsa S. Bhat · 11 years ago
  75. c46fff2 smp: Rename __smp_call_function_single() to smp_call_function_single_async() by Frederic Weisbecker · 11 years ago
  76. fce8ad1 smp: Remove wait argument from __smp_call_function_single() by Frederic Weisbecker · 11 years ago
  77. d7877c0 smp: Move __smp_call_function_single() below its safe version by Frederic Weisbecker · 11 years ago
  78. 8b28499 smp: Consolidate the various smp_call_function_single() declensions by Frederic Weisbecker · 11 years ago
  79. 08eed44 smp: Teach __smp_call_function_single() to check for offline cpus by Jan Kara · 11 years ago
  80. 5fd7759 smp: Iterate functions through llist_for_each_entry_safe() by Jan Kara · 11 years ago
  81. 73f9455 kernel/smp.c: remove cpumask_ipi by Roman Gushchin · 11 years ago
  82. 6897fc2 kernel: use lockless list for smp_call_function_single by Christoph Hellwig · 11 years ago
  83. ca5ecd6 kernel: fix generic_exec_single indentation by Christoph Hellwig · 11 years ago
  84. 0a06ff0 kernel: remove CONFIG_USE_GENERIC_SMP_HELPERS by Christoph Hellwig · 11 years ago
  85. 0910c0b Merge branch 'for-3.13/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  86. c84a83e smp: don't warn about csd->flags having CSD_FLAG_LOCK cleared for !wait by Jens Axboe · 12 years ago
  87. e3daab6 smp: export __smp_call_function_single() by Jens Axboe · 11 years ago
  88. a17bce4 x86/boot: Further compress CPUs bootup message by Borislav Petkov · 11 years ago
  89. 202da40 kernel/smp.c: quit unconditionally enabling irqs in on_each_cpu_mask(). by David Daney · 11 years ago
  90. 60c3236 kernel/smp.c: free related resources when failure occurs in hotplug_cfd() by Chen Gang · 11 years ago
  91. 5e0b3a4 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  92. 15e7191 generic-ipi/locking: Fix misleading smp_call_function_any() description by Xie XiuQi · 11 years ago
  93. 4659196 generic-ipi: Kill unnecessary variable - csd_flags by Xie XiuQi · 11 years ago
  94. 0db0628 kernel: delete __cpuinit usage from all core kernel files by Paul Gortmaker · 12 years ago
  95. e1d12f3 kernel/smp.c: cleanups by Andrew Morton · 12 years ago
  96. 1def1dc kernel/smp.c: use '|=' for csd_lock by liguang · 12 years ago
  97. 9a46ad6 smp: make smp_call_function_many() use logic similar to smp_call_function_single() by Shaohua Li · 12 years ago
  98. f44310b smp: Fix SMP function call empty cpu mask race by Wang YanQing · 12 years ago
  99. 8feb8e8 smp: Remove ipi_call_lock[_irq]()/ipi_call_unlock[_irq]() by Yong Zhang · 13 years ago
  100. f37f435 smp: Implement kick_all_cpus_sync() by Thomas Gleixner · 13 years ago