summaryrefslogtreecommitdiff
path: root/drivers/base/power/main.c
AgeCommit message (Expand)Author
6 daystreewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar
11 daysPM: sleep: Add locking to dpm_async_resume_children()Rafael J. Wysocki
11 daysPM: sleep: Fix power.is_suspended cleanup for direct-complete devicesRafael J. Wysocki
11 daysPM: sleep: Fix list splicing in device suspend error pathsRafael J. Wysocki
2025-05-27Merge tag 'pm-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2025-05-08treewide, timers: Rename destroy_timer_on_stack() as timer_destroy_on_stack()Ingo Molnar
2025-04-22PM: sleep: Make suspend of devices more asynchronousRafael J. Wysocki
2025-04-22PM: sleep: Suspend async parents after suspending childrenRafael J. Wysocki
2025-04-22PM: sleep: Resume children after resuming the parentRafael J. Wysocki
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-03-22PM: sleep: Fix bit masking operationColin Ian King
2025-03-14PM: sleep: Fix handling devices with direct_complete set on errorsRafael J. Wysocki
2025-03-12PM: sleep: core: Fix indentation in dpm_wait_for_children()Geert Uytterhoeven
2025-03-03PM: sleep: Rearrange dpm_async_fn() and async state clearingRafael J. Wysocki
2025-03-03PM: sleep: Rename power.async_in_progress to power.work_in_progressRafael J. Wysocki
2025-03-03PM: core: Tweak pm_runtime_block_if_disabled() return valueRafael J. Wysocki
2025-03-03PM: sleep: Update power.smart_suspend under PM spinlockRafael J. Wysocki
2025-03-03PM: sleep: Adjust check before setting power.must_resumeRafael J. Wysocki
2025-03-03PM: sleep: Suppress sleeping parent warning in special caseXu Yang
2025-03-03PM: sleep: Avoid unnecessary checks in device_prepare_smart_suspend()Rafael J. Wysocki
2025-02-19PM: sleep: Use DPM_FLAG_SMART_SUSPEND conditionallyRafael J. Wysocki
2025-02-18PM: Block enabling of runtime PM during system suspendRafael J. Wysocki
2025-02-18PM: Rearrange documentation related to __pm_runtime_disable()Rafael J. Wysocki
2025-02-09PM: sleep: core: Restrict power.set_active propagationRafael J. Wysocki
2025-01-29PM: sleep: core: Synchronize runtime PM status of parents and childrenRafael J. Wysocki
2025-01-14PM: sleep: Allow configuring the DPM watchdog to warn earlier than panicDouglas Anderson
2024-12-05PM: sleep: Update stale comment in device_resume()Rafael J. Wysocki
2024-04-08PM: sleep: Take advantage of %ps to simplify debug outputLen Brown
2024-02-05PM: sleep: Call dpm_async_fn() directly in each suspend phaseRafael J. Wysocki
2024-02-05PM: sleep: Move devices to new lists earlier in each suspend phaseRafael J. Wysocki
2024-02-05PM: sleep: Move some assignments from under a lockRafael J. Wysocki
2024-02-05PM: sleep: stats: Log errors right after running suspend callbacksRafael J. Wysocki
2024-02-05PM: sleep: stats: Call dpm_save_failed_step() at most once per phaseRafael J. Wysocki
2024-02-05PM: sleep: stats: Define suspend_stats next to the code using itRafael J. Wysocki
2024-02-05PM: sleep: stats: Use an array of step failure countersRafael J. Wysocki
2024-01-26PM: sleep: Relocate two device PM core functionsRafael J. Wysocki
2024-01-26PM: sleep: Simplify dpm_suspended_list walk in dpm_resume()Rafael J. Wysocki
2024-01-10PM: sleep: Restore asynchronous device resume optimizationRafael J. Wysocki
2024-01-03PM: sleep: Fix possible deadlocks in core system-wide PM codeRafael J. Wysocki
2023-04-07PM: core: Remove unnecessary (void *) conversionsLi zeming
2022-03-18Merge branches 'pm-sleep', 'pm-domains' and 'pm-docs'Rafael J. Wysocki
2022-03-10PM: core: keep irq flags in device_pm_check_callbacks()Dmitry Baryshkov
2022-03-08PM: sleep: Add device name to suspend_report_result()Youngjin Jang
2021-12-17PM: sleep: Fix error handling in dpm_prepare()Rafael J. Wysocki
2021-11-05PM: sleep: Avoid calling put_device() under dpm_list_mtxRafael J. Wysocki
2021-11-04PM: sleep: Fix runtime PM based cpuidle supportUlf Hansson
2021-10-26PM: sleep: Pause cpuidle later and resume it earlier during system transitionsRafael J. Wysocki
2021-10-26PM: suspend: Do not pause cpuidle in the suspend-to-idle pathRafael J. Wysocki
2021-10-22PM: sleep: Do not let "syscore" devices runtime-suspend during system transit...Rafael J. Wysocki
2021-09-07PM: sleep: core: Avoid setting power.must_resume to falsePrasad Sodagudi