aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/pseries/smp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-31Merge branch 'topic/paca' into nextMichael Ellerman1-2/+2
2018-03-30powerpc/64: Use array of paca pointers and allocate pacas individuallyNicholas Piggin1-2/+2
2018-03-13powerpc: Rename plapr routines to plparMichael Ellerman1-1/+1
2017-09-02powerpc/xive: guest exploitation of the XIVE interrupt controllerCédric Le Goater1-2/+25
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
2017-04-28powerpc/pseries: Implement NMI IPI with H_SIGNAL_SYS_RESETNicholas Piggin1-1/+22
2017-04-28powerpc: Add struct smp_ops_t.cause_nmi_ipi operationNicholas Piggin1-0/+1
2017-04-13powerpc: Change the doorbell IPI calling conventionNicholas Piggin1-17/+10
2016-06-14powerpc/pseries: Remove MPIC from pseries smpRashmica Gupta1-26/+5
2015-04-10powerpc: Drop return value of smp_ops->probe()Michael Ellerman1-4/+2
2014-04-23powerpc: Fix SMP issues with ppc64le ABIv2Anton Blanchard1-2/+3
2013-09-25powerpc/pseries: Do not start secondaries in Open FirmwareBenjamin Herrenschmidt1-10/+16
2013-08-27pseries: Move plpar_wrapper.h to powerpc common include/asm location.Deepthi Dharwar1-1/+1
2013-08-14powerpc: Convert platforms to smp_generic_cpu_bootableAndy Fleming1-17/+1
2013-06-20powerpc/smp: Use '==' instead of '<' for system_stateliguang1-1/+1
2013-01-10powerpc: Hook up doorbells on serverIan Munsie1-2/+31
2013-01-03POWERPC: drivers: remove __dev* attributes.Greg Kroah-Hartman1-3/+3
2012-11-15powerpc+of: Remove the pSeries_reconfig.h fileNathan Fontenot1-1/+0
2012-07-03powerpc/pseries/cpuidle: Replace pseries_notify_cpuidle_add call with notifierDeepthi Dharwar1-1/+0
2012-03-28Disintegrate asm/system.h for PowerPCDavid Howells1-1/+0
2012-01-07Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+1
2011-12-21driver-core: remove sysdev.h usage.Kay Sievers1-1/+1
2011-12-08powerpc/cpuidle: cpuidle driver for pSeriesDeepthi Dharwar1-0/+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-07-25Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-1/+1
2011-06-20treewide: remove duplicate includesVitaliy Ivanov1-1/+0
2011-06-20powerpc: Avoid extra indirect function call in sending IPIsPaul Mackerras1-1/+1
2011-05-19powerpc: Consolidate ipi message mux and demuxMilton Miller1-1/+2
2011-04-20powerpc/smp: smp_ops->kick_cpu() should be able to failMichael Ellerman1-2/+4
2011-04-20powerpc/xics: Rewrite XICS driverBenjamin Herrenschmidt1-11/+6
2011-04-05powerpc/pseries: Fix build without CONFIG_HOTPLUG_CPUMatt Evans1-6/+11
2011-03-30powerpc/pseries/smp: query-cpu-stopped-state support won't changeMilton Miller1-2/+2
2010-08-24powerpc: Correct smt_enabled=X boot option for > 2 threads per coreNathan Fontenot1-4/+7
2010-05-06powerpc/cpumask: Convert pseries SMP code to new cpumask APIAnton Blanchard1-7/+9
2010-05-06powerpc/pseries: Only call start-cpu when a CPU is stoppedMichael Neuling1-0/+6
2010-05-06powerpc/pseries: Make query_cpu_stopped callable outside hotplug cpuMichael Neuling1-0/+22
2010-02-09arch/powerpc: Fix continuation line formatsJoe Perches1-2/+2
2009-12-18powerpc/pseries: Don't panic when H_PROD fails during cpu-online.Gautham R Shenoy1-2/+2
2009-11-24powerpc/pseries: Add hooks to put the CPU into an appropriate offline stateGautham R Shenoy1-0/+19
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-10-21powerpc: Use cpu_thread_in_core in smp_init for of_spin_mapMilton Miller1-9/+4
2008-10-13powerpc/xics: Consolidate ipi message encode and decodeMilton Miller1-31/+1
2008-04-24[POWERPC] Add CONFIG_PPC_PSERIES_DEBUG to enable debugging for platforms/pseriesMichael Ellerman1-1/+0
2008-04-24[POWERPC] Convert from DBG() to pr_debug() in platforms/pseries/Michael Ellerman1-8/+2
2007-12-03[POWERPC] Cleanup SMT thread handlingBenjamin Herrenschmidt1-1/+2
2007-02-14[POWERPC] Cleanup pseries smp initialisation codeMichael Ellerman1-0/+1
2006-12-08[POWERPC] Move the rest of the hotplug cpu code into platforms/pseries/hotplug-cpu.cMichael Ellerman1-200/+0