aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/smp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-28Disintegrate asm/system.h for PowerPCDavid Howells1-1/+1
2012-01-07Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+1
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman1-1/+1
2011-12-21cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystemKay Sievers1-1/+1
2011-11-25powerpc: Mark IPI interrupts IRQF_NO_THREADThomas Gleixner1-1/+2
2011-11-08powerpc/irq: Remove IRQF_DISABLEDYong Zhang1-1/+1
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-1/+1
2011-10-31powerpc: various straight conversions from module.h --> export.hPaul Gortmaker1-1/+1
2011-09-20powerpc/smp: More generic support for "soft hotplug"Benjamin Herrenschmidt1-5/+25
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-07-25Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-12/+18
2011-07-12KVM: PPC: Add support for Book3S processors in hypervisor modePaul Mackerras1-0/+1
2011-07-08powerpc: Create next_tlbcam_idx percpu variable for FSL_BOOKEBecky Bruce1-0/+4
2011-06-29powerpc/book3e-64: Reraise doorbell when masked by soft-irq-disableScott Wood1-8/+0
2011-06-20powerpc: Avoid extra indirect function call in sending IPIsPaul Mackerras1-4/+14
2011-05-26powerpc/cell: Use common smp ipi actionsMilton Miller1-1/+1
2011-05-20Merge remote branch 'origin/master' into mergeBenjamin Herrenschmidt1-2/+2
2011-05-19Merge branch 'merge' into nextBenjamin Herrenschmidt1-2/+2
2011-05-19powerpc: Use bytes instead of bitops in smp ipi multiplexingMilton Miller1-13/+18
2011-05-19powerpc: Add kconfig for muxed smp ipi supportMilton Miller1-0/+2
2011-05-19powerpc: Consolidate ipi message mux and demuxMilton Miller1-31/+63
2011-05-19powerpc: Remove call sites of MSG_ALL_BUT_SELFMilton Miller1-6/+13
2011-05-19powerpc/4xx: Fix regression in SMP on 476kerstin jonsson1-2/+2
2011-05-04powerpc: Convert old cpumask API into new oneKOSAKI Motohiro1-2/+2
2011-04-20powerpc/smp: smp_ops->kick_cpu() should be able to failMichael Ellerman1-2/+8
2011-04-14sched: Provide scheduler_ipi() callback in response to smp_send_reschedule()Peter Zijlstra1-2/+2
2011-04-01powerpc/smp: Increase vdso_data->processorCount, not just decrease itBenjamin Herrenschmidt1-0/+4
2011-04-01powerpc/smp: Create idle threads on demand and properly reset themBenjamin Herrenschmidt1-22/+78
2011-04-01powerpc/smp: Don't expose per-cpu "cpu_state" arrayBenjamin Herrenschmidt1-1/+6
2011-04-01powerpc/smp: Add a smp_ops->bringup_up() done callbackBenjamin Herrenschmidt1-0/+4
2011-04-01powerpc/pmac/smp: Rename fixup_irqs() to migrate_irqs() and use it on ppc32Benjamin Herrenschmidt1-1/+1
2011-04-01powerpc/smp: Remove unused smp_ops->cpu_enable()Benjamin Herrenschmidt1-10/+0
2011-04-01powerpc/smp: Remove unused generic_cpu_enable()Benjamin Herrenschmidt1-22/+0
2011-04-01powerpc/smp: Fix generic_mach_cpu_die()Benjamin Herrenschmidt1-2/+1
2011-04-01powerpc/smp: soft-replugged CPUs must go back to start_secondaryBenjamin Herrenschmidt1-2/+7
2010-11-29powerpc: Cleanup APIs for cpu/thread/core mappingsVaidyanathan Srinivasan1-3/+16
2010-09-02powerpc: Account time using timebase rather than PURRPaul Mackerras1-5/+0
2010-09-02powerpc: Move arch_sd_sibling_asym_packing() to smp.cMichael Neuling1-0/+9
2010-08-24powerpc: Silence __cpu_up() under normal operationSigned-off-by: Darren Hart1-2/+2
2010-07-31powerpc/smp: remove the incorrect decrementer initial codes for APTiejun Chen1-8/+0
2010-07-09powerpc: Clean up obsolete code relating to decrementer and timebasePaul Mackerras1-2/+0
2010-05-21powerpc: Use common cpu_die (fixes SMP+SUSPEND build)Milton Miller1-0/+6
2010-05-06powerpc/cpumask: Update some commentsAnton Blanchard1-1/+1
2010-05-06powerpc/cpumask: Dynamically allocate cpu_sibling_map and cpu_core_map cpumasksAnton Blanchard1-18/+24
2010-05-06powerpc/cpumask: Convert fixup_irqs to new cpumask APIAnton Blanchard1-2/+2
2010-05-06powerpc/cpumask: Convert smp_cpus_done to new cpumask APIAnton Blanchard1-3/+6
2010-05-05powerpc/47x: Base ppc476 supportDave Kleikamp1-0/+8
2010-04-07powerpc: Use set_cpus_allowed_ptrJulia Lawall1-2/+2
2010-01-15powerpc: Move cpu hotplug driver lock from pseries to powerpcNathan Fontenot1-0/+12
2009-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-1/+1