summaryrefslogtreecommitdiffstats
path: root/kernel/smp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* generic-ipi: eliminate WARN_ON()s during oops/panicIngo Molnar2009-03-131-3/+4
* generic-ipi: cleanupsIngo Molnar2009-02-251-76/+86
* generic-ipi: remove CSD_FLAG_WAITPeter Zijlstra2009-02-251-67/+23
* generic-ipi: remove kmalloc()Peter Zijlstra2009-02-251-98/+166
* generic IPI: simplify barriers and lockingNick Piggin2009-02-251-39/+44
* generic-ipi: use per cpu data for single cpu ipi callsSteven Rostedt2009-01-301-3/+33
* cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits.: coreRusty Russell2009-01-011-1/+1
* cpumask: arch_send_call_function_ipi_mask: coreRusty Russell2008-12-301-1/+7
* cpumask: smp_call_function_many()Rusty Russell2008-12-301-90/+49
* generic-ipi: fix the smp_mb() placementSuresh Siddha2008-11-061-6/+12
* smp: have smp_call_function_single() detect invalid CPUsH. Peter Anvin2008-08-251-3/+7
* generic-ipi: fix stack and rcu interaction bug in smp_call_function_mask(), fixNick Piggin2008-08-121-4/+6
* generic-ipi: fix stack and rcu interaction bug in smp_call_function_mask()Nick Piggin2008-08-111-7/+47
* Full conversion to early_initcall() interface, remove old interfaceEduard - Gabriel Munteanu2008-07-261-1/+3
* generic ipi function calls: wait on alloc failure fallbackJeremy Fitzhardinge2008-07-151-0/+1
* Merge branch 'generic-ipi-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-07-151-0/+1
* fix: "smp_call_function: get rid of the unused nonatomic/retry argument"Ingo Molnar2008-06-271-1/+1
* smp_call_function: get rid of the unused nonatomic/retry argumentJens Axboe2008-06-261-4/+2
* Add generic helpers for arch IPI function callsJens Axboe2008-06-261-0/+383
OpenPOWER on IntegriCloud