summaryrefslogtreecommitdiffstats
path: root/include/linux/smp.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'x86-cleanups-2024-03-11' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-03-111-7/+6
|\
| * smp: Consolidate smp_prepare_boot_cpu()Thomas Gleixner2024-03-041-7/+6
* | Merge tag 'x86-apic-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-03-111-0/+2
|\ \
| * | smp: Provide 'setup_max_cpus' definition on UP tooIngo Molnar2024-02-271-0/+2
| |/
* / smp: Make __smp_processor_id() 0-argument macroAlexey Dobriyan2024-02-191-1/+1
|/
* smp: Change function signatures to use call_single_data_tLeonardo Bras2023-09-131-1/+1
* Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-281-2/+9
|\
| * trace: Add trace_ipi_send_cpu()Peter Zijlstra2023-03-241-3/+3
| * treewide: Trace IPIs sent via smp_send_reschedule()Valentin Schneider2023-03-241-2/+9
* | cpu: Mark nmi_panic_self_stop() __noreturnJosh Poimboeuf2023-04-141-1/+1
* | cpu: Mark panic_smp_self_stop() __noreturnJosh Poimboeuf2023-04-141-1/+1
|/
* kernel.h: drop unneeded <linux/kernel.h> inclusion from other headersAndy Shevchenko2021-11-091-1/+0
* Merge tag 'locking-urgent-2021-05-09' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-05-091-1/+1
|\
| * smp: Fix smp_call_function_single_async prototypeArnd Bergmann2021-05-061-1/+1
* | smp: kernel/panic.c - silence warningsHe Ying2021-05-071-0/+8
|/
* smp: Inline on_each_cpu_cond() and on_each_cpu()Nadav Amit2021-03-061-14/+36
* smp: Cleanup smp_call_function*()Peter Zijlstra2020-11-241-10/+9
* smp: Add source and destination CPUs to __call_single_dataPaul E. McKenney2020-09-041-0/+3
* smp, irq_work: Continue smp_call_function*() and irq_work*() integrationPeter Zijlstra2020-06-281-15/+8
* Merge tag 'sched-core-2020-06-02' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-06-031-1/+23
|\
| * sched: Replace rq::wake_listPeter Zijlstra2020-05-281-0/+1
| * irq_work, smp: Allow irq_work on call_single_queuePeter Zijlstra2020-05-281-1/+22
* | cpu/hotplug: Remove disable_nonboot_cpus()Qais Yousef2020-05-071-2/+2
|/
* smp: Remove allocation mask from on_each_cpu_cond.*()Sebastian Andrzej Siewior2020-01-241-3/+2
* smp: Use smp_cond_func_t as type for the conditional functionSebastian Andrzej Siewior2020-01-241-6/+6
* Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-081-14/+31
|\
| * x86/percpu: Relax smp_processor_id()Peter Zijlstra2019-06-171-14/+31
* | smp: Remove smp_call_function() and on_each_cpu() return valuesNadav Amit2019-06-231-4/+3
|/
* smp,cpumask: introduce on_each_cpu_cond_maskRik van Riel2018-10-091-0/+4
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* smp: Avoid using two cache lines for struct call_single_dataYing Huang2017-08-291-2/+6
* lockdep: Fix per-cpu static objectsPeter Zijlstra2017-03-261-0/+12
* smp: Add function to execute a function synchronously on a CPUJuergen Gross2016-09-051-0/+3
* smp/cfd: Convert core to hotplug state machineRichard Weinberger2016-07-151-0/+5
* smp: don't use 16-bit words for atomic accessesLinus Torvalds2015-04-201-1/+1
* init: Get rid of x86ismsThomas Gleixner2015-01-221-0/+7
* smp: Add new wake_up_all_idle_cpus() functionChuansheng Liu2014-09-191-0/+2
* idle: remove cpu_idle() forward declarationsGeert Uytterhoeven2014-06-061-2/+0
* smp: Rename __smp_call_function_single() to smp_call_function_single_async()Frederic Weisbecker2014-02-241-1/+1
* smp: Remove wait argument from __smp_call_function_single()Frederic Weisbecker2014-02-241-1/+1
* smp: Teach __smp_call_function_single() to check for offline cpusJan Kara2014-02-241-2/+1
* smp: Remove unused list_head from csdJan Kara2014-02-241-4/+1
* smp.h: fix x86+cpu.c sparse warnings about arch nonboot CPU callsPaul Gortmaker2014-02-101-0/+3
* kernel: use lockless list for smp_call_function_singleChristoph Hellwig2014-01-301-1/+5
* kernel-provide-a-__smp_call_function_single-stub-for-config_smp-fixAndrew Morton2013-11-151-9/+3
* kernel: remove CONFIG_USE_GENERIC_SMP_HELPERSChristoph Hellwig2013-11-151-4/+0
* watchdog: update watchdog_thresh properlyMichal Hocko2013-09-241-0/+6
* smp.h: move !SMP version of on_each_cpu() out-of-lineDavid Daney2013-09-111-16/+5
* smp: quit unconditionally enabling irq in on_each_cpu_mask and on_each_cpu_condDavid Daney2013-09-111-46/+16
* include/linux/smp.h:on_each_cpu(): switch back to a C functionAndrew Morton2013-09-111-8/+12