index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
devfreq
Commit message (
Expand
)
Author
Age
Files
Lines
*
PM / devfreq: Fix potential NULL pointer dereference in governor_store
Gustavo A. R. Silva
2018-01-02
1
-1
/
+2
*
PM / devfreq: Propagate error from devfreq_add_device()
Bjorn Andersson
2018-01-02
1
-1
/
+1
*
-
.
Merge branches 'pm-devfreq' and 'pm-tools'
Rafael J. Wysocki
2017-11-13
8
-47
/
+109
|
\
\
|
*
|
PM / devfreq: Define the constant governor name
Chanwoo Choi
2017-10-26
7
-8
/
+9
|
*
|
PM / devfreq: Remove unneeded conditional statement
Chanwoo Choi
2017-10-26
1
-4
/
+3
|
*
|
PM / devfreq: Show the all available frequencies
Chanwoo Choi
2017-10-26
1
-11
/
+5
|
*
|
PM / devfreq: Change return type of devfreq_set_freq_table()
Chanwoo Choi
2017-10-26
1
-9
/
+9
|
*
|
PM / devfreq: Use the available min/max frequency
Chanwoo Choi
2017-10-26
1
-8
/
+32
|
*
|
Revert "PM / devfreq: Add show_one macro to delete the duplicate code"
Chanwoo Choi
2017-10-26
1
-9
/
+11
|
*
|
PM / devfreq: Set min/max_freq when adding the devfreq device
Chanwoo Choi
2017-10-26
1
-0
/
+42
|
|
/
*
/
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
|
/
*
PM / devfreq: Fix memory leak when fail to register device
Chanwoo Choi
2017-08-28
1
-1
/
+4
*
PM / devfreq: Add dependency on PM_OPP
Chanwoo Choi
2017-08-28
1
-0
/
+1
*
PM / devfreq: Move private devfreq_update_stats() into devfreq
Chanwoo Choi
2017-08-28
1
-0
/
+4
*
PM / devfreq: Convert to using %pOF instead of full_name
Rob Herring
2017-08-28
1
-2
/
+2
*
PM / devfreq: constify attribute_group structures.
Arvind Yadav
2017-07-06
1
-1
/
+1
*
PM / devfreq: tegra: fix error return code in tegra_devfreq_probe()
Gustavo A. R. Silva
2017-07-06
1
-3
/
+3
*
PM / devfreq: rk3399_dmc: fix error return code in rk3399_dmcfreq_probe()
Gustavo A. R. Silva
2017-07-06
1
-2
/
+3
*
PM / devfreq: exynos-ppmu: Staticize event list
Krzysztof Kozlowski
2017-06-12
1
-1
/
+1
*
PM / devfreq: exynos-ppmu: Handle return value of clk_prepare_enable
Arvind Yadav
2017-06-12
1
-1
/
+5
*
PM / devfreq: exynos-nocp: Handle return value of clk_prepare_enable
Arvind Yadav
2017-06-12
1
-1
/
+5
*
PM / devfreq: Move struct devfreq_governor to devfreq directory
Chanwoo Choi
2017-04-12
1
-0
/
+29
*
scripts/spelling.txt: add "followings" pattern and fix typo instances
Masahiro Yamada
2017-02-27
1
-1
/
+1
*
Merge branch 'pm-devfreq'
Rafael J. Wysocki
2017-02-20
7
-126
/
+308
|
\
|
*
PM / devfreq: Modify the device name as devfreq(X) for sysfs
Chanwoo Choi
2017-01-31
1
-1
/
+3
|
*
PM / devfreq: Simplify the sysfs name of devfreq-event device
Chanwoo Choi
2017-01-31
1
-2
/
+2
|
*
PM / devfreq: Remove unnecessary separate _remove_devfreq()
Chanwoo Choi
2017-01-31
1
-16
/
+7
|
*
PM / devfreq: Fix wrong trans_stat of passive devfreq device
Chanwoo Choi
2017-01-31
3
-1
/
+9
|
*
PM / devfreq: Fix available_governor sysfs
Chanwoo Choi
2017-01-31
2
-4
/
+28
|
*
PM / devfreq: exynos-ppmu: Show the registred device for ppmu device
Chanwoo Choi
2017-01-31
1
-0
/
+3
|
*
PM / devfreq: Fix the wrong description for userspace governor
Chanwoo Choi
2017-01-31
1
-2
/
+1
|
*
PM / devfreq: Fix the checkpatch warnings
Chanwoo Choi
2017-01-31
1
-6
/
+7
|
*
PM / devfreq: exynos-bus: Print the real clock rate of bus
Chanwoo Choi
2017-01-31
1
-4
/
+4
|
*
PM / devfreq: exynos-ppmu: Use the regmap interface to handle the registers
Chanwoo Choi
2017-01-31
1
-89
/
+237
|
*
PM / devfreq: Don't delete sysfs group twice
Chris Diamand
2017-01-31
1
-1
/
+7
*
|
PM / OPP: Update OPP users to put reference
Viresh Kumar
2017-01-30
5
-35
/
+17
*
|
PM / OPP: Don't expose srcu_head to register notifiers
Viresh Kumar
2017-01-27
1
-24
/
+2
|
/
*
PM / devfreq: exynos-bus: Fix the wrong return value
Chanwoo Choi
2017-01-03
1
-1
/
+1
*
PM / devfreq: Fix the bug of devfreq_add_device when governor is NULL
Chanwoo Choi
2017-01-03
1
-5
/
+10
*
devfreq: rk3399_dmc: Don't use OPP structures outside of RCU locks
Viresh Kumar
2016-12-08
1
-6
/
+5
*
devfreq: rk3399_dmc: Remove dangling rcu_read_unlock()
Viresh Kumar
2016-12-08
1
-1
/
+0
*
devfreq: exynos: Don't use OPP structures outside of RCU locks
Viresh Kumar
2016-12-08
1
-15
/
+14
*
PM / devfreq: rk3399_dmc: Use the resource-managed function to add devfreq dev
Chanwoo Choi
2016-11-17
1
-1
/
+1
*
PM / devfreq: correct comment typo.
MyungJoo Ham
2016-11-17
1
-1
/
+1
*
PM / devfreq: exynos-ppmu: Remove unused mutex from struct exynos_ppmu
Axel Lin
2016-11-17
1
-3
/
+0
*
PM / devfreq: exynos-ppmu: ppmu_events array should not be NULL terminated
Axel Lin
2016-11-17
1
-2
/
+0
*
PM / devfreq: exynos-ppmu: Fix module autoload
Javier Martinez Canillas
2016-11-17
1
-0
/
+1
*
PM / devfreq: rockchip-dfi: Fix module autoload
Javier Martinez Canillas
2016-11-17
1
-0
/
+1
*
PM / devfreq: exynos-nocp: Fix module autoload
Javier Martinez Canillas
2016-11-17
1
-0
/
+1
*
PM / devfreq: rk3399_dmc: Fix module autoload
Javier Martinez Canillas
2016-11-17
1
-0
/
+1
[next]