summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq
Commit message (Expand)AuthorAgeFilesLines
* 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/+1
* cpufreq: OMAP: use get_cpu_device() instead of omap_device APIKevin Hilman2012-10-081-5/+3
* cpufreq: OMAP: fix clock usage to be SoC independent, remove plat/ includesPaul Walmsley2012-10-081-18/+1
* cpufreq: OMAP: remove unused <plat/omap-pm.h>Kevin Hilman2012-10-081-1/+0
* 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-0211-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/+0
| * 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/+29
| * 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
|\ \
| * | workqueue: make deferrable delayed_work initializer names consistentTejun Heo2012-08-212-2/+2
* | | Merge branch 'for-3.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-09-191-29/+34
|\ \ \ | |_|/ |/| |
| * | cpufreq/powernow-k8: workqueue user shouldn't migrate the kworker to another CPUTejun Heo2012-09-191-29/+34
| |/
* | Merge branch 'imx/fixes-for-3.6' of git://git.linaro.org/people/shawnguo/linu...Arnd Bergmann2012-08-231-0/+1
|\ \
| * | drivers/cpufreq/pcc-cpufreq.c: fix error return codeJulia Lawall2012-08-081-0/+1
| |/
* / cpufreq: OMAP: Handle missing frequency table on SMP systemsRajendra Nayak2012-08-091-1/+3
|/
* Merge tag 'soc2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-07-301-31/+24
|\
| * [CPUFREQ] EXYNOS5250: Add support max 1.7GHz for EXYNOS5250Jaecheol Lee2012-07-191-31/+24
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-07-242-3/+3
|\ \
| * | cpufreq: Fix typo in cpufreq driverMasanari Iida2012-07-202-3/+3
| |/
* | cpufreq: Fix sysfs deadlock with concurrent hotplug/frequency switchStephen Boyd2012-07-201-8/+27
* | EXYNOS: bugfix on retrieving old_index from freqs.oldJonghwa Lee2012-07-201-2/+12
|/
* ARM: ux500: core U9540 supportLinus Walleij2012-05-021-1/+1
* cpufreq: OMAP: fix build errors: depends on ARCH_OMAP2PLUSKevin Hilman2012-04-131-0/+1
* Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-04-051-7/+3
|\
| * EXYNOS: fix dependency for EXYNOS_CPUFREQKukjin Kim2012-04-041-7/+3
* | drivers/cpufreq/db8500-cpufreq: remove references to cpu_*_map.Rusty Russell2012-03-291-1/+1
|/
* Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-282-2/+0
|\
| * Remove all #inclusions of asm/system.hDavid Howells2012-03-282-2/+0
* | Merge tag 'mfd_3.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds2012-03-281-8/+5
|\ \
| * | mfd: Remove db8500-prcmu U8400 legacyDaniel Willerud2012-03-061-8/+5
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp...Linus Torvalds2012-03-2310-43/+1587
|\ \ \
| * | | provide disable_cpufreq() function to disable the API.Konrad Rzeszutek Wilk2012-03-141-0/+24
| * | | EXYNOS5250: Add support cpufreq for EXYNOS5250Jaecheol Lee2012-03-144-0/+357
| * | | EXYNOS4X12: Add support cpufreq for EXYNOS4X12Jaecheol Lee2012-03-144-0/+546
| * | | [CPUFREQ] CPUfreq ondemand: update sampling rate without waiting for next sam...MyungJoo Ham2012-02-291-1/+57
| * | | [CPUFREQ] Add S3C2416/S3C2450 cpufreq driverHeiko Stübner2012-02-293-0/+565