aboutsummaryrefslogtreecommitdiff
path: root/include/linux/smp.h
AgeCommit message (Expand)AuthorFilesLines
2019-07-08Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-14/+31
2019-06-23smp: Remove smp_call_function() and on_each_cpu() return valuesGravatar Nadav Amit 1-4/+3
2019-06-17x86/percpu: Relax smp_processor_id()Gravatar Peter Zijlstra 1-14/+31
2018-10-09smp,cpumask: introduce on_each_cpu_cond_maskGravatar Rik van Riel 1-0/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-08-29smp: Avoid using two cache lines for struct call_single_dataGravatar Ying Huang 1-2/+6
2017-03-26lockdep: Fix per-cpu static objectsGravatar Peter Zijlstra 1-0/+12
2016-09-05smp: Add function to execute a function synchronously on a CPUGravatar Juergen Gross 1-0/+3
2016-07-15smp/cfd: Convert core to hotplug state machineGravatar Richard Weinberger 1-0/+5
2015-04-20smp: don't use 16-bit words for atomic accessesGravatar Linus Torvalds 1-1/+1
2015-01-22init: Get rid of x86ismsGravatar Thomas Gleixner 1-0/+7
2014-09-19smp: Add new wake_up_all_idle_cpus() functionGravatar Chuansheng Liu 1-0/+2
2014-06-06idle: remove cpu_idle() forward declarationsGravatar Geert Uytterhoeven 1-2/+0
2014-02-24smp: Rename __smp_call_function_single() to smp_call_function_single_async()Gravatar Frederic Weisbecker 1-1/+1
2014-02-24smp: Remove wait argument from __smp_call_function_single()Gravatar Frederic Weisbecker 1-1/+1
2014-02-24smp: Teach __smp_call_function_single() to check for offline cpusGravatar Jan Kara 1-2/+1
2014-02-24smp: Remove unused list_head from csdGravatar Jan Kara 1-4/+1
2014-02-10smp.h: fix x86+cpu.c sparse warnings about arch nonboot CPU callsGravatar Paul Gortmaker 1-0/+3
2014-01-30kernel: use lockless list for smp_call_function_singleGravatar Christoph Hellwig 1-1/+5
2013-11-15kernel-provide-a-__smp_call_function_single-stub-for-config_smp-fixGravatar Andrew Morton 1-9/+3
2013-11-15kernel: remove CONFIG_USE_GENERIC_SMP_HELPERSGravatar Christoph Hellwig 1-4/+0
2013-09-24watchdog: update watchdog_thresh properlyGravatar Michal Hocko 1-0/+6
2013-09-11smp.h: move !SMP version of on_each_cpu() out-of-lineGravatar David Daney 1-16/+5
2013-09-11smp: quit unconditionally enabling irq in on_each_cpu_mask and on_each_cpu_condGravatar David Daney 1-46/+16
2013-09-11include/linux/smp.h:on_each_cpu(): switch back to a C functionGravatar Andrew Morton 1-8/+12
2013-07-03include/linux/smp.h:on_each_cpu(): switch back to a macroGravatar Andrew Morton 1-12/+8
2013-06-14smp.h: Use local_irq_{save,restore}() in !SMP version of on_each_cpu().Gravatar David Daney 1-7/+12
2013-04-30kernel/smp.c: remove 'priv' of call_single_dataGravatar liguang 1-1/+0
2013-02-21smp: make smp_call_function_many() use logic similar to smp_call_function_sin...Gravatar Shaohua Li 1-1/+2
2012-06-05smp: Remove num_booting_cpus()Gravatar Thomas Gleixner 1-1/+0
2012-06-05smp: Remove ipi_call_lock[_irq]()/ipi_call_unlock[_irq]()Gravatar Yong Zhang 1-4/+0
2012-05-08smp: Implement kick_all_cpus_sync()Gravatar Thomas Gleixner 1-0/+4
2012-04-26smp: Add task_struct argument to __cpu_up()Gravatar Thomas Gleixner 1-1/+1
2012-03-28smp: add func to IPI cpus based on parameter funcGravatar Gilad Ben-Yossef 1-0/+24
2012-03-28smp: introduce a generic on_each_cpu_mask() functionGravatar Gilad Ben-Yossef 1-0/+22
2011-06-17generic-ipi: Fix kexec boot crash by initializing call_single_queue before en...Gravatar Takao Indoh 1-1/+4
2011-05-26Remove unused MSG_ flags in linux/smp.hGravatar Milton Miller 1-10/+0
2011-03-23smp: add missing init.h includeGravatar Heiko Carstens 1-0/+1
2011-03-22smp: move smp setup functions to kernel/smp.cGravatar Amerigo Wang 1-0/+2
2010-10-27Typedef SMP call function pointerGravatar David Howells 1-9/+10
2010-03-06smp: fix documentation in include/linux/smp.hGravatar Rakib Mullick 1-1/+1
2009-11-18generic-ipi: Add smp_call_function_any()Gravatar Rusty Russell 1-1/+10
2009-09-24cpumask: remove the deprecated smp_call_function_mask()Gravatar Rusty Russell 1-11/+0
2009-06-16remove put_cpu_no_resched()Gravatar Thomas Gleixner 1-1/+0
2009-03-13panic, smp: provide smp_send_stop() wrapper on UP tooGravatar Ingo Molnar 1-1/+3
2009-03-13Merge branch 'x86/core' into core/ipiGravatar Ingo Molnar 1-0/+6
2009-02-25generic-ipi: remove CSD_FLAG_WAITGravatar Peter Zijlstra 1-1/+2
2009-02-05smp, generic: introduce arch_disable_smp_support(), build fixGravatar Ingo Molnar 1-6/+6
2009-02-05smp, generic: introduce arch_disable_smp_support() instead of disable_ioapic_...Gravatar Ingo Molnar 1-0/+6
2009-01-11smp_call_function_single(): be slightly less stupidGravatar Andrew Morton 1-10/+3