summaryrefslogtreecommitdiff
path: root/drivers/cpufreq
AgeCommit message (Expand)AuthorFilesLines
2015-07-22cpufreq: ia64: remove redundant freq_table of acpi_cpufreq_dataPan Xinhui1-7/+7
2015-07-22cpufreq: acpi-cpufreq: Fix up the handling of cpb sysfs attributeRafael J. Wysocki1-10/+11
2015-07-22cpufreq: acpi-cpufreq: Drop acpi_data from struct acpi_cpufreq_dataRafael J. Wysocki1-13/+16
2015-07-22ACPI / processor: Drop an unused argument of a cleanup routineRafael J. Wysocki5-12/+9
2015-07-21cpufreq: propagate errors returned from __cpufreq_governor()Viresh Kumar1-7/+24
2015-07-21cpufreq: governor: Don't WARN on invalid statesViresh Kumar1-1/+1
2015-07-21cpufreq: governor: Avoid invalid states with additional checksViresh Kumar1-11/+35
2015-07-21cpufreq: governor: split out common part of {cs|od}_dbs_timer()Viresh Kumar4-51/+60
2015-07-21cpufreq: governor: Keep single copy of information common to policy->cpusViresh Kumar4-58/+114
2015-07-18cpufreq: governor: rename cur_policy as policyViresh Kumar4-24/+25
2015-07-18cpufreq: governor: name pointer to cpu_dbs_info as 'cdbs'Viresh Kumar1-13/+13
2015-07-18cpufreq: governor: Rename 'cpu_dbs_common_info' to 'cpu_dbs_info'Viresh Kumar2-17/+15
2015-07-18cpufreq: governor: Drop unused field 'cpu'Viresh Kumar2-2/+0
2015-07-18cpufreq: governor: Name delayed-work as dworkViresh Kumar4-9/+9
2015-07-17intel_pstate: enable HWP per CPUKristen Carlson Accardi1-4/+7
2015-07-17cpufreq: integrator: fixed coding style issuesCristian Ardelean1-10/+8
2015-07-17acpi-cpufreq: Fix an ACPI perf unregister issuePan Xinhui1-1/+3
2015-07-17cpufreq: Properly handle errors from cpufreq_init_policy()Viresh Kumar1-9/+11
2015-07-17cpufreq: cpufreq_add_dev: name goto labels based on what they doViresh Kumar1-8/+7
2015-07-17acpi-cpufreq: replace per_cpu with driver_data of policyPan Xinhui1-18/+22
2015-07-17Merge branches 'pm-cpuidle', 'pm-cpufreq' and 'acpi-resources'Rafael J. Wysocki2-9/+10
2015-07-16cpufreq: Add cpufreq driver for Tegra124Tuomas Tynkkynen3-0/+222
2015-07-16cpufreq: tegra: Rename tegra-cpufreq to tegra20-cpufreqTuomas Tynkkynen3-4/+4
2015-07-10cpufreq: Allow freq_table to be obtained for offline CPUsViresh Kumar2-9/+9
2015-07-10cpufreq: Initialize the governor again while restoring policyViresh Kumar1-0/+1
2015-07-07MIPS, CPUFREQ: Fix spelling of Institute.Ralf Baechle1-1/+1
2015-07-06x86/asm/tsc: Rename native_read_tsc() to rdtsc()Andy Lutomirski1-1/+1
2015-07-02Merge tag 'module-builtin_driver-v4.1-rc8' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-1/+1
2015-07-02Merge tag 'module-implicit-v4.1-rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+1
2015-07-02Merge tag 'clk-for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-209/+1
2015-06-27Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-2/+2
2015-06-24Merge tag 'pm+acpi-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds13-492/+649
2015-06-23Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
2015-06-21MIPS: Loongson: Naming style cleanup and reworkHuacai Chen1-2/+2
2015-06-20cpufreq: exynos: remove Exynos4210 specific cpufreq driver supportThomas Abraham5-209/+1
2015-06-17cpufreq: dt: allow driver to boot automaticallyFelipe Balbi1-0/+1
2015-06-16intel_pstate: Fix overflow in busy_scaled due to long delayPrarit Bhargava1-5/+5
2015-06-16drivers/cpufreq: Convert non-modular s5pv210-cpufreq.c to use builtin_platfor...Paul Gortmaker1-1/+1
2015-06-16drivers/cpufreq: include <module.h> for modular exynos-cpufreq.c codePaul Gortmaker1-0/+1
2015-06-15cpufreq: qoriq: optimize the CPU frequency switching timeTang Yuantian1-11/+21
2015-06-15cpufreq: gx-suspmod: Fix two typos in two commentsShailendra Verma1-2/+2
2015-06-15cpufreq: nforce2: Fix typo in comment to function nforce2_init()Shailendra Verma1-1/+1
2015-06-15cpufreq: governor: Serialize governor callbacksViresh Kumar4-18/+18
2015-06-15cpufreq: governor: split cpufreq_governor_dbs()Viresh Kumar1-140/+189
2015-06-15cpufreq: governor: register notifier from cs_init()Viresh Kumar4-38/+22
2015-06-11cpufreq: Remove cpufreq_update_policy()Viresh Kumar1-19/+4
2015-06-11cpufreq: Restart governor as soon as possibleViresh Kumar1-33/+26
2015-06-11cpufreq: Call cpufreq_policy_put_kobj() from cpufreq_policy_free()Viresh Kumar1-11/+6
2015-06-11cpufreq: Initialize policy->kobj while allocating policyViresh Kumar1-25/+21
2015-06-11cpufreq: Stop migrating sysfs files on hotplugViresh Kumar1-85/+135