summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/smp.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Silence __cpu_up() under normal operationSigned-off-by: Darren Hart2010-08-241-2/+2
* powerpc/smp: remove the incorrect decrementer initial codes for APTiejun Chen2010-07-311-8/+0Star
* powerpc: Clean up obsolete code relating to decrementer and timebasePaul Mackerras2010-07-091-2/+0Star
* powerpc: Use common cpu_die (fixes SMP+SUSPEND build)Milton Miller2010-05-211-0/+6
* powerpc/cpumask: Update some commentsAnton Blanchard2010-05-061-1/+1
* powerpc/cpumask: Dynamically allocate cpu_sibling_map and cpu_core_map cpumasksAnton Blanchard2010-05-061-18/+24
* powerpc/cpumask: Convert fixup_irqs to new cpumask APIAnton Blanchard2010-05-061-2/+2
* powerpc/cpumask: Convert smp_cpus_done to new cpumask APIAnton Blanchard2010-05-061-3/+6
* powerpc/47x: Base ppc476 supportDave Kleikamp2010-05-051-0/+8
* powerpc: Use set_cpus_allowed_ptrJulia Lawall2010-04-071-2/+2
* powerpc: Move cpu hotplug driver lock from pseries to powerpcNathan Fontenot2010-01-151-0/+12
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2009-12-141-1/+1
|\
| * percpu: make percpu symbols in powerpc uniqueTejun Heo2009-10-291-1/+1
* | powerpc: stop_this_cpu: remove the cpu from the online map.Valentine Barshak2009-12-091-0/+3
|/
* cpumask: Use accessors for cpu_*_mask: powerpcRusty Russell2009-09-241-4/+4
* cpumask: arch_send_call_function_ipi_mask: powerpcRusty Russell2009-09-241-2/+2
* powerpc/85xx: Fix SMP compile error and allow NULL for smp_opsKumar Gala2009-09-111-3/+7
* powerpc/pseries: Reduce the polling interval in __cpu_up()Gautham R Shenoy2009-08-271-3/+2Star
* powerpc/pmac: Fix issues with PowerMac "PowerSurge" SMPBenjamin Herrenschmidt2009-06-261-1/+2
* Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-01-021-4/+0Star
|\
| * cpumask: centralize cpu_online_map and cpu_possible_mapRusty Russell2008-12-131-4/+0Star
* | powerpc: Convert cpu_to_l2cache() to of_find_next_cache_node()Nathan Lynch2008-12-211-7/+4Star
* | powerpc: Move smp_hw_index to 32-bit codeNathan Lynch2008-12-161-1/+0Star
* | powerpc: Provide a separate handler for each IPI actionMilton Miller2008-11-191-0/+59
|/
* Merge commit 'origin'Benjamin Herrenschmidt2008-10-151-0/+1
|\
| * kernel/cpu.c: create a CPU_STARTING cpu_chain notifierManfred Spraul2008-09-081-0/+1
* | powerpc/smp: No need to set_need_resched when getting a resched IPIMilton Miller2008-10-131-2/+1Star
|/
* powerpc: Make core id information available to userspaceNathan Lynch2008-07-281-0/+23
* powerpc: Make core sibling information available to userspaceNathan Lynch2008-07-281-0/+64
* powerpc: Update cpu_sibling_maps dynamicallyNathan Lynch2008-07-281-3/+29
* Merge commit 'origin/master'Benjamin Herrenschmidt2008-07-161-214/+20Star
|\
| * smp_call_function: get rid of the unused nonatomic/retry argumentJens Axboe2008-06-261-1/+1
| * powerpc: convert to generic helpers for IPI function callsJens Axboe2008-06-261-214/+20Star
* | [POWERPC] Fix sparse warnings in arch/powerpc/kernelMichael Ellerman2008-05-141-4/+0Star
|/
* [POWERPC] Bolt in SLB entry for kernel stack on secondary cpusPaul Mackerras2008-05-021-0/+2
* [POWERPC] Make smp_send_stop() handle panic and xmon rebootOlof Johansson2008-01-251-8/+29
* [POWERPC] Make smp_call_function_map staticOlof Johansson2008-01-251-6/+8
* Convert cpu_sibling_map to be a per cpu variableMike Travis2007-10-161-2/+2
* [POWERPC] Implement clockevents driver for powerpcTony Breeds2007-10-031-0/+2
* [POWERPC] Avoid pointless WARN_ON(irqs_disabled()) from panic codepathSatyam Sharma2007-09-221-9/+18
* [POWERPC] Fix num_cpus calculation in smp_call_function_map()Kevin Corry2007-08-031-6/+3Star
* [POWERPC] Allow smp_call_function_single() to current cpuAvi Kivity2007-07-221-1/+6
* [POWERPC] Fix smp_call_function to be preempt-safeHugh Dickins2007-05-221-16/+18
* [POWERPC] Add smp_call_function_map and smp_call_function_singlewill schmidt2007-05-071-21/+52
* [POWERPC] Make tlb flush batch use lazy MMU modeBenjamin Herrenschmidt2007-04-121-4/+0Star
* [POWERPC] Move MPIC smp routines into mpic.cMichael Ellerman2007-02-141-23/+0Star
* [PATCH] Change cpu_up and co from __devinit to __cpuinitGautham R Shenoy2007-01-121-1/+1
* [POWERPC] cell: add cpufreq driver for Cell BE processorChristian Krafft2006-10-251-0/+1
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-3/+3
* [POWERPC] Fix non-MPIC CHRPs with CONFIG_SMP setBenjamin Herrenschmidt2006-07-251-7/+17