aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms/pseries/smp.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-20powerpc/smp: Use '==' instead of '<' for system_stateGravatar liguang 1-1/+1
2013-01-10powerpc: Hook up doorbells on serverGravatar Ian Munsie 1-2/+31
2013-01-03POWERPC: drivers: remove __dev* attributes.Gravatar Greg Kroah-Hartman 1-3/+3
2012-11-15powerpc+of: Remove the pSeries_reconfig.h fileGravatar Nathan Fontenot 1-1/+0
2012-07-03powerpc/pseries/cpuidle: Replace pseries_notify_cpuidle_add call with notifierGravatar Deepthi Dharwar 1-1/+0
2012-03-28Disintegrate asm/system.h for PowerPCGravatar David Howells 1-1/+0
2012-01-07Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+1
2011-12-21driver-core: remove sysdev.h usage.Gravatar Kay Sievers 1-1/+1
2011-12-08powerpc/cpuidle: cpuidle driver for pSeriesGravatar Deepthi Dharwar 1-0/+1
2011-10-31powerpc: remove non-required uses of include <linux/module.h>Gravatar Paul Gortmaker 1-1/+0
2011-07-26atomic: use <linux/atomic.h>Gravatar Arun Sharma 1-1/+1
2011-07-25Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Gravatar Linus Torvalds 1-1/+1
2011-06-20treewide: remove duplicate includesGravatar Vitaliy Ivanov 1-1/+0
2011-06-20powerpc: Avoid extra indirect function call in sending IPIsGravatar Paul Mackerras 1-1/+1
2011-05-19powerpc: Consolidate ipi message mux and demuxGravatar Milton Miller 1-1/+2
2011-04-20powerpc/smp: smp_ops->kick_cpu() should be able to failGravatar Michael Ellerman 1-2/+4
2011-04-20powerpc/xics: Rewrite XICS driverGravatar Benjamin Herrenschmidt 1-11/+6
2011-04-05powerpc/pseries: Fix build without CONFIG_HOTPLUG_CPUGravatar Matt Evans 1-6/+11
2011-03-30powerpc/pseries/smp: query-cpu-stopped-state support won't changeGravatar Milton Miller 1-2/+2
2010-08-24powerpc: Correct smt_enabled=X boot option for > 2 threads per coreGravatar Nathan Fontenot 1-4/+7
2010-05-06powerpc/cpumask: Convert pseries SMP code to new cpumask APIGravatar Anton Blanchard 1-7/+9
2010-05-06powerpc/pseries: Only call start-cpu when a CPU is stoppedGravatar Michael Neuling 1-0/+6
2010-05-06powerpc/pseries: Make query_cpu_stopped callable outside hotplug cpuGravatar Michael Neuling 1-0/+22
2010-02-09arch/powerpc: Fix continuation line formatsGravatar Joe Perches 1-2/+2
2009-12-18powerpc/pseries: Don't panic when H_PROD fails during cpu-online.Gravatar Gautham R Shenoy 1-2/+2
2009-11-24powerpc/pseries: Add hooks to put the CPU into an appropriate offline stateGravatar Gautham R Shenoy 1-0/+19
2009-08-20powerpc: Move definitions of secondary CPU spinloop to header fileGravatar Benjamin Herrenschmidt 1-2/+0
2009-06-26powerpc: Use one common impl. of RTAS timebase sync and use raw spinlockGravatar Benjamin Herrenschmidt 1-28/+2
2008-10-21powerpc: Use cpu_thread_in_core in smp_init for of_spin_mapGravatar Milton Miller 1-9/+4
2008-10-13powerpc/xics: Consolidate ipi message encode and decodeGravatar Milton Miller 1-31/+1
2008-04-24[POWERPC] Add CONFIG_PPC_PSERIES_DEBUG to enable debugging for platforms/pseriesGravatar Michael Ellerman 1-1/+0
2008-04-24[POWERPC] Convert from DBG() to pr_debug() in platforms/pseries/Gravatar Michael Ellerman 1-8/+2
2007-12-03[POWERPC] Cleanup SMT thread handlingGravatar Benjamin Herrenschmidt 1-1/+2
2007-02-14[POWERPC] Cleanup pseries smp initialisation codeGravatar Michael Ellerman 1-0/+1
2006-12-08[POWERPC] Move the rest of the hotplug cpu code into platforms/pseries/hotplu...Gravatar Michael Ellerman 1-200/+0
2006-08-25[POWERPC] Cleanup CPU initsGravatar Olof Johansson 1-2/+2
2006-07-31[POWERPC] pseries: Constify & voidify get_property()Gravatar Jeremy Kerr 1-4/+4
2006-07-03[POWERPC] Add new interrupt mapping core and change platforms to use itGravatar Benjamin Herrenschmidt 1-16/+16
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2006-03-22[PATCH] powerpc: Replace platform_is_lpar() with a firmware featureGravatar Michael Ellerman 1-1/+1
2006-02-20[PATCH] powerpc: Fix bug in spinup of renumbered secondary threadsGravatar Michael Ellerman 1-1/+1
2006-01-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc-mergeGravatar Linus Torvalds 1-2/+2
2006-01-12[PATCH] powerpc: task_thread_info()Gravatar Al Viro 1-1/+1
2006-01-12[PATCH] powerpc: pseries namespace cleanupGravatar Arnd Bergmann 1-2/+2
2005-11-16[PATCH] powerpc: More debugging fixupsGravatar Michael Ellerman 1-0/+1
2005-11-11powerpc: Fix some compile problems with the VDSO stuffGravatar Paul Mackerras 1-2/+2
2005-11-10[PATCH] powerpc: merge code values for identifying platformsGravatar Paul Mackerras 1-2/+3
2005-11-03powerpc: Move plpar_wrappers.h into arch/powerpc/platforms/pseriesGravatar Michael Ellerman 1-1/+2
2005-10-28[PATCH] powerpc: Move xics.[ch] into platforms/pseriesGravatar David Gibson 1-1/+1
2005-10-10powerpc: move pSeries files to arch/powerpc/platforms/pseriesGravatar Paul Mackerras 1-0/+471