summaryrefslogtreecommitdiff
path: root/include/linux/smp.h
AgeCommit message (Expand)Author
2021-11-09kernel.h: drop unneeded <linux/kernel.h> inclusion from other headersAndy Shevchenko
2021-05-09Merge tag 'locking-urgent-2021-05-09' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2021-05-07smp: kernel/panic.c - silence warningsHe Ying
2021-05-06smp: Fix smp_call_function_single_async prototypeArnd Bergmann
2021-03-06smp: Inline on_each_cpu_cond() and on_each_cpu()Nadav Amit
2020-11-24smp: Cleanup smp_call_function*()Peter Zijlstra
2020-09-04smp: Add source and destination CPUs to __call_single_dataPaul E. McKenney
2020-06-28smp, irq_work: Continue smp_call_function*() and irq_work*() integrationPeter Zijlstra
2020-06-03Merge tag 'sched-core-2020-06-02' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-05-28sched: Replace rq::wake_listPeter Zijlstra
2020-05-28irq_work, smp: Allow irq_work on call_single_queuePeter Zijlstra
2020-05-07cpu/hotplug: Remove disable_nonboot_cpus()Qais Yousef
2020-01-24smp: Remove allocation mask from on_each_cpu_cond.*()Sebastian Andrzej Siewior
2020-01-24smp: Use smp_cond_func_t as type for the conditional functionSebastian Andrzej Siewior
2019-07-08Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-06-23smp: Remove smp_call_function() and on_each_cpu() return valuesNadav Amit
2019-06-17x86/percpu: Relax smp_processor_id()Peter Zijlstra
2018-10-09smp,cpumask: introduce on_each_cpu_cond_maskRik van Riel
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-08-29smp: Avoid using two cache lines for struct call_single_dataYing Huang
2017-03-26lockdep: Fix per-cpu static objectsPeter Zijlstra
2016-09-05smp: Add function to execute a function synchronously on a CPUJuergen Gross
2016-07-15smp/cfd: Convert core to hotplug state machineRichard Weinberger
2015-04-20smp: don't use 16-bit words for atomic accessesLinus Torvalds
2015-01-22init: Get rid of x86ismsThomas Gleixner
2014-09-19smp: Add new wake_up_all_idle_cpus() functionChuansheng Liu
2014-06-06idle: remove cpu_idle() forward declarationsGeert Uytterhoeven
2014-02-24smp: Rename __smp_call_function_single() to smp_call_function_single_async()Frederic Weisbecker
2014-02-24smp: Remove wait argument from __smp_call_function_single()Frederic Weisbecker
2014-02-24smp: Teach __smp_call_function_single() to check for offline cpusJan Kara
2014-02-24smp: Remove unused list_head from csdJan Kara
2014-02-10smp.h: fix x86+cpu.c sparse warnings about arch nonboot CPU callsPaul Gortmaker
2014-01-30kernel: use lockless list for smp_call_function_singleChristoph Hellwig
2013-11-15kernel-provide-a-__smp_call_function_single-stub-for-config_smp-fixAndrew Morton
2013-11-15kernel: remove CONFIG_USE_GENERIC_SMP_HELPERSChristoph Hellwig
2013-09-24watchdog: update watchdog_thresh properlyMichal Hocko
2013-09-11smp.h: move !SMP version of on_each_cpu() out-of-lineDavid Daney
2013-09-11smp: quit unconditionally enabling irq in on_each_cpu_mask and on_each_cpu_condDavid Daney
2013-09-11include/linux/smp.h:on_each_cpu(): switch back to a C functionAndrew Morton
2013-07-03include/linux/smp.h:on_each_cpu(): switch back to a macroAndrew Morton
2013-06-14smp.h: Use local_irq_{save,restore}() in !SMP version of on_each_cpu().David Daney
2013-04-30kernel/smp.c: remove 'priv' of call_single_dataliguang
2013-02-21smp: make smp_call_function_many() use logic similar to smp_call_function_sin...Shaohua Li
2012-06-05smp: Remove num_booting_cpus()Thomas Gleixner
2012-06-05smp: Remove ipi_call_lock[_irq]()/ipi_call_unlock[_irq]()Yong Zhang
2012-05-08smp: Implement kick_all_cpus_sync()Thomas Gleixner
2012-04-26smp: Add task_struct argument to __cpu_up()Thomas Gleixner
2012-03-28smp: add func to IPI cpus based on parameter funcGilad Ben-Yossef
2012-03-28smp: introduce a generic on_each_cpu_mask() functionGilad Ben-Yossef
2011-06-17generic-ipi: Fix kexec boot crash by initializing call_single_queue before en...Takao Indoh