summaryrefslogtreecommitdiff
path: root/drivers/cpufreq
AgeCommit message (Expand)AuthorFilesLines
2017-09-15cpufreq: conservative: Allow down_threshold to take values from 1 to 10Tomasz Wilczyński1-2/+2
2017-06-05cpufreq: s3c2416: double free on driver init error pathDan Carpenter1-1/+0
2016-08-23cpufreq: intel_pstate: Fix ->set_policy() interface for no_turboSrinivas Pandruvada1-2/+5
2016-08-23cpufreq: Fix GOV_LIMITS handling for the userspace governorSai Gurrappadi1-5/+38
2015-10-19intel_pstate: Fix overflow in busy_scaled due to long delayPrarit Bhargava1-5/+5
2015-10-19cpufreq: intel_pstate: Remove unnecessary type casting in div_s64() callStratos Karafotis1-1/+1
2015-07-09intel_pstate: set BYT MSR with wrmsrl_on_cpu()Joe Konno1-1/+1
2015-05-06cpufreq: fix a NULL pointer dereference in __cpufreq_governor()Ethan Zhao1-0/+6
2015-04-27cpufreq: Schedule work for the first-online CPU on resumeViresh Kumar1-8/+11
2015-03-02cpufreq: s3c: remove incorrect __init annotationsArnd Bergmann2-3/+3
2015-03-02cpufreq: speedstep-smi: enable interrupts when waitingMikulas Patocka2-0/+15
2015-03-02cpufreq: Set cpufreq_cpu_data to NULL before putting kobjectViresh Kumar1-3/+3
2014-11-27cpufreq: Avoid crash in resume on SMP without OPPGeert Uytterhoeven1-1/+2
2014-11-14cpufreq: intel_pstate: Add CPU ID for Braswell processorMika Westerberg1-0/+1
2014-11-05intel_pstate: Correct BYT VID values.Dirk Brandewie1-1/+12
2014-11-05intel_pstate: Fix BYT frequency reportingDirk Brandewie1-6/+36
2014-11-05intel_pstate: Don't lose sysfs settings during cpu offlineDirk Brandewie1-3/+3
2014-11-05cpufreq: intel_pstate: Reflect current no_turbo state correctlyGabriele Mazzotta1-12/+37
2014-11-05cpufreq: expose scaling_cur_freq sysfs file for set_policy() driversDirk Brandewie1-6/+17
2014-11-05cpufreq: intel_pstate: Fix setting max_perf_pct in performance policyPali Rohár1-0/+1
2014-10-09cpufreq: pcc-cpufreq: Fix wait_event() under spinlockRafael J. Wysocki1-1/+1
2014-10-09cpufreq: integrator: fix integrator_cpufreq_remove return typeArnd Bergmann1-2/+2
2014-10-06cpufreq: update 'cpufreq_suspended' after stopping governorsViresh Kumar1-3/+4
2014-10-06cpufreq: fix cpufreq suspend/resume for intel_pstateLan Tianyu1-4/+4
2014-10-06cpufreq: release policy->rwsem on errorPrarit Bhargava1-0/+2
2014-10-06cpufreq: OPP: Avoid sleeping while atomicStephen Boyd1-1/+1
2014-09-17powerpc/cpufreq: Add pr_warn() on OPAL firmware failuresVaidyanathan Srinivasan1-2/+16
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-18intel_pstate: Correct rounding in busy calculationDoug Smythies1-4/+1
2014-06-17cpufreq: cpufreq-cpu0: fix CPU_THERMAL dependencyArnd Bergmann1-0/+2
2014-06-12Merge branch 'pm-cpufreq'Rafael J. Wysocki9-59/+204
2014-06-11cpufreq: cpufreq-cpu0: remove dependency on THERMAL and REGULATORViresh Kumar1-1/+1
2014-06-11cpufreq: tegra: update comment for clarityViresh Kumar1-3/+6
2014-06-11cpufreq: intel_pstate: Remove duplicate CPU ID checkStratos Karafotis1-6/+0
2014-06-10cpufreq: 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-08cpufreq: governor: Be friendly towards latency-sensitive bursty workloadsSrivatsa S. Bhat2-3/+61
2014-06-07cpufreq: ppc-corenet-cpu-freq: do_div use quotientEd Swarthout1-4/+5
2014-06-07Revert "cpufreq: Enable big.LITTLE cpufreq driver on arm64"Rafael J. Wysocki1-2/+1
2014-06-06cpufreq: Tegra: implement intermediate frequency callbacksViresh Kumar1-35/+62
2014-06-06cpufreq: add support for intermediate (stable) frequenciesViresh Kumar1-7/+60