aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/smp.c
Commit message (Expand)AuthorAge
* Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-10-15
|\
| * kernel misc: Replace __get_cpu_var usesChristoph Lameter2014-08-26
* | smp: Add new wake_up_all_idle_cpus() functionChuansheng Liu2014-09-19
|/
* kernel/smp.c:on_each_cpu_cond(): fix warning in fallback pathSasha Levin2014-08-06
* Merge tag 'v3.16-rc5' into sched/core, to refresh the branch before applying ...Ingo Molnar2014-07-16
|\
| * CPU hotplug, smp: flush any pending IPI callbacks before CPU offlineSrivatsa S. Bhat2014-06-23
* | irq_work: Implement remote queueingFrederic Weisbecker2014-06-16
|/
* smp: print more useful debug info upon receiving IPI on an offline CPUSrivatsa S. Bhat2014-06-06
* 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: Move __smp_call_function_single() below its safe versionFrederic Weisbecker2014-02-24
* smp: Consolidate the various smp_call_function_single() declensionsFrederic Weisbecker2014-02-24
* smp: Teach __smp_call_function_single() to check for offline cpusJan Kara2014-02-24
* smp: Iterate functions through llist_for_each_entry_safe()Jan Kara2014-02-24
* kernel/smp.c: remove cpumask_ipiRoman Gushchin2014-01-30
* kernel: use lockless list for smp_call_function_singleChristoph Hellwig2014-01-30
* kernel: fix generic_exec_single indentationChristoph Hellwig2013-11-14
* kernel: remove CONFIG_USE_GENERIC_SMP_HELPERSChristoph Hellwig2013-11-14
* Merge branch 'for-3.13/core' of git://git.kernel.dk/linux-blockLinus Torvalds2013-11-13
|\
| * smp: don't warn about csd->flags having CSD_FLAG_LOCK cleared for !waitJens Axboe2013-10-25
| * smp: export __smp_call_function_single()Jens Axboe2013-10-25
* | x86/boot: Further compress CPUs bootup messageBorislav Petkov2013-10-01
|/
* kernel/smp.c: quit unconditionally enabling irqs in on_each_cpu_mask().David Daney2013-09-11
* kernel/smp.c: free related resources when failure occurs in hotplug_cfd()Chen Gang2013-09-11
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-09-04
|\
| * generic-ipi: Kill unnecessary variable - csd_flagsXie XiuQi2013-07-30
* | generic-ipi/locking: Fix misleading smp_call_function_any() descriptionXie XiuQi2013-08-19
|/
* kernel: delete __cpuinit usage from all core kernel filesPaul Gortmaker2013-07-14
* kernel/smp.c: cleanupsAndrew Morton2013-04-30
* kernel/smp.c: use '|=' for csd_lockliguang2013-04-30
* smp: make smp_call_function_many() use logic similar to smp_call_function_sin...Shaohua Li2013-02-21
* smp: Fix SMP function call empty cpu mask raceWang YanQing2013-01-28
* smp: Remove ipi_call_lock[_irq]()/ipi_call_unlock[_irq]()Yong Zhang2012-06-05
* smp: Implement kick_all_cpus_sync()Thomas Gleixner2012-05-08
* smp, idle: Allocate idle thread for each possible cpu during bootSuresh Siddha2012-05-03
* smp: add func to IPI cpus based on parameter funcGilad Ben-Yossef2012-03-28
* smp: introduce a generic on_each_cpu_mask() functionGilad Ben-Yossef2012-03-28
* kernel: Map most files to use export.h instead of module.hPaul Gortmaker2011-10-31
* generic-ipi: Fix kexec boot crash by initializing call_single_queue before en...Takao Indoh2011-06-17
* smp: move smp setup functions to kernel/smp.cAmerigo Wang2011-03-22
* smp_call_function_interrupt: use typedef and %pfMilton Miller2011-03-17
* smp_call_function_many: handle concurrent clearing of maskMilton Miller2011-03-17
* call_function_many: add missing orderingMilton Miller2011-03-17
* call_function_many: fix list delete vs add raceMilton Miller2011-03-17
* Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-01-20
|\
| * smp: Allow on_each_cpu() to be called while early_boot_irqs_disabled status t...Tejun Heo2011-01-20
* | kernel/smp.c: consolidate writes in smp_call_function_interrupt()Milton Miller2011-01-20
* | kernel/smp.c: fix smp_call_function_many() SMP raceAnton Blanchard2011-01-20
|/
* kernel: clean up USE_GENERIC_SMP_HELPERSAmerigo Wang2011-01-13
* Typedef SMP call function pointerDavid Howells2010-10-27