summaryrefslogtreecommitdiff
path: root/include/linux/smp.h
AgeCommit message (Expand)Author
2024-03-11Merge tag 'x86-cleanups-2024-03-11' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-03-11Merge tag 'x86-apic-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-03-04smp: Consolidate smp_prepare_boot_cpu()Thomas Gleixner
2024-02-27smp: Provide 'setup_max_cpus' definition on UP tooIngo Molnar
2024-02-19smp: Make __smp_processor_id() 0-argument macroAlexey Dobriyan
2023-09-13smp: Change function signatures to use call_single_data_tLeonardo Bras
2023-04-28Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-04-14cpu: Mark nmi_panic_self_stop() __noreturnJosh Poimboeuf
2023-04-14cpu: Mark panic_smp_self_stop() __noreturnJosh Poimboeuf
2023-03-24trace: Add trace_ipi_send_cpu()Peter Zijlstra
2023-03-24treewide: Trace IPIs sent via smp_send_reschedule()Valentin Schneider
2021-11-09kernel.h: drop unneeded <linux/kernel.h> inclusion from other headersAndy Shevchenko
2021-05-09Merge tag 'locking-urgent-2021-05-09' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2021-05-07smp: kernel/panic.c - silence warningsHe Ying
2021-05-06smp: Fix smp_call_function_single_async prototypeArnd Bergmann
2021-03-06smp: Inline on_each_cpu_cond() and on_each_cpu()Nadav Amit
2020-11-24smp: Cleanup smp_call_function*()Peter Zijlstra
2020-09-04smp: Add source and destination CPUs to __call_single_dataPaul E. McKenney
2020-06-28smp, irq_work: Continue smp_call_function*() and irq_work*() integrationPeter Zijlstra
2020-06-03Merge tag 'sched-core-2020-06-02' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-05-28sched: Replace rq::wake_listPeter Zijlstra
2020-05-28irq_work, smp: Allow irq_work on call_single_queuePeter Zijlstra
2020-05-07cpu/hotplug: Remove disable_nonboot_cpus()Qais Yousef
2020-01-24smp: Remove allocation mask from on_each_cpu_cond.*()Sebastian Andrzej Siewior
2020-01-24smp: Use smp_cond_func_t as type for the conditional functionSebastian Andrzej Siewior
2019-07-08Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-06-23smp: Remove smp_call_function() and on_each_cpu() return valuesNadav Amit
2019-06-17x86/percpu: Relax smp_processor_id()Peter Zijlstra
2018-10-09smp,cpumask: introduce on_each_cpu_cond_maskRik van Riel
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-08-29smp: Avoid using two cache lines for struct call_single_dataYing Huang
2017-03-26lockdep: Fix per-cpu static objectsPeter Zijlstra
2016-09-05smp: Add function to execute a function synchronously on a CPUJuergen Gross
2016-07-15smp/cfd: Convert core to hotplug state machineRichard Weinberger
2015-04-20smp: don't use 16-bit words for atomic accessesLinus Torvalds
2015-01-22init: Get rid of x86ismsThomas Gleixner
2014-09-19smp: Add new wake_up_all_idle_cpus() functionChuansheng Liu
2014-06-06idle: remove cpu_idle() forward declarationsGeert Uytterhoeven
2014-02-24smp: Rename __smp_call_function_single() to smp_call_function_single_async()Frederic Weisbecker
2014-02-24smp: Remove wait argument from __smp_call_function_single()Frederic Weisbecker
2014-02-24smp: Teach __smp_call_function_single() to check for offline cpusJan Kara
2014-02-24smp: Remove unused list_head from csdJan Kara
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