summaryrefslogtreecommitdiff
path: root/drivers/cpufreq
Commit message (Expand)AuthorAgeFilesLines
* cpufreq: maple: use cpufreq_table_validate_and_show()Viresh Kumar2013-09-301-3/+1
* cpufreq: loongson2: use cpufreq_table_validate_and_show()Viresh Kumar2013-09-301-4/+1
* cpufreq: longhaul: use cpufreq_table_validate_and_show()Viresh Kumar2013-09-301-7/+1
* cpufreq: kirkwood: use cpufreq_table_validate_and_show()Viresh Kumar2013-09-301-9/+1
* cpufreq: imx6q: use cpufreq_table_validate_and_show()Viresh Kumar2013-09-301-2/+1
* cpufreq: ia64-acpi: use cpufreq_table_validate_and_show()Viresh Kumar2013-09-301-3/+1
* cpufreq: exynos: use cpufreq_table_validate_and_show()Viresh Kumar2013-09-302-6/+2
* cpufreq: elanfreq: use cpufreq_table_validate_and_show()Viresh Kumar2013-09-301-7/+1
* cpufreq: e_powersaver: use cpufreq_table_validate_and_show()Viresh Kumar2013-09-301-2/+1
* cpufreq: dbx500: use cpufreq_table_validate_and_show()Viresh Kumar2013-09-301-4/+2
* cpufreq: davinci: use cpufreq_table_validate_and_show()Viresh Kumar2013-09-301-4/+2
* cpufreq: cris: use cpufreq_table_validate_and_show()Viresh Kumar2013-09-302-18/+2
* cpufreq: cpufreq-cpu0: use cpufreq_table_validate_and_show()Viresh Kumar2013-09-301-3/+1
* cpufreq: blackfin: use cpufreq_table_validate_and_show()Viresh Kumar2013-09-301-2/+1
* cpufreq: arm_big_little: use cpufreq_table_validate_and_show()Viresh Kumar2013-09-301-3/+1
* cpufreq: acpi-cpufreq: use cpufreq_table_validate_and_show()Viresh Kumar2013-09-301-3/+1
* cpufreq: sparc: call cpufreq_frequency_table_get_attr()Viresh Kumar2013-09-302-4/+17
* cpufreq: s3cx4xx: call cpufreq_frequency_table_get_attr()Viresh Kumar2013-09-302-1/+6
* cpufreq: pxa: call cpufreq_frequency_table_get_attr()Viresh Kumar2013-09-302-3/+25
* cpufreq: Add new helper cpufreq_table_validate_and_show()Viresh Kumar2013-09-301-0/+12
* cpufreq: exynos5440: Fix potential NULL pointer dereferenceSachin Kamat2013-09-251-1/+1
* cpufreq: check cpufreq driver is valid and cpufreq isn't disabled in cpufreq_...Viresh Kumar2013-09-251-0/+3
* acpi-cpufreq: skip loading acpi_cpufreq after intel_pstateYinghai Lu2013-09-251-0/+4
* cpufreq: return EEXIST instead of EBUSY for second registeringYinghai Lu2013-09-201-1/+1
* cpufreq: imx6q-cpufreq: assign cpu_dev correctly to cpu0 deviceSudeep KarkadaNagesha2013-09-191-1/+6
* cpufreq: cpufreq-cpu0: assign cpu_dev correctly to cpu0 deviceSudeep KarkadaNagesha2013-09-191-1/+6
* cpufreq: unlock correct rwsem while updating policy->cpuViresh Kumar2013-09-181-2/+11
* cpufreq: Clear policy->cpus bits in __cpufreq_remove_dev_finish()Viresh Kumar2013-09-181-8/+8
* Merge branch 'pm-cpufreq'Rafael J. Wysocki2013-09-121-17/+32
|\
| * cpufreq: Acquire the lock in cpufreq_policy_restore() for readingLan Tianyu2013-09-111-2/+2
| * cpufreq: Prevent problems in update_policy_cpu() if last_cpu == new_cpuSrivatsa S. Bhat2013-09-111-0/+3
| * cpufreq: Restructure if/else block to avoid unintended behaviorSrivatsa S. Bhat2013-09-111-2/+3
| * cpufreq: Fix crash in cpufreq-stats during suspend/resumeSrivatsa S. Bhat2013-09-111-13/+24
* | Merge branch 'pm-cpufreq'Rafael J. Wysocki2013-09-113-34/+76
|\ \ | |/
| * intel_pstate: Add Haswell CPU modelsNell Hardcastle2013-09-101-0/+5
| * Revert "cpufreq: make sure frequency transitions are serialized"Rafael J. Wysocki2013-09-101-15/+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-101-6/+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-101-1/+6
| * cpufreq: don't allow governor limits to be changed when it is disabledViresh Kumar2013-09-101-2/+3
* | Merge tag 'pm+acpi-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-09-0361-771/+581
|\ \ | |/
| * 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
| |\