summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq
AgeCommit message (Expand)AuthorLines
2013-01-22cpufreq: Add module aliases for acpi-cpufreqMatthew Garrett-0/+7
2013-01-22cpufreq: cpufreq-cpu0: use RCU locks around usage of OPPNishanth Menon-0/+5
2013-01-22cpufreq: OMAP: use RCU locks around usage of OPPNishanth Menon-0/+3
2013-01-18powernow-k8: Add a kconfig dependency on acpi-cpufreqBorislav Petkov-1/+1
2013-01-03cpufreq / governor: Fix problem with cpufreq_ondemand or cpufreq_conservativeLarry Finger-2/+8
2013-01-03cpufreq / Longhaul: Disable driver by defaultRafaƂ Bilski-1/+9
2013-01-03cpufreq / stats: fix race between stats allocation and first usageKonstantin Khlebnikov-4/+7
2012-12-11Merge tag 'pm+acpi-for-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-937/+1219
2012-12-11Merge tag 'clk-for-linus' of git://git.linaro.org/people/mturquette/linuxLinus Torvalds-46/+55
2012-11-27cpufreq: ondemand: update sampling rate only on right CPUsFabio Baltieri-0/+8
2012-11-27cpufreq: SPEAr: Add CPUFreq driverDeepak Sikri-0/+299
2012-11-24cpufreq: governors: Fix jiffies/cputime mixup (revisited)Rafael J. Wysocki-2/+2
2012-11-23cpufreq: ondemand: fix wrong delay sampling rateFabio Baltieri-1/+2
2012-11-22cpufreq: exynos: Use static for functions used in only this fileTushar Behera-2/+2
2012-11-22cpufreq: exynos: Broadcast frequency change notifications for all coresTomasz Figa-2/+5
2012-11-21cpufreq: remove use of __devexitBill Pemberton-2/+2
2012-11-21cpufreq: remove use of __devinitBill Pemberton-1/+1
2012-11-21cpufreq: remove use of __devexit_pBill Pemberton-2/+2
2012-11-15cpufreq: Remove unnecessary initialization of a local variableJingoo Han-2/+2
2012-11-15cpufreq: Make sure target freq is within limitsViresh Kumar-2/+9
2012-11-15cpufreq: Avoid calling cpufreq driver's target() routine if target_freq == po...Viresh Kumar-0/+4
2012-11-15cpufreq: Fix sparse warning by making local function staticViresh Kumar-1/+1
2012-11-15cpufreq: Fix sparse warnings by updating cputime64_t to u64Viresh Kumar-10/+9
2012-11-15cpufreq: governors: remove redundant codeViresh Kumar-867/+832
2012-11-15cpufreq: return early from __cpufreq_driver_getavg()Viresh Kumar-2/+4
2012-11-15cpufreq: fix jiffies/cputime mixup in conservative/ondemand governorsAndreas Schwab-2/+2
2012-11-15cpufreq: Improve debug printsViresh Kumar-0/+10
2012-11-15cpufreq: Move common part from governors to separate file, v2viresh kumar-70/+54
2012-11-15cpufreq / core: Fix printing of governor and driver nameviresh kumar-3/+3
2012-11-15cpufreq / core: Fix typo in comment describing show_bios_limit()viresh kumar-1/+1
2012-11-09cpufreq: db8500: Use armss clk to update frequencyUlf Hansson-8/+16
2012-11-09cpufreq: db8500: Fetch cpufreq table from platform dataUlf Hansson-42/+25
2012-11-09cpufreq: db8500: Register as a platform driverUlf Hansson-1/+19
2012-10-31cpufreq / powernow-k8: Change maintainer's email addressAndreas Herrmann-1/+1
2012-10-23Fix memory leak in cpufreq stats.Tu, Xiaobing-0/+1
2012-10-23cpufreq / powernow-k8: Remove usage of smp_processor_id() in preemptible codeAndreas Herrmann-8/+1
2012-10-08cpufreq: OMAP: use get_cpu_device() instead of omap_device APIKevin Hilman-5/+3
2012-10-08cpufreq: OMAP: fix clock usage to be SoC independent, remove plat/ includesPaul Walmsley-18/+1
2012-10-08cpufreq: OMAP: remove unused <plat/omap-pm.h>Kevin Hilman-1/+0
2012-10-08cpufreq: OMAP: ensure valid clock rate before scalingKevin Hilman-0/+8
2012-10-02Merge tag 'pm-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds-457/+623
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds-2/+2
2012-09-19cpufreq: OMAP: Check IS_ERR() instead of NULL for omap_device_get_by_hwmod_nameAxel Lin-2/+2
2012-09-19Merge branch 'for-3.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-29/+34
2012-09-19cpufreq/powernow-k8: workqueue user shouldn't migrate the kworker to another CPUTejun Heo-29/+34
2012-09-14cpufreq: OMAP: remove loops_per_jiffy recalculate for smpRichard Zhao-35/+0
2012-09-14sections: fix section conflicts in drivers/cpufreqAndi Kleen-13/+13
2012-09-14cpufreq: conservative: update frequency when limits are relaxedMichal Pecio-0/+1
2012-09-14cpufreq / ondemand: update frequency when limits are relaxedMichal Pecio-0/+1
2012-09-09cpufreq: Add a generic cpufreq-cpu0 driverShawn Guo-0/+282