index
:
Linux Stable
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.13.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
base
/
power
/
opp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
PM / OPP: Move opp core to its own directory
Viresh Kumar
2015-09-15
1
-1559
/
+0
*
PM / OPP: Prefix exported opp routines with dev_pm_opp_
Viresh Kumar
2015-09-15
1
-20
/
+21
*
PM / OPP: Rename opp init/free table routines
Viresh Kumar
2015-09-15
1
-21
/
+20
*
PM / OPP: reuse of_parse_phandle()
Viresh Kumar
2015-09-15
1
-54
/
+17
*
Merge branch 'pm-opp'
Rafael J. Wysocki
2015-09-11
1
-0
/
+28
|
\
|
*
PM / OPP: Return suspend_opp only if it is enabled
Viresh Kumar
2015-09-09
1
-7
/
+5
|
*
PM / OPP: add dev_pm_opp_get_suspend_opp() helper
Bartlomiej Zolnierkiewicz
2015-09-09
1
-0
/
+30
*
|
Merge tag 'pm+acpi-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2015-09-01
1
-181
/
+822
|
\
|
|
*
PM / OPP: Drop unlikely before IS_ERR(_OR_NULL)
Viresh Kumar
2015-08-28
1
-3
/
+3
|
*
PM / OPP: Fix static checker warning (broken 64bit big endian systems)
Viresh Kumar
2015-08-28
1
-3
/
+6
|
*
PM / OPP: Free resources and properly return error on failure
Viresh Kumar
2015-08-28
1
-14
/
+16
|
*
PM / OPP: add dev_pm_opp_is_turbo() helper
Bartlomiej Zolnierkiewicz
2015-08-07
1
-0
/
+34
|
*
PM / OPP: Add helpers for initializing CPU OPPs
Viresh Kumar
2015-08-07
1
-0
/
+175
|
*
PM / OPP: Add support for opp-suspend
Viresh Kumar
2015-08-07
1
-0
/
+11
|
*
PM / OPP: Add OPP sharing information to OPP library
Viresh Kumar
2015-08-07
1
-24
/
+150
|
*
PM / OPP: Add clock-latency-ns support
Viresh Kumar
2015-08-07
1
-2
/
+39
|
*
PM / OPP: Add support to parse "operating-points-v2" bindings
Viresh Kumar
2015-08-07
1
-24
/
+233
|
*
PM / OPP: Break _opp_add_dynamic() into smaller functions
Viresh Kumar
2015-08-07
1
-49
/
+76
|
*
PM / OPP: Allocate dev_opp from _add_device_opp()
Viresh Kumar
2015-08-07
1
-23
/
+27
|
*
PM / OPP: Create _remove_device_opp() for freeing dev_opp
Viresh Kumar
2015-08-07
1
-5
/
+17
|
*
PM / OPP: Relocate few routines
Viresh Kumar
2015-08-07
1
-138
/
+139
*
|
rcu: Rename rcu_lockdep_assert() to RCU_LOCKDEP_WARN()
Paul E. McKenney
2015-07-22
1
-2
/
+2
|
/
*
PM / OPP / clk: Remove unnecessary OOM message
Quentin Lambert
2015-02-12
1
-6
/
+2
*
PM / OPP: Assert RCU lock in exported functions
Krzysztof Kozlowski
2015-01-23
1
-0
/
+4
*
PM / OPP: Update kernel documentation
Nishanth Menon
2015-01-23
1
-13
/
+114
*
PM / OPP: Ensure consistent naming of static functions
Nishanth Menon
2015-01-23
1
-31
/
+31
*
PM / OPP: export dev_pm_opp_get_notifier
Nishanth Menon
2015-01-23
1
-0
/
+1
*
PM / OPP: take RCU lock in dev_pm_opp_get_opp_count
Dmitry Torokhov
2014-12-18
1
-7
/
+8
*
PM / OPP: fix warning in of_free_opp_table()
Dmitry Torokhov
2014-12-18
1
-2
/
+8
*
PM / OPP: add some lockdep annotations
Dmitry Torokhov
2014-12-18
1
-0
/
+16
*
PM / OPP: do error handling at the bottom of dev_pm_opp_add_dynamic()
Viresh Kumar
2014-12-10
1
-7
/
+10
*
PM / OPP: handle allocation of device_opp in a separate routine
Viresh Kumar
2014-12-10
1
-15
/
+22
*
PM / OPP: reuse find_device_opp() instead of duplicating code
Viresh Kumar
2014-12-10
1
-7
/
+2
*
PM / OPP: Staticize __dev_pm_opp_remove()
Viresh Kumar
2014-12-10
1
-1
/
+2
*
PM / OPP: replace kfree with kfree_rcu while freeing 'struct device_opp'
Viresh Kumar
2014-12-10
1
-2
/
+6
*
PM / OPP: remove double calls to find_device_opp()
Viresh Kumar
2014-12-10
1
-1
/
+1
*
PM / OPP: set new_opp->dev_opp to a valid dev_opp
Viresh Kumar
2014-12-10
1
-1
/
+1
*
PM / OPP replace kfree_rcu() with call_srcu() in opp_set_availability()
Viresh Kumar
2014-11-29
1
-1
/
+1
*
PM / OPP Introduce APIs to remove OPPs
Viresh Kumar
2014-11-29
1
-0
/
+102
*
PM / OPP mark OPPs as 'static' or 'dynamic'
Viresh Kumar
2014-11-29
1
-25
/
+34
*
PM / OPP don't match for existing OPPs when list is empty
Viresh Kumar
2014-11-29
1
-6
/
+9
*
PM / OPP rename 'head' as 'rcu_head' or 'srcu_head' based on its type
Viresh Kumar
2014-11-29
1
-10
/
+10
*
Merge branch 'pm-cpufreq'
Rafael J. Wysocki
2014-06-03
1
-91
/
+0
|
\
|
*
PM / OPP: Move cpufreq specific OPP functions out of generic OPP library
Nishanth Menon
2014-05-07
1
-92
/
+0
|
*
PM / OPP: Remove cpufreq wrapper dependency on internal data organization
Nishanth Menon
2014-05-07
1
-27
/
+28
*
|
PM / OPP: discard duplicate OPPs
Chander Kashyap
2014-05-27
1
-2
/
+25
*
|
PM / OPP: fix incorrect OPP count handling in of_init_opp_table
Chander Kashyap
2014-05-19
1
-3
/
+1
|
/
*
drivers/base: delete non-required instances of include <linux/init.h>
Paul Gortmaker
2014-02-14
1
-1
/
+0
*
PM / OPP: rename header to linux/pm_opp.h
Nishanth Menon
2013-10-25
1
-1
/
+1
*
PM / OPP: rename data structures to dev_pm equivalents
Nishanth Menon
2013-10-25
1
-19
/
+22
[next]