aboutsummaryrefslogtreecommitdiff
path: root/drivers/cpufreq
AgeCommit message (Expand)Author
2013-04-01cpufreq: governors: Calculate iowait time only when necessaryStratos Karafotis
2013-04-01cpufreq: conservative: Fix relation when decreasing frequencyNamhyung Kim
2013-04-01cpufreq: conservative: Break out earlier on the lowest frequencyNamhyung Kim
2013-04-01cpufreq: governors: Avoid unnecessary per cpu timer interruptsViresh Kumar
2013-04-01cpufreq: ondemand: Don't update sample_type if we don't evaluate load againViresh Kumar
2013-04-01cpufreq: governor: Set MIN_LATENCY_MULTIPLIER to 20Viresh Kumar
2013-04-01cpufreq: governor: Implement per policy instances of governorsViresh Kumar
2013-04-01cpufreq: Add per policy governor-init/exit infrastructureViresh Kumar
2013-04-01cpufreq: Convert the cpufreq_driver_lock to a rwlockNathan Zimmer
2013-03-25cpufreq: acpi-cpufreq: Don't set policy->related_cpus from .init()Viresh Kumar
2013-03-25cpufreq: stats: do cpufreq_cpu_put() corresponding to cpufreq_cpu_get()viresh kumar
2013-03-25intel-pstate: Use #defines instead of hard-coded values.Konrad Rzeszutek Wilk
2013-03-25cpufreq / intel_pstate: Fix calculation of current frequencyDirk Brandewie
2013-03-25cpufreq / intel_pstate: Add function to check that all MSRs are validDirk Brandewie
2013-03-06cpufreq / intel_pstate: Do not load on VM that does not report max P state.Dirk Brandewie
2013-03-06cpufreq / intel_pstate: Fix intel_pstate_init() error pathDirk Brandewie
2013-03-04cpufreq: highbank: do not initialize array with a loopEmilio López
2013-03-04cpufreq: Fix a typo in commentNamhyung Kim
2013-02-25Merge tag 'pm+acpi-fixes-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2013-02-23Merge branch 'pm-cpufreq' into fixesRafael J. Wysocki
2013-02-23imx6q-cpufreq: fix return value check in imx6q_cpufreq_probe()Wei Yongjun
2013-02-21Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds
2013-02-21Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2013-02-17Merge branch 'pm-cpufreq'Rafael J. Wysocki
2013-02-15cpufreq / intel_pstate: Add kernel command line option disable intel_pstate.Dirk Brandewie
2013-02-15cpufreq / intel_pstate: Change to disallow module buildDirk Brandewie
2013-02-15Merge branch 'next/cpufreq-exynos' of git://git.kernel.org/pub/scm/linux/kern...Rafael J. Wysocki
2013-02-15Merge branch 'pm-cpufreq'Rafael J. Wysocki
2013-02-12Merge tag 'for-arm-soc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/...Olof Johansson
2013-02-12drivers/db8500-cpufreq: delete dangling includeLinus Walleij
2013-02-11cpufreq / intel_pstate: Fix 32 bit buildDirk Brandewie
2013-02-09cpufreq: conservative: Fix typos in commentsStratos Karafotis
2013-02-09cpufreq: ondemand: Fix typos in commentsStratos Karafotis
2013-02-09cpufreq: exynos: simplify .init() for setting policy->cpusViresh Kumar
2013-02-09cpufreq: kirkwood: Add a cpufreq driver for Marvell Kirkwood SoCsAndrew Lunn
2013-02-09cpufreq/x86: Add P-state driver for sandy bridge.Dirk Brandewie
2013-02-09cpufreq_stats: do not remove sysfs files if frequency table is not presentDirk Brandewie
2013-02-09cpufreq: Do not track governor name for scaling drivers with internal governors.Dirk Brandewie
2013-02-09cpufreq: Only call cpufreq_out_of_sync() for driver that implement cpufreq_dr...Dirk Brandewie
2013-02-09cpufreq: Retrieve current frequency from scaling drivers with internal governorsDirk Brandewie
2013-02-09cpufreq: Fix locking issuesViresh Kumar
2013-02-09cpufreq: Create a macro for unlock_policy_rwsem{read,write}Viresh Kumar
2013-02-09cpufreq: Remove unused HOTPLUG_CPU codeViresh Kumar
2013-02-09cpufreq: governors: Fix WARN_ON() for multi-policy platformsViresh Kumar
2013-02-09cpufreq: ondemand: Replace down_differential tuner with adj_up_thresholdStratos Karafotis
2013-02-09cpufreq / stats: Get rid of CPUFREQ_STATDEVICE_ATTRViresh Kumar
2013-02-09cpufreq: Don't check cpu_online(policy->cpu)Viresh Kumar
2013-02-09cpufreq: add imx6q-cpufreq driverShawn Guo
2013-02-05cpufreq: Don't remove sysfs link for policy->cpuViresh Kumar