summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-09-05smp: Add function to execute a function synchronously on a CPUJuergen Gross3-0/+70
2016-09-05virt, sched: Add generic vCPU pinning supportJuergen Gross6-0/+35
2014-02-24smp: Rename __smp_call_function_single() to smp_call_function_single_async()Frederic Weisbecker8-14/+21
2014-02-24smp: Remove wait argument from __smp_call_function_single()Frederic Weisbecker8-23/+11
2014-02-24smp: Teach __smp_call_function_single() to check for offline cpusJan Kara3-8/+11
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 Daney2-16/+16
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 Daney2-46/+55
2011-10-31kernel: Map most files to use export.h instead of module.hPaul Gortmaker61-61/+61
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 Morton3-11/+26