summaryrefslogtreecommitdiff
path: root/drivers/base/power
AgeCommit message (Expand)Author
2025-08-26PM: sleep: annotate RCU list iterationsJohannes Berg
2025-07-30Merge tag 'drm-next-2025-07-30' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2025-07-29Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-07-22Merge branches 'pm-misc' and 'pm-tools'Rafael J. Wysocki
2025-07-22Merge branches 'pm-runtime' and 'pm-powercap'Rafael J. Wysocki
2025-07-17PM: sleep: Rearrange suspend/resume error handling in the coreRafael J. Wysocki
2025-07-17Merge back earlier material related to system sleepRafael J. Wysocki
2025-07-15PM: runtime: Take active children into account in pm_runtime_get_if_in_use()Rafael J. Wysocki
2025-07-15PM: sleep: Update power.completion for all devices on errorsRafael J. Wysocki
2025-07-11Merge back earlier changes related to system suspend and hibernationRafael J. Wysocki
2025-07-10PM: hibernate: add new api pm_hibernate_is_recovering()Samuel Zhang
2025-07-09PM: sleep: Call pm_restore_gfp_mask() after dpm_resume()Rafael J. Wysocki
2025-07-07PM: domains: Detach on device_unbind_cleanup()Claudiu Beznea
2025-07-07PM: domains: Add flags to specify power on attach/detachClaudiu Beznea
2025-07-03PM: sleep: Add strict_midlayer flag to struct dev_pm_infoRafael J. Wysocki
2025-07-03PM: runtime: Introduce __rpm_get_driver_callback()Rafael J. Wysocki
2025-07-03PM: Check power.needs_force_resume in pm_runtime_force_suspend()Rafael J. Wysocki
2025-07-03PM: runtime: Clear power.needs_force_resume in pm_runtime_reinit()Rafael J. Wysocki
2025-07-03PM: Make pm_runtime_force_resume() work with DPM_FLAG_SMART_SUSPENDRafael J. Wysocki
2025-07-03PM: Move two sleep-related functions under CONFIG_PM_SLEEPRafael J. Wysocki
2025-07-03PM: Use true/false as power.needs_force_resume valuesRafael J. Wysocki
2025-07-03PM: sleep: Make async suspend handle suppliers like parentsRafael J. Wysocki
2025-07-03PM: sleep: Make async resume handle consumers like childrenRafael J. Wysocki
2025-07-03PM: sleep: Drop superfluous might_sleep() callsZhongqiu Han
2025-06-26PM: Restrict swap use to later in the suspend sequenceMario Limonciello
2025-06-17driver core: Add device_link_test() for testing device link flagsRafael J. Wysocki
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar
2025-06-03PM: sleep: Add locking to dpm_async_resume_children()Rafael J. Wysocki
2025-06-03PM: sleep: Fix power.is_suspended cleanup for direct-complete devicesRafael J. Wysocki
2025-06-03PM: sleep: Fix list splicing in device suspend error pathsRafael J. Wysocki
2025-05-29Merge tag 'driver-core-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-05-27Merge tag 'pm-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2025-05-27Merge tag 'spi-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds
2025-05-26Merge branches 'pm-runtime' and 'pm-sleep'Rafael J. Wysocki
2025-05-16PM: runtime: fix denying of auto suspend in pm_suspend_timer_fn()Charan Teja Kalla
2025-05-13PM: sleep: Introduce pm_sleep_transition_in_progress()Rafael J. Wysocki
2025-05-13PM: sleep: Introduce pm_suspend_in_progress()Rafael J. Wysocki
2025-05-09PM: sysfs: Move debug runtime PM attributes to runtime_attrs[]Rafael J. Wysocki
2025-05-09PM: wakeup: Add missing wakeup source attribute relax_countZijun Hu
2025-05-08treewide, timers: Rename destroy_timer_on_stack() as timer_destroy_on_stack()Ingo Molnar
2025-04-29PM: runtime: Add new devm functionsBence Csókás
2025-04-25PM: wakeup: Do not expose 4 device wakeup source APIsZijun Hu
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-25Merge tag 'pm-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2025-03-24Merge branch 'pm-misc'Rafael J. Wysocki
2025-03-24Merge branch 'pm-sleep'Rafael J. Wysocki
2025-03-22PM: sleep: Fix bit masking operationColin Ian King