| Commit message (Expand) | Author | Age | Files | Lines |
* | smp: Add function to execute a function synchronously on a CPU | Juergen Gross | 2016-09-05 | 1 | -0/+3 |
* | smp/cfd: Convert core to hotplug state machine | Richard Weinberger | 2016-07-15 | 1 | -0/+5 |
* | smp: don't use 16-bit words for atomic accesses | Linus Torvalds | 2015-04-20 | 1 | -1/+1 |
* | init: Get rid of x86isms | Thomas Gleixner | 2015-01-22 | 1 | -0/+7 |
* | smp: Add new wake_up_all_idle_cpus() function | Chuansheng Liu | 2014-09-19 | 1 | -0/+2 |
* | idle: remove cpu_idle() forward declarations | Geert Uytterhoeven | 2014-06-06 | 1 | -2/+0 |
* | smp: Rename __smp_call_function_single() to smp_call_function_single_async() | Frederic Weisbecker | 2014-02-24 | 1 | -1/+1 |
* | smp: Remove wait argument from __smp_call_function_single() | Frederic Weisbecker | 2014-02-24 | 1 | -1/+1 |
* | smp: Teach __smp_call_function_single() to check for offline cpus | Jan Kara | 2014-02-24 | 1 | -2/+1 |
* | smp: Remove unused list_head from csd | Jan Kara | 2014-02-24 | 1 | -4/+1 |
* | smp.h: fix x86+cpu.c sparse warnings about arch nonboot CPU calls | Paul Gortmaker | 2014-02-10 | 1 | -0/+3 |
* | kernel: use lockless list for smp_call_function_single | Christoph Hellwig | 2014-01-30 | 1 | -1/+5 |
* | kernel-provide-a-__smp_call_function_single-stub-for-config_smp-fix | Andrew Morton | 2013-11-15 | 1 | -9/+3 |
* | kernel: remove CONFIG_USE_GENERIC_SMP_HELPERS | Christoph Hellwig | 2013-11-15 | 1 | -4/+0 |
* | watchdog: update watchdog_thresh properly | Michal Hocko | 2013-09-24 | 1 | -0/+6 |
* | smp.h: move !SMP version of on_each_cpu() out-of-line | David Daney | 2013-09-11 | 1 | -16/+5 |
* | smp: quit unconditionally enabling irq in on_each_cpu_mask and on_each_cpu_cond | David Daney | 2013-09-11 | 1 | -46/+16 |
* | include/linux/smp.h:on_each_cpu(): switch back to a C function | Andrew Morton | 2013-09-11 | 1 | -8/+12 |
* | include/linux/smp.h:on_each_cpu(): switch back to a macro | Andrew Morton | 2013-07-03 | 1 | -12/+8 |
* | smp.h: Use local_irq_{save,restore}() in !SMP version of on_each_cpu(). | David Daney | 2013-06-14 | 1 | -7/+12 |
* | kernel/smp.c: remove 'priv' of call_single_data | liguang | 2013-04-30 | 1 | -1/+0 |
* | smp: make smp_call_function_many() use logic similar to smp_call_function_sin... | Shaohua Li | 2013-02-21 | 1 | -1/+2 |
* | smp: Remove num_booting_cpus() | Thomas Gleixner | 2012-06-05 | 1 | -1/+0 |
* | smp: Remove ipi_call_lock[_irq]()/ipi_call_unlock[_irq]() | Yong Zhang | 2012-06-05 | 1 | -4/+0 |
* | smp: Implement kick_all_cpus_sync() | Thomas Gleixner | 2012-05-08 | 1 | -0/+4 |
* | smp: Add task_struct argument to __cpu_up() | Thomas Gleixner | 2012-04-26 | 1 | -1/+1 |
* | smp: add func to IPI cpus based on parameter func | Gilad Ben-Yossef | 2012-03-28 | 1 | -0/+24 |
* | smp: introduce a generic on_each_cpu_mask() function | Gilad Ben-Yossef | 2012-03-28 | 1 | -0/+22 |
* | generic-ipi: Fix kexec boot crash by initializing call_single_queue before en... | Takao Indoh | 2011-06-17 | 1 | -1/+4 |
* | Remove unused MSG_ flags in linux/smp.h | Milton Miller | 2011-05-26 | 1 | -10/+0 |
* | smp: add missing init.h include | Heiko Carstens | 2011-03-23 | 1 | -0/+1 |
* | smp: move smp setup functions to kernel/smp.c | Amerigo Wang | 2011-03-22 | 1 | -0/+2 |
* | Typedef SMP call function pointer | David Howells | 2010-10-27 | 1 | -9/+10 |
* | smp: fix documentation in include/linux/smp.h | Rakib Mullick | 2010-03-06 | 1 | -1/+1 |
* | generic-ipi: Add smp_call_function_any() | Rusty Russell | 2009-11-18 | 1 | -1/+10 |
* | cpumask: remove the deprecated smp_call_function_mask() | Rusty Russell | 2009-09-24 | 1 | -11/+0 |
* | remove put_cpu_no_resched() | Thomas Gleixner | 2009-06-16 | 1 | -1/+0 |
* | panic, smp: provide smp_send_stop() wrapper on UP too | Ingo Molnar | 2009-03-13 | 1 | -1/+3 |
* | Merge branch 'x86/core' into core/ipi | Ingo Molnar | 2009-03-13 | 1 | -0/+6 |
|\ |
|
| * | smp, generic: introduce arch_disable_smp_support(), build fix | Ingo Molnar | 2009-02-05 | 1 | -6/+6 |
| * | smp, generic: introduce arch_disable_smp_support() instead of disable_ioapic_... | Ingo Molnar | 2009-02-05 | 1 | -0/+6 |
* | | generic-ipi: remove CSD_FLAG_WAIT | Peter Zijlstra | 2009-02-25 | 1 | -1/+2 |
|/ |
|
* | smp_call_function_single(): be slightly less stupid | Andrew Morton | 2009-01-11 | 1 | -10/+3 |
* | cpumask: smp_call_function_many() | Rusty Russell | 2008-12-30 | 1 | -7/+8 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Rusty Russell | 2008-12-30 | 1 | -0/+2 |
|\ |
|
| * | Define smp_call_function_many for UP | Rusty Russell | 2008-12-15 | 1 | -0/+2 |
* | | cpumask: add sysfs displays for configured and disabled cpu maps | Mike Travis | 2008-12-19 | 1 | -0/+3 |
|/ |
|
* | cpumask: introduce new API, without changing anything | Rusty Russell | 2008-11-06 | 1 | -0/+9 |
* | softirq: Add support for triggering softirq work on softirqs. | David S. Miller | 2008-10-17 | 1 | -1/+3 |
* | Full conversion to early_initcall() interface, remove old interface | Eduard - Gabriel Munteanu | 2008-07-26 | 1 | -5/+0 |