summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cpufreq: intel_pstate: Fix HWP on boot CPU after system resumeRafael J. Wysocki2016-05-022-13/+25
* cpufreq: st: enable selective initialization based on the platformSudeep Holla2016-04-281-0/+4
* cpufreq: intel_pstate: Fix processing for turbo activation ratioSrinivas Pandruvada2016-04-251-0/+5
* Revert "cpufreq: governor: Fix negative idle_time when configured with CONFIG...Rafael J. Wysocki2016-04-251-6/+2
* cpufreq: Abort cpufreq_update_current_freq() for cpufreq_suspended setRafael J. Wysocki2016-04-181-0/+3
* intel_pstate: Avoid getting stuck in high P-states when idleRafael J. Wysocki2016-04-101-0/+4
* cpufreq: dt: Drop stale commentViresh Kumar2016-04-051-3/+0
* cpufreq: intel_pstate: Documenation for structuresSrinivas Pandruvada2016-04-051-0/+135
* cpufreq: intel_pstate: fix inconsistency in setting policy limitsSrinivas Pandruvada2016-04-051-6/+23
* intel_pstate: Avoid extra invocation of intel_pstate_sample()Rafael J. Wysocki2016-04-021-6/+15
* intel_pstate: Do not set utilization update hook too earlyRafael J. Wysocki2016-03-311-8/+19
* cpufreq: governor: Always schedule work on the CPU running updateRafael J. Wysocki2016-03-221-1/+1
* cpufreq: Always update current frequency before startig governorRafael J. Wysocki2016-03-221-11/+3
* cpufreq: Introduce cpufreq_update_current_freq()Rafael J. Wysocki2016-03-221-9/+19
* cpufreq: Introduce cpufreq_start_governor()Rafael J. Wysocki2016-03-221-22/+22
* cpufreq: powernv: Add sysfs attributes to show throttle statsShilpasri G Bhat2016-03-222-2/+141
* cpufreq: acpi-cpufreq: make Intel/AMD MSR access, io port access staticJisheng Zhang2016-03-221-6/+6
* cpufreq: powernv: Define per_cpu chip pointer to optimize hot-pathMichael Neuling2016-03-221-33/+17
* cpufreq: acpi-cpufreq: Clean up hot plug notifier callbackRichard Cochran2016-03-201-2/+4
* intel_pstate: Do not call wrmsrl_on_cpu() with disabled interruptsRafael J. Wysocki2016-03-201-30/+43
* cpufreq: Make cpufreq_quick_get() safe to callRichard Cochran2016-03-181-2/+10
* intel_pstate: Do not skip samples partiallyRafael J. Wysocki2016-03-111-5/+7
* intel_pstate: Remove freq calculation from intel_pstate_calc_busy()Philippe Longepe2016-03-111-8/+8
* intel_pstate: Move intel_pstate_calc_busy() into get_target_pstate_use_perfor...Philippe Longepe2016-03-111-3/+2
* intel_pstate: Optimize calculation for max/min_perf_adjPhilippe Longepe2016-03-111-2/+2
* intel_pstate: Remove extra conversions in pid calculationPhilippe Longepe2016-03-111-4/+4
* Merge branch 'pm-cpufreq-governor' into pm-cpufreqRafael J. Wysocki2016-03-1017-1148/+1031
|\
| * cpufreq: Move scheduler-related code to the sched directoryRafael J. Wysocki2016-03-107-88/+96
| * cpufreq: Reduce cpufreq_update_util() overhead a bitRafael J. Wysocki2016-03-093-11/+20
| * cpufreq: Select IRQ_WORK if CPU_FREQ_GOV_COMMON is setRafael J. Wysocki2016-03-091-1/+1
| * cpufreq: Remove 'policy->governor_enabled'Viresh Kumar2016-03-092-18/+0
| * cpufreq: Rename __cpufreq_governor() to cpufreq_governor()Viresh Kumar2016-03-091-23/+21
| * cpufreq: Relocate handle_update() to kill its declarationViresh Kumar2016-03-091-10/+9
| * cpufreq: governor: Drop unnecessary checks from show() and store()Viresh Kumar2016-03-091-7/+3
| * cpufreq: governor: Fix race in dbs_update_util_handler()Rafael J. Wysocki2016-03-091-5/+16
| * cpufreq: governor: Make gov_set_update_util() staticRafael J. Wysocki2016-03-091-3/+2
| * cpufreq: governor: Narrow down the dbs_data_mutex coverageRafael J. Wysocki2016-03-091-23/+23
| * cpufreq: governor: Make dbs_data_mutex staticRafael J. Wysocki2016-03-092-3/+1
| * cpufreq: governor: Relocate definitions of tuners structuresRafael J. Wysocki2016-03-093-10/+9
| * cpufreq: governor: Move per-CPU data to the common codeRafael J. Wysocki2016-03-094-59/+25
| * cpufreq: governor: Make governor private data per-policyRafael J. Wysocki2016-03-096-28/+87
| * cpufreq: ondemand: Rework the handling of powersave bias updatesRafael J. Wysocki2016-03-091-17/+13
| * cpufreq: governor: Fix CPU load information updates via ->storeRafael J. Wysocki2016-03-094-28/+40
| * cpufreq: ondemand: Drop one more callback from struct od_opsRafael J. Wysocki2016-03-092-3/+1
| * cpufreq: governor: Drop unused governor callback and data fieldsRafael J. Wysocki2016-03-093-19/+1
| * cpufreq: governor: Add a ->start callback for governorsRafael J. Wysocki2016-03-094-14/+22
| * cpufreq: governor: Move io_is_busy to struct dbs_dataRafael J. Wysocki2016-03-093-26/+15
| * cpufreq: governor: Close dbs_data update race conditionRafael J. Wysocki2016-03-091-1/+1
| * cpufreq: ondemand: Drop unused callback from struct od_opsRafael J. Wysocki2016-03-092-2/+0
| * cpufreq: ondemand: Simplify od_update() slightlyRafael J. Wysocki2016-03-091-8/+5