summaryrefslogtreecommitdiff
path: root/drivers/cpufreq
AgeCommit message (Expand)AuthorFilesLines
2016-04-11intel_pstate: Use del_timer_sync in intel_pstate_cpu_stopDirk Brandewie1-1/+1
2015-06-23cpufreq: pcc: Enable autoload of pcc-cpufreq for ACPI processorsLenny Szubowicz1-0/+7
2015-04-27cpufreq: fix a NULL pointer dereference in __cpufreq_governor()Ethan Zhao1-0/+7
2015-03-02cpufreq: s3c: remove incorrect __init annotationsArnd Bergmann2-3/+3
2015-03-02cpufreq: speedstep-smi: enable interrupts when waitingMikulas Patocka2-0/+15
2014-11-13cpufreq: intel_pstate: Fix setting max_perf_pct in performance policyPali Rohár1-0/+1
2014-11-13cpufreq: expose scaling_cur_freq sysfs file for set_policy() driversDirk Brandewie1-6/+17
2014-07-18intel_pstate: Set CPU number before accessing MSRsVincent Minet1-1/+1
2014-07-18cpufreq: Makefile: fix compilation for davinci platformPrabhakar Lad1-1/+1
2014-06-20cpufreq: remove race while accessing cur_policyBibek Basu1-0/+6
2014-04-13powernow-k6: reorder frequenciesMikulas Patocka1-7/+10
2014-04-13powernow-k6: correctly initialize default parametersMikulas Patocka1-4/+72
2014-04-13powernow-k6: disable cache when changing frequencyMikulas Patocka1-17/+39
2014-03-05cpufreq: powernow-k8: Initialize per-cpu data-structures properlySrivatsa S. Bhat1-3/+7
2014-01-16intel_pstate: Add X86_FEATURE_APERFMPERF to cpu match parameters.Dirk Brandewie1-1/+2
2014-01-10intel_pstate: Fail initialization if P-state information is missingRafael J. Wysocki1-0/+5
2013-12-04cpufreq: highbank-cpufreq: Enable Midway/ECX-2000Mark Langsdorf1-1/+2
2013-10-25acpi-cpufreq: Fail initialization if driver cannot be registeredRafael J. Wysocki1-4/+4
2013-10-22intel_pstate: Correct calculation of min pstate valueDirk Brandewie1-2/+3
2013-10-22intel_pstate: Improve accuracy by not truncating until final resultBrennan Shacklett1-18/+15
2013-10-17cpufreq: s3c64xx: Rename index to driver_dataCharles Keepax1-1/+1
2013-10-17intel_pstate: Fix type mismatch warningRafael J. Wysocki1-3/+4
2013-10-16cpufreq / intel_pstate: Fix max_perf_pct on resumeDirk Brandewie1-4/+3
2013-10-02intel_pstate: fix no_turboSrinivas Pandruvada1-1/+4
2013-09-30cpufreq: cpufreq-cpu0: NULL is a valid regulator, part 2Philipp Zabel1-1/+1
2013-09-30cpufreq: SPEAr: Fix incorrect variable typeSachin Kamat1-1/+1
2013-09-25cpufreq: exynos5440: Fix potential NULL pointer dereferenceSachin Kamat1-1/+1
2013-09-25cpufreq: check cpufreq driver is valid and cpufreq isn't disabled in cpufreq_...Viresh Kumar1-0/+3
2013-09-25acpi-cpufreq: skip loading acpi_cpufreq after intel_pstateYinghai Lu1-0/+4
2013-09-20cpufreq: return EEXIST instead of EBUSY for second registeringYinghai Lu1-1/+1
2013-09-19cpufreq: imx6q-cpufreq: assign cpu_dev correctly to cpu0 deviceSudeep KarkadaNagesha1-1/+6
2013-09-19cpufreq: cpufreq-cpu0: assign cpu_dev correctly to cpu0 deviceSudeep KarkadaNagesha1-1/+6
2013-09-18cpufreq: unlock correct rwsem while updating policy->cpuViresh Kumar1-2/+11
2013-09-18cpufreq: Clear policy->cpus bits in __cpufreq_remove_dev_finish()Viresh Kumar1-8/+8
2013-09-12Merge branch 'pm-cpufreq'Rafael J. Wysocki1-17/+32
2013-09-12cpufreq: Acquire the lock in cpufreq_policy_restore() for readingLan Tianyu1-2/+2
2013-09-12cpufreq: Prevent problems in update_policy_cpu() if last_cpu == new_cpuSrivatsa S. Bhat1-0/+3
2013-09-12cpufreq: Restructure if/else block to avoid unintended behaviorSrivatsa S. Bhat1-2/+3
2013-09-12cpufreq: Fix crash in cpufreq-stats during suspend/resumeSrivatsa S. Bhat1-13/+24
2013-09-11Merge branch 'pm-cpufreq'Rafael J. Wysocki3-34/+76
2013-09-11intel_pstate: Add Haswell CPU modelsNell Hardcastle1-0/+5
2013-09-10Revert "cpufreq: make sure frequency transitions are serialized"Rafael J. Wysocki1-15/+0
2013-09-10cpufreq: Use signed type for 'ret' variable, to store negative error valuesSrivatsa S. Bhat1-2/+2
2013-09-10cpufreq: Remove temporary fix for race between CPU hotplug and sysfs-writesSrivatsa S. Bhat1-6/+1
2013-09-10cpufreq: Synchronize the cpufreq store_*() routines with CPU hotplugSrivatsa S. Bhat1-2/+9
2013-09-10cpufreq: Invoke __cpufreq_remove_dev_finish() after releasing cpu_hotplug.lockSrivatsa S. Bhat1-0/+3
2013-09-10cpufreq: Split __cpufreq_remove_dev() into two partsSrivatsa S. Bhat1-12/+53
2013-09-10cpufreq: Fix wrong time unit conversionAndreas Schwab1-1/+1
2013-09-10cpufreq: serialize calls to __cpufreq_governor()Viresh Kumar1-1/+6
2013-09-10cpufreq: don't allow governor limits to be changed when it is disabledViresh Kumar1-2/+3