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
/
base
/
power
/
runtime.c
Age
Commit message (
Expand
)
Author
5 days
Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
13 days
Merge branches 'pm-runtime' and 'pm-powercap'
Rafael J. Wysocki
2025-07-15
PM: runtime: Take active children into account in pm_runtime_get_if_in_use()
Rafael J. Wysocki
2025-07-03
PM: sleep: Add strict_midlayer flag to struct dev_pm_info
Rafael J. Wysocki
2025-07-03
PM: runtime: Introduce __rpm_get_driver_callback()
Rafael J. Wysocki
2025-07-03
PM: Check power.needs_force_resume in pm_runtime_force_suspend()
Rafael J. Wysocki
2025-07-03
PM: runtime: Clear power.needs_force_resume in pm_runtime_reinit()
Rafael J. Wysocki
2025-07-03
PM: Make pm_runtime_force_resume() work with DPM_FLAG_SMART_SUSPEND
Rafael J. Wysocki
2025-07-03
PM: Move two sleep-related functions under CONFIG_PM_SLEEP
Rafael J. Wysocki
2025-07-03
PM: Use true/false as power.needs_force_resume values
Rafael J. Wysocki
2025-06-17
driver core: Add device_link_test() for testing device link flags
Rafael J. Wysocki
2025-05-16
PM: runtime: fix denying of auto suspend in pm_suspend_timer_fn()
Charan Teja Kalla
2025-04-29
PM: runtime: Add new devm functions
Bence Csókás
2025-03-25
Merge tag 'pm-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
2025-03-24
Merge branch 'pm-sleep'
Rafael J. Wysocki
2025-03-03
PM: runtime: Unify error handling during suspend and resume
Rafael J. Wysocki
2025-03-03
PM: core: Tweak pm_runtime_block_if_disabled() return value
Rafael J. Wysocki
2025-03-03
PM: runtime: Convert pm_runtime_blocked() to static inline
Rafael J. Wysocki
2025-03-03
PM: sleep: Adjust check before setting power.must_resume
Rafael J. Wysocki
2025-03-03
PM: runtime: Drop status check from pm_runtime_force_resume()
Rafael J. Wysocki
2025-03-03
PM: sleep: Avoid unnecessary checks in device_prepare_smart_suspend()
Rafael J. Wysocki
2025-02-18
PM: runtime: Introduce pm_runtime_blocked()
Rafael J. Wysocki
2025-02-18
PM: Block enabling of runtime PM during system suspend
Rafael J. Wysocki
2025-02-18
PM: Rearrange documentation related to __pm_runtime_disable()
Rafael J. Wysocki
2025-02-18
PM: runtime: Switch to use hrtimer_setup()
Nam Cao
2024-02-22
PM: runtime: add tracepoint for runtime_status changes
Vilas Bhat
2024-02-12
PM: runtime: Simplify pm_runtime_get_if_active() usage
Sakari Ailus
2023-12-20
PM: fix missing rculist.h dependency
Kent Overstreet
2023-02-21
Merge tag 'pm-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
2023-01-13
PM: runtime: Document that force_suspend() is incompatible with SMART_SUSPEND
Richard Fitzgerald
2023-01-13
cpuidle, ARM: OMAP2+: powerdomain: Remove trace_.*_rcuidle()
Peter Zijlstra
2022-12-07
PM: runtime: Adjust white space in the core code
Rafael J. Wysocki
2022-12-05
PM: runtime: Relocate rpm_callback() right after __rpm_callback()
Rafael J. Wysocki
2022-12-05
PM: runtime: Do not call __rpm_callback() from rpm_idle()
Rafael J. Wysocki
2022-09-24
PM: runtime: Return -EINPROGRESS from rpm_resume() in the RPM_NOWAIT case
Rafael J. Wysocki
2022-07-08
PM: runtime: Extend support for wakeirq for force_suspend|resume
Ulf Hansson
2022-07-01
PM: runtime: Fix supplier device management during consumer probe
Rafael J. Wysocki
2022-07-01
PM: runtime: Redefine pm_runtime_release_supplier()
Rafael J. Wysocki
2022-05-23
Merge branches 'pm-core', 'pm-sleep' and 'powercap'
Rafael J. Wysocki
2022-04-19
PM: runtime: Allow to call __pm_runtime_set_status() from atomic context
Ulf Hansson
2022-04-13
PM: runtime: Avoid device usage count underflows
Rafael J. Wysocki
2022-03-04
PM: runtime: Have devm_pm_runtime_enable() handle pm_runtime_dont_use_autosus...
Douglas Anderson
2021-12-22
PM: runtime: Simplify locking in pm_runtime_put_suppliers()
Rafael J. Wysocki
2021-12-17
PM: runtime: Add safety net to supplier device release
Rafael J. Wysocki
2021-12-17
PM: runtime: Capture device status before disabling runtime PM
Rafael J. Wysocki
2021-10-27
PM / wakeirq: support enabling wake-up irq after runtime_suspend called
Chunfeng Yun
2021-08-26
PM: runtime: add devm_pm_runtime_enable helper
Dmitry Baryshkov
2021-06-11
PM: runtime: Allow unassigned ->runtime_suspend|resume callbacks
Ulf Hansson
2021-06-11
PM: runtime: Improve path in rpm_idle() when no callback
Ulf Hansson
2021-05-10
PM: runtime: Fix unpaired parent child_count for force_resume
Tony Lindgren
[next]