aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/smp.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Make sure IPI handlers see data written by IPI sendersPaul Mackerras2012-09-191-2/+9
* powerpc/irq: Remove IRQF_DISABLEDYong Zhang2011-11-081-1/+1
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-061-1/+1
|\
| * powerpc: various straight conversions from module.h --> export.hPaul Gortmaker2011-10-311-1/+1
* | powerpc/smp: More generic support for "soft hotplug"Benjamin Herrenschmidt2011-09-201-5/+25
|/
* atomic: use <linux/atomic.h>Arun Sharma2011-07-261-1/+1
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2011-07-251-12/+18
|\
| * powerpc: Create next_tlbcam_idx percpu variable for FSL_BOOKEBecky Bruce2011-07-081-0/+4
| * powerpc/book3e-64: Reraise doorbell when masked by soft-irq-disableScott Wood2011-06-291-8/+0
| * powerpc: Avoid extra indirect function call in sending IPIsPaul Mackerras2011-06-201-4/+14
* | KVM: PPC: Add support for Book3S processors in hypervisor modePaul Mackerras2011-07-121-0/+1
|/
* 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