summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/intel_pstate.c
Commit message (Expand)AuthorAgeFilesLines
* intel_pstate: Do not clear utilization update hooks on policy changesRafael J. Wysocki2016-06-271-2/+3
* cpufreq: intel_pstate: Adjust _PSS[0] freqeuency if neededSrinivas Pandruvada2016-06-151-20/+2Star
* cpufreq: intel_pstate: Fix ->set_policy() interface for no_turboSrinivas Pandruvada2016-06-081-2/+5
* cpufreq: intel_pstate: Fix code ordering in intel_pstate_set_policy()Srinivas Pandruvada2016-06-081-1/+4
* cpufreq: intel_pstate: Downgrade print level for _PPCSrinivas Pandruvada2016-05-301-1/+1
* intel_pstate: Simplify conditional in intel_pstate_set_policy()Rafael J. Wysocki2016-05-181-6/+5Star
* intel_pstate: Clean up get_target_pstate_use_performance()Rafael J. Wysocki2016-05-111-16/+11Star
* intel_pstate: Use sample.core_avg_perf in get_avg_pstate()Rafael J. Wysocki2016-05-111-2/+2
* intel_pstate: Clarify average performance computationRafael J. Wysocki2016-05-111-16/+24
* intel_pstate: Avoid unnecessary synchronize_sched() during initializationChen Yu2016-05-111-0/+9
* intel_pstate: Clean up intel_pstate_get()Rafael J. Wysocki2016-05-091-7/+2Star
* Merge cpufreq fixes going into v4.6.Rafael J. Wysocki2016-05-061-8/+23
|\
| * intel_pstate: Fix intel_pstate_get()Rafael J. Wysocki2016-05-041-6/+8
| * cpufreq: intel_pstate: Fix HWP on boot CPU after system resumeRafael J. Wysocki2016-05-021-2/+10
| * cpufreq: intel_pstate: Fix processing for turbo activation ratioSrinivas Pandruvada2016-04-251-0/+5
* | cpufreq: intel_pstate: Ignore _PPC processing under HWPSrinivas Pandruvada2016-05-051-0/+3
* | cpufreq: intel_pstate: Enable PPC enforcement for serversSrinivas Pandruvada2016-04-281-1/+11
* | cpufreq: intel_pstate: Adjust policy->maxSrinivas Pandruvada2016-04-281-0/+11
* | cpufreq: intel_pstate: Enforce _PPC limitsSrinivas Pandruvada2016-04-281-2/+134
* | cpufreq: intel_pstate: Use average P-State instead of current P-StatePhilippe Longepe2016-04-251-1/+7
* | Merge back cpufreq changes for v4.7.Rafael J. Wysocki2016-04-251-30/+26Star
|\ \ | |/ |/|
| * intel_pstate: Use pr_fmtJoe Perches2016-04-091-8/+10
| * intel_pstate: Avoid pointless FRAC_BITS shifts under div_fp()Rafael J. Wysocki2016-04-091-18/+13Star
| * Merge branch 'pm-cpufreq-sched' into pm-cpufreqRafael J. Wysocki2016-04-091-4/+3Star
| |\
| | * cpufreq: sched: Helpers to add and remove update_util hooksRafael J. Wysocki2016-04-021-4/+3Star
* | | intel_pstate: Avoid getting stuck in high P-states when idleRafael J. Wysocki2016-04-101-0/+4
|/ /
* | 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
* intel_pstate: Do not call wrmsrl_on_cpu() with disabled interruptsRafael J. Wysocki2016-03-201-30/+43
* 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/+2Star
* 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-101-64/+39Star
|\
| * cpufreq: Reduce cpufreq_update_util() overhead a bitRafael J. Wysocki2016-03-091-2/+2
| * cpufreq: intel_pstate: Replace timers with utilization update callbacksRafael J. Wysocki2016-03-091-64/+39Star
* | cpufreq: intel_pstate: disable HWP notificationsSrinivas Pandruvada2016-02-261-0/+3
* | cpufreq: intel_pstate: Enable HWP by defaultSrinivas Pandruvada2016-02-261-12/+22
* | intel_pstate: Update frequencies of policy->cpus only from ->set_policy()Viresh Kumar2016-02-231-9/+12
|/
* Merge back earlier cpufreq material for v4.5.Rafael J. Wysocki2015-12-211-16/+57
|\
| * cpufreq: intel_pstate: Account for IO wait timePhilippe Longepe2015-12-101-3/+21
| * cpufreq: intel_pstate: Account for non C0 timePhilippe Longepe2015-12-101-5/+24
| * cpufreq: intel_pstate: Configurable algorithm to get target pstatePhilippe Longepe2015-12-101-13/+17
* | cpufreq: intel_pstate: Minor cleanup for FRAC_BITSPrarit Bhargava2015-12-121-1/+1
|/
* intel_pstate: Fix "performance" mode behavior with HWP enabledAlexandra Yates2015-11-251-0/+2
* cpufreq: intel_pstate: Fix limits->max_perf rounding errorPrarit Bhargava2015-11-231-0/+1
* cpufreq: intel_pstate: Fix limits->max_policy_pct rounding errorPrarit Bhargava2015-11-231-1/+2