| Commit message (Expand) | Author | Age | Files | Lines |
* | smp/up: Make smp_call_function_single() match SMP semantics | Paul E. McKenney | 2020-02-07 | 1 | -1/+2 |
* | smp: Remove allocation mask from on_each_cpu_cond.*() | Sebastian Andrzej Siewior | 2020-01-24 | 1 | -4/+3 |
* | smp: Use smp_cond_func_t as type for the conditional function | Sebastian Andrzej Siewior | 2020-01-24 | 1 | -6/+5 |
* | smp: Remove smp_call_function() and on_each_cpu() return values | Nadav Amit | 2019-06-23 | 1 | -2/+1 |
* | treewide: Add SPDX license identifier for missed files | Thomas Gleixner | 2019-05-21 | 1 | -0/+1 |
* | smp,cpumask: introduce on_each_cpu_cond_mask | Rik van Riel | 2018-10-09 | 1 | -3/+11 |
* | smp: Avoid using two cache lines for struct call_single_data | Ying Huang | 2017-08-29 | 1 | -1/+1 |
* | smp: Add function to execute a function synchronously on a CPU | Juergen Gross | 2016-09-05 | 1 | -0/+17 |
* | virt, sched: Add generic vCPU pinning support | Juergen Gross | 2016-09-05 | 1 | -0/+1 |
* | smp: Rename __smp_call_function_single() to smp_call_function_single_async() | Frederic Weisbecker | 2014-02-24 | 1 | -2/+2 |
* | smp: Remove wait argument from __smp_call_function_single() | Frederic Weisbecker | 2014-02-24 | 1 | -2/+1 |
* | smp: Teach __smp_call_function_single() to check for offline cpus | Jan Kara | 2014-02-24 | 1 | -2/+3 |
* | kernel: provide a __smp_call_function_single stub for !CONFIG_SMP | Christoph Hellwig | 2013-11-15 | 1 | -0/+11 |
* | smp.h: move !SMP version of on_each_cpu() out-of-line | David Daney | 2013-09-12 | 1 | -0/+11 |
* | up.c: use local_irq_{save,restore}() in smp_call_function_single. | David Daney | 2013-09-12 | 1 | -3/+5 |
* | smp: quit unconditionally enabling irq in on_each_cpu_mask and on_each_cpu_cond | David Daney | 2013-09-12 | 1 | -0/+39 |
* | kernel: Map most files to use export.h instead of module.h | Paul Gortmaker | 2011-10-31 | 1 | -1/+1 |
* | smp_call_function_single(): be slightly less stupid, fix #2 | Ingo Molnar | 2009-01-12 | 1 | -0/+1 |
* | smp_call_function_single(): be slightly less stupid, fix | Ingo Molnar | 2009-01-11 | 1 | -1/+3 |
* | smp_call_function_single(): be slightly less stupid | Andrew Morton | 2009-01-11 | 1 | -0/+18 |