index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
cpufreq
Age
Commit message (
Expand
)
Author
Files
Lines
2016-04-28
cpufreq: intel_pstate: Adjust policy->max
Srinivas Pandruvada
1
-0
/
+11
2016-04-28
cpufreq: intel_pstate: Enforce _PPC limits
Srinivas Pandruvada
2
-2
/
+135
2016-04-27
cpufreq: powernv: Ramp-down global pstate slower than local-pstate
Akshay Adiga
1
-7
/
+251
2016-04-27
cpufreq: powernv: Remove flag use-case of policy->driver_data
Shilpasri G Bhat
1
-6
/
+5
2016-04-27
cpufreq: e_powersaver: Use IS_ENABLED() instead of checking for built-in or m...
Javier Martinez Canillas
2
-8
/
+8
2016-04-25
cpufreq: intel_pstate: Fix processing for turbo activation ratio
Srinivas Pandruvada
1
-0
/
+5
2016-04-25
cpufreq: governor: Fix prev_load initialization in cpufreq_governor_start()
Rafael J. Wysocki
1
-4
/
+4
2016-04-25
cpufreq: hisilicon: Use generic platdev driver
Viresh Kumar
4
-52
/
+2
2016-04-25
cpufreq: zynq: Use generic platdev driver
Viresh Kumar
1
-0
/
+2
2016-04-25
cpufreq: sunxi: Use generic platdev driver
Viresh Kumar
1
-0
/
+12
2016-04-25
cpufreq: shmobile: Use generic platdev driver
Viresh Kumar
1
-0
/
+12
2016-04-25
cpufreq: rockchip: Use generic platdev driver
Finley Xiao
1
-0
/
+11
2016-04-25
cpufreq: omap: Use generic platdev driver
Viresh Kumar
1
-0
/
+5
2016-04-25
cpufreq: imx: Use generic platdev driver
Viresh Kumar
1
-0
/
+5
2016-04-25
cpufreq: berlin: Use generic platdev driver
Viresh Kumar
1
-0
/
+2
2016-04-25
cpufreq: dt: Mark platdev machines array as __initconst
Viresh Kumar
1
-1
/
+1
2016-04-25
cpufreq: qoriq: Fix cooling device registration issue during suspend
Jia Hongtao
1
-0
/
+1
2016-04-25
cpufreq: qoriq: Remove __exit macro from .exit callback
Jia Hongtao
1
-2
/
+2
2016-04-25
cpufreq: qoriq: Don't show cooling device messages if THERMAL_OF undefined
Jia Hongtao
1
-2
/
+2
2016-04-25
cpufreq: ACPI / CPPC: Add module support for cppc_cpufreq driver
Ashwin Chaugule
1
-0
/
+21
2016-04-25
cpufreq: intel_pstate: Use average P-State instead of current P-State
Philippe Longepe
1
-1
/
+7
2016-04-25
Merge back cpufreq changes for v4.7.
Rafael J. Wysocki
39
-580
/
+779
2016-04-25
Revert "cpufreq: governor: Fix negative idle_time when configured with CONFIG...
Rafael J. Wysocki
1
-6
/
+2
2016-04-21
Merge branch 'pm-cpufreq-fixes'
Rafael J. Wysocki
2
-0
/
+7
2016-04-19
Merge tag 'v4.6-rc4' into x86/asm, to pick up fixes
Ingo Molnar
2
-20
/
+189
2016-04-18
cpufreq: Abort cpufreq_update_current_freq() for cpufreq_suspended set
Rafael J. Wysocki
1
-0
/
+3
2016-04-13
x86/cpufeature: Replace cpu_has_apic with boot_cpu_has() usage
Borislav Petkov
1
-1
/
+1
2016-04-11
drivers/cpufreq: make ppc_cbe_cpufreq_pmi driver explicitly non-modular
Paul Gortmaker
1
-13
/
+2
2016-04-10
intel_pstate: Avoid getting stuck in high P-states when idle
Rafael J. Wysocki
1
-0
/
+4
2016-04-09
cpufreq: ACPI: Remove freq_table from acpi_cpufreq_data
Viresh Kumar
1
-29
/
+34
2016-04-09
cpufreq: ACPI: policy->driver_data can't be NULL in ->exit()
Viresh Kumar
1
-8
/
+6
2016-04-09
cpufreq: Rearrange cpufreq_add_dev()
Rafael J. Wysocki
1
-14
/
+12
2016-04-09
cpufreq: Simplify switch () in cpufreq_cpu_callback()
Rafael J. Wysocki
1
-4
/
+1
2016-04-09
cpufreq: Use consistent prefixing via pr_fmt
Joe Perches
25
-146
/
+181
2016-04-09
cpufreq: Convert printk(KERN_<LEVEL> to pr_<level>
Joe Perches
25
-265
/
+199
2016-04-09
intel_pstate: Use pr_fmt
Joe Perches
1
-8
/
+10
2016-04-09
cpufreq: mt8173: use list_for_each_entry*()
Geliang Tang
1
-10
/
+4
2016-04-09
intel_pstate: Avoid pointless FRAC_BITS shifts under div_fp()
Rafael J. Wysocki
1
-18
/
+13
2016-04-09
cpufreq: exynos: Use generic platdev driver
Viresh Kumar
1
-0
/
+9
2016-04-09
cpufreq: dt: Add generic platform-device creation support
Viresh Kumar
3
-0
/
+43
2016-04-09
cpufreq: tegra124: No need of setting platform-data
Viresh Kumar
1
-7
/
+0
2016-04-09
cpufreq: ppc_cbe_cpufreq_pmi: make the driver explicitly non-modular
Paul Gortmaker
1
-13
/
+2
2016-04-09
Merge branch 'pm-cpufreq-sched' into pm-cpufreq
Rafael J. Wysocki
14
-182
/
+389
2016-04-08
cpufreq: Call cpufreq_disable_fast_switch() in sugov_exit()
Rafael J. Wysocki
1
-8
/
+11
2016-04-08
Merge branches 'pm-cpufreq', 'pm-cpuidle' and 'acpi-cppc'
Rafael J. Wysocki
2
-20
/
+189
2016-04-05
cpufreq: dt: Drop stale comment
Viresh Kumar
1
-3
/
+0
2016-04-05
cpufreq: intel_pstate: Documenation for structures
Srinivas Pandruvada
1
-0
/
+135
2016-04-05
cpufreq: intel_pstate: fix inconsistency in setting policy limits
Srinivas Pandruvada
1
-6
/
+23
2016-04-02
cpufreq: schedutil: New governor based on scheduler utilization data
Rafael J. Wysocki
1
-0
/
+30
2016-04-02
cpufreq: Support for fast frequency switching
Rafael J. Wysocki
2
-5
/
+167
[prev]
[next]