index
:
litmus-rt.git
archive/unc-master-3.0
archived-2013.1
archived-private-master
archived-semi-part
demo
ecrts-pgm-final
ecrts14-pgm-final
gpusync-rtss12
gpusync/staging
linux-tip
litmus2008-patch-series
master
pgm
prop/litmus-signals
prop/robust-tie-break
staging
test
tracing-devel
v2.6.34-with-arm-patches
v2015.1
wip-2011.2-bbb
wip-2011.2-bbb-trace
wip-2012.3-gpu
wip-2012.3-gpu-preport
wip-2012.3-gpu-rtss13
wip-2012.3-gpu-sobliv-budget-w-kshark
wip-aedzl-final
wip-aedzl-revised
wip-arbit-deadline
wip-aux-tasks
wip-bbb
wip-bbb-prio-don
wip-better-break
wip-binary-heap
wip-budget
wip-color
wip-color-jlh
wip-d10-hz1000
wip-default-clustering
wip-dissipation-jerickso
wip-dissipation2-jerickso
wip-ecrts14-pgm
wip-edf-hsb
wip-edf-os
wip-edf-tie-break
wip-edzl-critique
wip-edzl-final
wip-edzl-revised
wip-events
wip-extra-debug
wip-fix-switch-jerickso
wip-fix3
wip-fmlp-dequeue
wip-ft-irq-flag
wip-gpu-cleanup
wip-gpu-interrupts
wip-gpu-rtas12
wip-gpu-rtss12
wip-gpu-rtss12-srp
wip-gpusync-merge
wip-ikglp
wip-k-fmlp
wip-kernel-coloring
wip-kernthreads
wip-klmirqd-to-aux
wip-kshark
wip-litmus-3.2
wip-litmus2011.2
wip-litmus3.0-2011.2
wip-master-2.6.33-rt
wip-mc
wip-mc-bipasa
wip-mc-jerickso
wip-mc2-cache-slack
wip-mcrit-mac
wip-merge-3.0
wip-merge-v3.0
wip-migration-affinity
wip-mmap-uncache
wip-modechange
wip-nested-locking
wip-omlp-gedf
wip-pai
wip-percore-lib
wip-performance
wip-pgm
wip-pgm-split
wip-pm-ovd
wip-prio-inh
wip-prioq-dgl
wip-refactored-gedf
wip-release-master-fix
wip-robust-tie-break
wip-rt-kshark
wip-rtas12-pgm
wip-semi-part
wip-semi-part-edfos-jerickso
wip-shared-lib
wip-shared-lib2
wip-shared-mem
wip-splitting-jerickso
wip-splitting-omlp-jerickso
wip-stage-binheap
wip-sun-port
wip-timer-trace
wip-tracepoints
The LITMUS^RT kernel.
Bjoern Brandenburg
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
base
/
power
/
opp.c
Commit message (
Expand
)
Author
Age
*
PM / OPP / clk: Remove unnecessary OOM message
Quentin Lambert
2015-02-11
*
PM / OPP: Assert RCU lock in exported functions
Krzysztof Kozlowski
2015-01-23
*
PM / OPP: Update kernel documentation
Nishanth Menon
2015-01-23
*
PM / OPP: Ensure consistent naming of static functions
Nishanth Menon
2015-01-23
*
PM / OPP: export dev_pm_opp_get_notifier
Nishanth Menon
2015-01-23
*
PM / OPP: take RCU lock in dev_pm_opp_get_opp_count
Dmitry Torokhov
2014-12-17
*
PM / OPP: fix warning in of_free_opp_table()
Dmitry Torokhov
2014-12-17
*
PM / OPP: add some lockdep annotations
Dmitry Torokhov
2014-12-17
*
PM / OPP: do error handling at the bottom of dev_pm_opp_add_dynamic()
Viresh Kumar
2014-12-10
*
PM / OPP: handle allocation of device_opp in a separate routine
Viresh Kumar
2014-12-10
*
PM / OPP: reuse find_device_opp() instead of duplicating code
Viresh Kumar
2014-12-10
*
PM / OPP: Staticize __dev_pm_opp_remove()
Viresh Kumar
2014-12-10
*
PM / OPP: replace kfree with kfree_rcu while freeing 'struct device_opp'
Viresh Kumar
2014-12-10
*
PM / OPP: remove double calls to find_device_opp()
Viresh Kumar
2014-12-09
*
PM / OPP: set new_opp->dev_opp to a valid dev_opp
Viresh Kumar
2014-12-09
*
PM / OPP replace kfree_rcu() with call_srcu() in opp_set_availability()
Viresh Kumar
2014-11-29
*
PM / OPP Introduce APIs to remove OPPs
Viresh Kumar
2014-11-29
*
PM / OPP mark OPPs as 'static' or 'dynamic'
Viresh Kumar
2014-11-29
*
PM / OPP don't match for existing OPPs when list is empty
Viresh Kumar
2014-11-29
*
PM / OPP rename 'head' as 'rcu_head' or 'srcu_head' based on its type
Viresh Kumar
2014-11-29
*
Merge branch 'pm-cpufreq'
Rafael J. Wysocki
2014-06-03
|
\
|
*
PM / OPP: Move cpufreq specific OPP functions out of generic OPP library
Nishanth Menon
2014-05-06
|
*
PM / OPP: Remove cpufreq wrapper dependency on internal data organization
Nishanth Menon
2014-05-06
*
|
PM / OPP: discard duplicate OPPs
Chander Kashyap
2014-05-26
*
|
PM / OPP: fix incorrect OPP count handling in of_init_opp_table
Chander Kashyap
2014-05-19
|
/
*
drivers/base: delete non-required instances of include <linux/init.h>
Paul Gortmaker
2014-02-14
*
PM / OPP: rename header to linux/pm_opp.h
Nishanth Menon
2013-10-25
*
PM / OPP: rename data structures to dev_pm equivalents
Nishanth Menon
2013-10-25
*
PM / OPP: rename functions to dev_pm_opp*
Nishanth Menon
2013-10-25
*
PM / OPP: Export opp_add()
Viresh Kumar
2013-08-06
*
cpufreq: rename index as driver_data in cpufreq_frequency_table
Viresh Kumar
2013-06-04
*
PM / OPP: add documentation to RCU head in struct opp
Nishanth Menon
2013-04-05
*
PM / OPP: Export more symbols for module usage
Mark Langsdorf
2013-02-01
*
PM / OPP: switch exported symbols to GPL variant
Nishanth Menon
2013-02-01
*
PM / OPP: using kfree_rcu() to simplify the code
Wei Yongjun
2012-11-14
*
PM / OPP: predictable fail results for opp_find* functions, v2
Nishanth Menon
2012-11-14
*
PM / OPP: Export symbols for module usage.
Liam Girdwood
2012-11-14
*
PM / OPP: RCU reclaim
Vincent Guittot
2012-11-14
*
PM / OPP: Initialize OPP table from device tree
Shawn Guo
2012-09-09
*
device.h: cleanup users outside of linux/include (C files)
Paul Gortmaker
2012-03-11
*
PM / OPP: Use ERR_CAST instead of ERR_PTR(PTR_ERR())
Thomas Meyer
2011-11-08
*
PM / OPP: Add OPP availability change notifier.
MyungJoo Ham
2011-09-30
*
drivers/base/power/opp.c: fix dev_opp initial value
Jonghwan Choi
2011-07-26
*
PM / OPP: Introduce function to free cpufreq table
Nishanth Menon
2011-07-15
*
PM / OPP: opp_find_freq_exact() documentation fix
Nishanth Menon
2011-03-14
*
PM: Introduce library for device-specific OPPs (v7)
Nishanth Menon
2010-10-16