aboutsummaryrefslogtreecommitdiff
path: root/drivers/cpuidle/cpuidle-powernv.c
AgeCommit message (Expand)AuthorFilesLines
2018-07-31powernv/cpuidle: Use parsed device tree values for cpuidle_initGravatar Akshay Adiga 1-132/+26
2018-06-05cpuidle: powernv: Fix promotion from snooze if next state disabledGravatar Gautham R. Shenoy 1-6/+26
2018-01-18cpuidle/powernv: avoid double irq enable coming out of idleGravatar Nicholas Piggin 1-0/+2
2017-11-16Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-2/+2
2017-11-13powerpc/powernv/idle: Round up latency and residency valuesGravatar Vaidyanathan Srinivasan 1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-08-08powerpc/powernv/idle: Disable LOSE_FULL_CONTEXT states when stop-api failsGravatar Gautham R. Shenoy 1-0/+10
2017-06-28cpuidle: powerpc: no memory barrier after break from idleGravatar Nicholas Piggin 1-2/+9
2017-06-28cpuidle: powerpc: read mostly for common globalsGravatar Nicholas Piggin 1-5/+5
2017-06-28cpuidle: powerpc: cpuidle set polling before enabling irqsGravatar Nicholas Piggin 1-1/+3
2017-06-19powerpc/64s/idle: Move soft interrupt mask logic into C codeGravatar Nicholas Piggin 1-7/+5
2017-05-30cpuidle-powernv: Allow Deep stop states that don't stop timeGravatar Gautham R. Shenoy 1-6/+10
2017-04-28Merge branches 'pm-cpuidle', 'pm-core', 'pm-domains', 'pm-avs' and 'pm-devfreq'Gravatar Rafael J. Wysocki 1-6/+63
2017-04-19cpuidle: powernv: Avoid a branch in the core snooze_loop() loopGravatar Anton Blanchard 1-1/+1
2017-04-19cpuidle: powernv: Don't continually set thread priority in snooze_loop()Gravatar Anton Blanchard 1-1/+1
2017-04-19cpuidle: powernv: Don't bounce between low and very low thread priorityGravatar Anton Blanchard 1-1/+0
2017-03-29cpuidle: powernv: Pass correct drv->cpumask for registrationGravatar Vaidyanathan Srinivasan 1-0/+18
2017-03-29powernv-cpuidle: Validate DT property array sizeGravatar Gautham R. Shenoy 1-3/+61
2017-01-31powernv: Pass PSSCR value and mask to power9_idle_stopGravatar Gautham R. Shenoy 1-11/+41
2017-01-31cpuidle:powernv: Add helper function to populate powernv idle states.Gravatar Gautham R. Shenoy 1-36/+53
2016-11-24cpuidle/powernv: staticise powernv_idle_driverGravatar Andrew Donnellan 1-1/+1
2016-09-06cpuidle/powernv: Convert to hotplug state machineGravatar Sebastian Andrzej Siewior 1-27/+24
2016-07-15cpuidle/powernv: Add support for POWER ISA v3 idle statesGravatar Shreyas B. Prabhu 1-0/+61
2016-07-15cpuidle/powernv: cleanup cpuidle-powernv.cGravatar Shreyas B. Prabhu 1-18/+20
2016-07-15cpuidle/powernv: Use CPUIDLE_STATE_MAX instead of MAX_POWERNV_IDLE_STATESGravatar Shreyas B. Prabhu 1-3/+1
2015-12-17powerpc/powernv: remove FW_FEATURE_OPALv3 and just use FW_FEATURE_OPALGravatar Stewart Smith 1-1/+1
2015-06-26tick/idle/powerpc: Do not register idle states with CPUIDLE_FLAG_TIMER_STOP s...Gravatar preeti 1-3/+12
2015-06-22cpuidle: powernv/pseries: Auto-promotion of snooze to deeper idle stateGravatar Shilpasri G Bhat 1-0/+12
2015-02-19cpuidle: powernv: Avoid endianness conversions while parsing DTGravatar Preeti U Murthy 1-13/+16
2015-02-18cpuidle: powernv: Read target_residency value of idle states from DT if avail...Gravatar Preeti U Murthy 1-29/+40
2014-12-19Merge tag 'powerpc-3.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Gravatar Linus Torvalds 1-6/+4
2014-12-15powernv/cpuidle: Redesign idle states managementGravatar Shreyas B. Prabhu 1-1/+2
2014-12-15powerpc/powernv: Enable Offline CPUs to enter deep idle statesGravatar Shreyas B. Prabhu 1-6/+3
2014-11-12cpuidle: Invert CPUIDLE_FLAG_TIME_VALID logicGravatar Daniel Lezcano 1-4/+2
2014-10-21cpuidle: powernv: Populate cpuidle state details by querying the device-treeGravatar Preeti U. Murthy 1-5/+22
2014-08-05powerpc/cpuidle: Fix parsing of idle state flags from device-treeGravatar Vaidyanathan Srinivasan 1-8/+8
2014-06-11powerpc/cpuidle: Only clear LPCR decrementer wakeup bit on fast sleep entryGravatar Michael Neuling 1-5/+3
2014-04-02Merge branch 'powernv-cpuidle' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-10/+92
2014-03-05cpuidle/powernv: Parse device tree to setup idle statesGravatar Preeti U Murthy 1-17/+65
2014-03-05cpuidle/powernv: Add "Fast-Sleep" CPU idle stateGravatar Preeti U Murthy 1-0/+34
2014-02-22cpuidle/powernv: Remove redundant cpuidle_idle_call()Gravatar Nicolas Pitre 1-0/+5
2014-01-29powerpc/powernv/cpuidle: Back-end cpuidle driver for powernv platform.Gravatar Deepthi Dharwar 1-0/+169