aboutsummaryrefslogtreecommitdiff
path: root/drivers/cpuidle/cpuidle-pseries.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-06powerpc/cpuidle: Set CPUIDLE_FLAG_POLLING for snooze stateGravatar Aboorva Devarajan 1-2/+6
2021-08-04cpuidle: pseries: Mark pseries_idle_proble() as __initGravatar Nathan Chancellor 1-1/+1
2021-08-03cpuidle: pseries: Do not cap the CEDE0 latency in fixup_cede0_latency()Gravatar Gautham R. Shenoy 1-29/+30
2021-08-03cpuidle: pseries: Fixup CEDE0 latency only for POWER10 onwardsGravatar Gautham R. Shenoy 1-1/+15
2020-09-08cpuidle: pseries: Fix CEDE latency conversion from tb to usGravatar Gautham R. Shenoy 1-4/+11
2020-07-30cpuidle: pseries: Fixup exit latency for CEDE(0)Gravatar Gautham R. Shenoy 1-3/+42
2020-07-30cpuidle: pseries: Add function to parse extended CEDE recordsGravatar Gautham R. Shenoy 1-1/+135
2020-07-30cpuidle: pseries: Set the latency-hint before entering CEDEGravatar Gautham R. Shenoy 1-2/+10
2020-07-16cpuidle/pseries: Make symbol 'pseries_idle_driver' staticGravatar Wei Yongjun 1-1/+1
2020-04-30powerpc/idle: Store PURR snapshot in a per-cpu global variableGravatar Gautham R. Shenoy 1-9/+6
2020-04-30powerpc: Move idle_loop_prolog()/epilog() functions to header fileGravatar Gautham R. Shenoy 1-29/+7
2018-12-04powerpc/pseries/cpuidle: Fix preempt warningGravatar Breno Leitao 1-1/+7
2018-01-18powerpc/pseries/cpuidle: add polling idle for shared processor guestsGravatar Nicholas Piggin 1-2/+8
2018-01-18cpuidle/powernv: avoid double irq enable coming out of idleGravatar Nicholas Piggin 1-2/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
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-4/+4
2017-06-28cpuidle: powerpc: cpuidle set polling before enabling irqsGravatar Nicholas Piggin 1-1/+2
2016-09-06cpuidle/pseries: Convert to hotplug state machineGravatar Sebastian Andrzej Siewior 1-27/+24
2015-06-22cpuidle: powernv/pseries: Auto-promotion of snooze to deeper idle stateGravatar Shilpasri G Bhat 1-0/+11
2014-11-12cpuidle: Invert CPUIDLE_FLAG_TIME_VALID logicGravatar Daniel Lezcano 1-3/+0
2014-02-12cpuidle/pseries: Fix fallout caused due to cleanup in pseries cpuidle backend...Gravatar Preeti U Murthy 1-0/+1
2014-02-11sched/idle, PPC: Remove redundant cpuidle_idle_call()Gravatar Nicolas Pitre 1-0/+5
2014-01-29powerpc/pseries/cpuidle: smt-snooze-delay cleanup.Gravatar Deepthi Dharwar 1-17/+0
2014-01-29powerpc/pseries/cpuidle: Remove MAX_IDLE_STATE macro.Gravatar Deepthi Dharwar 1-18/+10
2014-01-29powerpc/pseries/cpuidle: Make cpuidle-pseries backend driver a non-module.Gravatar Deepthi Dharwar 1-14/+1
2014-01-29powerpc/pseries/cpuidle: Use cpuidle_register() for initialisation.Gravatar Deepthi Dharwar 1-67/+11
2014-01-29powerpc/pseries/cpuidle: Move processor_idle.c to drivers/cpuidle.Gravatar Deepthi Dharwar 1-0/+361