aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel/up.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-07smp/up: Make smp_call_function_single() match SMP semanticsPaul E. McKenney1-1/+2
2020-01-24smp: Remove allocation mask from on_each_cpu_cond.*()Sebastian Andrzej Siewior1-4/+3
2020-01-24smp: Use smp_cond_func_t as type for the conditional functionSebastian Andrzej Siewior1-6/+5
2019-06-23smp: Remove smp_call_function() and on_each_cpu() return valuesNadav Amit1-2/+1
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2018-10-09smp,cpumask: introduce on_each_cpu_cond_maskRik van Riel1-3/+11
2017-08-29smp: Avoid using two cache lines for struct call_single_dataYing Huang1-1/+1
2016-09-05smp: Add function to execute a function synchronously on a CPUJuergen Gross1-0/+17
2016-09-05virt, sched: Add generic vCPU pinning supportJuergen Gross1-0/+1
2014-02-24smp: Rename __smp_call_function_single() to smp_call_function_single_async()Frederic Weisbecker1-2/+2
2014-02-24smp: Remove wait argument from __smp_call_function_single()Frederic Weisbecker1-2/+1
2014-02-24smp: Teach __smp_call_function_single() to check for offline cpusJan Kara1-2/+3
2013-11-15kernel: provide a __smp_call_function_single stub for !CONFIG_SMPChristoph Hellwig1-0/+11
2013-09-11smp.h: move !SMP version of on_each_cpu() out-of-lineDavid Daney1-0/+11
2013-09-11up.c: use local_irq_{save,restore}() in smp_call_function_single.David Daney1-3/+5
2013-09-11smp: quit unconditionally enabling irq in on_each_cpu_mask and on_each_cpu_condDavid Daney1-0/+39
2011-10-31kernel: Map most files to use export.h instead of module.hPaul Gortmaker1-1/+1
2009-01-12smp_call_function_single(): be slightly less stupid, fix #2Ingo Molnar1-0/+1
2009-01-11smp_call_function_single(): be slightly less stupid, fixIngo Molnar1-1/+3
2009-01-11smp_call_function_single(): be slightly less stupidAndrew Morton1-0/+18