1. 8db5494 smp: Allocate smp_call_on_cpu() workqueue on stack too by Peter Zijlstra · 8 years ago
  2. df8ce9d smp: Add function to execute a function synchronously on a CPU by Juergen Gross · 8 years ago
  3. 47ae4b0 virt, sched: Add generic vCPU pinning support by Juergen Gross · 8 years ago
  4. 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
  5. 31487f8 smp/cfd: Convert core to hotplug state machine by Richard Weinberger · 8 years ago
  6. 1f03e8d locking/barriers: Replace smp_cond_acquire() with smp_cond_load_acquire() by Peter Zijlstra · 8 years ago
  7. 710d60c Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  8. 38460a2 locking/csd_lock: Use smp_cond_acquire() in csd_lock_wait() by Davidlohr Bueso · 8 years ago
  9. 90d1098 locking/csd_lock: Explicitly inline csd_lock*() helpers by Davidlohr Bueso · 8 years ago
  10. 4cb28ce cpu/hotplug: Create hotplug threads by Thomas Gleixner · 8 years ago
  11. d0164ad mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapd by Mel Gorman · 9 years ago
  12. 5224b96 smp: Fix error case handling in smp_call_function_*() by Linus Torvalds · 9 years ago
  13. 8053871 smp: Fix smp_call_function_single_async() locking by Linus Torvalds · 9 years ago
  14. 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
  15. c6f4459 smp: Add new wake_up_all_idle_cpus() function by Chuansheng Liu · 10 years ago
  16. bb964a9 kernel misc: Replace __get_cpu_var uses by Christoph Lameter · 10 years ago
  17. 618fde87 kernel/smp.c:on_each_cpu_cond(): fix warning in fallback path by Sasha Levin · 10 years ago
  18. 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
  19. 8d056c4 CPU hotplug, smp: flush any pending IPI callbacks before CPU offline by Srivatsa S. Bhat · 10 years ago
  20. 4788501 irq_work: Implement remote queueing by Frederic Weisbecker · 10 years ago
  21. a219ccf smp: print more useful debug info upon receiving IPI on an offline CPU by Srivatsa S. Bhat · 10 years ago
  22. c46fff2 smp: Rename __smp_call_function_single() to smp_call_function_single_async() by Frederic Weisbecker · 10 years ago
  23. fce8ad1 smp: Remove wait argument from __smp_call_function_single() by Frederic Weisbecker · 10 years ago
  24. d7877c0 smp: Move __smp_call_function_single() below its safe version by Frederic Weisbecker · 10 years ago
  25. 8b28499 smp: Consolidate the various smp_call_function_single() declensions by Frederic Weisbecker · 10 years ago
  26. 08eed44 smp: Teach __smp_call_function_single() to check for offline cpus by Jan Kara · 10 years ago
  27. 5fd7759 smp: Iterate functions through llist_for_each_entry_safe() by Jan Kara · 10 years ago
  28. 73f9455 kernel/smp.c: remove cpumask_ipi by Roman Gushchin · 10 years ago
  29. 6897fc2 kernel: use lockless list for smp_call_function_single by Christoph Hellwig · 10 years ago
  30. ca5ecd6 kernel: fix generic_exec_single indentation by Christoph Hellwig · 11 years ago
  31. 0a06ff0 kernel: remove CONFIG_USE_GENERIC_SMP_HELPERS by Christoph Hellwig · 11 years ago
  32. 0910c0b Merge branch 'for-3.13/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  33. c84a83e smp: don't warn about csd->flags having CSD_FLAG_LOCK cleared for !wait by Jens Axboe · 11 years ago
  34. e3daab6 smp: export __smp_call_function_single() by Jens Axboe · 11 years ago
  35. a17bce4 x86/boot: Further compress CPUs bootup message by Borislav Petkov · 11 years ago
  36. 202da40 kernel/smp.c: quit unconditionally enabling irqs in on_each_cpu_mask(). by David Daney · 11 years ago
  37. 60c3236 kernel/smp.c: free related resources when failure occurs in hotplug_cfd() by Chen Gang · 11 years ago
  38. 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
  39. 15e7191 generic-ipi/locking: Fix misleading smp_call_function_any() description by Xie XiuQi · 11 years ago
  40. 4659196 generic-ipi: Kill unnecessary variable - csd_flags by Xie XiuQi · 11 years ago
  41. 0db0628 kernel: delete __cpuinit usage from all core kernel files by Paul Gortmaker · 11 years ago
  42. e1d12f3 kernel/smp.c: cleanups by Andrew Morton · 11 years ago
  43. 1def1dc kernel/smp.c: use '|=' for csd_lock by liguang · 11 years ago
  44. 9a46ad6 smp: make smp_call_function_many() use logic similar to smp_call_function_single() by Shaohua Li · 11 years ago
  45. f44310b smp: Fix SMP function call empty cpu mask race by Wang YanQing · 11 years ago
  46. 8feb8e8 smp: Remove ipi_call_lock[_irq]()/ipi_call_unlock[_irq]() by Yong Zhang · 12 years ago
  47. f37f435 smp: Implement kick_all_cpus_sync() by Thomas Gleixner · 12 years ago
  48. 3bb5d2e smp, idle: Allocate idle thread for each possible cpu during boot by Suresh Siddha · 12 years ago
  49. b3a7e98 smp: add func to IPI cpus based on parameter func by Gilad Ben-Yossef · 12 years ago
  50. 3fc498f smp: introduce a generic on_each_cpu_mask() function by Gilad Ben-Yossef · 12 years ago
  51. 9984de1 kernel: Map most files to use export.h instead of module.h by Paul Gortmaker · 13 years ago
  52. d8ad7d1 generic-ipi: Fix kexec boot crash by initializing call_single_queue before enabling interrupts by Takao Indoh · 13 years ago
  53. 34db18a0 smp: move smp setup functions to kernel/smp.c by Amerigo Wang · 13 years ago
  54. c8def55 smp_call_function_interrupt: use typedef and %pf by Milton Miller · 13 years ago
  55. 723aae2 smp_call_function_many: handle concurrent clearing of mask by Milton Miller · 13 years ago
  56. 45a5791 call_function_many: add missing ordering by Milton Miller · 13 years ago
  57. e6cd1e0 call_function_many: fix list delete vs add race by Milton Miller · 13 years ago
  58. 2b1caf6 Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  59. 225c8e0 kernel/smp.c: consolidate writes in smp_call_function_interrupt() by Milton Miller · 13 years ago
  60. 6dc1989 kernel/smp.c: fix smp_call_function_many() SMP race by Anton Blanchard · 13 years ago
  61. bd924e8 smp: Allow on_each_cpu() to be called while early_boot_irqs_disabled status to init/main.c by Tejun Heo · 13 years ago
  62. 351f8f8 kernel: clean up USE_GENERIC_SMP_HELPERS by Amerigo Wang · 13 years ago
  63. 3a5f65d Typedef SMP call function pointer by David Howells · 14 years ago
  64. 27c379f generic-ipi: Fix deadlock in __smp_call_function_single by Heiko Carstens · 14 years ago
  65. 80b5184 kernel/: convert cpu notifier to return encapsulate errno value by Akinobu Mita · 14 years ago
  66. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  67. e03bcb6 generic-ipi: Optimize accesses by using DEFINE_PER_CPU_SHARED_ALIGNED for IPI data by Milton Miller · 14 years ago
  68. af2422c smp_call_function_any(): pass the node value to cpumask_of_node() by David John · 14 years ago
  69. 8f0ddf9 Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  70. c0f68c2 generic-ipi: cleanup for generic_smp_call_function_interrupt() by Xiao Guangrong · 14 years ago
  71. 9f5a562 smp: Convert smplocks to raw_spinlocks by Thomas Gleixner · 15 years ago
  72. 2ea6dec generic-ipi: Add smp_call_function_any() by Rusty Russell · 15 years ago
  73. 72f279b generic-ipi: Fix misleading smp_call_function*() description by Sheng Yang · 15 years ago
  74. 0748bd0 cpumask: remove arch_send_call_function_ipi by Rusty Russell · 15 years ago
  75. 54fdade generic-ipi: make struct call_function_data lockless by Xiao Guangrong · 15 years ago
  76. b855192 Merge branch 'x86/urgent' into x86/pat by H. Peter Anvin · 15 years ago
  77. 269c861 generic-ipi: Allow cpus not yet online to call smp_call_function with irqs disabled by Suresh Siddha · 15 years ago
  78. 69dd647 generic-ipi: fix hotplug_cfd() by Xiao Guangrong · 15 years ago
  79. eaa9584 cpumask: alloc zeroed cpumask for static cpumask_var_ts by Yinghai Lu · 15 years ago
  80. 641cd4c generic-ipi: eliminate WARN_ON()s during oops/panic by Ingo Molnar · 15 years ago
  81. 0b13fda generic-ipi: cleanups by Ingo Molnar · 15 years ago
  82. 6e27563 generic-ipi: remove CSD_FLAG_WAIT by Peter Zijlstra · 15 years ago
  83. 8969a5e generic-ipi: remove kmalloc() by Peter Zijlstra · 15 years ago
  84. 15d0d3b generic IPI: simplify barriers and locking by Nick Piggin · 15 years ago
  85. d7240b9 generic-ipi: use per cpu data for single cpu ipi calls by Steven Rostedt · 15 years ago
  86. 4f4b6c1 cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits.: core by Rusty Russell · 15 years ago
  87. ce47d97 cpumask: arch_send_call_function_ipi_mask: core by Rusty Russell · 15 years ago
  88. 54b11e6 cpumask: smp_call_function_many() by Rusty Russell · 15 years ago
  89. 561920a0 generic-ipi: fix the smp_mb() placement by Suresh Siddha · 16 years ago
  90. f73be6d smp: have smp_call_function_single() detect invalid CPUs by H. Peter Anvin · 16 years ago
  91. c2fc119 generic-ipi: fix stack and rcu interaction bug in smp_call_function_mask(), fix by Nick Piggin · 16 years ago
  92. cc7a486c generic-ipi: fix stack and rcu interaction bug in smp_call_function_mask() by Nick Piggin · 16 years ago
  93. 7babe8d Full conversion to early_initcall() interface, remove old interface by Eduard - Gabriel Munteanu · 16 years ago
  94. 63cf13b generic ipi function calls: wait on alloc failure fallback by Jeremy Fitzhardinge · 16 years ago
  95. 59190f4 Merge branch 'generic-ipi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  96. ce0d1b6 fix: "smp_call_function: get rid of the unused nonatomic/retry argument" by Ingo Molnar · 16 years ago
  97. 8691e5a smp_call_function: get rid of the unused nonatomic/retry argument by Jens Axboe · 16 years ago
  98. 3d44223 Add generic helpers for arch IPI function calls by Jens Axboe · 16 years ago