summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pm+acpi-for-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-12-1117-937/+1219
|\
| * cpufreq: ondemand: update sampling rate only on right CPUsFabio Baltieri2012-11-271-0/+8
| * cpufreq: SPEAr: Add CPUFreq driverDeepak Sikri2012-11-273-0/+299
| * cpufreq: governors: Fix jiffies/cputime mixup (revisited)Rafael J. Wysocki2012-11-241-2/+2
| * cpufreq: ondemand: fix wrong delay sampling rateFabio Baltieri2012-11-231-1/+2
| * cpufreq: exynos: Use static for functions used in only this fileTushar Behera2012-11-221-2/+2
| * cpufreq: exynos: Broadcast frequency change notifications for all coresTomasz Figa2012-11-221-2/+5
| * cpufreq: remove use of __devexitBill Pemberton2012-11-212-2/+2
| * cpufreq: remove use of __devinitBill Pemberton2012-11-211-1/+1
| * cpufreq: remove use of __devexit_pBill Pemberton2012-11-212-2/+2
| * cpufreq: Remove unnecessary initialization of a local variableJingoo Han2012-11-151-2/+2
| * cpufreq: Make sure target freq is within limitsViresh Kumar2012-11-151-2/+9
| * cpufreq: Avoid calling cpufreq driver's target() routine if target_freq == po...Viresh Kumar2012-11-151-0/+4
| * cpufreq: Fix sparse warning by making local function staticViresh Kumar2012-11-151-1/+1
| * cpufreq: Fix sparse warnings by updating cputime64_t to u64Viresh Kumar2012-11-153-10/+9Star
| * cpufreq: governors: remove redundant codeViresh Kumar2012-11-154-867/+832Star
| * cpufreq: return early from __cpufreq_driver_getavg()Viresh Kumar2012-11-151-2/+4
| * cpufreq: fix jiffies/cputime mixup in conservative/ondemand governorsAndreas Schwab2012-11-151-2/+2
| * cpufreq: Improve debug printsViresh Kumar2012-11-155-0/+10
| * cpufreq: Move common part from governors to separate file, v2viresh kumar2012-11-154-70/+54Star
| * cpufreq / core: Fix printing of governor and driver nameviresh kumar2012-11-151-3/+3
| * cpufreq / core: Fix typo in comment describing show_bios_limit()viresh kumar2012-11-151-1/+1
* | Merge tag 'clk-for-linus' of git://git.linaro.org/people/mturquette/linuxLinus Torvalds2012-12-111-46/+55
|\ \ | |/ |/|
| * cpufreq: db8500: Use armss clk to update frequencyUlf Hansson2012-11-101-8/+16
| * cpufreq: db8500: Fetch cpufreq table from platform dataUlf Hansson2012-11-101-42/+25Star
| * cpufreq: db8500: Register as a platform driverUlf Hansson2012-11-101-1/+19
* | cpufreq / powernow-k8: Change maintainer's email addressAndreas Herrmann2012-10-311-1/+1
|/
* Fix memory leak in cpufreq stats.Tu, Xiaobing2012-10-231-0/+1
* cpufreq / powernow-k8: Remove usage of smp_processor_id() in preemptible codeAndreas Herrmann2012-10-231-8/+1Star
* cpufreq: OMAP: use get_cpu_device() instead of omap_device APIKevin Hilman2012-10-081-5/+3Star
* cpufreq: OMAP: fix clock usage to be SoC independent, remove plat/ includesPaul Walmsley2012-10-081-18/+1Star
* cpufreq: OMAP: remove unused <plat/omap-pm.h>Kevin Hilman2012-10-081-1/+0Star
* cpufreq: OMAP: ensure valid clock rate before scalingKevin Hilman2012-10-081-0/+8
* Merge tag 'pm-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2012-10-0311-457/+623
|\
| * cpufreq: OMAP: Check IS_ERR() instead of NULL for omap_device_get_by_hwmod_nameAxel Lin2012-09-191-2/+2
| * cpufreq: OMAP: remove loops_per_jiffy recalculate for smpRichard Zhao2012-09-141-35/+0Star
| * sections: fix section conflicts in drivers/cpufreqAndi Kleen2012-09-141-13/+13
| * cpufreq: conservative: update frequency when limits are relaxedMichal Pecio2012-09-141-0/+1
| * cpufreq / ondemand: update frequency when limits are relaxedMichal Pecio2012-09-141-0/+1
| * cpufreq: Add a generic cpufreq-cpu0 driverShawn Guo2012-09-093-0/+282
| * cpufreq: Remove support for hardware P-state chips from powernow-k8Matthew Garrett2012-09-093-397/+29Star
| * acpi-cpufreq: Add compatibility for legacy AMD cpb sysfs knobAndre Przywara2012-09-092-2/+56
| * acpi-cpufreq: Add support for disabling dynamic overclockingAndre Przywara2012-09-091-0/+177
| * powernow-k8: delay info messages until initialization has succeededAndre Przywara2012-09-091-10/+14
| * cpufreq: Add warning message to powernow-k8Andre Przywara2012-09-092-1/+5
| * acpi-cpufreq: Add quirk to disable _PSD usage on all AMD CPUsAndre Przywara2012-09-091-0/+10
| * acpi-cpufreq: Add support for modern AMD CPUsMatthew Garrett2012-09-092-7/+39
| * cpufreq / powernow-k8: Fixup missing _PSS objects messageBorislav Petkov2012-09-051-4/+7
| * PM / cpufreq: Initialise the cpu field during conservative governor startAmit Daniel Kachhap2012-09-041-0/+1
* | Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2012-10-022-2/+2
|\ \