aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/kernel/cpuidle.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-31arm64: Explicitly include correct DT includesGravatar Rob Herring 1-2/+0
2023-05-25arm64: cpuidle: fix #ifdef for acpi functionsGravatar Arnd Bergmann 1-1/+1
2023-01-18cpuidle, arm64: Fix the ARM64 cpuidle logicGravatar Peter Zijlstra 1-2/+2
2023-01-13cpuidle, arch: Mark all ct_cpuidle_enter() callers __cpuidleGravatar Peter Zijlstra 1-1/+1
2022-06-23arm64: cpuidle: remove generic cpuidle supportGravatar Michael Walle 1-29/+0
2022-03-03cpuidle: PSCI: Move the `has_lpi` check to the beginning of the functionGravatar Mario Limonciello 1-3/+3
2021-05-06arm64: kernel: Update the stale commentGravatar Shaokun Zhang 1-1/+1
2020-03-24arm64: Introduce get_cpu_ops() helper functionGravatar Gavin Shan 1-4/+5
2019-08-09PSCI: cpuidle: Refactor CPU suspend power_state parameter handlingGravatar Lorenzo Pieralisi 1-4/+45
2019-08-09ARM: psci: cpuidle: Enable PSCI CPUidle driverGravatar Lorenzo Pieralisi 1-3/+4
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-4/+1
2018-01-02ARM64 / cpuidle: Use new cpuidle macro for entering retention stateGravatar Prashanth Prakash 1-1/+7
2017-03-10arm64: kernel: Update kerneldoc for cpu_suspend() renameGravatar Geert Uytterhoeven 1-1/+1
2016-07-21arm64: add support for ACPI Low Power Idle(LPI)Gravatar Sudeep Holla 1-0/+18
2016-07-21arm64: cpuidle: drop __init section marker to arm_cpuidle_initGravatar Sudeep Holla 1-1/+1
2016-04-13arm64: cpuidle: make arm_cpuidle_suspend() a bit more efficientGravatar Jisheng Zhang 1-7/+2
2015-07-02arm64: cpuidle: add __init section marker to arm_cpuidle_initGravatar Jisheng Zhang 1-1/+1
2015-06-19arm64: kernel: rename __cpu_suspend to keep it aligned with armGravatar Sudeep Holla 1-2/+2
2015-05-19ARM64: kernel: make cpu_ops hooks DT agnosticGravatar Lorenzo Pieralisi 1-6/+1
2015-03-24ARM64: cpuidle: Rename cpu_init_idle to a common function nameGravatar Daniel Lezcano 1-1/+1
2015-01-27arm64: kernel: remove ARM64_CPU_SUSPEND config optionGravatar Lorenzo Pieralisi 1-0/+20
2014-09-12arm64: kernel: introduce cpu_init_idle CPU operationGravatar Lorenzo Pieralisi 1-0/+31