aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/power
AgeCommit message (Expand)Author
2024-04-10PM: 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-23pmdomain: core: Move the unused cleanup to a _sync initcallKonrad Dybcio
2024-02-23PM: sleep: Fix possible deadlocks in core system-wide PM codeRafael J. Wysocki
2024-02-23PM: core: Remove unnecessary (void *) conversionsLi zeming
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-23PM: domains: fix integer overflow issues in genpd_parse_state()Nikita Zhandarovich
2023-03-10PM: domains: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman
2022-12-31PM: runtime: Do not call __rpm_callback() from rpm_idle()Rafael J. Wysocki
2022-11-03PM: domains: Fix handling of unavailable/disabled idle statesSudeep Holla
2022-08-17PM: domains: Ensure genpd_debugfs_dir exists before removeHsin-Yi Wang
2022-07-12PM: runtime: Redefine pm_runtime_release_supplier()Rafael J. Wysocki
2022-06-09PM: domains: Fix initialization of genpd's next_wakeupUlf Hansson
2022-04-13rtc: Check return value from mc146818_get_time()Mateusz Jończyk
2022-04-08PM: core: keep irq flags in device_pm_check_callbacks()Dmitry Baryshkov
2022-04-08PM: domains: Fix sleep-in-atomic bug caused by genpd_debug_remove()Shawn Guo
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-12-29PM: sleep: Fix error handling in dpm_prepare()Rafael J. Wysocki
2021-11-18PM: sleep: Avoid calling put_device() under dpm_list_mtxRafael J. Wysocki
2021-11-18PM: sleep: Do not let "syscore" devices runtime-suspend during system transit...Rafael J. Wysocki
2021-09-17Merge tag 'for-linus-5.15b-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2021-09-14PM: base: power: don't try to use non-existing RTC for storing dataJuergen Gross
2021-09-10Merge branches 'pm-cpufreq', 'pm-sleep' and 'pm-em'Rafael J. Wysocki
2021-09-07PM: sleep: core: Avoid setting power.must_resume to falsePrasad Sodagudi
2021-09-07PM: sleep: wakeirq: drop useless parameter from dev_pm_attach_wake_irq()Sergey Shtylyov
2021-09-02Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds
2021-09-01Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-08-30Merge back new PM domains material for v5.15.Rafael J. Wysocki
2021-08-27PM: domains: Fix domain attach for CONFIG_PM_OPP=nGeert Uytterhoeven
2021-08-26PM: runtime: add devm_pm_clk_create helperDmitry Baryshkov
2021-08-26PM: runtime: add devm_pm_runtime_enable helperDmitry Baryshkov
2021-08-25PM: domains: Improve runtime PM performance state handlingDmitry Osipenko
2021-08-16PM: domains: Add support for 'required-opps' to set default perf stateRajendra Nayak
2021-07-21driver: base: Replace symbolic permissions with octal permissionsJinchao Wang
2021-07-07Merge branches 'pm-cpuidle', 'pm-sleep' and 'pm-domains'Rafael J. Wysocki
2021-07-05PM: domains: Shrink locking area of the gpd_list_lockStephen Boyd
2021-07-01PM: sleep: Use ktime_us_delta() in initcall_debug_report()Mark-PK Tsai
2021-06-29Merge branches 'pm-domains' and 'pm-devfreq'Rafael J. Wysocki
2021-06-29Merge branches 'pm-core' and 'pm-sleep'Rafael J. Wysocki
2021-06-11PM: runtime: Allow unassigned ->runtime_suspend|resume callbacksUlf Hansson
2021-06-11PM: runtime: Improve path in rpm_idle() when no callbackUlf Hansson
2021-06-11PM: domains: Drop/restore performance state votes for devices at runtime PMUlf Hansson
2021-06-11PM: domains: Return early if perf state is already set for the deviceUlf Hansson
2021-06-11PM: domains: Split code in dev_pm_genpd_set_performance_state()Ulf Hansson
2021-06-08PM: domains: fix some kernel-doc issuesYang Yingliang
2021-05-24PM: wakeirq: Set IRQF_NO_AUTOEN when requesting the IRQTian Tao
2021-05-10PM: runtime: Fix unpaired parent child_count for force_resumeTony Lindgren
2021-04-26Merge branches 'pm-docs' and 'pm-tools'Rafael J. Wysocki