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