aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/smp.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc/cell: Use common smp ipi actionsMilton Miller2011-05-261-1/+1
* Merge remote branch 'origin/master' into mergeBenjamin Herrenschmidt2011-05-201-2/+2
|\
| * sched: Provide scheduler_ipi() callback in response to smp_send_reschedule()Peter Zijlstra2011-04-141-2/+2
* | Merge branch 'merge' into nextBenjamin Herrenschmidt2011-05-191-2/+2
|\ \
| * | powerpc/4xx: Fix regression in SMP on 476kerstin jonsson2011-05-191-2/+2
| |/
* | powerpc: Use bytes instead of bitops in smp ipi multiplexingMilton Miller2011-05-191-13/+18
* | powerpc: Add kconfig for muxed smp ipi supportMilton Miller2011-05-191-0/+2
* | powerpc: Consolidate ipi message mux and demuxMilton Miller2011-05-191-31/+63
* | powerpc: Remove call sites of MSG_ALL_BUT_SELFMilton Miller2011-05-191-6/+13
* | powerpc: Convert old cpumask API into new oneKOSAKI Motohiro2011-05-041-2/+2
* | powerpc/smp: smp_ops->kick_cpu() should be able to failMichael Ellerman2011-04-201-2/+8
|/
* powerpc/smp: Increase vdso_data->processorCount, not just decrease itBenjamin Herrenschmidt2011-04-011-0/+4
* powerpc/smp: Create idle threads on demand and properly reset themBenjamin Herrenschmidt2011-04-011-22/+78
* powerpc/smp: Don't expose per-cpu "cpu_state" arrayBenjamin Herrenschmidt2011-04-011-1/+6
* powerpc/smp: Add a smp_ops->bringup_up() done callbackBenjamin Herrenschmidt2011-04-011-0/+4
* powerpc/pmac/smp: Rename fixup_irqs() to migrate_irqs() and use it on ppc32Benjamin Herrenschmidt2011-04-011-1/+1
* powerpc/smp: Remove unused smp_ops->cpu_enable()Benjamin Herrenschmidt2011-04-011-10/+0
* powerpc/smp: Remove unused generic_cpu_enable()Benjamin Herrenschmidt2011-04-011-22/+0
* powerpc/smp: Fix generic_mach_cpu_die()Benjamin Herrenschmidt2011-04-011-2/+1
* powerpc/smp: soft-replugged CPUs must go back to start_secondaryBenjamin Herrenschmidt2011-04-011-2/+7
* powerpc: Cleanup APIs for cpu/thread/core mappingsVaidyanathan Srinivasan2010-11-291-3/+16
* powerpc: Account time using timebase rather than PURRPaul Mackerras2010-09-021-5/+0
* powerpc: Move arch_sd_sibling_asym_packing() to smp.cMichael Neuling2010-09-021-0/+9
* 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/+0
* powerpc: Clean up obsolete code relating to decrementer and timebasePaul Mackerras2010-07-091-2/+0
* 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/+2
* 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/+0
|\
| * cpumask: centralize cpu_online_map and cpu_possible_mapRusty Russell2008-12-131-4/+0
* | powerpc: Convert cpu_to_l2cache() to of_find_next_cache_node()Nathan Lynch2008-12-211-7/+4
* | powerpc: Move smp_hw_index to 32-bit codeNathan Lynch2008-12-161-1/+0
* | 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/+1
|/