summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq
AgeCommit message (Expand)AuthorFilesLines
2013-02-02cpufreq: Remove unnecessary use of policy->shared_typeViresh Kumar3-6/+1
2013-02-02cpufreq: Set all cpus in policy->cpus for single cluster SoCsViresh Kumar3-3/+3
2013-02-02cpufreq: governors: Reset tunables only for cpufreq_unregister_governor()Viresh Kumar2-8/+20
2013-02-02cpufreq: governors: Remove code redundancy between governorsViresh Kumar4-97/+53
2013-02-02cpufreq: governors: Get rid of dbs_data->enable fieldViresh Kumar2-39/+20
2013-02-02cpufreq: governors: fix misuse of cdbs.cpuFabio Baltieri3-5/+7
2013-02-02cpufreq: governors: implement generic policy_is_sharedFabio Baltieri6-13/+4
2013-02-02cpufreq: SPEAr: Notify all policy->cpus of frequency changeViresh Kumar1-2/+5
2013-02-02cpufreq: instantiate cpufreq-cpu0 as a platform_driverShawn Guo3-13/+29
2013-02-02cpufreq: governors: clean timer init and exit codeFabio Baltieri1-30/+13
2013-02-02cpufreq: Simplify cpufreq_add_dev()Viresh Kumar2-101/+58
2013-02-02cpufreq: Revert "cpufreq: Don't use cpu removed during cpufreq_driver_unregis...Viresh Kumar1-7/+0
2013-02-02cpufreq / highbank: add support for highbank cpufreqMark Langsdorf4-2/+137
2013-02-02powernow-k8: Cleanup init functionBorislav Petkov1-11/+14
2013-02-02powernow-k8: Cleanup module requestBorislav Petkov1-2/+19
2013-02-02cpufreq: Add a get_current_driver helperBorislav Petkov1-0/+14
2013-02-02cpufreq: Make acpi-cpufreq link firstBorislav Petkov1-2/+3
2013-02-02acpi-cpufreq: Do not load on K8Matthew Garrett1-0/+6
2013-02-02cpufreq: handle cpufreq being disabled for all exported function.Dirk Brandewie1-0/+18
2013-02-02cpufreq: Simplify __cpufreq_remove_dev()Viresh Kumar3-93/+104
2013-02-02cpufreq: SPEAr: Fix sparse warning for cpufreq driverViresh Kumar1-1/+1
2013-02-02cpufreq: Don't use cpu removed during cpufreq_driver_unregisterViresh Kumar1-1/+7
2013-02-02cpufreq: Notify governors when cpus are hot-[un]pluggedViresh Kumar1-0/+10
2013-02-02cpufreq: Manage only online cpusViresh Kumar1-0/+7
2013-02-02cpufreq: ondemand: use all CPUs in update_sampling_rateFabio Baltieri1-3/+2
2013-02-02cpufreq: conservative: call dbs_check_cpu only when necessaryFabio Baltieri1-6/+41
2013-02-02cpufreq: ondemand: call dbs_check_cpu only when necessaryFabio Baltieri3-10/+52
2013-02-02cpufreq: handle SW coordinated CPUsRickard Andersson4-8/+43
2013-01-22cpufreq: Add module aliases for acpi-cpufreqMatthew Garrett1-0/+7
2013-01-22cpufreq: cpufreq-cpu0: use RCU locks around usage of OPPNishanth Menon1-0/+5
2013-01-22cpufreq: OMAP: use RCU locks around usage of OPPNishanth Menon1-0/+3
2013-01-18powernow-k8: Add a kconfig dependency on acpi-cpufreqBorislav Petkov1-1/+1
2013-01-03cpufreq / governor: Fix problem with cpufreq_ondemand or cpufreq_conservativeLarry Finger2-2/+8
2013-01-03cpufreq / Longhaul: Disable driver by defaultRafaƂ Bilski1-1/+9
2013-01-03cpufreq / stats: fix race between stats allocation and first usageKonstantin Khlebnikov1-4/+7
2012-12-11Merge tag 'pm+acpi-for-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds17-937/+1219
2012-12-11Merge tag 'clk-for-linus' of git://git.linaro.org/people/mturquette/linuxLinus Torvalds1-46/+55
2012-11-27cpufreq: ondemand: update sampling rate only on right CPUsFabio Baltieri1-0/+8
2012-11-27cpufreq: SPEAr: Add CPUFreq driverDeepak Sikri3-0/+299
2012-11-24cpufreq: governors: Fix jiffies/cputime mixup (revisited)Rafael J. Wysocki1-2/+2
2012-11-23cpufreq: ondemand: fix wrong delay sampling rateFabio Baltieri1-1/+2
2012-11-22cpufreq: exynos: Use static for functions used in only this fileTushar Behera1-2/+2
2012-11-22cpufreq: exynos: Broadcast frequency change notifications for all coresTomasz Figa1-2/+5
2012-11-21cpufreq: remove use of __devexitBill Pemberton2-2/+2
2012-11-21cpufreq: remove use of __devinitBill Pemberton1-1/+1
2012-11-21cpufreq: remove use of __devexit_pBill Pemberton2-2/+2
2012-11-15cpufreq: Remove unnecessary initialization of a local variableJingoo Han1-2/+2
2012-11-15cpufreq: Make sure target freq is within limitsViresh Kumar1-2/+9
2012-11-15cpufreq: Avoid calling cpufreq driver's target() routine if target_freq == po...Viresh Kumar1-0/+4
2012-11-15cpufreq: Fix sparse warning by making local function staticViresh Kumar1-1/+1