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_runtime.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
PM / Runtime: Move ignore_children flag under CONFIG_PM
Ulf Hansson
2016-04-22
1
-0
/
+6
*
PM / runtime: Add new helper for conditional usage count incrementation
Rafael J. Wysocki
2015-12-21
1
-0
/
+5
*
PM / sleep: Allow devices without runtime PM to do direct-complete
Alan Stern
2015-07-21
1
-6
/
+0
*
Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm
Linus Torvalds
2014-12-12
1
-0
/
+6
|
\
|
*
ARM: 8199/1: PM / Runtime: Add getter for querying the IRQ safe option v12
Krzysztof Kozlowski
2014-11-17
1
-0
/
+6
*
|
PM: Drop CONFIG_PM_RUNTIME from the driver core
Rafael J. Wysocki
2014-12-04
1
-12
/
+9
|
/
*
PM: Create PM workqueue if runtime PM is not configured too
Rafael J. Wysocki
2014-07-23
1
-2
/
+9
*
PM / sleep: Mechanism to avoid resuming runtime-suspended devices unnecessarily
Rafael J. Wysocki
2014-05-16
1
-0
/
+6
*
PM: Add pm_runtime_suspend|resume_force functions
Ulf Hansson
2014-03-02
1
-0
/
+4
*
PM / Runtime: Implement the pm_generic_runtime functions for CONFIG_PM
Ulf Hansson
2013-12-22
1
-4
/
+8
*
PM / Runtime: Rework the "runtime idle" helper routine
Rafael J. Wysocki
2013-06-03
1
-2
/
+0
*
pm / runtime: introduce pm_runtime_set_memalloc_noio()
Ming Lei
2013-02-23
1
-0
/
+3
*
PM / Runtime: Add new helper function: pm_runtime_active()
ShuoX Liu
2013-01-26
1
-0
/
+7
*
PM / Runtime: Remove device fields related to suspend time, v2
Rafael J. Wysocki
2012-05-01
1
-3
/
+0
*
PM / Runtime: Use device PM QoS constraints (v2)
Rafael J. Wysocki
2011-12-01
1
-0
/
+5
*
PM Sleep: Do not extend wakeup paths to devices with ignore_children set
Rafael J. Wysocki
2011-11-17
1
-6
/
+0
*
pm_runtime.h: explicitly requires notifier.h
Paul Gortmaker
2011-10-31
1
-0
/
+1
*
PM: Move clock-related definitions and headers to separate file
Rafael J. Wysocki
2011-08-25
1
-56
/
+0
*
PM / Domains: Use power.sybsys_data to reduce overhead
Rafael J. Wysocki
2011-08-25
1
-0
/
+10
*
PM: Introduce struct pm_subsys_data
Rafael J. Wysocki
2011-08-25
1
-2
/
+6
*
PM / Runtime: Add new helper function: pm_runtime_status_suspended()
Kevin Hilman
2011-07-12
1
-0
/
+6
*
PM: Rename clock management functions
Rafael J. Wysocki
2011-07-02
1
-14
/
+14
*
PM: Allow the clocks management code to be used during system suspend
Rafael J. Wysocki
2011-07-02
1
-1
/
+1
*
PM / Domains: Rename struct dev_power_domain to struct dev_pm_domain
Rafael J. Wysocki
2011-07-02
1
-1
/
+1
*
PM / Runtime: Generic clock manipulation rountines for runtime PM (v6)
Rafael J. Wysocki
2011-04-30
1
-0
/
+42
*
PM: Do not create wakeup sysfs files for devices that cannot wake up
Rafael J. Wysocki
2011-03-15
1
-0
/
+6
*
PM / Runtime: Generic resume shouldn't set RPM_ACTIVE unconditionally
Rafael J. Wysocki
2010-12-24
1
-0
/
+6
*
PM / Runtime: Add synchronous runtime interface for interrupt handlers (v3)
Alan Stern
2010-12-24
1
-0
/
+7
*
PM / Runtime: Fix pm_runtime_suspended()
Rafael J. Wysocki
2010-12-16
1
-1
/
+2
*
PM: runtime: add missed pm_request_autosuspend
Ming Lei
2010-10-17
1
-0
/
+5
*
PM / Runtime: Implement autosuspend support
Alan Stern
2010-10-17
1
-0
/
+45
*
PM / Runtime: Add no_callbacks flag
Alan Stern
2010-10-17
1
-0
/
+2
*
PM / Runtime: Combine runtime PM entry points
Alan Stern
2010-10-17
1
-20
/
+46
*
PM / Runtime: Replace boolean arguments with bitflags
Alan Stern
2010-10-17
1
-8
/
+15
*
i2c: Fix bus-level power management callbacks
Rafael J. Wysocki
2010-05-10
1
-0
/
+7
*
PM: Provide generic subsystem-level callbacks
Rafael J. Wysocki
2010-03-06
1
-0
/
+6
*
PM / Runtime: Add sysfs switch for disabling device run-time PM
Rafael J. Wysocki
2010-02-26
1
-0
/
+4
*
PM: Add flag for devices capable of generating run-time wake-up events
Rafael J. Wysocki
2009-12-06
1
-0
/
+12
*
PM: Introduce core framework for run-time PM of I/O devices (rev. 17)
Rafael J. Wysocki
2009-08-23
1
-0
/
+114