summaryrefslogtreecommitdiffstats
path: root/kernel/smp.c
Commit message (Expand)AuthorAgeFilesLines
* kernel: fix generic_exec_single indentationChristoph Hellwig2013-11-151-2/+1
* kernel: remove CONFIG_USE_GENERIC_SMP_HELPERSChristoph Hellwig2013-11-151-2/+0
* Merge branch 'for-3.13/core' of git://git.kernel.dk/linux-blockLinus Torvalds2013-11-141-1/+6
|\
| * smp: don't warn about csd->flags having CSD_FLAG_LOCK cleared for !waitJens Axboe2013-10-251-1/+5
| * smp: export __smp_call_function_single()Jens Axboe2013-10-251-0/+1
* | x86/boot: Further compress CPUs bootup messageBorislav Petkov2013-10-011-1/+6
|/
* kernel/smp.c: quit unconditionally enabling irqs in on_each_cpu_mask().David Daney2013-09-111-4/+7
* kernel/smp.c: free related resources when failure occurs in hotplug_cfd()Chen Gang2013-09-111-1/+4
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-09-041-13/+1
|\
| * generic-ipi: Kill unnecessary variable - csd_flagsXie XiuQi2013-07-301-13/+1
* | generic-ipi/locking: Fix misleading smp_call_function_any() descriptionXie XiuQi2013-08-191-2/+0
|/
* kernel: delete __cpuinit usage from all core kernel filesPaul Gortmaker2013-07-141-1/+1
* kernel/smp.c: cleanupsAndrew Morton2013-04-301-45/+46
* kernel/smp.c: use '|=' for csd_lockliguang2013-04-301-1/+1
* smp: make smp_call_function_many() use logic similar to smp_call_function_sin...Shaohua Li2013-02-211-153/+30
* smp: Fix SMP function call empty cpu mask raceWang YanQing2013-01-281-1/+12
* smp: Remove ipi_call_lock[_irq]()/ipi_call_unlock[_irq]()Yong Zhang2012-06-051-20/+0
* smp: Implement kick_all_cpus_sync()Thomas Gleixner2012-05-081-0/+23
* smp, idle: Allocate idle thread for each possible cpu during bootSuresh Siddha2012-05-031-0/+4
* smp: add func to IPI cpus based on parameter funcGilad Ben-Yossef2012-03-281-0/+61
* smp: introduce a generic on_each_cpu_mask() functionGilad Ben-Yossef2012-03-281-0/+29
* kernel: Map most files to use export.h instead of module.hPaul Gortmaker2011-10-311-1/+1
* generic-ipi: Fix kexec boot crash by initializing call_single_queue before en...Takao Indoh2011-06-171-4/+1
* smp: move smp setup functions to kernel/smp.cAmerigo Wang2011-03-221-0/+81
* smp_call_function_interrupt: use typedef and %pfMilton Miller2011-03-171-8/+8
* smp_call_function_many: handle concurrent clearing of maskMilton Miller2011-03-171-3/+10
* call_function_many: add missing orderingMilton Miller2011-03-171-13/+33
* call_function_many: fix list delete vs add raceMilton Miller2011-03-171-7/+13
* Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-01-201-4/+7
|\
| * smp: Allow on_each_cpu() to be called while early_boot_irqs_disabled status t...Tejun Heo2011-01-201-4/+7
* | kernel/smp.c: consolidate writes in smp_call_function_interrupt()Milton Miller2011-01-201-10/+19
* | kernel/smp.c: fix smp_call_function_many() SMP raceAnton Blanchard2011-01-201-0/+30
|/
* kernel: clean up USE_GENERIC_SMP_HELPERSAmerigo Wang2011-01-131-0/+19
* Typedef SMP call function pointerDavid Howells2010-10-271-4/+4
* generic-ipi: Fix deadlock in __smp_call_function_singleHeiko Carstens2010-09-101-3/+14
* kernel/: convert cpu notifier to return encapsulate errno valueAkinobu Mita2010-05-271-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* generic-ipi: Optimize accesses by using DEFINE_PER_CPU_SHARED_ALIGNED for IPI...Milton Miller2010-01-181-4/+4
* smp_call_function_any(): pass the node value to cpumask_of_node()David John2010-01-161-1/+1
* Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-12-151-16/+16
|\
| * smp: Convert smplocks to raw_spinlocksThomas Gleixner2009-12-141-16/+16
* | generic-ipi: cleanup for generic_smp_call_function_interrupt()Xiao Guangrong2009-12-151-2/+1
|/
* generic-ipi: Add smp_call_function_any()Rusty Russell2009-11-181-0/+45
* generic-ipi: Fix misleading smp_call_function*() descriptionSheng Yang2009-10-231-8/+3
* cpumask: remove arch_send_call_function_ipiRusty Russell2009-09-241-7/+0
* generic-ipi: make struct call_function_data locklessXiao Guangrong2009-09-231-21/+8
* Merge branch 'x86/urgent' into x86/patH. Peter Anvin2009-08-261-1/+1
|\
| * generic-ipi: fix hotplug_cfd()Xiao Guangrong2009-08-071-1/+1
* | generic-ipi: Allow cpus not yet online to call smp_call_function with irqs di...Suresh Siddha2009-08-211-6/+34
|/
* cpumask: alloc zeroed cpumask for static cpumask_var_tsYinghai Lu2009-06-091-1/+1