aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/smp.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-11Merge tag 'x86-cleanups-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-7/+6
2024-03-11Merge tag 'x86-apic-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus 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/git/tip/tipLinus 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/kernel/git/tip/tipLinus 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/kernel/git/tip/tipLinus 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/kernel/git/tip/tipLinus 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