index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Documentation
/
power
/
runtime_pm.txt
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-16
PM / runtime: Drop children check from __pm_runtime_set_status()
Rafael J. Wysocki
1
-2
/
+1
2017-10-12
Documentation: fix driver-api doc refs
Tom Saeger
1
-1
/
+1
2017-07-27
PM / runtime: Document new pm_runtime_set_suspended() constraint
Johan Hovold
1
-1
/
+2
2017-06-28
PM / core: Drop run_wake flag from struct dev_pm_info
Rafael J. Wysocki
1
-5
/
+2
2017-04-19
PM / runtime: Document autosuspend-helper side effects
Johan Hovold
1
-3
/
+11
2017-04-19
PM / runtime: Fix autosuspend documentation
Johan Hovold
1
-3
/
+2
2017-02-23
PM / runtime: Fix some typos
Christophe Jaillet
1
-3
/
+3
2016-10-24
docs: fix locations of several documents that got moved
Mauro Carvalho Chehab
1
-1
/
+1
2016-04-05
PM / runtime: Document steps for device removal
Krzysztof Kozlowski
1
-0
/
+4
2015-12-21
PM / runtime: Add new helper for conditional usage count incrementation
Rafael J. Wysocki
1
-0
/
+6
2015-07-21
PM / sleep: Allow devices without runtime PM to do direct-complete
Alan Stern
1
-4
/
+0
2015-05-13
PM / runtime: add note about re-calling in during device probe()
Ben Dooks
1
-0
/
+6
2014-12-12
Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm
Linus Torvalds
1
-0
/
+4
2014-11-17
ARM: 8199/1: PM / Runtime: Add getter for querying the IRQ safe option v12
Krzysztof Kozlowski
1
-0
/
+4
2014-11-08
Documentation: power: Fix typo in Documentation/power
Masanari Iida
1
-3
/
+3
2014-06-03
Merge branches 'pnp', 'powercap', 'pm-runtime' and 'pm-opp'
Rafael J. Wysocki
1
-9
/
+11
2014-05-16
PM / sleep: Update device PM documentation to cover direct_complete
Rafael J. Wysocki
1
-0
/
+17
2014-05-16
PM / runtime: Update documentation to reflect the current code flow
Rafael J. Wysocki
1
-9
/
+11
2014-03-26
PM / Runtime: s/foo_process_requests/foo_process_next_request/
Geert Uytterhoeven
1
-1
/
+1
2014-03-26
PM / Runtime: GENERIC_SUBSYS_PM_OPS is gone
Geert Uytterhoeven
1
-7
/
+4
2014-03-26
PM / Runtime: Correct documented return values for generic PM callbacks
Geert Uytterhoeven
1
-2
/
+2
2014-03-26
PM / Runtime: Split line longer than 80 characters
Geert Uytterhoeven
1
-5
/
+5
2014-03-26
PM / Runtime: dev_pm_info.runtime_error is signed
Geert Uytterhoeven
1
-1
/
+1
2013-11-12
PM / Runtime: Update documentation around probe|remove|suspend
Ulf Hansson
1
-8
/
+6
2013-10-16
PM / Runtime: Respect autosuspend when idle triggers suspend
Ulf Hansson
1
-6
/
+8
2013-06-03
PM / Runtime: Update .runtime_idle() callback documentation
Alan Stern
1
-5
/
+10
2013-06-03
PM / Runtime: Rework the "runtime idle" helper routine
Rafael J. Wysocki
1
-5
/
+0
2013-01-26
PM / Runtime: Add new helper function: pm_runtime_active()
ShuoX Liu
1
-0
/
+4
2013-01-06
PM: Move disabling/enabling runtime PM to late suspend/early resume
Rafael J. Wysocki
1
-4
/
+5
2011-12-21
PM: Run the driver callback directly if the subsystem one is not there
Rafael J. Wysocki
1
-62
/
+68
2011-11-28
PM / Runtime: Make documentation follow the new behavior of irq_safe
Rafael J. Wysocki
1
-5
/
+6
2011-11-28
PM / Domains: Document how PM domains are used by the PM core
Rafael J. Wysocki
1
-11
/
+18
2011-11-04
PM / Runtime: Automatically retry failed autosuspends
Alan Stern
1
-0
/
+10
2011-10-16
Merge branch 'pm-runtime' into pm-for-linus
Rafael J. Wysocki
1
-7
/
+12
2011-10-10
PM / Runtime: Update document about callbacks
Ming Lei
1
-7
/
+12
2011-10-07
Merge branch 'pm-runtime' into pm-for-linus
Rafael J. Wysocki
1
-0
/
+2
2011-09-21
PM / Runtime: pm_runtime_idle() can be called in atomic context
Ming Lei
1
-0
/
+1
2011-08-25
PM / Runtime: Correct documentation of pm_runtime_irq_safe()
Rafael J. Wysocki
1
-2
/
+1
2011-08-14
PM / Runtime: Add might_sleep() to runtime PM functions
Colin Cross
1
-0
/
+1
2011-08-05
PM / Runtime: Allow _put_sync() from interrupts-disabled context
Kevin Hilman
1
-5
/
+5
2011-07-12
PM / Runtime: Add new helper function: pm_runtime_status_suspended()
Kevin Hilman
1
-0
/
+3
2011-07-06
PM / Runtime: Replace "run-time" with "runtime" in documentation
Rafael J. Wysocki
1
-65
/
+65
2011-07-06
PM / Runtime: Improve documentation of enable, disable and barrier
Rafael J. Wysocki
1
-4
/
+14
2011-07-06
PM: Limit race conditions between runtime PM and system sleep (v2)
Rafael J. Wysocki
1
-0
/
+21
2011-07-02
PM / Runtime: Return special error code if runtime PM is disabled
Rafael J. Wysocki
1
-2
/
+4
2011-07-02
PM / Runtime: Update documentation of interactions with system sleep
Rafael J. Wysocki
1
-8
/
+19
2011-07-02
PM: Introduce generic "noirq" callback routines for subsystems (v2)
Rafael J. Wysocki
1
-2
/
+30
2011-07-02
PM / Runtime: Update documentation regarding driver removal
Rafael J. Wysocki
1
-5
/
+21
2011-07-02
PM: Documentation: fix typo: pm_runtime_idle_sync() doesn't exist.
Kevin Hilman
1
-1
/
+1
2011-06-21
PM / Runtime: Update doc: usage count no longer incremented across system PM
Kevin Hilman
1
-5
/
+0
[next]