aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/cell/smp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-30powerpc/64: Use array of paca pointers and allocate pacas individuallyNicholas Piggin1-2/+2
2017-06-28powerpc/smp: Convert NR_CPUS to nr_cpu_idsSantosh Sivaraj1-1/+1
2017-06-28powerpc/smp: Do not BUG_ON if invalid CPU during kickSantosh Sivaraj1-1/+2
2015-04-10powerpc: Drop return value of smp_ops->probe()Michael Ellerman1-8/+1
2015-01-23powerpc: Replace cpumask_weight(cpu_possible_mask) with num_possible_cpus()Emil Medve1-1/+1
2014-04-23powerpc: Fix SMP issues with ppc64le ABIv2Anton Blanchard1-2/+3
2013-08-14powerpc: Convert platforms to smp_generic_cpu_bootableAndy Fleming1-14/+1
2013-06-20powerpc/smp: Use '==' instead of '<' for system_stateliguang1-1/+1
2013-01-03POWERPC: drivers: remove __dev* attributes.Greg Kroah-Hartman1-3/+3
2012-03-28Disintegrate asm/system.h for PowerPCDavid Howells1-1/+0
2011-12-21driver-core: remove sysdev.h usage.Kay Sievers1-1/+1
2011-10-31powerpc: remove non-required uses of include <linux/module.h>Paul Gortmaker1-1/+0
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-05-26powerpc/cell: Rename ipi functions to match current abstractionsMilton Miller1-1/+1
2011-05-19powerpc: Remove checks for MSG_ALL and MSG_ALL_BUT_SELFMilton Miller1-17/+1
2011-05-04powerpc: Convert old cpumask API into new oneKOSAKI Motohiro1-7/+6
2011-04-20powerpc/smp: smp_ops->kick_cpu() should be able to failMichael Ellerman1-2/+4
2009-08-20powerpc: Move definitions of secondary CPU spinloop to header fileBenjamin Herrenschmidt1-2/+0
2009-06-26powerpc: Use one common impl. of RTAS timebase sync and use raw spinlockBenjamin Herrenschmidt1-28/+2
2008-12-01powerpc/cell: Fix GDB watchpoints, againArnd Bergmann1-2/+7
2008-10-21powerpc: Use cpu_thread_in_core in smp_init for of_spin_mapMilton Miller1-7/+3
2007-12-03[POWERPC] Cleanup SMT thread handlingBenjamin Herrenschmidt1-1/+2
2007-11-08[POWERPC] Include udbg.h when using udbg_printfwill schmidt1-0/+1
2006-08-25[POWERPC] Cleanup CPU initsOlof Johansson1-2/+2
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-01-12[PATCH] powerpc: task_thread_info()Al Viro1-1/+1
2005-11-01[PATCH] powerpc: create a new arch/powerpc/platforms/cell/smp.cArnd Bergmann1-0/+230