index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
pm.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
PM: Add EXPORT macros for exporting PM functions
Richard Fitzgerald
2023-02-13
1
-0
/
+4
*
PM: Improve EXPORT_*_DEV_PM_OPS macros
Paul Cercueil
2022-10-04
1
-14
/
+23
*
Merge tag 'pm-5.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
2022-05-30
1
-1
/
+0
|
\
|
*
Merge back reboot/poweroff notifiers rework for 5.19-rc1.
Rafael J. Wysocki
2022-05-25
1
-1
/
+0
|
|
\
|
|
*
reboot: Remove pm_power_off_prepare()
Dmitry Osipenko
2022-05-19
1
-1
/
+0
*
|
|
Merge tag 'cxl-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...
Linus Torvalds
2022-05-27
1
-0
/
+9
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
PM: CXL: Disable suspend
Dan Williams
2022-04-22
1
-0
/
+9
|
|
/
*
/
PM: core: Add NS varients of EXPORT[_GPL]_SIMPLE_DEV_PM_OPS and runtime pm equiv
Jonathan Cameron
2022-04-05
1
-5
/
+9
|
/
*
PM: sleep: Add device name to suspend_report_result()
Youngjin Jang
2022-03-08
1
-4
/
+4
*
PM: runtime: Add DEFINE_RUNTIME_DEV_PM_OPS() macro
Paul Cercueil
2022-01-12
1
-1
/
+2
*
PM: core: Add EXPORT[_GPL]_SIMPLE_DEV_PM_OPS macros
Paul Cercueil
2022-01-12
1
-3
/
+32
*
PM: core: Remove static qualifier in DEFINE_SIMPLE_DEV_PM_OPS macro
Paul Cercueil
2022-01-12
1
-1
/
+1
*
PM: core: Remove DEFINE_UNIVERSAL_DEV_PM_OPS() macro
Paul Cercueil
2022-01-12
1
-13
/
+8
*
PM: runtime: Capture device status before disabling runtime PM
Rafael J. Wysocki
2021-12-17
1
-0
/
+2
*
PM: core: Add new *_PM_OPS macros, deprecate old ones
Paul Cercueil
2021-12-17
1
-24
/
+50
*
PM: core: Redefine pm_ptr() macro
Paul Cercueil
2021-12-17
1
-5
/
+1
*
PM: runtime: Fix unpaired parent child_count for force_resume
Tony Lindgren
2021-05-10
1
-0
/
+1
*
PM: core: Remove duplicate declaration from header file
Wan Jiabing
2021-04-07
1
-1
/
+0
*
PM: clk: make PM clock layer compatible with clocks that must sleep
Nicolas Pitre
2021-01-27
1
-0
/
+2
*
PM: runtime: Fix timer_expires data type on 32-bit arches
Grygorii Strashko
2020-09-28
1
-1
/
+1
*
PM: Make *_DEV_PM_OPS macros use __maybe_unused
Paul Cercueil
2020-07-27
1
-2
/
+2
*
PM: core: introduce pm_ptr() macro
Paul Cercueil
2020-07-27
1
-0
/
+6
*
Documentation: PM: sleep: Update driver flags documentation
Rafael J. Wysocki
2020-04-24
1
-19
/
+5
*
PM: sleep: core: Rename DPM_FLAG_LEAVE_SUSPENDED
Rafael J. Wysocki
2020-04-24
1
-3
/
+3
*
PM: sleep: core: Rename DPM_FLAG_NEVER_SKIP
Rafael J. Wysocki
2020-04-24
1
-3
/
+3
*
PM: sleep: core: Rename dev_pm_smart_suspend_and_suspended()
Rafael J. Wysocki
2020-04-24
1
-1
/
+1
*
PM: sleep: core: Rename dev_pm_may_skip_resume()
Rafael J. Wysocki
2020-04-24
1
-1
/
+1
*
PM / Domains: Introduce dev_pm_domain_start()
Ulf Hansson
2019-11-13
1
-0
/
+2
*
PM: sleep: Drop dpm_noirq_begin() and dpm_noirq_end()
Rafael J. Wysocki
2019-07-23
1
-4
/
+0
*
Merge tag 'pci-v5.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2019-07-15
1
-1
/
+1
|
\
|
*
docs: power: convert docs to ReST and rename to *.rst
Mauro Carvalho Chehab
2019-06-14
1
-1
/
+1
*
|
PM: sleep: Drop dev_pm_skip_next_resume_phases()
Rafael J. Wysocki
2019-07-04
1
-1
/
+0
*
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
2019-05-30
1
-14
/
+1
|
/
*
PM-runtime: Call pm_runtime_active|suspended_time() from sysfs
Ulf Hansson
2019-03-07
1
-1
/
+0
*
PM / core: Add support to skip power management in device/driver model
Sudeep Holla
2019-02-19
1
-0
/
+1
*
PM-runtime: Replace jiffies-based accounting with ktime-based accounting
Thara Gopinath
2019-01-31
1
-3
/
+3
*
PM-runtime: Switch autosuspend over to using hrtimers
Vincent Guittot
2018-12-19
1
-2
/
+3
*
Merge back PM core material for v4.16.
Rafael J. Wysocki
2017-12-16
1
-4
/
+12
|
\
|
*
PM / core: Add LEAVE_SUSPENDED driver flag
Rafael J. Wysocki
2017-11-27
1
-4
/
+12
*
|
PM / sleep: Avoid excess pm_runtime_enable() calls in device_resume()
Rafael J. Wysocki
2017-12-11
1
-0
/
+1
|
/
*
PCI / PM: Take SMART_SUSPEND driver flag into account
Rafael J. Wysocki
2017-11-06
1
-0
/
+2
*
PM / core: Add SMART_SUSPEND driver flag
Rafael J. Wysocki
2017-11-06
1
-0
/
+8
*
PM / core: Add NEVER_SKIP and SMART_PREPARE driver flags
Rafael J. Wysocki
2017-11-06
1
-0
/
+20
*
PM / sleep: Remove pm_complete_with_resume_check()
Ulf Hansson
2017-10-11
1
-1
/
+0
*
PM / core: Split dpm_suspend_noirq() and dpm_resume_noirq()
Rafael J. Wysocki
2017-07-24
1
-0
/
+4
*
PM / core: Drop run_wake flag from struct dev_pm_info
Rafael J. Wysocki
2017-06-28
1
-1
/
+0
*
PM / core / docs: Convert sleep states API document to reST
Rafael J. Wysocki
2017-02-06
1
-3
/
+0
*
PM / core: Update kerneldoc comments in pm.h
Rafael J. Wysocki
2017-02-06
1
-56
/
+57
*
Merge tag 'driver-core-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2016-12-13
1
-0
/
+2
|
\
|
*
PM / runtime: Optimize the use of device links
Rafael J. Wysocki
2016-10-31
1
-0
/
+1
[next]