index
:
git.armlinux.org.uk/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.c
Age
Commit message (
Expand
)
Author
9 days
cpuidle: psci: Fix cpuhotplug routine with PREEMPT_RT=y
Daniel Lezcano
2025-05-30
Merge branch 'pm-cpuidle'
Rafael J. Wysocki
2025-05-27
Merge tag 'pm-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
2025-05-27
cpuidle: psci: Fix uninitialized variable in dt_idle_state_present()
Dan Carpenter
2025-05-07
cpuidle: psci: Avoid initializing faux device if no DT idle states are present
Sudeep Holla
2025-04-23
cpuidle: psci: Correct the domain-idlestate statistics in debugfs
Ulf Hansson
2025-04-23
cpuidle: psci: Move the per CPU variable domain_state to a struct
Ulf Hansson
2025-04-14
cpuidle: psci: Transition to the faux device interface
Sudeep Holla
2025-03-25
Merge tag 'pmdomain-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/u...
Linus Torvalds
2025-03-12
cpuidle: Init cpuidle only for present CPUs
Jacky Bai
2025-02-17
cpuidle: psci: Add trace for PSCI domain idle
Keita Morisaki
2024-08-05
cpuidle: psci: Enable the hierarchical topology for s2idle on PREEMPT_RT
Ulf Hansson
2024-08-05
cpuidle: psci: Enable the hierarchical topology for s2ram on PREEMPT_RT
Ulf Hansson
2024-08-05
cpuidle: psci: Drop redundant assignment of CPUIDLE_FLAG_RCU_IDLE
Ulf Hansson
2024-04-04
cpuidle: psci: Drop superfluous wrappers psci_dt_attach|detach_cpu()
Ulf Hansson
2023-04-13
cpuidle: Adjust includes to remove of_device.h
Rob Herring
2023-02-21
Merge tag 'pm-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
2023-02-13
cpuidle: psci: Do not suspend topology CPUs on PREEMPT_RT
Krzysztof Kozlowski
2023-01-18
cpuidle, arm64: Fix the ARM64 cpuidle logic
Peter Zijlstra
2023-01-13
cpuidle, arch: Mark all ct_cpuidle_enter() callers __cpuidle
Peter Zijlstra
2023-01-13
cpuidle: Fix ct_idle_*() usage
Peter Zijlstra
2023-01-13
cpuidle, psci: Push RCU-idle into driver
Peter Zijlstra
2022-07-05
context_tracking: Take IRQ eqs entrypoints over RCU
Frederic Weisbecker
2022-04-19
cpuidle: PSCI: Improve support for suspend-to-RAM for PSCI OSI mode
Ulf Hansson
2020-11-10
cpuidle: psci: Enable suspend-to-idle for PSCI OSI mode
Ulf Hansson
2020-09-21
cpuidle: psci: Fix suspicious RCU usage
Ulf Hansson
2020-07-29
cpuidle: psci: Fix error path via converting to a platform driver
Ulf Hansson
2020-06-12
Merge tag 'thermal-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2020-05-19
thermal: cpuidle: Register cpuidle cooling device
Daniel Lezcano
2020-05-15
cpuidle: psci: Fixup execution order when entering a domain idle state
Ulf Hansson
2020-03-14
cpuidle: psci: Split psci_dt_cpu_init_idle()
Ulf Hansson
2020-01-02
cpuidle: psci: Add support for PM domains by using genpd
Ulf Hansson
2020-01-02
cpuidle: psci: Support CPU hotplug for the hierarchical model
Ulf Hansson
2020-01-02
cpuidle: psci: Manage runtime PM in the idle path
Ulf Hansson
2020-01-02
cpuidle: psci: Prepare to use OS initiated suspend mode via PM domains
Ulf Hansson
2020-01-02
cpuidle: psci: Attach CPU devices to their PM domains
Ulf Hansson
2020-01-02
cpuidle: psci: Support hierarchical CPU idle states
Ulf Hansson
2020-01-02
cpuidle: psci: Simplify OF parsing of CPU idle state nodes
Ulf Hansson
2020-01-02
cpuidle: psci: Align psci_power_state count with idle state count
Sudeep Holla
2019-08-09
PSCI: cpuidle: Refactor CPU suspend power_state parameter handling
Lorenzo Pieralisi
2019-08-09
ARM: psci: cpuidle: Introduce PSCI CPUidle driver
Lorenzo Pieralisi