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
starfive-6.6.48-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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-03-07
Merge tag 'driver-core-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2
-33
/
+80
2019-03-04
Merge branches 'pm-core', 'pm-sleep', 'pm-qos', 'pm-domains' and 'pm-em'
Rafael J. Wysocki
7
-40
/
+88
2019-02-24
Merge back earlier PM core material for v5.1.
Rafael J. Wysocki
4
-28
/
+83
2019-02-21
PM-runtime: Fix deadlock when canceling hrtimer
Vincent Guittot
1
-1
/
+1
2019-02-20
driver core: Fix PM-runtime for links added during consumer probe
Rafael J. Wysocki
1
-23
/
+6
2019-02-19
PM / core: Add support to skip power management in device/driver model
Sudeep Holla
2
-0
/
+13
2019-02-15
PM / Domains: Mark "name" const in dev_pm_domain_attach_by_name()
Douglas Anderson
1
-1
/
+1
2019-02-15
PM / Domains: Mark "name" const in genpd_dev_pm_attach_by_name()
Douglas Anderson
1
-1
/
+1
2019-02-14
PM / suspend: Print debug messages for device using direct-complete
Rafael J. Wysocki
1
-1
/
+3
2019-02-13
driver core: Fix possible supplier PM-usage counter imbalance
Rafael J. Wysocki
1
-2
/
+25
2019-02-13
PM-runtime: Fix __pm_runtime_set_status() race with runtime resume
Rafael J. Wysocki
1
-6
/
+18
2019-02-11
Merge 5.0-rc6 into driver-core-next
Greg Kroah-Hartman
1
-5
/
+5
2019-02-08
PM-runtime: Take suppliers into account in __pm_runtime_set_status()
Rafael J. Wysocki
1
-5
/
+40
2019-02-05
PM-runtime: update time accounting only when enabled
Vincent Guittot
1
-7
/
+10
2019-02-05
PM-runtime: Switch accounting over to ktime_get_mono_fast_ns()
Vincent Guittot
1
-4
/
+13
2019-02-01
PM-runtime: Optimize pm_runtime_autosuspend_expiration()
Ladislav Michl
1
-11
/
+8
2019-02-01
Merge back earlier PM core material for v5.1.
Rafael J. Wysocki
3
-14
/
+45
2019-02-01
driver core: Do not call rpm_put_suppliers() in pm_runtime_drop_link()
Rafael J. Wysocki
1
-2
/
+0
2019-02-01
driver core: Fix handling of runtime PM flags in device_link_add()
Rafael J. Wysocki
1
-15
/
+11
2019-01-31
PM core: Use new async_schedule_dev command
Alexander Duyck
1
-6
/
+6
2019-01-31
PM-runtime: Replace jiffies-based accounting with ktime-based accounting
Thara Gopinath
2
-11
/
+17
2019-01-31
PM-runtime: update accounting_timestamp on enable
Vincent Guittot
1
-3
/
+8
2019-01-31
PM-runtime: Fix deadlock with ktime_get()
Vincent Guittot
1
-5
/
+5
2019-01-29
PM / wakeup: fix kerneldoc comment for pm_wakeup_dev_event()
Yangtao Li
1
-1
/
+1
2019-01-24
PM: domains: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
1
-9
/
+2
2019-01-18
PM: clock_ops: fix missing clk_prepare() return value check
Aditya Pakki
1
-4
/
+9
2019-01-16
PM-runtime: Add new interface to get accounted time
Vincent Guittot
1
-0
/
+15
2019-01-11
Merge branches 'pm-cpuidle', 'pm-cpufreq' and 'pm-sleep'
Rafael J. Wysocki
1
-0
/
+3
2019-01-10
PM-runtime: Fix autosuspend_delay on 32bits arch
Vincent Guittot
1
-2
/
+2
2019-01-10
PM-runtime: Fix 'jiffies' in comments after switch to hrtimers
Ladislav Michl
1
-2
/
+5
2019-01-03
PM: sleep: call devfreq suspend/resume
Lukasz Luba
1
-0
/
+3
2019-01-02
Merge tag 'rtc-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...
Linus Torvalds
1
-3
/
+1
2018-12-21
Merge branches 'pm-core', 'pm-qos', 'pm-domains' and 'pm-sleep'
Rafael J. Wysocki
2
-76
/
+58
2018-12-19
PM / Domains: remove define_genpd_open_function() and define_genpd_debugfs_fo...
Yangtao Li
1
-47
/
+24
2018-12-19
PM-runtime: Switch autosuspend over to using hrtimers
Vincent Guittot
1
-29
/
+34
2018-12-14
PM / Domains: Propagate performance state updates
Viresh Kumar
1
-11
/
+82
2018-12-14
PM / Domains: Factorize dev_pm_genpd_set_performance_state()
Viresh Kumar
1
-40
/
+55
2018-12-14
PM / Domains: Save OPP table pointer in genpd
Viresh Kumar
1
-2
/
+21
2018-12-14
PM / Domains: Make genpd performance states orthogonal to the idlestates
Ulf Hansson
1
-15
/
+4
2018-12-11
PM: Switch to use %ptR
Andy Shevchenko
1
-3
/
+1
2018-11-05
OPP: Rename and relocate of_genpd_opp_to_performance_state()
Viresh Kumar
1
-48
/
+0
2018-11-05
PM / Domains: Add genpd_opp_to_performance_state()
Viresh Kumar
1
-0
/
+32
2018-11-05
PM / Domains: Rename genpd virtual devices as virt_dev
Viresh Kumar
1
-13
/
+13
2018-10-18
PM / Domains: Deal with multiple states but no governor in genpd
Ulf Hansson
1
-0
/
+6
2018-10-18
PM / Domains: Don't treat zero found compatible idle states as an error
Ulf Hansson
1
-4
/
+10
2018-10-04
PM / core: Clear the direct_complete flag on errors
Rafael J. Wysocki
1
-1
/
+4
2018-08-24
PM / clk: signedness bug in of_pm_clk_add_clks()
Dan Carpenter
1
-1
/
+1
2018-08-18
Merge tag 'driver-core-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2018-07-30
Merge 4.18-rc7 into driver-core-next
Greg Kroah-Hartman
1
-11
/
+12
2018-07-10
PM / Domains: Stop deferring probe at the end of initcall
Rob Herring
1
-1
/
+1
[next]