aboutsummaryrefslogtreecommitdiff
path: root/drivers/cpufreq
AgeCommit message (Expand)Author
2013-02-02powernow-k8: Cleanup init functionBorislav Petkov
2013-02-02powernow-k8: Cleanup module requestBorislav Petkov
2013-02-02cpufreq: Add a get_current_driver helperBorislav Petkov
2013-02-02cpufreq: Make acpi-cpufreq link firstBorislav Petkov
2013-02-02acpi-cpufreq: Do not load on K8Matthew Garrett
2013-02-02cpufreq: handle cpufreq being disabled for all exported function.Dirk Brandewie
2013-02-02cpufreq: Simplify __cpufreq_remove_dev()Viresh Kumar
2013-02-02cpufreq: SPEAr: Fix sparse warning for cpufreq driverViresh Kumar
2013-02-02cpufreq: Don't use cpu removed during cpufreq_driver_unregisterViresh Kumar
2013-02-02cpufreq: Notify governors when cpus are hot-[un]pluggedViresh Kumar
2013-02-02cpufreq: Manage only online cpusViresh Kumar
2013-02-02cpufreq: ondemand: use all CPUs in update_sampling_rateFabio Baltieri
2013-02-02cpufreq: conservative: call dbs_check_cpu only when necessaryFabio Baltieri
2013-02-02cpufreq: ondemand: call dbs_check_cpu only when necessaryFabio Baltieri
2013-02-02cpufreq: handle SW coordinated CPUsRickard Andersson
2013-01-22cpufreq: Add module aliases for acpi-cpufreqMatthew Garrett
2013-01-22cpufreq: cpufreq-cpu0: use RCU locks around usage of OPPNishanth Menon
2013-01-22cpufreq: OMAP: use RCU locks around usage of OPPNishanth Menon
2013-01-18powernow-k8: Add a kconfig dependency on acpi-cpufreqBorislav Petkov
2013-01-03cpufreq / governor: Fix problem with cpufreq_ondemand or cpufreq_conservativeLarry Finger
2013-01-03cpufreq / Longhaul: Disable driver by defaultRafaƂ Bilski
2013-01-03cpufreq / stats: fix race between stats allocation and first usageKonstantin Khlebnikov
2012-12-11Merge tag 'pm+acpi-for-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2012-12-11Merge tag 'clk-for-linus' of git://git.linaro.org/people/mturquette/linuxLinus Torvalds
2012-11-27cpufreq: ondemand: update sampling rate only on right CPUsFabio Baltieri
2012-11-27cpufreq: SPEAr: Add CPUFreq driverDeepak Sikri
2012-11-24cpufreq: governors: Fix jiffies/cputime mixup (revisited)Rafael J. Wysocki
2012-11-23cpufreq: ondemand: fix wrong delay sampling rateFabio Baltieri
2012-11-22cpufreq: exynos: Use static for functions used in only this fileTushar Behera
2012-11-22cpufreq: exynos: Broadcast frequency change notifications for all coresTomasz Figa
2012-11-21cpufreq: remove use of __devexitBill Pemberton
2012-11-21cpufreq: remove use of __devinitBill Pemberton
2012-11-21cpufreq: remove use of __devexit_pBill Pemberton
2012-11-15cpufreq: Remove unnecessary initialization of a local variableJingoo Han
2012-11-15cpufreq: Make sure target freq is within limitsViresh Kumar
2012-11-15cpufreq: Avoid calling cpufreq driver's target() routine if target_freq == po...Viresh Kumar
2012-11-15cpufreq: Fix sparse warning by making local function staticViresh Kumar
2012-11-15cpufreq: Fix sparse warnings by updating cputime64_t to u64Viresh Kumar
2012-11-15cpufreq: governors: remove redundant codeViresh Kumar
2012-11-15cpufreq: return early from __cpufreq_driver_getavg()Viresh Kumar
2012-11-15cpufreq: fix jiffies/cputime mixup in conservative/ondemand governorsAndreas Schwab
2012-11-15cpufreq: Improve debug printsViresh Kumar
2012-11-15cpufreq: Move common part from governors to separate file, v2viresh kumar
2012-11-15cpufreq / core: Fix printing of governor and driver nameviresh kumar
2012-11-15cpufreq / core: Fix typo in comment describing show_bios_limit()viresh kumar
2012-11-09cpufreq: db8500: Use armss clk to update frequencyUlf Hansson
2012-11-09cpufreq: db8500: Fetch cpufreq table from platform dataUlf Hansson
2012-11-09cpufreq: db8500: Register as a platform driverUlf Hansson
2012-10-31cpufreq / powernow-k8: Change maintainer's email addressAndreas Herrmann
2012-10-23Fix memory leak in cpufreq stats.Tu, Xiaobing