aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-07Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-2/+16
2014-08-07Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-3/+3
2014-08-05powerpc/cpufreq: Add pr_warn() on OPAL firmware failuresVaidyanathan Srinivasan1-2/+16
2014-07-30MIPS: Loongson: Modify ChipConfig register definitionHuacai Chen1-3/+3
2014-07-21cpufreq: move policy kobj to update_policy_cpu()Viresh Kumar1-38/+33
2014-07-21cpufreq: propagate error returned by kobject_move()Viresh Kumar1-3/+5
2014-07-21cpufreq: don't restore policy->cpus on failure to move kobjViresh Kumar1-5/+0
2014-07-21powernow-k6: support 350MHz CPUMikulas Patocka1-0/+1
2014-07-21cpufreq: ondemand: Eliminate the deadband effectStratos Karafotis1-4/+7
2014-07-21cpufreq: Introduce new relation for freq selectionStratos Karafotis1-1/+11
2014-07-21cpufreq: imx6: remove pu regulator dependency for SOCs with no PU regulatorAnson Huang1-14/+21
2014-07-21cpufreq: intel_pstate: Remove core_pct roundingStratos Karafotis1-5/+1
2014-07-21cpufreq: intel_pstate: Simplify P state adjustment logic.Stratos Karafotis1-23/+3
2014-07-21cpufreq: intel_pstate: Keep values in aperf/mperf in full precisionStratos Karafotis1-3/+0
2014-07-21cpufreq: intel_pstate: Disable interrupts during MSRs readingStratos Karafotis1-0/+3
2014-07-21cpufreq: intel_pstate: Align multiple lines to open parenthesisStratos Karafotis1-17/+17
2014-07-21cpufreq: intel_pstate: Remove unnecessary intermediate variable sample_timeStratos Karafotis1-3/+2
2014-07-21cpufreq: intel_pstate: Cleanup parenthesesStratos Karafotis1-5/+5
2014-07-21cpufreq: intel_pstate: Fit code in a single line where possibleStratos Karafotis1-13/+5
2014-07-21cpufreq: intel_pstate: Add missing blank lines after declarationsStratos Karafotis1-5/+13
2014-07-21cpufreq: intel_pstate: Remove unnecessary type casting in div_s64() callStratos Karafotis1-1/+1
2014-07-21cpufreq: intel_pstate: Make intel_pstate_kobject and debugfs_parent localsStratos Karafotis1-4/+4
2014-07-17cpufreq: move policy kobj to policy->cpu at resumeViresh Kumar1-2/+4
2014-07-16cpufreq: cpu0: OPPs can be populated at runtimeViresh Kumar1-5/+2
2014-07-16cpufreq: kirkwood: Reinstate cpufreq driver for ARCH_KIRKWOODQuentin Armitage1-1/+1
2014-07-16cpufreq: imx6q: Select PM_OPPNicolas Del Piano1-0/+1
2014-07-16cpufreq: sa1110: set memory type for h3600Linus Walleij1-1/+1
2014-07-09cpufreq: Makefile: fix compilation for davinci platformPrabhakar Lad1-1/+1
2014-07-07intel_pstate: Set CPU number before accessing MSRsVincent Minet1-2/+1
2014-07-07intel_pstate: don't touch turbo bit if turbo disabled or unavailable.Dirk Brandewie1-6/+16
2014-07-07intel_pstate: Fix setting VIDDirk Brandewie1-5/+5
2014-06-18cpufreq: unlock when failing cpufreq_update_policy()Aaron Plattner1-6/+4
2014-06-17intel_pstate: Correct rounding in busy calculationDoug Smythies1-4/+1
2014-06-16cpufreq: cpufreq-cpu0: fix CPU_THERMAL dependencyArnd Bergmann1-0/+2
2014-06-12Merge branch 'pm-cpufreq'Rafael J. Wysocki9-59/+204
2014-06-10cpufreq: cpufreq-cpu0: remove dependency on THERMAL and REGULATORViresh Kumar1-1/+1
2014-06-10cpufreq: tegra: update comment for clarityViresh Kumar1-3/+6
2014-06-10cpufreq: intel_pstate: Remove duplicate CPU ID checkStratos Karafotis1-6/+0
2014-06-09cpufreq: Mark CPU0 driver with CPUFREQ_NEED_INITIAL_FREQ_CHECK flagViresh Kumar1-1/+1
2014-06-09cpufreq: governor: remove copy_prev_load from 'struct cpu_dbs_common_info'Viresh Kumar2-9/+19
2014-06-07cpufreq: governor: Be friendly towards latency-sensitive bursty workloadsSrivatsa S. Bhat2-3/+61
2014-06-06cpufreq: ppc-corenet-cpu-freq: do_div use quotientEd Swarthout1-4/+5
2014-06-06Revert "cpufreq: Enable big.LITTLE cpufreq driver on arm64"Rafael J. Wysocki1-2/+1
2014-06-05cpufreq: Tegra: implement intermediate frequency callbacksViresh Kumar1-35/+62
2014-06-05cpufreq: add support for intermediate (stable) frequenciesViresh Kumar1-7/+60
2014-06-04Merge tag 'pm+acpi-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm into nextLinus Torvalds29-352/+457
2014-06-03Merge back earlier cpufreq material.Rafael J. Wysocki29-331/+426
2014-06-02Merge tag 'drivers-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc into nextLinus Torvalds6-41/+119
2014-06-02Merge tag 'cleanup-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc into nextLinus Torvalds4-12/+27
2014-06-02intel_pstate: Improve initial busy calculationDoug Smythies1-5/+8