summaryrefslogtreecommitdiff
path: root/include/linux/smp.h
AgeCommit message (Expand)Author
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
2011-05-26Remove unused MSG_ flags in linux/smp.hMilton Miller
2011-03-23smp: add missing init.h includeHeiko Carstens
2011-03-22smp: move smp setup functions to kernel/smp.cAmerigo Wang
2010-10-27Typedef SMP call function pointerDavid Howells
2010-03-06smp: fix documentation in include/linux/smp.hRakib Mullick
2009-11-18generic-ipi: Add smp_call_function_any()Rusty Russell
2009-09-24cpumask: remove the deprecated smp_call_function_mask()Rusty Russell
2009-06-16remove put_cpu_no_resched()Thomas Gleixner
2009-03-13panic, smp: provide smp_send_stop() wrapper on UP tooIngo Molnar
2009-03-13Merge branch 'x86/core' into core/ipiIngo Molnar
2009-02-25generic-ipi: remove CSD_FLAG_WAITPeter Zijlstra
2009-02-05smp, generic: introduce arch_disable_smp_support(), build fixIngo Molnar
2009-02-05smp, generic: introduce arch_disable_smp_support() instead of disable_ioapic_...Ingo Molnar
2009-01-11smp_call_function_single(): be slightly less stupidAndrew Morton
2008-12-30cpumask: smp_call_function_many()Rusty Russell
2008-12-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Rusty Russell
2008-12-19cpumask: add sysfs displays for configured and disabled cpu mapsMike Travis
2008-12-15Define smp_call_function_many for UPRusty Russell
2008-11-06cpumask: introduce new API, without changing anythingRusty Russell
2008-10-17softirq: Add support for triggering softirq work on softirqs.David S. Miller
2008-07-26Full conversion to early_initcall() interface, remove old interfaceEduard - Gabriel Munteanu
2008-07-04generic-ipi: fix s390 build bugHeiko Carstens
2008-06-26on_each_cpu(): kill unused 'retry' parameterJens Axboe
2008-06-26smp_call_function: get rid of the unused nonatomic/retry argumentJens Axboe
2008-06-26Add generic helpers for arch IPI function callsJens Axboe
2008-01-30x86: optimize lock prefix switching to run less frequentlyAndi Kleen
2007-11-09KVM: fix !SMP build errorIngo Molnar
2007-07-17smp_call_function_single() should be a macro on UPAl Viro
2007-07-16SMP: Allow smp_call_function_single() to current cpuAvi Kivity
2007-05-17Let smp_call_function_single return -EBUSY on UPHeiko Carstens
2007-05-09Remove hardcoding of hard_smp_processor_id on UP systemsFernando Luis Vazquez Cao