aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/power
AgeCommit message (Expand)Author
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
2023-08-30PM: runtime: Add pm_runtime_get_if_active()Sakari Ailus
2023-08-30PM-runtime: add tracepoints for usage_count changesMichał Mirosław
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-05-17PM: domains: Fix up terminology with parent/childKees Cook
2023-01-18PM: runtime: Do not call __rpm_callback() from rpm_idle()Rafael J. Wysocki
2023-01-18PM: runtime: Improve path in rpm_idle() when no callbackUlf Hansson
2022-11-03PM: domains: Fix handling of unavailable/disabled idle statesSudeep Holla
2022-04-15PM: core: keep irq flags in device_pm_check_callbacks()Dmitry Baryshkov
2022-02-16PM: s2idle: ACPI: Fix wakeup interrupts handlingRafael J. Wysocki
2022-01-16drivers core: Use sysfs_emit and sysfs_emit_at for show(device *...) functionsJoe Perches
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-24Revert "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-10PM: runtime: Drop pm_runtime_clean_up_links()Rafael J. Wysocki
2020-11-10PM: runtime: Drop runtime PM references to supplier on link removalRafael J. Wysocki
2020-11-05PM: runtime: Remove link state checks in rpm_get/put_supplier()Xiang Chen
2020-09-03PM: sleep: core: Fix the handling of pending runtime resume requestsRafael J. Wysocki
2020-07-31PM: wakeup: Show statistics for deleted wakeup sources againzhuguangqing
2020-05-02PM: sleep: core: Switch back to async_schedule_dev()Kai-Heng Feng
2020-04-17PM: sleep: wakeup: Skip wakeup_source_sysfs_remove() if device is not thereNeeraj Upadhyay
2020-04-17PM / Domains: Allow no domain-idle-states DT property in genpd when parsingUlf Hansson
2020-02-11PM: core: Fix handling of devices deleted during system-wide resumeRafael J. Wysocki
2019-10-21PM: QoS: Drop frequency QoS types from device PM QoSRafael J. Wysocki
2019-09-18Merge tag 'driver-core-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-09-17Merge tag 'pm-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2019-09-17Merge branches 'pm-opp', 'pm-qos', 'acpi-pm', 'pm-domains' and 'pm-tools'Rafael J. Wysocki
2019-09-17Merge suspend-to-idle rework material for v5.4.Rafael J. Wysocki
2019-09-02PM / Domains: Verify PM domain type in dev_pm_genpd_set_performance_state()Ulf Hansson
2019-09-02PM / Domains: Simplify genpd_lookup_dev()Ulf Hansson
2019-08-21PM / wakeup: Unexport wakeup_source_sysfs_{add,remove}()Stephen Boyd
2019-08-21PM / wakeup: Register wakeup class kobj after device is addedStephen Boyd
2019-08-21PM / wakeup: Fix sysfs registration error pathStephen Boyd
2019-08-21PM / wakeup: Show wakeup sources stats in sysfsTri Vo
2019-08-21PM / wakeup: Drop wakeup_source_init(), wakeup_source_prepare()Tri Vo
2019-08-13driver/core: Convert to use built-in RCU list checkingJoel Fernandes (Google)
2019-07-25driver core: Remove device link creation limitationRafael J. Wysocki
2019-07-23PM: sleep: Drop dpm_noirq_begin() and dpm_noirq_end()Rafael J. Wysocki
2019-07-23PM: sleep: Simplify suspend-to-idle control flowRafael J. Wysocki
2019-07-23PM: sleep: Fix possible overflow in pm_system_cancel_wakeup()Rafael J. Wysocki
2019-07-18Merge branch 'pm-cpufreq'Rafael J. Wysocki