aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-14Merge branch 'pm-cpufreq'Rafael J. Wysocki15-1676/+1344
2016-03-11intel_pstate: Do not skip samples partiallyRafael J. Wysocki1-5/+7
2016-03-11intel_pstate: Remove freq calculation from intel_pstate_calc_busy()Philippe Longepe1-8/+8
2016-03-11intel_pstate: Move intel_pstate_calc_busy() into get_target_pstate_use_performance()Philippe Longepe1-3/+2
2016-03-11intel_pstate: Optimize calculation for max/min_perf_adjPhilippe Longepe1-2/+2
2016-03-11intel_pstate: Remove extra conversions in pid calculationPhilippe Longepe1-4/+4
2016-03-10Merge branch 'pm-cpufreq-governor' into pm-cpufreqRafael J. Wysocki9-1142/+903
2016-03-10cpufreq: Move scheduler-related code to the sched directoryRafael J. Wysocki2-53/+1
2016-03-09Revert "cpufreq: postfix policy directory with the first CPU in related_cpus"Viresh Kumar1-11/+10
2016-03-09cpufreq: Reduce cpufreq_update_util() overhead a bitRafael J. Wysocki3-11/+20
2016-03-09cpufreq: Select IRQ_WORK if CPU_FREQ_GOV_COMMON is setRafael J. Wysocki1-1/+1
2016-03-09cpufreq: Remove 'policy->governor_enabled'Viresh Kumar1-17/+0
2016-03-09cpufreq: Rename __cpufreq_governor() to cpufreq_governor()Viresh Kumar1-23/+21
2016-03-09cpufreq: Relocate handle_update() to kill its declarationViresh Kumar1-10/+9
2016-03-09cpufreq: governor: Drop unnecessary checks from show() and store()Viresh Kumar1-7/+3
2016-03-09cpufreq: governor: Fix race in dbs_update_util_handler()Rafael J. Wysocki1-5/+16
2016-03-09cpufreq: governor: Make gov_set_update_util() staticRafael J. Wysocki1-3/+2
2016-03-09cpufreq: governor: Narrow down the dbs_data_mutex coverageRafael J. Wysocki1-23/+23
2016-03-09cpufreq: governor: Make dbs_data_mutex staticRafael J. Wysocki2-3/+1
2016-03-09cpufreq: governor: Relocate definitions of tuners structuresRafael J. Wysocki3-10/+9
2016-03-09cpufreq: governor: Move per-CPU data to the common codeRafael J. Wysocki4-59/+25
2016-03-09cpufreq: governor: Make governor private data per-policyRafael J. Wysocki6-28/+87
2016-03-09cpufreq: ondemand: Rework the handling of powersave bias updatesRafael J. Wysocki1-17/+13
2016-03-09cpufreq: governor: Fix CPU load information updates via ->storeRafael J. Wysocki4-28/+40
2016-03-09cpufreq: ondemand: Drop one more callback from struct od_opsRafael J. Wysocki2-3/+1
2016-03-09cpufreq: governor: Drop unused governor callback and data fieldsRafael J. Wysocki3-19/+1
2016-03-09cpufreq: governor: Add a ->start callback for governorsRafael J. Wysocki4-14/+22
2016-03-09cpufreq: governor: Move io_is_busy to struct dbs_dataRafael J. Wysocki3-26/+15
2016-03-09cpufreq: governor: Close dbs_data update race conditionRafael J. Wysocki1-1/+1
2016-03-09cpufreq: ondemand: Drop unused callback from struct od_opsRafael J. Wysocki2-2/+0
2016-03-09cpufreq: ondemand: Simplify od_update() slightlyRafael J. Wysocki1-8/+5
2016-03-09cpufreq: governor: Use microseconds in sample delay computationsRafael J. Wysocki4-32/+17
2016-03-09cpufreq: ondemand: Simplify conditionals in od_dbs_timer()Rafael J. Wysocki1-13/+11
2016-03-09cpufreq: governor: Move rate_mult to struct policy_dbsRafael J. Wysocki3-25/+26
2016-03-09cpufreq: governor: Reset sample delay in store_sampling_rate()Rafael J. Wysocki1-12/+4
2016-03-09cpufreq: governor: Get rid of the ->gov_check_cpu callbackRafael J. Wysocki4-32/+27
2016-03-09cpufreq: governor: Clean up load-related computationsRafael J. Wysocki1-14/+10
2016-03-09cpufreq: governor: Fix nice contribution computation in dbs_check_cpu()Rafael J. Wysocki1-15/+3
2016-03-09cpufreq: governor: Avoid atomic operations in hot pathsRafael J. Wysocki2-16/+38
2016-03-09cpufreq: governor: Simplify gov_cancel_work() slightlyRafael J. Wysocki1-8/+0
2016-03-09cpufreq: governor: Avoid irq_work_queue_on() crash on non-SMP ARMRafael J. Wysocki1-10/+1
2016-03-09cpufreq: ondemand: Rearrange od_dbs_timer() to avoid updating delayViresh Kumar1-5/+4
2016-03-09cpufreq: conservative: Update sample_delay_ns immediatelyViresh Kumar4-83/+65
2016-03-09cpufreq: governor: No need to manage state machine nowViresh Kumar1-22/+5
2016-03-09cpufreq: Remove cpufreq_governor_lockViresh Kumar2-9/+0
2016-03-09cpufreq: Call __cpufreq_governor() with policy->rwsem heldViresh Kumar1-16/+33
2016-03-09cpufreq: Merge cpufreq_offline_prepare/finish routinesViresh Kumar1-26/+10
2016-03-09cpufreq: governor: Create and traverse list of policy_dbs to avoid deadlockViresh Kumar3-64/+54
2016-03-09Revert "cpufreq: Drop rwsem lock around CPUFREQ_GOV_POLICY_EXIT"Viresh Kumar1-5/+0
2016-03-09cpufreq: governor: Drop unused macros for creating governor tunable attributesViresh Kumar1-89/+0