index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
cpuidle
/
cpuidle-psci-domain.c
Age
Commit message (
Expand
)
Author
2025-07-09
cpuidle: psci: Drop redundant sync_state support
Ulf Hansson
2025-07-09
cpuidle: psci: Opt-out from genpd's common ->sync_state() support
Ulf Hansson
2025-04-23
cpuidle: psci: Correct the domain-idlestate statistics in debugfs
Ulf Hansson
2024-12-10
cpuidle: psci: Activate GENPD_FLAG_ACTIVE_WAKEUP with OSI
Patrick Delaunay
2024-08-20
cpuidle: psci: Simplify with scoped for each OF child loop
Krzysztof Kozlowski
2024-08-05
cpuidle: psci-domain: Enable system-wide suspend on PREEMPT_RT
Ulf Hansson
2024-04-04
cpuidle: psci: Update init level to core_initcall()
Maulik Shah
2024-04-04
cpuidle: psci: Drop superfluous wrappers psci_dt_attach|detach_cpu()
Ulf Hansson
2023-08-08
cpuidle: psci: Move enabling OSI mode after power domains creation
Maulik Shah
2023-03-27
cpuidle: Use of_property_present() for testing DT property presence
Rob Herring
2023-03-07
cpuidle: psci: Iterate backwards over list in psci_pd_remove()
Shawn Guo
2023-02-13
cpuidle: psci: Do not suspend topology CPUs on PREEMPT_RT
Krzysztof Kozlowski
2022-10-28
cpuidle: psci: Extend information in log about OSI/PC mode
Ulf Hansson
2022-09-28
firmware/psci: Print a warning if PSCI doesn't accept PC mode
Dmitry Baryshkov
2022-05-19
cpuidle: psci: Fix regression leading to no genpd governor
Ulf Hansson
2022-03-10
cpuidle: Factor-out power domain related code from PSCI domain driver
Anup Patel
2020-11-10
cpuidle: psci: Enable suspend-to-idle for PSCI OSI mode
Ulf Hansson
2020-09-22
cpuidle: psci: Allow PM domain to be initialized even if no OSI mode
Ulf Hansson
2020-09-22
firmware: psci: Extend psci_set_osi_mode() to allow reset to PC mode
Ulf Hansson
2020-07-29
cpuidle: psci: Prevent domain idlestates until consumers are ready
Ulf Hansson
2020-07-29
cpuidle: psci: Convert PM domain to platform driver
Ulf Hansson
2020-07-29
cpuidle: psci: Fix error path via converting to a platform driver
Ulf Hansson
2020-07-29
cpuidle: psci: Fail cpuidle registration if set OSI mode failed
Ulf Hansson
2020-01-02
cpuidle: psci: Add support for PM domains by using genpd
Ulf Hansson
2020-01-02
cpuidle: psci: Add a helper to attach a CPU to its PM domain
Ulf Hansson