aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/power (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-11-28Merge branch 'pm-sleep'Rafael J. Wysocki4-76/+52
2025-11-28Merge branches 'pm-core' and 'pm-runtime'Rafael J. Wysocki1-7/+16
2025-11-20Merge back material related to system sleep for 6.19Rafael J. Wysocki4-76/+52
2025-11-18PM: sleep: core: Fix runtime PM enabling in device_resume_early()Rafael J. Wysocki1-9/+16
2025-11-14PM: Introduce new PMSG_POWEROFF eventMario Limonciello (AMD)1-0/+5
2025-11-12PM: wakeup: Update after recent wakeup source removal ordering changeRafael J. Wysocki1-6/+10
2025-11-08PM: wakeup: Delete timer before removing wakeup source from listKaushlendra Kumar1-7/+1
2025-10-29PM: runtime: fix typos in runtime.c commentsMalaya Kumar Rout1-3/+3
2025-10-23PM: runtime: docs: Update pm_runtime_allow/forbid() documentationRafael J. Wysocki1-4/+13
2025-10-20PM: dpm_watchdog: add module param to backtrace all CPUsSergey Senozhatsky1-0/+10
2025-10-20PM: sleep: Introduce CALL_PM_OP() macro to simplify codeKaushlendra Kumar1-60/+25
2025-10-13PM: sleep: Replace snprintf() with scnprintf() in show_trace_dev_match()Kaushlendra Kumar1-3/+1
2025-10-07Merge branches 'pm-core' and 'pm-runtime'Rafael J. Wysocki4-2/+263
2025-10-03PM: runtime: Fix error checking for kunit_device_register()Dan Carpenter1-6/+6
2025-09-29PM: runtime: Add auto-cleanup macros for "resume and get" operationsRafael J. Wysocki1-0/+2
2025-09-29Merge branches 'pm-core', 'pm-runtime' and 'pm-sleep'Rafael J. Wysocki2-14/+21
2025-09-27PM: sleep: Do not wait on SYNC_STATE_ONLY device linksPin-yen Lin1-2/+4
2025-09-27PM: runtime: Make put{,_sync}() return 1 when already suspendedBrian Norris2-1/+4
2025-09-27PM: runtime: Add basic kunit tests for API contractsBrian Norris2-0/+254
2025-09-06PM: core: Add two macros for walking device linksRafael J. Wysocki2-13/+8
2025-09-06PM: core: Annotate loops walking device links as _srcuRafael J. Wysocki2-11/+11
2025-09-05PM: sleep: core: Clear power.must_resume in noirq suspend error pathRafael J. Wysocki1-1/+13
2025-08-26PM: sleep: annotate RCU list iterationsJohannes Berg1-2/+2
2025-07-30Merge 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/git/driver-core/driver-coreLinus 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