summaryrefslogtreecommitdiff
path: root/drivers/base/power
AgeCommit message (Expand)AuthorFilesLines
8 daysPM: sleep: annotate RCU list iterationsJohannes Berg1-2/+2
2025-07-31Merge tag 'drm-next-2025-07-30' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-0/+14
2025-07-29Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-4/+4
2025-07-22Merge branches 'pm-misc' and 'pm-tools'Rafael J. Wysocki1-3/+6
2025-07-22Merge branches 'pm-runtime' and 'pm-powercap'Rafael J. Wysocki1-9/+18
2025-07-17PM: sleep: Rearrange suspend/resume error handling in the coreRafael J. Wysocki1-44/+35
2025-07-17Merge back earlier material related to system sleepRafael J. Wysocki2-56/+147
2025-07-15PM: runtime: Take active children into account in pm_runtime_get_if_in_use()Rafael J. Wysocki1-9/+18
2025-07-15PM: sleep: Update power.completion for all devices on errorsRafael J. Wysocki1-0/+19
2025-07-11Merge back earlier changes related to system suspend and hibernationRafael J. Wysocki2-56/+147
2025-07-10PM: hibernate: add new api pm_hibernate_is_recovering()Samuel Zhang1-0/+14
2025-07-09PM: sleep: Call pm_restore_gfp_mask() after dpm_resume()Rafael J. Wysocki1-1/+1
2025-07-07PM: domains: Detach on device_unbind_cleanup()Claudiu Beznea1-0/+3
2025-07-07PM: domains: Add flags to specify power on attach/detachClaudiu Beznea1-3/+3
2025-07-03PM: sleep: Add strict_midlayer flag to struct dev_pm_infoRafael J. Wysocki1-2/+19
2025-07-03PM: runtime: Introduce __rpm_get_driver_callback()Rafael J. Wysocki1-6/+18
2025-07-03PM: Check power.needs_force_resume in pm_runtime_force_suspend()Rafael J. Wysocki1-13/+8
2025-07-03PM: runtime: Clear power.needs_force_resume in pm_runtime_reinit()Rafael J. Wysocki1-0/+5
2025-07-03PM: Make pm_runtime_force_resume() work with DPM_FLAG_SMART_SUSPENDRafael J. Wysocki1-11/+27
2025-07-03PM: Move two sleep-related functions under CONFIG_PM_SLEEPRafael J. Wysocki1-7/+11
2025-07-03PM: Use true/false as power.needs_force_resume valuesRafael J. Wysocki1-3/+3
2025-07-03PM: sleep: Make async suspend handle suppliers like parentsRafael J. Wysocki1-6/+31
2025-07-03PM: sleep: Make async resume handle consumers like childrenRafael J. Wysocki1-8/+28
2025-07-03PM: sleep: Drop superfluous might_sleep() callsZhongqiu Han1-3/+0
2025-06-26PM: Restrict swap use to later in the suspend sequenceMario Limonciello1-1/+4
2025-06-17driver core: Add device_link_test() for testing device link flagsRafael J. Wysocki2-4/+4
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar2-2/+2
2025-06-03PM: sleep: Add locking to dpm_async_resume_children()Rafael J. Wysocki1-0/+7
2025-06-03PM: sleep: Fix power.is_suspended cleanup for direct-complete devicesRafael J. Wysocki1-1/+2
2025-06-03PM: sleep: Fix list splicing in device suspend error pathsRafael J. Wysocki1-3/+3
2025-05-29Merge tag 'driver-core-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-8/+4
2025-05-28Merge tag 'pm-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds5-42/+195
2025-05-28Merge tag 'spi-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds1-0/+44
2025-05-26Merge branches 'pm-runtime' and 'pm-sleep'Rafael J. Wysocki5-42/+239
2025-05-16PM: runtime: fix denying of auto suspend in pm_suspend_timer_fn()Charan Teja Kalla1-1/+1
2025-05-13PM: sleep: Introduce pm_sleep_transition_in_progress()Rafael J. Wysocki1-1/+1
2025-05-13PM: sleep: Introduce pm_suspend_in_progress()Rafael J. Wysocki1-1/+1
2025-05-09PM: sysfs: Move debug runtime PM attributes to runtime_attrs[]Rafael J. Wysocki1-9/+6
2025-05-09PM: wakeup: Add missing wakeup source attribute relax_countZijun Hu1-0/+2
2025-05-08treewide, timers: Rename destroy_timer_on_stack() as timer_destroy_on_stack()Ingo Molnar1-1/+1
2025-04-29PM: runtime: Add new devm functionsBence Csókás1-0/+44
2025-04-25PM: wakeup: Do not expose 4 device wakeup source APIsZijun Hu1-8/+4
2025-04-22PM: sleep: Make suspend of devices more asynchronousRafael J. Wysocki1-8/+56
2025-04-22PM: sleep: Suspend async parents after suspending childrenRafael J. Wysocki1-4/+63
2025-04-22PM: sleep: Resume children after resuming the parentRafael J. Wysocki1-19/+66
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner2-4/+4
2025-03-26Merge tag 'pm-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds4-174/+175
2025-03-24Merge branch 'pm-misc'Rafael J. Wysocki1-73/+0
2025-03-24Merge branch 'pm-sleep'Rafael J. Wysocki3-70/+146
2025-03-22PM: sleep: Fix bit masking operationColin Ian King1-1/+1