summaryrefslogtreecommitdiff
path: root/drivers/base/power
AgeCommit message (Expand)Author
2024-04-08PM: sleep: Take advantage of %ps to simplify debug outputLen Brown
2024-04-03PM: wakeup: make device_wakeup_disable() return voidDhruva Gole
2024-03-13Merge tag 'pm-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2024-03-11Merge branch 'pm-runtime'Rafael J. Wysocki
2024-03-05PM: sleep: wakeirq: fix wake irq warning in system suspendQingliang Li
2024-02-22PM: runtime: add tracepoint for runtime_status changesVilas Bhat
2024-02-14PM: domains: Add helper functions to attach/detach multiple PM domainsUlf Hansson
2024-02-12PM: runtime: Simplify pm_runtime_get_if_active() usageSakari Ailus
2024-02-05PM: sleep: Call dpm_async_fn() directly in each suspend phaseRafael J. Wysocki
2024-02-05PM: sleep: Move devices to new lists earlier in each suspend phaseRafael J. Wysocki
2024-02-05PM: sleep: Move some assignments from under a lockRafael J. Wysocki
2024-02-05PM: sleep: stats: Log errors right after running suspend callbacksRafael J. Wysocki
2024-02-05PM: sleep: stats: Call dpm_save_failed_step() at most once per phaseRafael J. Wysocki
2024-02-05PM: sleep: stats: Define suspend_stats next to the code using itRafael J. Wysocki
2024-02-05PM: sleep: stats: Use an array of step failure countersRafael J. Wysocki
2024-01-26PM: sleep: Relocate two device PM core functionsRafael J. Wysocki
2024-01-26PM: sleep: Simplify dpm_suspended_list walk in dpm_resume()Rafael J. Wysocki
2024-01-18Merge tag 'rtc-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds
2024-01-18Merge tag 'driver-core-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-01-17Merge tag 'pm-6.8-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2024-01-16Merge branches 'pm-sleep', 'pm-cpufreq' and 'pm-qos' into pmRafael J. Wysocki
2024-01-12Merge tag 'pmdomain-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds
2024-01-10Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds
2024-01-10PM: sleep: Restore asynchronous device resume optimizationRafael J. Wysocki
2024-01-09PM: QoS: Use kcalloc() instead of kzalloc()Erick Archer
2024-01-04PM: clk: make pm_clk_add_notifier() take a const pointerGreg Kroah-Hartman
2024-01-03PM: sleep: Fix possible deadlocks in core system-wide PM codeRafael J. Wysocki
2023-12-21driver core: mark remaining local bus_type variables as constGreg Kroah-Hartman
2023-12-20PM: fix missing rculist.h dependencyKent Overstreet
2023-12-18PM: domains: Move genpd and its governor to the pmdomain subsystemUlf Hansson
2023-12-18PM: domains: Drop redundant header for genpdUlf Hansson
2023-12-17rtc: Extend timeout for waiting for UIP to clear to 1sMario Limonciello
2023-12-17rtc: Add support for configuring the UIP timeout for RTC readsMario Limonciello
2023-12-13PM: domains: Drop the unused pm_genpd_opp_to_performance_state()Ulf Hansson
2023-12-13PM: domains: fix domain_governor kernel-doc warningsRandy Dunlap
2023-10-06Merge branch 'opp/pm-domain-scmi' of git://git.kernel.org/pub/scm/linux/kerne...Sudeep Holla
2023-10-06PM: domains: Implement the ->set_performance_state() callback for genpdUlf Hansson
2023-10-06PM: domains: Introduce dev_pm_domain_set_performance_state()Ulf Hansson
2023-09-21PM: domains: Allow genpd providers to manage OPP tables directly by its FWUlf Hansson
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