index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
base
/
power
/
runtime.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
PM: runtime: Drop pm_runtime_clean_up_links()
Rafael J. Wysocki
2020-11-02
1
-36
/
+0
*
PM: runtime: Drop runtime PM references to supplier on link removal
Rafael J. Wysocki
2020-11-02
1
-1
/
+20
*
PM: runtime: Remove link state checks in rpm_get/put_supplier()
Xiang Chen
2020-09-25
1
-4
/
+1
*
PM: runtime: Improve kerneldoc of pm_runtime_get_if_active()
Rafael J. Wysocki
2020-08-04
1
-12
/
+14
*
PM: runtime: Make clear what we do when conditions are wrong in rpm_suspend()
Andy Shevchenko
2020-05-25
1
-4
/
+2
*
PM: runtime: Add pm_runtime_get_if_active()
Sakari Ailus
2020-03-04
1
-9
/
+27
*
PM-runtime: add tracepoints for usage_count changes
Michał Mirosław
2020-01-13
1
-2
/
+11
*
Merge tag 'driver-core-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2019-09-18
1
-2
/
+2
|
\
|
*
driver core: Remove device link creation limitation
Rafael J. Wysocki
2019-07-25
1
-2
/
+2
*
|
driver/core: Convert to use built-in RCU list checking
Joel Fernandes (Google)
2019-08-13
1
-5
/
+10
|
/
*
PM / QOS: Rename __dev_pm_qos_read_value() and dev_pm_qos_raw_read_value()
Viresh Kumar
2019-07-04
1
-1
/
+1
*
drivers: base: power: add proper SPDX identifiers on files that did not have ...
Greg Kroah-Hartman
2019-04-04
1
-3
/
+1
*
Merge tag 'pm-5.1-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...
Linus Torvalds
2019-03-14
1
-3
/
+13
|
\
|
*
PM-runtime: Call pm_runtime_active|suspended_time() from sysfs
Ulf Hansson
2019-03-07
1
-1
/
+1
|
*
PM-runtime: Consolidate code to get active/suspended time
Ulf Hansson
2019-03-07
1
-2
/
+12
*
|
Merge tag 'driver-core-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2019-03-06
1
-27
/
+74
|
\
\
|
|
/
|
/
|
|
*
driver core: Fix PM-runtime for links added during consumer probe
Rafael J. Wysocki
2019-02-20
1
-23
/
+6
|
*
driver core: Fix possible supplier PM-usage counter imbalance
Rafael J. Wysocki
2019-02-13
1
-2
/
+25
|
*
PM-runtime: Fix __pm_runtime_set_status() race with runtime resume
Rafael J. Wysocki
2019-02-13
1
-6
/
+18
|
*
Merge 5.0-rc6 into driver-core-next
Greg Kroah-Hartman
2019-02-11
1
-5
/
+5
|
|
\
|
*
|
PM-runtime: Take suppliers into account in __pm_runtime_set_status()
Rafael J. Wysocki
2019-02-08
1
-5
/
+40
|
*
|
driver core: Do not call rpm_put_suppliers() in pm_runtime_drop_link()
Rafael J. Wysocki
2019-02-01
1
-2
/
+0
|
*
|
driver core: Fix handling of runtime PM flags in device_link_add()
Rafael J. Wysocki
2019-02-01
1
-15
/
+11
*
|
|
Merge back earlier PM core material for v5.1.
Rafael J. Wysocki
2019-02-24
1
-20
/
+50
|
\
\
\
|
*
|
|
PM-runtime: update time accounting only when enabled
Vincent Guittot
2019-02-05
1
-7
/
+10
|
*
|
|
PM-runtime: Switch accounting over to ktime_get_mono_fast_ns()
Vincent Guittot
2019-02-05
1
-4
/
+13
|
*
|
|
PM-runtime: Optimize pm_runtime_autosuspend_expiration()
Ladislav Michl
2019-02-01
1
-11
/
+8
|
*
|
|
Merge back earlier PM core material for v5.1.
Rafael J. Wysocki
2019-02-01
1
-7
/
+28
|
|
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
|
*
|
PM-runtime: Replace jiffies-based accounting with ktime-based accounting
Thara Gopinath
2019-01-31
1
-8
/
+9
|
|
*
|
PM-runtime: update accounting_timestamp on enable
Vincent Guittot
2019-01-31
1
-3
/
+8
|
|
*
|
PM-runtime: Add new interface to get accounted time
Vincent Guittot
2019-01-15
1
-0
/
+15
|
|
|
/
*
|
/
PM-runtime: Fix deadlock when canceling hrtimer
Vincent Guittot
2019-02-21
1
-1
/
+1
|
/
/
*
/
PM-runtime: Fix deadlock with ktime_get()
Vincent Guittot
2019-01-30
1
-5
/
+5
|
/
*
PM-runtime: Fix autosuspend_delay on 32bits arch
Vincent Guittot
2019-01-10
1
-2
/
+2
*
PM-runtime: Fix 'jiffies' in comments after switch to hrtimers
Ladislav Michl
2019-01-10
1
-2
/
+5
*
PM-runtime: Switch autosuspend over to using hrtimers
Vincent Guittot
2018-12-19
1
-29
/
+34
*
Revert "PM / runtime: Fixup reference counting of device link suppliers at pr...
Rafael J. Wysocki
2018-06-12
1
-3
/
+24
*
PM / runtime: Drop usage count for suppliers at device link removal
Ulf Hansson
2018-05-27
1
-0
/
+2
*
PM / runtime: Fixup reference counting of device link suppliers at probe
Ulf Hansson
2018-05-27
1
-24
/
+3
*
PM / runtime: Allow no callbacks in pm_runtime_force_suspend|resume()
Ulf Hansson
2018-01-17
1
-8
/
+3
*
PM / runtime: Check ignore_children in pm_runtime_need_not_resume()
Rafael J. Wysocki
2018-01-15
1
-1
/
+2
*
PM / runtime: Rework pm_runtime_force_suspend/resume()
Rafael J. Wysocki
2018-01-15
1
-40
/
+34
*
PM / runtime: Fix handling of suppliers with disabled runtime PM
Rafael J. Wysocki
2017-12-04
1
-1
/
+2
*
PM / runtime: Drop children check from __pm_runtime_set_status()
Rafael J. Wysocki
2017-11-16
1
-20
/
+11
*
Merge tag 'pm-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
2017-11-14
1
-5
/
+4
|
\
|
*
Merge branch 'pm-core'
Rafael J. Wysocki
2017-11-13
1
-4
/
+3
|
|
\
|
|
*
PM / core: Convert timers to use timer_setup()
Kees Cook
2017-10-24
1
-4
/
+3
|
*
|
PM / QoS: Fix device resume latency framework
Rafael J. Wysocki
2017-11-08
1
-1
/
+1
|
|
/
*
/
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...
Mark Rutland
2017-10-25
1
-2
/
+2
|
/
*
sched/headers: Prepare to move the memalloc_noio_*() APIs to <linux/sched/mm.h>
Ingo Molnar
2017-03-02
1
-1
/
+1
[next]