index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
cpufreq
Commit message (
Expand
)
Author
Age
Files
Lines
*
cpufreq: pxa3xx: move cpufreq driver to drivers/cpufreq
Viresh Kumar
2013-04-08
2
-0
/
+255
*
cpufreq: davinci: move cpufreq driver to drivers/cpufreq
Viresh Kumar
2013-04-08
2
-0
/
+232
*
cpufreq: tegra: Move driver to drivers/cpufreq
Viresh Kumar
2013-04-08
2
-0
/
+293
*
cpufreq: ARM: Arrange drivers in alphabetical order
Viresh Kumar
2013-04-08
2
-63
/
+63
*
cpufreq: ARM big LITTLE: Add generic cpufreq driver and its DT glue
Viresh Kumar
2013-04-02
5
-0
/
+431
*
cpufreq: drivers: Remove unnecessary assignments of policy-> members
Viresh Kumar
2013-04-02
2
-7
/
+3
*
cpufreq: drivers: don't check range of target freq in .target()
Viresh Kumar
2013-04-02
1
-6
/
+0
*
cpufreq: Don't check if cpu is online/offline for cpufreq callbacks
Viresh Kumar
2013-04-02
3
-9
/
+1
*
cpufreq: Notify all policy->cpus in cpufreq_notify_transition()
Viresh Kumar
2013-04-02
27
-185
/
+117
*
cpufreq: cpufreq-cpu0: Call CPUFREQ_POSTCHANGE notifier for failure cases too
Viresh Kumar
2013-04-02
1
-5
/
+8
*
cpufreq: cpufreq-cpu0: No need to check cpu number in init()
Viresh Kumar
2013-04-02
1
-3
/
+0
*
cpufreq: conservative: Use an inline function to evaluate freq_target
Stratos Karafotis
2013-04-01
1
-12
/
+16
*
cpufreq: kirkwood: fix coccicheck warnings
Silviu-Mihai Popescu
2013-04-01
1
-5
/
+3
*
cpufreq: Fix unsigned variable being checked for negative value
jhbird.choi@samsung.com
2013-04-01
1
-1
/
+2
*
cpufreq: conservative: Fix the logic in frequency decrease checking
Stratos Karafotis
2013-04-01
1
-6
/
+2
*
cpufreq: conservative: Fix sampling_down_factor functionality
Stratos Karafotis
2013-04-01
1
-3
/
+8
*
cpufreq: governors: Calculate iowait time only when necessary
Stratos Karafotis
2013-04-01
4
-34
/
+30
*
cpufreq: conservative: Fix relation when decreasing frequency
Namhyung Kim
2013-04-01
1
-1
/
+1
*
cpufreq: conservative: Break out earlier on the lowest frequency
Namhyung Kim
2013-04-01
1
-6
/
+6
*
cpufreq: governors: Avoid unnecessary per cpu timer interrupts
Viresh Kumar
2013-04-01
4
-19
/
+42
*
cpufreq: ondemand: Don't update sample_type if we don't evaluate load again
Viresh Kumar
2013-04-01
1
-13
/
+11
*
cpufreq: governor: Set MIN_LATENCY_MULTIPLIER to 20
Viresh Kumar
2013-04-01
1
-1
/
+1
*
cpufreq: governor: Implement per policy instances of governors
Viresh Kumar
2013-04-01
5
-270
/
+530
*
cpufreq: Add per policy governor-init/exit infrastructure
Viresh Kumar
2013-04-01
1
-3
/
+18
*
cpufreq: Convert the cpufreq_driver_lock to a rwlock
Nathan Zimmer
2013-04-01
1
-26
/
+26
*
cpufreq: acpi-cpufreq: Don't set policy->related_cpus from .init()
Viresh Kumar
2013-03-25
1
-2
/
+0
*
cpufreq: stats: do cpufreq_cpu_put() corresponding to cpufreq_cpu_get()
viresh kumar
2013-03-25
1
-4
/
+8
*
intel-pstate: Use #defines instead of hard-coded values.
Konrad Rzeszutek Wilk
2013-03-25
1
-3
/
+3
*
cpufreq / intel_pstate: Fix calculation of current frequency
Dirk Brandewie
2013-03-25
1
-1
/
+1
*
cpufreq / intel_pstate: Add function to check that all MSRs are valid
Dirk Brandewie
2013-03-25
1
-0
/
+26
*
cpufreq / intel_pstate: Do not load on VM that does not report max P state.
Dirk Brandewie
2013-03-06
1
-0
/
+3
*
cpufreq / intel_pstate: Fix intel_pstate_init() error path
Dirk Brandewie
2013-03-06
1
-28
/
+11
*
cpufreq: highbank: do not initialize array with a loop
Emilio López
2013-03-04
1
-7
/
+1
*
cpufreq: Fix a typo in comment
Namhyung Kim
2013-03-04
1
-1
/
+1
*
Merge tag 'pm+acpi-fixes-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2013-02-25
1
-1
/
+1
|
\
|
*
Merge branch 'pm-cpufreq' into fixes
Rafael J. Wysocki
2013-02-23
1
-1
/
+1
|
|
\
|
|
*
imx6q-cpufreq: fix return value check in imx6q_cpufreq_probe()
Wei Yongjun
2013-02-23
1
-1
/
+1
*
|
|
Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
2013-02-21
2
-51
/
+52
|
\
\
\
|
*
\
\
Merge tag 'vexpress/drivers-for-3.9' of git://git.linaro.org/people/pawelmoll...
Olof Johansson
2013-01-30
4
-1
/
+16
|
|
\
\
\
|
*
\
\
\
Merge branch 'depends/cleanup' into next/drivers
Olof Johansson
2013-01-28
4
-7
/
+24
|
|
\
\
\
\
|
*
|
|
|
|
cpufreq: db8500: set CPUFREQ_CONST_LOOPS
Fabio Baltieri
2013-01-07
1
-1
/
+1
|
*
|
|
|
|
cpufreq: dbx500: Update file header
Lee Jones
2013-01-07
1
-2
/
+2
|
*
|
|
|
|
cpufreq: dbx500: Minor code cleanup
Jonas Aaberg
2013-01-07
1
-10
/
+12
|
*
|
|
|
|
cpufreq: dbx500: Move clk_get to probe
Ulf Hansson
2013-01-07
1
-15
/
+14
|
*
|
|
|
|
cpufreq: Give driver used for dbx500 family a more generic name
Lee Jones
2013-01-07
2
-30
/
+30
*
|
|
|
|
|
Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
2013-02-21
6
-9
/
+56
|
\
\
\
\
\
\
|
*
\
\
\
\
\
Merge tag 'for-arm-soc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/...
Olof Johansson
2013-02-12
1
-1
/
+0
|
|
\
\
\
\
\
\
|
|
*
|
|
|
|
|
drivers/db8500-cpufreq: delete dangling include
Linus Walleij
2013-02-12
1
-1
/
+0
|
*
|
|
|
|
|
|
Merge branch 'next/cleanup-header' of git://git.kernel.org/pub/scm/linux/kern...
Olof Johansson
2013-02-04
5
-5
/
+43
|
|
\
\
\
\
\
\
\
|
|
*
|
|
|
|
|
|
cpufreq: exynos: cleanup exynos-cpufreq header
Kukjin Kim
2013-01-10
5
-5
/
+43
|
|
|
|
/
/
/
/
/
|
|
|
/
|
|
|
|
|
[next]