summaryrefslogtreecommitdiff
path: root/drivers/base/power
AgeCommit message (Expand)Author
5 daysPM: runtime: Fix a race condition related to device removalBart Van Assche
2026-03-04PM: sleep: wakeirq: harden dev_pm_clear_wake_irq() against racesGui-Dong Han
2026-03-04PM: wakeup: Handle empty list in wakeup_sources_walk_start()Samuel Wu
2026-01-11PM: runtime: Do not clear needs_force_resume with enabled runtime PMRafael J. Wysocki
2025-10-23PM: runtime: Add new devm functionsBence Csókás
2025-10-15PM: sleep: core: Clear power.must_resume in noirq suspend error pathRafael J. Wysocki
2025-08-28PM: runtime: Take active children into account in pm_runtime_get_if_in_use()Rafael J. Wysocki
2025-08-28PM: runtime: Simplify pm_runtime_get_if_active() usageSakari Ailus
2025-08-28PM: runtime: Clear power.needs_force_resume in pm_runtime_reinit()Rafael J. Wysocki
2025-07-24pmdomain: governor: Consider CPU latency tolerance from pm_domain_cpu_govMaulik Shah
2025-06-27PM: runtime: fix denying of auto suspend in pm_suspend_timer_fn()Charan Teja Kalla
2025-06-19pmdomain: core: Fix error checking in genpd_dev_pm_attach_by_id()Dan Carpenter
2025-06-19PM: sleep: Fix power.is_suspended cleanup for direct-complete devicesRafael J. Wysocki
2025-04-10PM: sleep: Fix handling devices with direct_complete set on errorsRafael J. Wysocki
2025-04-10PM: sleep: Adjust check before setting power.must_resumeRafael J. Wysocki
2025-01-02pmdomain: core: Add missing put_device()Ulf Hansson
2024-10-04pmdomain: core: Harden inter-column space in debug summaryGeert Uytterhoeven
2024-04-03PM: sleep: wakeirq: fix wake irq warning in system suspendQingliang Li
2024-02-23pmdomain: core: Move the unused cleanup to a _sync initcallKonrad Dybcio
2024-01-31rtc: Extend timeout for waiting for UIP to clear to 1sMario Limonciello
2024-01-31rtc: Add support for configuring the UIP timeout for RTC readsMario Limonciello
2024-01-31PM: sleep: Fix possible deadlocks in core system-wide PM codeRafael J. Wysocki
2023-07-24PM: sleep: wakeirq: drop unused enable helpersJohan Hovold
2023-07-24PM: sleep: wakeirq: fix wake irq armingJohan Hovold
2023-06-26Merge branches 'pm-sleep' and 'pm-domains'Rafael J. Wysocki
2023-06-16PM: domains: Move the verification of in-params from genpd_add_device()Ulf Hansson
2023-05-24PM: suspend: Fix pm_suspend_target_state handling for !CONFIG_PMKai-Heng Feng
2023-05-24PM: domains: fix integer overflow issues in genpd_parse_state()Nikita Zhandarovich
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-04-07PM: core: Remove unnecessary (void *) conversionsLi zeming
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman
2023-02-25Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds
2023-02-21Merge tag 'pm-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2023-02-15Merge branches 'powercap', 'pm-domains', 'pm-em' and 'pm-opp'Rafael J. Wysocki
2023-02-09PM: domains: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman
2023-01-13PM: runtime: Document that force_suspend() is incompatible with SMART_SUSPENDRichard Fitzgerald
2023-01-13cpuidle, ARM: OMAP2+: powerdomain: Remove trace_.*_rcuidle()Peter Zijlstra
2023-01-10PM: domains: Allow a genpd consumer to require a synced power offUlf Hansson
2022-12-12Merge tag 'pm-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2022-12-12Merge tag 'soc-drivers-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-12-12Merge branches 'pm-cpuidle', 'pm-sleep' and 'pm-domains'Rafael J. Wysocki
2022-12-07PM: runtime: Adjust white space in the core codeRafael J. Wysocki
2022-12-05PM: runtime: Relocate rpm_callback() right after __rpm_callback()Rafael J. Wysocki
2022-12-05PM: runtime: Do not call __rpm_callback() from rpm_idle()Rafael J. Wysocki
2022-11-25PM: domains: Reverse the order of performance and enabling opsAbel Vesa
2022-11-09PM: domains: Store the next hrtimer wakeup in genpdMaulik Shah
2022-11-03PM: domains: Power off[on] domain in hibernate .freeze[thaw]_noirq hookShawn Guo
2022-11-03PM: domains: Consolidate genpd_restore_noirq() and genpd_resume_noirq()Shawn Guo
2022-11-03PM: domains: Pass generic PM noirq hooks to genpd_finish_suspend()Shawn Guo
2022-11-03PM: domains: Drop genpd status manipulation for hibernate restoreShawn Guo