index
:
kernel/linux.git
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.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
cpufreq
Age
Commit message (
Expand
)
Author
Files
Lines
2013-04-10
cpufreq: sh: move cpufreq driver to drivers/cpufreq
Viresh Kumar
3
-0
/
+208
2013-04-10
cpufreq: mips: move cpufreq driver to drivers/cpufreq
Viresh Kumar
3
-0
/
+267
2013-04-10
cpufreq: ia64: move cpufreq driver to drivers/cpufreq
Viresh Kumar
3
-0
/
+456
2013-04-10
cpufreq: cris: move cpufreq driver to drivers/cpufreq
Viresh Kumar
3
-0
/
+290
2013-04-10
cpufreq: blackfin: move cpufreq driver to drivers/cpufreq
Viresh Kumar
2
-0
/
+248
2013-04-10
cpufreq: AVR32: move cpufreq driver to drivers/cpufreq
Viresh Kumar
3
-0
/
+140
2013-04-10
cpufreq: sa11x0: move cpufreq driver to drivers/cpufreq
Viresh Kumar
4
-0
/
+661
2013-04-08
cpufreq: integrator: move cpufreq driver to drivers/cpufreq
Viresh Kumar
3
-0
/
+229
2013-04-08
cpufreq: pxa2xx: move cpufreq driver to drivers/cpufreq
Viresh Kumar
2
-0
/
+493
2013-04-08
cpufreq: pxa3xx: move cpufreq driver to drivers/cpufreq
Viresh Kumar
2
-0
/
+255
2013-04-08
cpufreq: davinci: move cpufreq driver to drivers/cpufreq
Viresh Kumar
2
-0
/
+232
2013-04-08
cpufreq: tegra: Move driver to drivers/cpufreq
Viresh Kumar
2
-0
/
+293
2013-04-08
cpufreq: ARM: Arrange drivers in alphabetical order
Viresh Kumar
2
-63
/
+63
2013-04-02
cpufreq: ARM big LITTLE: Add generic cpufreq driver and its DT glue
Viresh Kumar
5
-0
/
+431
2013-04-02
cpufreq: drivers: Remove unnecessary assignments of policy-> members
Viresh Kumar
2
-7
/
+3
2013-04-02
cpufreq: drivers: don't check range of target freq in .target()
Viresh Kumar
1
-6
/
+0
2013-04-02
cpufreq: Don't check if cpu is online/offline for cpufreq callbacks
Viresh Kumar
3
-9
/
+1
2013-04-02
cpufreq: Notify all policy->cpus in cpufreq_notify_transition()
Viresh Kumar
27
-185
/
+117
2013-04-02
cpufreq: cpufreq-cpu0: Call CPUFREQ_POSTCHANGE notifier for failure cases too
Viresh Kumar
1
-5
/
+8
2013-04-02
cpufreq: cpufreq-cpu0: No need to check cpu number in init()
Viresh Kumar
1
-3
/
+0
2013-04-01
cpufreq: conservative: Use an inline function to evaluate freq_target
Stratos Karafotis
1
-12
/
+16
2013-04-01
cpufreq: kirkwood: fix coccicheck warnings
Silviu-Mihai Popescu
1
-5
/
+3
2013-04-01
cpufreq: Fix unsigned variable being checked for negative value
jhbird.choi@samsung.com
1
-1
/
+2
2013-04-01
cpufreq: conservative: Fix the logic in frequency decrease checking
Stratos Karafotis
1
-6
/
+2
2013-04-01
cpufreq: conservative: Fix sampling_down_factor functionality
Stratos Karafotis
1
-3
/
+8
2013-04-01
cpufreq: governors: Calculate iowait time only when necessary
Stratos Karafotis
4
-34
/
+30
2013-04-01
cpufreq: conservative: Fix relation when decreasing frequency
Namhyung Kim
1
-1
/
+1
2013-04-01
cpufreq: conservative: Break out earlier on the lowest frequency
Namhyung Kim
1
-6
/
+6
2013-04-01
cpufreq: governors: Avoid unnecessary per cpu timer interrupts
Viresh Kumar
4
-19
/
+42
2013-04-01
cpufreq: ondemand: Don't update sample_type if we don't evaluate load again
Viresh Kumar
1
-13
/
+11
2013-04-01
cpufreq: governor: Set MIN_LATENCY_MULTIPLIER to 20
Viresh Kumar
1
-1
/
+1
2013-04-01
cpufreq: governor: Implement per policy instances of governors
Viresh Kumar
5
-270
/
+530
2013-04-01
cpufreq: Add per policy governor-init/exit infrastructure
Viresh Kumar
1
-3
/
+18
2013-04-01
cpufreq: Convert the cpufreq_driver_lock to a rwlock
Nathan Zimmer
1
-26
/
+26
2013-03-25
cpufreq: acpi-cpufreq: Don't set policy->related_cpus from .init()
Viresh Kumar
1
-2
/
+0
2013-03-25
cpufreq: stats: do cpufreq_cpu_put() corresponding to cpufreq_cpu_get()
viresh kumar
1
-4
/
+8
2013-03-25
intel-pstate: Use #defines instead of hard-coded values.
Konrad Rzeszutek Wilk
1
-3
/
+3
2013-03-25
cpufreq / intel_pstate: Fix calculation of current frequency
Dirk Brandewie
1
-1
/
+1
2013-03-25
cpufreq / intel_pstate: Add function to check that all MSRs are valid
Dirk Brandewie
1
-0
/
+26
2013-03-07
cpufreq / intel_pstate: Do not load on VM that does not report max P state.
Dirk Brandewie
1
-0
/
+3
2013-03-07
cpufreq / intel_pstate: Fix intel_pstate_init() error path
Dirk Brandewie
1
-28
/
+11
2013-03-04
cpufreq: highbank: do not initialize array with a loop
Emilio López
1
-7
/
+1
2013-03-04
cpufreq: Fix a typo in comment
Namhyung Kim
1
-1
/
+1
2013-02-26
Merge tag 'pm+acpi-fixes-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2013-02-23
Merge branch 'pm-cpufreq' into fixes
Rafael J. Wysocki
1
-1
/
+1
2013-02-23
imx6q-cpufreq: fix return value check in imx6q_cpufreq_probe()
Wei Yongjun
1
-1
/
+1
2013-02-22
Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
2
-51
/
+52
2013-02-22
Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
6
-9
/
+56
2013-02-22
Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2
-5
/
+5
2013-02-17
Merge branch 'pm-cpufreq'
Rafael J. Wysocki
2
-6
/
+17
[next]