summaryrefslogtreecommitdiffstats
path: root/include/linux/smp.h
Commit message (Expand)AuthorAgeFilesLines
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* smp: Avoid using two cache lines for struct call_single_dataYing Huang2017-08-291-2/+6
* lockdep: Fix per-cpu static objectsPeter Zijlstra2017-03-261-0/+12
* smp: Add function to execute a function synchronously on a CPUJuergen Gross2016-09-051-0/+3
* smp/cfd: Convert core to hotplug state machineRichard Weinberger2016-07-151-0/+5
* smp: don't use 16-bit words for atomic accessesLinus Torvalds2015-04-201-1/+1
* init: Get rid of x86ismsThomas Gleixner2015-01-221-0/+7
* smp: Add new wake_up_all_idle_cpus() functionChuansheng Liu2014-09-191-0/+2
* idle: remove cpu_idle() forward declarationsGeert Uytterhoeven2014-06-061-2/+0
* smp: Rename __smp_call_function_single() to smp_call_function_single_async()Frederic Weisbecker2014-02-241-1/+1
* smp: Remove wait argument from __smp_call_function_single()Frederic Weisbecker2014-02-241-1/+1
* smp: Teach __smp_call_function_single() to check for offline cpusJan Kara2014-02-241-2/+1
* smp: Remove unused list_head from csdJan Kara2014-02-241-4/+1
* smp.h: fix x86+cpu.c sparse warnings about arch nonboot CPU callsPaul Gortmaker2014-02-101-0/+3
* kernel: use lockless list for smp_call_function_singleChristoph Hellwig2014-01-301-1/+5
* kernel-provide-a-__smp_call_function_single-stub-for-config_smp-fixAndrew Morton2013-11-151-9/+3
* kernel: remove CONFIG_USE_GENERIC_SMP_HELPERSChristoph Hellwig2013-11-151-4/+0
* watchdog: update watchdog_thresh properlyMichal Hocko2013-09-241-0/+6
* smp.h: move !SMP version of on_each_cpu() out-of-lineDavid Daney2013-09-111-16/+5
* smp: quit unconditionally enabling irq in on_each_cpu_mask and on_each_cpu_condDavid Daney2013-09-111-46/+16
* include/linux/smp.h:on_each_cpu(): switch back to a C functionAndrew Morton2013-09-111-8/+12
* include/linux/smp.h:on_each_cpu(): switch back to a macroAndrew Morton2013-07-031-12/+8
* smp.h: Use local_irq_{save,restore}() in !SMP version of on_each_cpu().David Daney2013-06-141-7/+12
* kernel/smp.c: remove 'priv' of call_single_dataliguang2013-04-301-1/+0
* smp: make smp_call_function_many() use logic similar to smp_call_function_sin...Shaohua Li2013-02-211-1/+2
* smp: Remove num_booting_cpus()Thomas Gleixner2012-06-051-1/+0
* smp: Remove ipi_call_lock[_irq]()/ipi_call_unlock[_irq]()Yong Zhang2012-06-051-4/+0
* smp: Implement kick_all_cpus_sync()Thomas Gleixner2012-05-081-0/+4
* smp: Add task_struct argument to __cpu_up()Thomas Gleixner2012-04-261-1/+1
* smp: add func to IPI cpus based on parameter funcGilad Ben-Yossef2012-03-281-0/+24
* smp: introduce a generic on_each_cpu_mask() functionGilad Ben-Yossef2012-03-281-0/+22
* generic-ipi: Fix kexec boot crash by initializing call_single_queue before en...Takao Indoh2011-06-171-1/+4
* Remove unused MSG_ flags in linux/smp.hMilton Miller2011-05-261-10/+0
* smp: add missing init.h includeHeiko Carstens2011-03-231-0/+1
* smp: move smp setup functions to kernel/smp.cAmerigo Wang2011-03-221-0/+2
* Typedef SMP call function pointerDavid Howells2010-10-271-9/+10
* smp: fix documentation in include/linux/smp.hRakib Mullick2010-03-061-1/+1
* generic-ipi: Add smp_call_function_any()Rusty Russell2009-11-181-1/+10
* cpumask: remove the deprecated smp_call_function_mask()Rusty Russell2009-09-241-11/+0
* remove put_cpu_no_resched()Thomas Gleixner2009-06-161-1/+0
* panic, smp: provide smp_send_stop() wrapper on UP tooIngo Molnar2009-03-131-1/+3
* Merge branch 'x86/core' into core/ipiIngo Molnar2009-03-131-0/+6
|\
| * smp, generic: introduce arch_disable_smp_support(), build fixIngo Molnar2009-02-051-6/+6
| * smp, generic: introduce arch_disable_smp_support() instead of disable_ioapic_...Ingo Molnar2009-02-051-0/+6
* | generic-ipi: remove CSD_FLAG_WAITPeter Zijlstra2009-02-251-1/+2
|/
* smp_call_function_single(): be slightly less stupidAndrew Morton2009-01-111-10/+3
* cpumask: smp_call_function_many()Rusty Russell2008-12-301-7/+8
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Rusty Russell2008-12-301-0/+2
|\
| * Define smp_call_function_many for UPRusty Russell2008-12-151-0/+2
* | cpumask: add sysfs displays for configured and disabled cpu mapsMike Travis2008-12-191-0/+3
|/