index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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
2017-03-02
sched/headers: Prepare to move the memalloc_noio_*() APIs to <linux/sched/mm.h>
Ingo Molnar
1
-1
/
+1
2017-02-04
PM / runtime: Avoid false-positive warnings from might_sleep_if()
Rafael J. Wysocki
1
-5
/
+6
2016-12-13
Merge tag 'driver-core-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-5
/
+169
2016-12-07
PM / wakeirq: Fix dedicated wakeirq for drivers not using autosuspend
Tony Lindgren
1
-4
/
+4
2016-11-19
PM / Runtime: Defer resuming of the device in pm_runtime_force_resume()
Ulf Hansson
1
-5
/
+30
2016-11-09
PM / Runtime: Don't allow to suspend a device with an active child
Ulf Hansson
1
-1
/
+11
2016-10-31
PM / runtime: Optimize the use of device links
Rafael J. Wysocki
1
-3
/
+20
2016-10-31
PM / runtime: Use device links
Rafael J. Wysocki
1
-5
/
+152
2016-10-21
PM / Runtime: Clarify comment in rpm_resume() when resuming the parent
Ulf Hansson
1
-2
/
+2
2016-10-21
PM / Runtime: Remove the exported function pm_children_suspended()
Ulf Hansson
1
-1
/
+2
2016-09-16
PM / runtime: Use _rcuidle for runtime suspend tracepoints
Paul E. McKenney
1
-2
/
+2
2016-08-31
PM / runtime: Add _rcuidle suffix to allow rpm_idle() use from idle
Paul E. McKenney
1
-3
/
+3
2016-08-31
PM / runtime: Add _rcuidle suffix to allow rpm_resume() to be called from idle
Paul E. McKenney
1
-2
/
+2
2016-07-25
Merge branches 'pm-core', 'pm-clk', 'pm-domains' and 'pm-pci'
Rafael J. Wysocki
1
-3
/
+10
2016-07-02
PM / runtime: Asynchronous "idle" in pm_runtime_allow()
Rafael J. Wysocki
1
-1
/
+1
2016-06-28
PM / runtime: print error when activating a child to unactive parent
Linus Walleij
1
-2
/
+6
2016-06-16
PM / Runtime: Avoid resuming devices again in pm_runtime_force_resume()
Ulf Hansson
1
-0
/
+3
2016-04-21
PM / Runtime: Fix error path in pm_runtime_force_resume()
Ulf Hansson
1
-2
/
+7
2015-12-21
PM / runtime: Add new helper for conditional usage count incrementation
Rafael J. Wysocki
1
-0
/
+24
2015-11-30
PM / runtime: Re-init runtime PM states at probe error and driver unbind
Ulf Hansson
1
-6
/
+20
2015-05-20
PM / Wakeirq: Add automated device wake IRQ handling
Tony Lindgren
1
-0
/
+5
2015-05-20
PM / Runtime: Update last_busy in rpm_resume
Tony Lindgren
1
-0
/
+1
2014-12-04
PM: Drop CONFIG_PM_RUNTIME from the driver core
Rafael J. Wysocki
1
-9
/
+0
2014-11-06
PM / Runtime: Rework RPM get callback routines
Andrzej Hajda
1
-36
/
+33
2014-03-20
Merge branches 'pm-runtime' and 'pm-sleep'
Rafael J. Wysocki
1
-1
/
+1
2014-03-12
PM / Runtime: Add missing "it" in comment
Geert Uytterhoeven
1
-1
/
+1
2014-03-02
PM: Add pm_runtime_suspend|resume_force functions
Ulf Hansson
1
-0
/
+84
2014-03-02
PM / runtime: Fetch runtime PM callbacks using a macro
Ulf Hansson
1
-39
/
+39
2013-10-16
PM / Runtime: Respect autosuspend when idle triggers suspend
Ulf Hansson
1
-2
/
+3
2013-06-03
PM / Runtime: Rework the "runtime idle" helper routine
Rafael J. Wysocki
1
-7
/
+5
2013-04-12
PM / Runtime: Asyncronous idle|suspend parent devices at removal
Ulf Hansson
1
-1
/
+1
2013-02-24
pm / runtime: force memory allocation with no I/O during Runtime PM callbcack
Ming Lei
1
-1
/
+18
2013-02-24
pm / runtime: introduce pm_runtime_set_memalloc_noio()
Ming Lei
1
-0
/
+70
2012-09-22
PM / Runtime: let rpm_resume() succeed if RPM_ACTIVE, even when disabled, v2
Kevin Hilman
1
-0
/
+3
2012-08-17
PM / Runtime: Check device PM QoS setting before "no callbacks" check
Rafael J. Wysocki
1
-6
/
+2
2012-08-17
PM / Runtime: Clear power.deferred_resume on success in rpm_suspend()
Rafael J. Wysocki
1
-1
/
+1
2012-08-17
PM / Runtime: Fix rpm_resume() return value for power.no_callbacks set
Rafael J. Wysocki
1
-1
/
+2
2012-05-01
PM / Runtime: Remove device fields related to suspend time, v2
Rafael J. Wysocki
1
-101
/
+2
2012-03-27
PM / Runtime: don't forget to wake up waitqueue on failure
Alan Stern
1
-1
/
+2
2011-12-26
Merge branch 'pm-runtime' into pm-for-linus
Rafael J. Wysocki
1
-20
/
+128
2011-12-22
PM: Run the driver callback directly if the subsystem one is not there
Rafael J. Wysocki
1
-0
/
+9
2011-12-02
PM / Runtime: Use device PM QoS constraints (v2)
Rafael J. Wysocki
1
-20
/
+128
2011-11-07
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+1
2011-11-05
PM / Runtime: Automatically retry failed autosuspends
Alan Stern
1
-2
/
+16
2011-11-05
PM / Runtime: Fix runtime accounting calculation error
venu byravarasu
1
-4
/
+1
2011-11-01
drivers/base: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required.
Paul Gortmaker
1
-0
/
+1
2011-10-17
PM / Runtime: Handle .runtime_suspend() failure correctly
Ming Lei
1
-12
/
+13
2011-10-17
PM / Runtime: Fix kerneldoc comment for rpm_suspend()
Ming Lei
1
-8
/
+10
2011-09-28
PM / Runtime: Replace dev_dbg() with trace_rpm_*()
Ming Lei
1
-4
/
+7
2011-09-27
PM / Runtime: Don't run callbacks under lock for power.irq_safe set
Rafael J. Wysocki
1
-22
/
+46
[next]