index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
base
/
power
/
main.c
Age
Commit message (
Expand
)
Author
6 days
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
11 days
PM: sleep: Add locking to dpm_async_resume_children()
Rafael J. Wysocki
11 days
PM: sleep: Fix power.is_suspended cleanup for direct-complete devices
Rafael J. Wysocki
11 days
PM: sleep: Fix list splicing in device suspend error paths
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-08
treewide, timers: Rename destroy_timer_on_stack() as timer_destroy_on_stack()
Ingo Molnar
2025-04-22
PM: sleep: Make suspend of devices more asynchronous
Rafael J. Wysocki
2025-04-22
PM: sleep: Suspend async parents after suspending children
Rafael J. Wysocki
2025-04-22
PM: sleep: Resume children after resuming the parent
Rafael J. Wysocki
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
2025-03-22
PM: sleep: Fix bit masking operation
Colin Ian King
2025-03-14
PM: sleep: Fix handling devices with direct_complete set on errors
Rafael J. Wysocki
2025-03-12
PM: sleep: core: Fix indentation in dpm_wait_for_children()
Geert Uytterhoeven
2025-03-03
PM: sleep: Rearrange dpm_async_fn() and async state clearing
Rafael J. Wysocki
2025-03-03
PM: sleep: Rename power.async_in_progress to power.work_in_progress
Rafael J. Wysocki
2025-03-03
PM: core: Tweak pm_runtime_block_if_disabled() return value
Rafael J. Wysocki
2025-03-03
PM: sleep: Update power.smart_suspend under PM spinlock
Rafael J. Wysocki
2025-03-03
PM: sleep: Adjust check before setting power.must_resume
Rafael J. Wysocki
2025-03-03
PM: sleep: Suppress sleeping parent warning in special case
Xu Yang
2025-03-03
PM: sleep: Avoid unnecessary checks in device_prepare_smart_suspend()
Rafael J. Wysocki
2025-02-19
PM: sleep: Use DPM_FLAG_SMART_SUSPEND conditionally
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-09
PM: sleep: core: Restrict power.set_active propagation
Rafael J. Wysocki
2025-01-29
PM: sleep: core: Synchronize runtime PM status of parents and children
Rafael J. Wysocki
2025-01-14
PM: sleep: Allow configuring the DPM watchdog to warn earlier than panic
Douglas Anderson
2024-12-05
PM: sleep: Update stale comment in device_resume()
Rafael J. Wysocki
2024-04-08
PM: sleep: Take advantage of %ps to simplify debug output
Len Brown
2024-02-05
PM: sleep: Call dpm_async_fn() directly in each suspend phase
Rafael J. Wysocki
2024-02-05
PM: sleep: Move devices to new lists earlier in each suspend phase
Rafael J. Wysocki
2024-02-05
PM: sleep: Move some assignments from under a lock
Rafael J. Wysocki
2024-02-05
PM: sleep: stats: Log errors right after running suspend callbacks
Rafael J. Wysocki
2024-02-05
PM: sleep: stats: Call dpm_save_failed_step() at most once per phase
Rafael J. Wysocki
2024-02-05
PM: sleep: stats: Define suspend_stats next to the code using it
Rafael J. Wysocki
2024-02-05
PM: sleep: stats: Use an array of step failure counters
Rafael J. Wysocki
2024-01-26
PM: sleep: Relocate two device PM core functions
Rafael J. Wysocki
2024-01-26
PM: sleep: Simplify dpm_suspended_list walk in dpm_resume()
Rafael J. Wysocki
2024-01-10
PM: sleep: Restore asynchronous device resume optimization
Rafael J. Wysocki
2024-01-03
PM: sleep: Fix possible deadlocks in core system-wide PM code
Rafael J. Wysocki
2023-04-07
PM: core: Remove unnecessary (void *) conversions
Li zeming
2022-03-18
Merge branches 'pm-sleep', 'pm-domains' and 'pm-docs'
Rafael J. Wysocki
2022-03-10
PM: core: keep irq flags in device_pm_check_callbacks()
Dmitry Baryshkov
2022-03-08
PM: sleep: Add device name to suspend_report_result()
Youngjin Jang
2021-12-17
PM: sleep: Fix error handling in dpm_prepare()
Rafael J. Wysocki
2021-11-05
PM: sleep: Avoid calling put_device() under dpm_list_mtx
Rafael J. Wysocki
2021-11-04
PM: sleep: Fix runtime PM based cpuidle support
Ulf Hansson
2021-10-26
PM: sleep: Pause cpuidle later and resume it earlier during system transitions
Rafael J. Wysocki
2021-10-26
PM: suspend: Do not pause cpuidle in the suspend-to-idle path
Rafael J. Wysocki
2021-10-22
PM: sleep: Do not let "syscore" devices runtime-suspend during system transit...
Rafael J. Wysocki
2021-09-07
PM: sleep: core: Avoid setting power.must_resume to false
Prasad Sodagudi
[next]