summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/powernv/smp.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* powerpc/powernv: Don't reprogram SLW image on every KVM guest entry/exitPaul Mackerras2019-02-221-0/+25
* powerpc/64s: Remove POWER9 DD1 supportNicholas Piggin2018-07-161-24/+3
* powerpc/powernv: call OPAL_QUIESCE before OPAL_SIGNAL_SYSTEM_RESETNicholas Piggin2018-06-031-1/+16
* powerpc/64: Use array of paca pointers and allocate pacas individuallyNicholas Piggin2018-03-301-1/+1
* powernv/kdump: Fix cases where the kdump kernel can get HMI'sBalbir Singh2018-01-161-0/+28
* powerpc/powernv: Implement NMI IPI with OPAL_SIGNAL_SYSTEM_RESETNicholas Piggin2017-10-041-0/+52
* powerpc/64s: Add workaround for P9 vector CI load issueMichael Neuling2017-09-271-0/+7
* powerpc/powernv: Clear PECE1 in LPCR via stop-api only on HotplugGautham R. Shenoy2017-08-011-8/+0
* powerpc/powernv: Get cpu only after validity checkSantosh Sivaraj2017-07-241-1/+2
* powerpc/smp: Convert NR_CPUS to nr_cpu_idsSantosh Sivaraj2017-06-281-1/+1
* powerpc/smp: Do not BUG_ON if invalid CPU during kickSantosh Sivaraj2017-06-281-1/+2
* powerpc/powernv: Simplify lazy IRQ handling in CPU offlineNicholas Piggin2017-06-191-15/+14
* powerpc/64s/idle: Move soft interrupt mask logic into C codeNicholas Piggin2017-06-191-2/+0
* powerpc: Add struct smp_ops_t.cause_nmi_ipi operationNicholas Piggin2017-04-281-0/+1
* powerpc/powernv: Fix oops on P9 DD1 in cause_ipi()Michael Ellerman2017-04-261-4/+8
* powerpc/powernv: POWER9 support for msgsnd/doorbell IPINicholas Piggin2017-04-131-2/+26
* powerpc: Change the doorbell IPI calling conventionNicholas Piggin2017-04-131-7/+16
* Merge branch 'topic/xive' (early part) into nextMichael Ellerman2017-04-121-7/+32
|\
| * powerpc/xive: Native exploitation of the XIVE interrupt controllerBenjamin Herrenschmidt2017-04-101-7/+32
* | powerpc/powernv: Move CPU-Offline idle state invocation from smp.c to idle.cGautham R. Shenoy2017-04-111-16/+2
|/
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* Merge tag 'powerpc-4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-02-221-6/+8
|\
| * powernv: Pass PSSCR value and mask to power9_idle_stopGautham R. Shenoy2017-01-311-6/+8
* | powerpc/powernv: Fix CPU hotplug to handle waking on HVIBenjamin Herrenschmidt2017-02-091-2/+10
|/
* powerpc/powernv: Use deepest stop state when cpu is offlinedShreyas B. Prabhu2016-07-151-1/+3
* powerpc/powernv: remove FW_FEATURE_OPALv3 and just use FW_FEATURE_OPALStewart Smith2015-12-171-43/+31
* powerpc/powernv: Remove OPALv2 firmware define and referencesStewart Smith2015-12-171-2/+2
* powerpc/powernv: Handle irq_happened flag correctly in off-line loopPaul Mackerras2015-10-211-5/+24
* Merge tag 'powerpc-4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mp...Linus Torvalds2015-04-161-13/+0
|\
| * powerpc/powernv: Remove powernv RTAS supportMichael Ellerman2015-04-071-13/+0
* | powerpc/powernv: Fixes for hypervisor doorbell handlingPaul Mackerras2015-03-201-2/+12
|/
* powerpc/powernv: Ignore smt-enabled on Power8 and laterGreg Kurz2014-12-181-1/+15
* powernv/powerpc: Add winkle support for offline cpusShreyas B. Prabhu2014-12-151-1/+6
* powernv/cpuidle: Redesign idle states managementShreyas B. Prabhu2014-12-151-1/+2
* powerpc/powernv: Enable Offline CPUs to enter deep idle statesShreyas B. Prabhu2014-12-151-1/+6
* powerpc/powernv: Return to cpu offline loop when finished in KVM guestPaul Mackerras2014-12-081-5/+18
* powerpc/powernv: Don't call generic code on offline cpusPaul Mackerras2014-09-251-3/+3
* powerpc: Make a bunch of things staticAnton Blanchard2014-09-251-1/+1
* powerpc/powernv: Enable POWER8 doorbell IPIsMichael Neuling2014-06-111-0/+6
* powerpc/powernv: Add support for POWER8 split core on powernvMichael Ellerman2014-05-281-8/+10
* powerpc/powernv: Make it possible to skip the IRQHAPPENED check in power7_nap()Michael Ellerman2014-05-281-1/+1
* Merge remote-tracking branch 'anton/abiv2' into nextBenjamin Herrenschmidt2014-05-051-2/+3
|\
| * powerpc: Fix SMP issues with ppc64le ABIv2Anton Blanchard2014-04-231-2/+3
* | ppc/powernv: Set the runlatch bits correctly for offline cpusPreeti U Murthy2014-04-281-0/+3
|/
* powerpc: Convert platforms to smp_generic_cpu_bootableAndy Fleming2013-08-141-17/+1
* powerpc: Delete __cpuinit usage from all usersPaul Gortmaker2013-07-011-1/+1
* powerpc/smp: Use '==' instead of '<' for system_stateliguang2013-06-201-1/+1
* powerpc/powernv: Fix starting of secondary CPUs on OPALv2 and v3Benjamin Herrenschmidt2013-05-141-6/+56
* powerpc/powerpnv: Properly handle failure starting CPUsBenjamin Herrenschmidt2013-05-061-1/+3