index
:
kernel/linux.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.12.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
base
/
power
/
runtime.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-22
PM: runtime: add tracepoint for runtime_status changes
Vilas Bhat
1
-0
/
+1
2024-02-12
PM: runtime: Simplify pm_runtime_get_if_active() usage
Sakari Ailus
1
-2
/
+33
2023-12-21
PM: fix missing rculist.h dependency
Kent Overstreet
1
-0
/
+1
2023-02-21
Merge tag 'pm-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
1
-0
/
+4
2023-01-13
PM: runtime: Document that force_suspend() is incompatible with SMART_SUSPEND
Richard Fitzgerald
1
-0
/
+4
2023-01-13
cpuidle, ARM: OMAP2+: powerdomain: Remove trace_.*_rcuidle()
Peter Zijlstra
1
-12
/
+12
2022-12-07
PM: runtime: Adjust white space in the core code
Rafael J. Wysocki
1
-34
/
+35
2022-12-05
PM: runtime: Relocate rpm_callback() right after __rpm_callback()
Rafael J. Wysocki
1
-32
/
+32
2022-12-05
PM: runtime: Do not call __rpm_callback() from rpm_idle()
Rafael J. Wysocki
1
-1
/
+11
2022-09-24
PM: runtime: Return -EINPROGRESS from rpm_resume() in the RPM_NOWAIT case
Rafael J. Wysocki
1
-2
/
+5
2022-07-08
PM: runtime: Extend support for wakeirq for force_suspend|resume
Ulf Hansson
1
-0
/
+6
2022-07-01
PM: runtime: Fix supplier device management during consumer probe
Rafael J. Wysocki
1
-13
/
+1
2022-07-01
PM: runtime: Redefine pm_runtime_release_supplier()
Rafael J. Wysocki
1
-11
/
+9
2022-05-23
Merge branches 'pm-core', 'pm-sleep' and 'powercap'
Rafael J. Wysocki
1
-11
/
+42
2022-04-19
PM: runtime: Allow to call __pm_runtime_set_status() from atomic context
Ulf Hansson
1
-4
/
+5
2022-04-13
PM: runtime: Avoid device usage count underflows
Rafael J. Wysocki
1
-7
/
+37
2022-03-04
PM: runtime: Have devm_pm_runtime_enable() handle pm_runtime_dont_use_autosus...
Douglas Anderson
1
-0
/
+5
2021-12-22
PM: runtime: Simplify locking in pm_runtime_put_suppliers()
Rafael J. Wysocki
1
-4
/
+8
2021-12-17
PM: runtime: Add safety net to supplier device release
Rafael J. Wysocki
1
-11
/
+30
2021-12-17
PM: runtime: Capture device status before disabling runtime PM
Rafael J. Wysocki
1
-20
/
+25
2021-10-27
PM / wakeirq: support enabling wake-up irq after runtime_suspend called
Chunfeng Yun
1
-2
/
+4
2021-08-26
PM: runtime: add devm_pm_runtime_enable helper
Dmitry Baryshkov
1
-0
/
+17
2021-06-11
PM: runtime: Allow unassigned ->runtime_suspend|resume callbacks
Ulf Hansson
1
-5
/
+3
2021-06-11
PM: runtime: Improve path in rpm_idle() when no callback
Ulf Hansson
1
-5
/
+5
2021-05-10
PM: runtime: Fix unpaired parent child_count for force_resume
Tony Lindgren
1
-3
/
+7
2021-04-07
PM: runtime: remove kernel-doc warnings
Pierre-Louis Bossart
1
-1
/
+1
2021-03-29
PM: runtime: Fix race getting/putting suppliers at probe
Adrian Hunter
1
-1
/
+7
2021-03-29
PM: runtime: Fix ordering in pm_runtime_get_suppliers()
Adrian Hunter
1
-1
/
+1
2021-03-22
PM: runtime: Defer suspending suppliers
Rafael J. Wysocki
1
-6
/
+39
2021-03-19
Revert "PM: runtime: Update device status before letting suppliers suspend"
Rafael J. Wysocki
1
-37
/
+25
2021-03-01
PM: runtime: Update device status before letting suppliers suspend
Rafael J. Wysocki
1
-25
/
+37
2021-01-22
PM: runtime: Fix resposible -> responsible in runtime.c
Bhaskar Chowdhury
1
-1
/
+1
2020-11-02
PM: runtime: Drop pm_runtime_clean_up_links()
Rafael J. Wysocki
1
-36
/
+0
2020-11-02
PM: runtime: Drop runtime PM references to supplier on link removal
Rafael J. Wysocki
1
-1
/
+20
2020-09-25
PM: runtime: Remove link state checks in rpm_get/put_supplier()
Xiang Chen
1
-4
/
+1
2020-08-04
PM: runtime: Improve kerneldoc of pm_runtime_get_if_active()
Rafael J. Wysocki
1
-12
/
+14
2020-05-25
PM: runtime: Make clear what we do when conditions are wrong in rpm_suspend()
Andy Shevchenko
1
-4
/
+2
2020-03-04
PM: runtime: Add pm_runtime_get_if_active()
Sakari Ailus
1
-9
/
+27
2020-01-13
PM-runtime: add tracepoints for usage_count changes
Michał Mirosław
1
-2
/
+11
2019-09-18
Merge tag 'driver-core-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-2
/
+2
2019-08-14
driver/core: Convert to use built-in RCU list checking
Joel Fernandes (Google)
1
-5
/
+10
2019-07-25
driver core: Remove device link creation limitation
Rafael J. Wysocki
1
-2
/
+2
2019-07-04
PM / QOS: Rename __dev_pm_qos_read_value() and dev_pm_qos_raw_read_value()
Viresh Kumar
1
-1
/
+1
2019-04-04
drivers: base: power: add proper SPDX identifiers on files that did not have ...
Greg Kroah-Hartman
1
-3
/
+1
2019-03-14
Merge tag 'pm-5.1-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...
Linus Torvalds
1
-3
/
+13
2019-03-07
PM-runtime: Call pm_runtime_active|suspended_time() from sysfs
Ulf Hansson
1
-1
/
+1
2019-03-07
PM-runtime: Consolidate code to get active/suspended time
Ulf Hansson
1
-2
/
+12
2019-03-07
Merge tag 'driver-core-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-27
/
+74
2019-02-24
Merge back earlier PM core material for v5.1.
Rafael J. Wysocki
1
-20
/
+50
2019-02-21
PM-runtime: Fix deadlock when canceling hrtimer
Vincent Guittot
1
-1
/
+1
[next]