summaryrefslogtreecommitdiff
path: root/drivers/base/power
AgeCommit message (Expand)Author
2026-04-18PM: 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-19PM: runtime: Do not clear needs_force_resume with enabled runtime PMRafael J. Wysocki
2025-10-29PM: runtime: Add new devm functionsBence Csókás
2025-10-29PM: sleep: core: Clear power.must_resume in noirq suspend error pathRafael J. Wysocki
2025-08-28pmdomain: governor: Consider CPU latency tolerance from pm_domain_cpu_govMaulik Shah
2025-08-28PM: runtime: Clear power.needs_force_resume in pm_runtime_reinit()Rafael J. Wysocki
2025-06-27PM: runtime: fix denying of auto suspend in pm_suspend_timer_fn()Charan Teja Kalla
2025-06-27pmdomain: core: Fix error checking in genpd_dev_pm_attach_by_id()Dan Carpenter
2025-06-27PM: 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
2024-04-13PM: sleep: wakeirq: fix wake irq warning in system suspendQingliang Li
2024-02-23PM: runtime: Have devm_pm_runtime_enable() handle pm_runtime_dont_use_autosus...Douglas Anderson
2024-02-23PM: runtime: add devm_pm_runtime_enable helperDmitry Baryshkov
2024-02-23pmdomain: core: Move the unused cleanup to a _sync initcallKonrad Dybcio
2024-02-23PM: sleep: Fix error handling in dpm_prepare()Rafael J. Wysocki
2024-02-23PM: sleep: Fix possible deadlocks in core system-wide PM codeRafael J. Wysocki
2024-02-23PM: core: Remove unnecessary (void *) conversionsLi zeming
2024-02-23PM: sleep: Avoid calling put_device() under dpm_list_mtxRafael J. Wysocki
2024-02-23PM: sleep: Use dev_printk() when possibleBjorn Helgaas
2023-08-11PM: sleep: wakeirq: fix wake irq armingJohan Hovold
2023-08-11PM / wakeirq: support enabling wake-up irq after runtime_suspend calledChunfeng Yun
2023-07-27PM: domains: fix integer overflow issues in genpd_parse_state()Nikita Zhandarovich
2023-01-14PM: runtime: Do not call __rpm_callback() from rpm_idle()Rafael J. Wysocki
2023-01-14PM: runtime: Improve path in rpm_idle() when no callbackUlf Hansson
2022-12-14rtc: Check return value from mc146818_get_time()Mateusz Jończyk
2022-11-03PM: domains: Fix handling of unavailable/disabled idle statesSudeep Holla
2022-07-12PM: runtime: Redefine pm_runtime_release_supplier()Rafael J. Wysocki
2022-04-08PM: core: keep irq flags in device_pm_check_callbacks()Dmitry Baryshkov
2022-02-16PM: s2idle: ACPI: Fix wakeup interrupts handlingRafael J. Wysocki
2022-01-27PM: runtime: Add safety net to supplier device releaseRafael J. Wysocki
2021-11-18PM: sleep: Do not let "syscore" devices runtime-suspend during system transit...Rafael J. Wysocki
2021-09-26PM: sleep: core: Avoid setting power.must_resume to falsePrasad Sodagudi
2021-09-22PM: base: power: don't try to use non-existing RTC for storing dataJuergen Gross
2021-05-19PM: runtime: Fix unpaired parent child_count for force_resumeTony Lindgren
2021-04-07PM: runtime: Fix ordering in pm_runtime_get_suppliers()Adrian Hunter
2021-04-07PM: runtime: Fix race getting/putting suppliers at probeAdrian Hunter
2021-03-30PM: runtime: Defer suspending suppliersRafael J. Wysocki
2021-03-25Revert "PM: runtime: Update device status before letting suppliers suspend"Rafael J. Wysocki
2021-03-09PM: runtime: Update device status before letting suppliers suspendRafael J. Wysocki
2020-11-02PM: runtime: Drop pm_runtime_clean_up_links()Rafael J. Wysocki
2020-11-02PM: runtime: Drop runtime PM references to supplier on link removalRafael J. Wysocki
2020-10-23Merge tag 'pm-5.10-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2020-10-23Merge branches 'pm-core', 'pm-sleep', 'pm-tools' and 'powercap'Rafael J. Wysocki
2020-10-22PM: sleep: remove unreachable breakTom Rix
2020-10-20PM: domains: Fix build error for genpd notifiersUlf Hansson
2020-10-16PM: domains: enable domain idle state accountingLina Iyer
2020-10-16PM: domains: Add curly braces to delimit comment + statement blockGeert Uytterhoeven