summaryrefslogtreecommitdiff
path: root/include/linux/pm.h
AgeCommit message (Expand)Author
2023-10-26Merge branches 'pm-sleep', 'powercap' and 'pm-tools'Rafael J. Wysocki
2023-10-06PM: domains: Introduce dev_pm_domain_set_performance_state()Ulf Hansson
2023-09-26PM: sleep: Fix symbol export for _SIMPLE_ variants of _PM_OPS()Raag Jadav
2023-08-21pm: Introduce DEFINE_NOIRQ_DEV_PM_OPS() helperAndy Shevchenko
2023-06-22linux/export.h: rename 'sec' argument to 'license'Masahiro Yamada
2023-06-22kbuild: generate KSYMTAB entries by modpostMasahiro Yamada
2023-02-13PM: Add EXPORT macros for exporting PM functionsRichard Fitzgerald
2022-10-04PM: Improve EXPORT_*_DEV_PM_OPS macrosPaul Cercueil
2022-05-30Merge tag 'pm-5.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2022-05-27Merge tag 'cxl-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds
2022-05-25Merge back reboot/poweroff notifiers rework for 5.19-rc1.Rafael J. Wysocki
2022-05-19reboot: Remove pm_power_off_prepare()Dmitry Osipenko
2022-04-22PM: CXL: Disable suspendDan Williams
2022-04-05PM: core: Add NS varients of EXPORT[_GPL]_SIMPLE_DEV_PM_OPS and runtime pm equivJonathan Cameron
2022-03-08PM: sleep: Add device name to suspend_report_result()Youngjin Jang
2022-01-12PM: runtime: Add DEFINE_RUNTIME_DEV_PM_OPS() macroPaul Cercueil
2022-01-12PM: core: Add EXPORT[_GPL]_SIMPLE_DEV_PM_OPS macrosPaul Cercueil
2022-01-12PM: core: Remove static qualifier in DEFINE_SIMPLE_DEV_PM_OPS macroPaul Cercueil
2022-01-12PM: core: Remove DEFINE_UNIVERSAL_DEV_PM_OPS() macroPaul Cercueil
2021-12-17PM: runtime: Capture device status before disabling runtime PMRafael J. Wysocki
2021-12-17PM: core: Add new *_PM_OPS macros, deprecate old onesPaul Cercueil
2021-12-17PM: core: Redefine pm_ptr() macroPaul Cercueil
2021-05-10PM: runtime: Fix unpaired parent child_count for force_resumeTony Lindgren
2021-04-07PM: core: Remove duplicate declaration from header fileWan Jiabing
2021-01-27PM: clk: make PM clock layer compatible with clocks that must sleepNicolas Pitre
2020-09-28PM: runtime: Fix timer_expires data type on 32-bit archesGrygorii Strashko
2020-07-27PM: Make *_DEV_PM_OPS macros use __maybe_unusedPaul Cercueil
2020-07-27PM: core: introduce pm_ptr() macroPaul Cercueil
2020-04-24Documentation: PM: sleep: Update driver flags documentationRafael J. Wysocki
2020-04-24PM: sleep: core: Rename DPM_FLAG_LEAVE_SUSPENDEDRafael J. Wysocki
2020-04-24PM: sleep: core: Rename DPM_FLAG_NEVER_SKIPRafael J. Wysocki
2020-04-24PM: sleep: core: Rename dev_pm_smart_suspend_and_suspended()Rafael J. Wysocki
2020-04-24PM: sleep: core: Rename dev_pm_may_skip_resume()Rafael J. Wysocki
2019-11-13PM / Domains: Introduce dev_pm_domain_start()Ulf Hansson
2019-07-23PM: sleep: Drop dpm_noirq_begin() and dpm_noirq_end()Rafael J. Wysocki
2019-07-15Merge tag 'pci-v5.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-07-04PM: sleep: Drop dev_pm_skip_next_resume_phases()Rafael J. Wysocki
2019-06-14docs: power: convert docs to ReST and rename to *.rstMauro Carvalho Chehab
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2019-03-07PM-runtime: Call pm_runtime_active|suspended_time() from sysfsUlf Hansson
2019-02-19PM / core: Add support to skip power management in device/driver modelSudeep Holla
2019-01-31PM-runtime: Replace jiffies-based accounting with ktime-based accountingThara Gopinath
2018-12-19PM-runtime: Switch autosuspend over to using hrtimersVincent Guittot
2017-12-16Merge back PM core material for v4.16.Rafael J. Wysocki
2017-12-11PM / sleep: Avoid excess pm_runtime_enable() calls in device_resume()Rafael J. Wysocki
2017-11-27PM / core: Add LEAVE_SUSPENDED driver flagRafael J. Wysocki
2017-11-06PCI / PM: Take SMART_SUSPEND driver flag into accountRafael J. Wysocki
2017-11-06PM / core: Add SMART_SUSPEND driver flagRafael J. Wysocki
2017-11-06PM / core: Add NEVER_SKIP and SMART_PREPARE driver flagsRafael J. Wysocki
2017-10-11PM / sleep: Remove pm_complete_with_resume_check()Ulf Hansson