summaryrefslogtreecommitdiffstats
path: root/kernel/up.c
Commit message (Expand)AuthorAgeFilesLines
* smp: Change function signatures to use call_single_data_tLeonardo Bras2023-09-131-1/+1
* 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
* | kernel/up.c: fix typoBhaskar Chowdhury2021-05-071-1/+1
|/
* smp: Inline on_each_cpu_cond() and on_each_cpu()Nadav Amit2021-03-061-37/+1
* smp/up: Make smp_call_function_single() match SMP semanticsPaul E. McKenney2020-02-071-1/+2
* smp: Remove allocation mask from on_each_cpu_cond.*()Sebastian Andrzej Siewior2020-01-241-4/+3
* smp: Use smp_cond_func_t as type for the conditional functionSebastian Andrzej Siewior2020-01-241-6/+5
* smp: Remove smp_call_function() and on_each_cpu() return valuesNadav Amit2019-06-231-2/+1
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* smp,cpumask: introduce on_each_cpu_cond_maskRik van Riel2018-10-091-3/+11
* smp: Avoid using two cache lines for struct call_single_dataYing Huang2017-08-291-1/+1
* smp: Add function to execute a function synchronously on a CPUJuergen Gross2016-09-051-0/+17
* virt, sched: Add generic vCPU pinning supportJuergen Gross2016-09-051-0/+1
* smp: Rename __smp_call_function_single() to smp_call_function_single_async()Frederic Weisbecker2014-02-241-2/+2
* smp: Remove wait argument from __smp_call_function_single()Frederic Weisbecker2014-02-241-2/+1
* smp: Teach __smp_call_function_single() to check for offline cpusJan Kara2014-02-241-2/+3
* kernel: provide a __smp_call_function_single stub for !CONFIG_SMPChristoph Hellwig2013-11-151-0/+11
* smp.h: move !SMP version of on_each_cpu() out-of-lineDavid Daney2013-09-111-0/+11
* up.c: use local_irq_{save,restore}() in smp_call_function_single.David Daney2013-09-111-3/+5
* smp: quit unconditionally enabling irq in on_each_cpu_mask and on_each_cpu_condDavid Daney2013-09-111-0/+39
* kernel: Map most files to use export.h instead of module.hPaul Gortmaker2011-10-311-1/+1
* smp_call_function_single(): be slightly less stupid, fix #2Ingo Molnar2009-01-121-0/+1
* smp_call_function_single(): be slightly less stupid, fixIngo Molnar2009-01-111-1/+3
* smp_call_function_single(): be slightly less stupidAndrew Morton2009-01-111-0/+18