aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-10cpufreq: sh: move cpufreq driver to drivers/cpufreqViresh Kumar3-0/+208
2013-04-10cpufreq: mips: move cpufreq driver to drivers/cpufreqViresh Kumar3-0/+267
2013-04-10cpufreq: ia64: move cpufreq driver to drivers/cpufreqViresh Kumar3-0/+456
2013-04-10cpufreq: cris: move cpufreq driver to drivers/cpufreqViresh Kumar3-0/+290
2013-04-10cpufreq: blackfin: move cpufreq driver to drivers/cpufreqViresh Kumar2-0/+248
2013-04-10cpufreq: AVR32: move cpufreq driver to drivers/cpufreqViresh Kumar3-0/+140
2013-04-10cpufreq: sa11x0: move cpufreq driver to drivers/cpufreqViresh Kumar4-0/+661
2013-04-08cpufreq / intel_pstate: Set timer timeout correctlyDirk Brandewie1-1/+0
2013-04-08cpufreq: integrator: move cpufreq driver to drivers/cpufreqViresh Kumar3-0/+229
2013-04-08cpufreq: pxa2xx: move cpufreq driver to drivers/cpufreqViresh Kumar2-0/+493
2013-04-08cpufreq: pxa3xx: move cpufreq driver to drivers/cpufreqViresh Kumar2-0/+255
2013-04-08cpufreq: davinci: move cpufreq driver to drivers/cpufreqViresh Kumar2-0/+232
2013-04-08cpufreq: tegra: Move driver to drivers/cpufreqViresh Kumar2-0/+293
2013-04-08cpufreq: ARM: Arrange drivers in alphabetical orderViresh Kumar2-63/+63
2013-04-02cpufreq: ARM big LITTLE: Add generic cpufreq driver and its DT glueViresh Kumar5-0/+431
2013-04-02cpufreq: drivers: Remove unnecessary assignments of policy-> membersViresh Kumar2-7/+3
2013-04-02cpufreq: drivers: don't check range of target freq in .target()Viresh Kumar1-6/+0
2013-04-02cpufreq: Don't check if cpu is online/offline for cpufreq callbacksViresh Kumar3-9/+1
2013-04-02cpufreq: Notify all policy->cpus in cpufreq_notify_transition()Viresh Kumar27-185/+117
2013-04-02cpufreq: Correct header guards typoBorislav Petkov1-3/+3
2013-04-02cpufreq: cpufreq-cpu0: Call CPUFREQ_POSTCHANGE notifier for failure cases tooViresh Kumar1-5/+8
2013-04-02cpufreq: cpufreq-cpu0: No need to check cpu number in init()Viresh Kumar1-3/+0
2013-04-02cpufreq: check OF node /cpus presence before dereferencing itPaolo Pisati1-2/+8
2013-04-01cpufreq: conservative: Use an inline function to evaluate freq_targetStratos Karafotis1-12/+16
2013-04-01cpufreq: kirkwood: fix coccicheck warningsSilviu-Mihai Popescu1-5/+3
2013-04-01cpufreq: Fix unsigned variable being checked for negative valuejhbird.choi@samsung.com1-1/+2
2013-04-01cpufreq: conservative: Fix the logic in frequency decrease checkingStratos Karafotis1-6/+2
2013-04-01cpufreq: conservative: Fix sampling_down_factor functionalityStratos Karafotis1-3/+8
2013-04-01cpufreq: governors: Calculate iowait time only when necessaryStratos Karafotis4-34/+30
2013-04-01cpufreq: conservative: Fix relation when decreasing frequencyNamhyung Kim1-1/+1
2013-04-01cpufreq: conservative: Break out earlier on the lowest frequencyNamhyung Kim1-6/+6
2013-04-01cpufreq: governors: Avoid unnecessary per cpu timer interruptsViresh Kumar4-19/+42
2013-04-01cpufreq: ondemand: Don't update sample_type if we don't evaluate load againViresh Kumar1-13/+11
2013-04-01cpufreq: governor: Set MIN_LATENCY_MULTIPLIER to 20Viresh Kumar1-1/+1
2013-04-01cpufreq: governor: Implement per policy instances of governorsViresh Kumar5-270/+530
2013-04-01cpufreq: Add per policy governor-init/exit infrastructureViresh Kumar1-3/+18
2013-04-01cpufreq: Convert the cpufreq_driver_lock to a rwlockNathan Zimmer1-26/+26
2013-03-25cpufreq: acpi-cpufreq: Don't set policy->related_cpus from .init()Viresh Kumar1-2/+0
2013-03-25cpufreq: stats: do cpufreq_cpu_put() corresponding to cpufreq_cpu_get()viresh kumar1-4/+8
2013-03-25intel-pstate: Use #defines instead of hard-coded values.Konrad Rzeszutek Wilk1-3/+3
2013-03-25cpufreq / intel_pstate: Fix calculation of current frequencyDirk Brandewie1-1/+1
2013-03-25cpufreq / intel_pstate: Add function to check that all MSRs are validDirk Brandewie1-0/+26
2013-03-06cpufreq / intel_pstate: Do not load on VM that does not report max P state.Dirk Brandewie1-0/+3
2013-03-06cpufreq / intel_pstate: Fix intel_pstate_init() error pathDirk Brandewie1-28/+11
2013-03-04cpufreq: highbank: do not initialize array with a loopEmilio López1-7/+1
2013-03-04cpufreq: Fix a typo in commentNamhyung Kim1-1/+1
2013-02-25Merge tag 'pm+acpi-fixes-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+1
2013-02-23Merge branch 'pm-cpufreq' into fixesRafael J. Wysocki1-1/+1
2013-02-23imx6q-cpufreq: fix return value check in imx6q_cpufreq_probe()Wei Yongjun1-1/+1
2013-02-21Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-51/+52