summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq
Commit message (Expand)AuthorAgeFilesLines
* cpufreq: pcc: Enable autoload of pcc-cpufreq for ACPI processorsLenny Szubowicz2015-06-231-0/+7
* cpufreq: fix a NULL pointer dereference in __cpufreq_governor()Ethan Zhao2015-04-271-0/+7
* cpufreq: s3c: remove incorrect __init annotationsArnd Bergmann2015-03-012-3/+3
* cpufreq: speedstep-smi: enable interrupts when waitingMikulas Patocka2015-03-012-0/+15
* cpufreq: intel_pstate: Fix setting max_perf_pct in performance policyPali Rohár2014-11-131-0/+1
* cpufreq: expose scaling_cur_freq sysfs file for set_policy() driversDirk Brandewie2014-11-131-6/+17
* intel_pstate: Set CPU number before accessing MSRsVincent Minet2014-07-181-1/+1
* cpufreq: Makefile: fix compilation for davinci platformPrabhakar Lad2014-07-181-1/+1
* cpufreq: remove race while accessing cur_policyBibek Basu2014-06-201-0/+6
* powernow-k6: reorder frequenciesMikulas Patocka2014-04-131-7/+10
* powernow-k6: correctly initialize default parametersMikulas Patocka2014-04-131-4/+72
* powernow-k6: disable cache when changing frequencyMikulas Patocka2014-04-131-17/+39
* cpufreq: powernow-k8: Initialize per-cpu data-structures properlySrivatsa S. Bhat2014-03-051-3/+7
* intel_pstate: Add X86_FEATURE_APERFMPERF to cpu match parameters.Dirk Brandewie2014-01-151-1/+2
* intel_pstate: Fail initialization if P-state information is missingRafael J. Wysocki2014-01-091-0/+5
* cpufreq: highbank-cpufreq: Enable Midway/ECX-2000Mark Langsdorf2013-12-041-1/+2
* acpi-cpufreq: Fail initialization if driver cannot be registeredRafael J. Wysocki2013-10-251-4/+4
* intel_pstate: Correct calculation of min pstate valueDirk Brandewie2013-10-221-2/+3
* intel_pstate: Improve accuracy by not truncating until final resultBrennan Shacklett2013-10-221-18/+15
* cpufreq: s3c64xx: Rename index to driver_dataCharles Keepax2013-10-161-1/+1
* intel_pstate: Fix type mismatch warningRafael J. Wysocki2013-10-161-3/+4
* cpufreq / intel_pstate: Fix max_perf_pct on resumeDirk Brandewie2013-10-161-4/+3
* intel_pstate: fix no_turboSrinivas Pandruvada2013-10-011-1/+4
* cpufreq: cpufreq-cpu0: NULL is a valid regulator, part 2Philipp Zabel2013-09-301-1/+1
* cpufreq: SPEAr: Fix incorrect variable typeSachin Kamat2013-09-301-1/+1
* 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
|\|