aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/smp.c
Commit message (Expand)AuthorAge
* 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
* generic-ipi: Fix deadlock in __smp_call_function_singleHeiko Carstens2010-09-10
* kernel/: convert cpu notifier to return encapsulate errno valueAkinobu Mita2010-05-27
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* generic-ipi: Optimize accesses by using DEFINE_PER_CPU_SHARED_ALIGNED for IPI...Milton Miller2010-01-18
* smp_call_function_any(): pass the node value to cpumask_of_node()David John2010-01-16
* Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-12-15
|\
| * smp: Convert smplocks to raw_spinlocksThomas Gleixner2009-12-14
* | generic-ipi: cleanup for generic_smp_call_function_interrupt()Xiao Guangrong2009-12-15
|/
* generic-ipi: Add smp_call_function_any()Rusty Russell2009-11-18
* generic-ipi: Fix misleading smp_call_function*() descriptionSheng Yang2009-10-23
* cpumask: remove arch_send_call_function_ipiRusty Russell2009-09-23
* generic-ipi: make struct call_function_data locklessXiao Guangrong2009-09-23
* Merge branch 'x86/urgent' into x86/patH. Peter Anvin2009-08-26
|\
| * generic-ipi: fix hotplug_cfd()Xiao Guangrong2009-08-07
* | generic-ipi: Allow cpus not yet online to call smp_call_function with irqs di...Suresh Siddha2009-08-21
|/
* cpumask: alloc zeroed cpumask for static cpumask_var_tsYinghai Lu2009-06-09
* generic-ipi: eliminate WARN_ON()s during oops/panicIngo Molnar2009-03-13
* generic-ipi: cleanupsIngo Molnar2009-02-25