aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/pseries/smp.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-13powerpc/rtas: arch-wide function token lookup conversionsNathan Lynch1-3/+3
2023-02-13powerpc/pseries: drop RTAS-based timebase synchronizationNathan Lynch1-6/+0
2022-05-08powerpc: Remove asm/prom.h from all files that don't need itChristophe Leroy1-1/+0
2021-07-08powerpc/preempt: Don't touch the idle task's preempt_count during hotplugValentin Schneider1-3/+0
2021-06-25powerpc: Fix is_kvm_guest() / kvm_para_available()Michael Ellerman1-1/+3
2020-12-04powerpc: Rename is_kvm_guest() to check_kvm_guest()Srikar Dronamraju1-1/+1
2020-12-04powerpc: Refactor is_kvm_guest() declaration to new headerSrikar Dronamraju1-0/+1
2020-07-29powerpc/pseries: Add KVM guest doorbell restrictionsNicholas Piggin1-15/+23
2020-07-29powerpc/pseries: Use doorbells even if XIVE is availableNicholas Piggin1-18/+36
2020-07-16powerpc/pseries: remove cede offline state for CPUsNathan Lynch1-27/+1
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport1-1/+1
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport1-1/+1
2019-08-30powerpc/pseries/svm: Disable doorbells in SVM guestsSukadev Bhattiprolu1-1/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
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/...Linus 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/pow...Linus 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/hotplu...Michael Ellerman1-200/+0
2006-08-25[POWERPC] Cleanup CPU initsOlof Johansson1-2/+2
2006-07-31[POWERPC] pseries: Constify & voidify get_property()Jeremy Kerr1-4/+4
2006-07-03[POWERPC] Add new interrupt mapping core and change platforms to use itBenjamin Herrenschmidt1-16/+16
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-03-22[PATCH] powerpc: Replace platform_is_lpar() with a firmware featureMichael Ellerman1-1/+1
2006-02-20[PATCH] powerpc: Fix bug in spinup of renumbered secondary threadsMichael Ellerman1-1/+1
2006-01-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc-mergeLinus Torvalds1-2/+2
2006-01-12[PATCH] powerpc: task_thread_info()Al Viro1-1/+1
2006-01-12[PATCH] powerpc: pseries namespace cleanupArnd Bergmann1-2/+2
2005-11-16[PATCH] powerpc: More debugging fixupsMichael Ellerman1-0/+1
2005-11-11powerpc: Fix some compile problems with the VDSO stuffPaul Mackerras1-2/+2
2005-11-10[PATCH] powerpc: merge code values for identifying platformsPaul Mackerras1-2/+3
2005-11-03powerpc: Move plpar_wrappers.h into arch/powerpc/platforms/pseriesMichael Ellerman1-1/+2
2005-10-28[PATCH] powerpc: Move xics.[ch] into platforms/pseriesDavid Gibson1-1/+1
2005-10-10powerpc: move pSeries files to arch/powerpc/platforms/pseriesPaul Mackerras1-0/+471