summaryrefslogtreecommitdiff
path: root/kernel/up.c
Commit message (Expand)AuthorAge
* smp: Avoid using two cache lines for struct call_single_dataYing Huang2017-08-29
* smp: Add function to execute a function synchronously on a CPUJuergen Gross2016-09-05
* virt, sched: Add generic vCPU pinning supportJuergen Gross2016-09-05
* smp: Rename __smp_call_function_single() to smp_call_function_single_async()Frederic Weisbecker2014-02-24
* smp: Remove wait argument from __smp_call_function_single()Frederic Weisbecker2014-02-24
* smp: Teach __smp_call_function_single() to check for offline cpusJan Kara2014-02-24
* kernel: provide a __smp_call_function_single stub for !CONFIG_SMPChristoph Hellwig2013-11-15
* smp.h: move !SMP version of on_each_cpu() out-of-lineDavid Daney2013-09-11
* up.c: use local_irq_{save,restore}() in smp_call_function_single.David Daney2013-09-11
* smp: quit unconditionally enabling irq in on_each_cpu_mask and on_each_cpu_condDavid Daney2013-09-11
* kernel: Map most files to use export.h instead of module.hPaul Gortmaker2011-10-31
* smp_call_function_single(): be slightly less stupid, fix #2Ingo Molnar2009-01-12
* smp_call_function_single(): be slightly less stupid, fixIngo Molnar2009-01-11
* smp_call_function_single(): be slightly less stupidAndrew Morton2009-01-11