summaryrefslogtreecommitdiffstats
path: root/kernel/smp.c
Commit message (Expand)AuthorAgeFilesLines
* 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