summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* intel_pstate: Add Haswell CPU modelsNell Hardcastle2013-09-101-0/+5
* Revert "cpufreq: make sure frequency transitions are serialized"Rafael J. Wysocki2013-09-102-16/+0
* cpufreq: Use signed type for 'ret' variable, to store negative error valuesSrivatsa S. Bhat2013-09-101-2/+2
* cpufreq: Remove temporary fix for race between CPU hotplug and sysfs-writesSrivatsa S. Bhat2013-09-102-7/+1
* cpufreq: Synchronize the cpufreq store_*() routines with CPU hotplugSrivatsa S. Bhat2013-09-101-2/+9
* cpufreq: Invoke __cpufreq_remove_dev_finish() after releasing cpu_hotplug.lockSrivatsa S. Bhat2013-09-101-0/+3
* cpufreq: Split __cpufreq_remove_dev() into two partsSrivatsa S. Bhat2013-09-101-12/+53
* cpufreq: Fix wrong time unit conversionAndreas Schwab2013-09-101-1/+1
* cpufreq: serialize calls to __cpufreq_governor()Viresh Kumar2013-09-102-1/+7
* cpufreq: don't allow governor limits to be changed when it is disabledViresh Kumar2013-09-101-2/+3
* cpufreq: Don't use smp_processor_id() in preemptible contextStephen Boyd2013-08-291-1/+8
* cpufreq: governor: Fix typos in commentsStratos Karafotis2013-08-282-7/+7
* cpufreq: governors: Remove duplicate check of target freq in supported rangeStratos Karafotis2013-08-282-7/+0
* cpufreq: Fix timer/workqueue corruption due to double queueingStephen Boyd2013-08-281-0/+3
* Merge branch 'cpufreq-fixes' of git://git.linaro.org/people/vireshk/linux int...Rafael J. Wysocki2013-08-272-19/+2
|\
| * cpufreq: imx6q: Fix clock enable balanceSascha Hauer2013-08-261-17/+0
| * cpufreq: tegra: fix the wrong clock nameJoseph Lo2013-08-231-2/+2
* | Merge branch 'cpu_of_node' of git://linux-arm.org/linux-skn into pm-cpufreq-nextRafael J. Wysocki2013-08-2323-266/+226
|\ \
| * | cpufreq: pmac32-cpufreq: remove device tree parsing for cpu nodesSudeep KarkadaNagesha2013-08-211-2/+3
| * | cpufreq: pmac64-cpufreq: remove device tree parsing for cpu nodesSudeep KarkadaNagesha2013-08-211-36/+11
| * | cpufreq: maple-cpufreq: remove device tree parsing for cpu nodesSudeep KarkadaNagesha2013-08-211-20/+3
| * | cpufreq: arm_big_little: remove device tree parsing for cpu nodesSudeep KarkadaNagesha2013-08-211-26/+14
| * | cpufreq: kirkwood-cpufreq: remove device tree parsing for cpu nodesSudeep KarkadaNagesha2013-08-211-3/+5
| * | cpufreq: spear-cpufreq: remove device tree parsing for cpu nodesSudeep KarkadaNagesha2013-08-211-2/+2
| * | cpufreq: highbank-cpufreq: remove device tree parsing for cpu nodesSudeep KarkadaNagesha2013-08-211-12/+6
| * | cpufreq: cpufreq-cpu0: remove device tree parsing for cpu nodesSudeep KarkadaNagesha2013-08-211-19/+4
| * | cpufreq: imx6q-cpufreq: remove device tree parsing for cpu nodesSudeep KarkadaNagesha2013-08-212-5/+2
| * | drivers/bus: arm-cci: avoid parsing DT for cpu device nodesSudeep KarkadaNagesha2013-08-211-21/+7
| * | ARM: mvebu: remove device tree parsing for cpu nodesSudeep KarkadaNagesha2013-08-211-28/+23
| * | ARM: topology: remove hwid/MPIDR dependency from cpu_capacitySudeep KarkadaNagesha2013-08-211-42/+19
| * | of/device: add helper to get cpu device node from logical cpu indexSudeep KarkadaNagesha2013-08-211-0/+15
| * | driver/core: cpu: initialize of_node in cpu's device strutureSudeep KarkadaNagesha2013-08-211-0/+2
| * | ARM: DT/kernel: define ARM specific arch_match_cpu_phys_idSudeep KarkadaNagesha2013-08-211-0/+5
| * | of: move of_get_cpu_node implementation to DT core librarySudeep KarkadaNagesha2013-08-215-60/+103
| * | powerpc: refactor of_get_cpu_node to support other architecturesSudeep KarkadaNagesha2013-08-211-29/+47
| * | openrisc: remove undefined of_get_cpu_node declarationSudeep KarkadaNagesha2013-08-211-3/+0
| * | microblaze: remove undefined of_get_cpu_node declarationSudeep KarkadaNagesha2013-08-211-3/+0
| |/
* | Merge back earlier 'pm-cpufreq' material.Rafael J. Wysocki2013-08-2359-854/+691
|\ \ | |/ |/|
| * cpufreq: fix bad unlock balance on !CONFIG_SMPLi Zhong2013-08-211-1/+1
| * cpufreq: Use cpufreq_policy_list for iterating over policiesViresh Kumar2013-08-201-5/+4
| * cpufreq: remove cpufreq_policy_cpu per-cpu variableViresh Kumar2013-08-201-35/+10
| * cpufreq: remove unnecessary check in __cpufreq_governor()Viresh Kumar2013-08-201-2/+0
| * cpufreq: remove policy from cpufreq_policy_list during suspendViresh Kumar2013-08-201-10/+9
| * cpufreq: Fix white space in __cpufreq_remove_dev()Viresh Kumar2013-08-201-1/+1
| * Revert "cpufreq: Use cpufreq_policy_list for iterating over policies"Rafael J. Wysocki2013-08-181-4/+5
| * cpufreq: unicore2: Staticize local symbolJingoo Han2013-08-141-1/+1
| * cpufreq / s3c24xx: Fix s3c_cpufreq_initclks() __init attribute locationHanjun Guo2013-08-141-1/+1
| * cpufreq / pxa2xx: Fix pxa_cpufreq_init_voltages() __init attribute locationHanjun Guo2013-08-141-2/+2
| * cpufreq / gx: Fix gx_detect_chipset() __init attribute locationHanjun Guo2013-08-141-1/+1
| * pxa3xx-cpufreq.c: Avoid using ARRAY_AND_SIZE(e) as a function argumentJulia Lawall2013-08-141-2/+4