aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/smp.h
AgeCommit message (Expand)AuthorFilesLines
2024-03-11Merge tag 'x86-cleanups-2024-03-11' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-7/+6
2024-03-11Merge tag 'x86-apic-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+2
2024-03-04smp: Consolidate smp_prepare_boot_cpu()Thomas Gleixner1-7/+6
2024-02-27smp: Provide 'setup_max_cpus' definition on UP tooIngo Molnar1-0/+2
2024-02-19smp: Make __smp_processor_id() 0-argument macroAlexey Dobriyan1-1/+1
2023-09-13smp: Change function signatures to use call_single_data_tLeonardo Bras1-1/+1
2023-04-28Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+9
2023-04-14cpu: Mark nmi_panic_self_stop() __noreturnJosh Poimboeuf1-1/+1
2023-04-14cpu: Mark panic_smp_self_stop() __noreturnJosh Poimboeuf1-1/+1
2023-03-24trace: Add trace_ipi_send_cpu()Peter Zijlstra1-3/+3
2023-03-24treewide: Trace IPIs sent via smp_send_reschedule()Valentin Schneider1-2/+9
2021-11-09kernel.h: drop unneeded <linux/kernel.h> inclusion from other headersAndy Shevchenko1-1/+0
2021-05-09Merge tag 'locking-urgent-2021-05-09' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2021-05-07smp: kernel/panic.c - silence warningsHe Ying1-0/+8
2021-05-06smp: Fix smp_call_function_single_async prototypeArnd Bergmann1-1/+1
2021-03-06smp: Inline on_each_cpu_cond() and on_each_cpu()Nadav Amit1-14/+36
2020-11-24smp: Cleanup smp_call_function*()Peter Zijlstra1-10/+9
2020-09-04smp: Add source and destination CPUs to __call_single_dataPaul E. McKenney1-0/+3
2020-06-28smp, irq_work: Continue smp_call_function*() and irq_work*() integrationPeter Zijlstra1-15/+8
2020-06-03Merge tag 'sched-core-2020-06-02' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+23
2020-05-28sched: Replace rq::wake_listPeter Zijlstra1-0/+1
2020-05-28irq_work, smp: Allow irq_work on call_single_queuePeter Zijlstra1-1/+22
2020-05-07cpu/hotplug: Remove disable_nonboot_cpus()Qais Yousef1-2/+2
2020-01-24smp: Remove allocation mask from on_each_cpu_cond.*()Sebastian Andrzej Siewior1-3/+2
2020-01-24smp: Use smp_cond_func_t as type for the conditional functionSebastian Andrzej Siewior1-6/+6
2019-07-08Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-14/+31
2019-06-23smp: Remove smp_call_function() and on_each_cpu() return valuesNadav Amit1-4/+3
2019-06-17x86/percpu: Relax smp_processor_id()Peter Zijlstra1-14/+31
2018-10-09smp,cpumask: introduce on_each_cpu_cond_maskRik van Riel1-0/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-29smp: Avoid using two cache lines for struct call_single_dataYing Huang1-2/+6
2017-03-26lockdep: Fix per-cpu static objectsPeter Zijlstra1-0/+12
2016-09-05smp: Add function to execute a function synchronously on a CPUJuergen Gross1-0/+3
2016-07-15smp/cfd: Convert core to hotplug state machineRichard Weinberger1-0/+5
2015-04-20smp: don't use 16-bit words for atomic accessesLinus Torvalds1-1/+1
2015-01-22init: Get rid of x86ismsThomas Gleixner1-0/+7
2014-09-19smp: Add new wake_up_all_idle_cpus() functionChuansheng Liu1-0/+2
2014-06-06idle: remove cpu_idle() forward declarationsGeert Uytterhoeven1-2/+0
2014-02-24smp: Rename __smp_call_function_single() to smp_call_function_single_async()Frederic Weisbecker1-1/+1
2014-02-24smp: Remove wait argument from __smp_call_function_single()Frederic Weisbecker1-1/+1
2014-02-24smp: Teach __smp_call_function_single() to check for offline cpusJan Kara1-2/+1
2014-02-24smp: Remove unused list_head from csdJan Kara1-4/+1
2014-02-10smp.h: fix x86+cpu.c sparse warnings about arch nonboot CPU callsPaul Gortmaker1-0/+3
2014-01-30kernel: use lockless list for smp_call_function_singleChristoph Hellwig1-1/+5
2013-11-15kernel-provide-a-__smp_call_function_single-stub-for-config_smp-fixAndrew Morton1-9/+3
2013-11-15kernel: remove CONFIG_USE_GENERIC_SMP_HELPERSChristoph Hellwig1-4/+0
2013-09-24watchdog: update watchdog_thresh properlyMichal Hocko1-0/+6
2013-09-11smp.h: move !SMP version of on_each_cpu() out-of-lineDavid Daney1-16/+5
2013-09-11smp: quit unconditionally enabling irq in on_each_cpu_mask and on_each_cpu_condDavid Daney1-46/+16
2013-09-11include/linux/smp.h:on_each_cpu(): switch back to a C functionAndrew Morton1-8/+12
2013-07-03include/linux/smp.h:on_each_cpu(): switch back to a macroAndrew Morton1-12/+8
2013-06-14smp.h: Use local_irq_{save,restore}() in !SMP version of on_each_cpu().David Daney1-7/+12
2013-04-30kernel/smp.c: remove 'priv' of call_single_dataliguang1-1/+0
2013-02-21smp: make smp_call_function_many() use logic similar to smp_call_function_sin...Shaohua Li1-1/+2
2012-06-05smp: Remove num_booting_cpus()Thomas Gleixner1-1/+0
2012-06-05smp: Remove ipi_call_lock[_irq]()/ipi_call_unlock[_irq]()Yong Zhang1-4/+0
2012-05-08smp: Implement kick_all_cpus_sync()Thomas Gleixner1-0/+4
2012-04-26smp: Add task_struct argument to __cpu_up()Thomas Gleixner1-1/+1
2012-03-28smp: add func to IPI cpus based on parameter funcGilad Ben-Yossef1-0/+24
2012-03-28smp: introduce a generic on_each_cpu_mask() functionGilad Ben-Yossef1-0/+22
2011-06-17generic-ipi: Fix kexec boot crash by initializing call_single_queue before en...Takao Indoh1-1/+4
2011-05-26Remove unused MSG_ flags in linux/smp.hMilton Miller1-10/+0
2011-03-23smp: add missing init.h includeHeiko Carstens1-0/+1
2011-03-22smp: move smp setup functions to kernel/smp.cAmerigo Wang1-0/+2
2010-10-27Typedef SMP call function pointerDavid Howells1-9/+10
2010-03-06smp: fix documentation in include/linux/smp.hRakib Mullick1-1/+1
2009-11-18generic-ipi: Add smp_call_function_any()Rusty Russell1-1/+10
2009-09-24cpumask: remove the deprecated smp_call_function_mask()Rusty Russell1-11/+0
2009-06-16remove put_cpu_no_resched()Thomas Gleixner1-1/+0
2009-03-13panic, smp: provide smp_send_stop() wrapper on UP tooIngo Molnar1-1/+3
2009-03-13Merge branch 'x86/core' into core/ipiIngo Molnar1-0/+6
2009-02-25generic-ipi: remove CSD_FLAG_WAITPeter Zijlstra1-1/+2
2009-02-05smp, generic: introduce arch_disable_smp_support(), build fixIngo Molnar1-6/+6
2009-02-05smp, generic: introduce arch_disable_smp_support() instead of disable_ioapic_...Ingo Molnar1-0/+6
2009-01-11smp_call_function_single(): be slightly less stupidAndrew Morton1-10/+3
2008-12-30cpumask: smp_call_function_many()Rusty Russell1-7/+8
2008-12-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Rusty Russell1-0/+2
2008-12-19cpumask: add sysfs displays for configured and disabled cpu mapsMike Travis1-0/+3
2008-12-15Define smp_call_function_many for UPRusty Russell1-0/+2
2008-11-06cpumask: introduce new API, without changing anythingRusty Russell1-0/+9
2008-10-17softirq: Add support for triggering softirq work on softirqs.David S. Miller1-1/+3
2008-07-26Full conversion to early_initcall() interface, remove old interfaceEduard - Gabriel Munteanu1-5/+0
2008-07-04generic-ipi: fix s390 build bugHeiko Carstens1-1/+0
2008-06-26on_each_cpu(): kill unused 'retry' parameterJens Axboe1-2/+2
2008-06-26smp_call_function: get rid of the unused nonatomic/retry argumentJens Axboe1-4/+4
2008-06-26Add generic helpers for arch IPI function callsJens Axboe1-2/+33
2008-01-30x86: optimize lock prefix switching to run less frequentlyAndi Kleen1-0/+2
2007-11-09KVM: fix !SMP build errorIngo Molnar1-2/+5
2007-07-17smp_call_function_single() should be a macro on UPAl Viro1-10/+8
2007-07-16SMP: Allow smp_call_function_single() to current cpuAvi Kivity1-1/+6
2007-05-17Let smp_call_function_single return -EBUSY on UPHeiko Carstens1-4/+3
2007-05-09Remove hardcoding of hard_smp_processor_id on UP systemsFernando Luis Vazquez Cao1-1/+0
2006-12-07[PATCH] declare smp_call_function_single in generic codeRandy Dunlap1-0/+7
2006-09-26[PATCH] smp_call_function_single() cleanupAndrew Morton1-0/+3
2006-06-30[PATCH] add smp_setup_processor_id()Andrew Morton1-0/+2
2006-04-26Don't include linux/config.h from anywhere else in include/David Woodhouse1-1/+0
2006-03-26[PATCH] cleanup smp_call_function UP buildCon Kolivas1-1/+5
2006-03-22[PATCH] on_each_cpu(): disable local interruptsAndrew Morton1-14/+9
2006-02-07[PATCH] remove bogus asm/bug.h includes.Al Viro1-1/+0
2005-11-23Revert "[NET]: Shut up warnings in net/core/flow.c"Linus Torvalds1-7/+1
2005-11-22[NET]: Shut up warnings in net/core/flow.cRussell King1-1/+7
2005-07-28Revert broken "statement with no effect" warning fixLinus Torvalds1-16/+4
2005-07-28[PATCH] alpha: fix "statement with no effect" warningsRichard Henderson1-4/+16
2005-06-21[PATCH] smp_processor_id() cleanupIngo Molnar1-24/+16
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+139