summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/intel_pstate.c
Commit message (Expand)AuthorAgeFilesLines
* cpufreq: intel_pstate: Combine ->stop_cpu() and ->offline()Rafael J. Wysocki2021-06-301-6/+5
* cpufreq: intel_pstate: hybrid: Fix build with CONFIG_ACPI unsetRafael J. Wysocki2021-06-071-43/+48
* cpufreq: intel_pstate: Add Cometlake support in no-HWP modeGiovanni Gherdovich2021-05-211-0/+1
* cpufreq: intel_pstate: Add Icelake servers support in no-HWP modeGiovanni Gherdovich2021-05-211-0/+1
* cpufreq: intel_pstate: hybrid: CPU-specific scaling factorRafael J. Wysocki2021-05-211-23/+210
* cpufreq: intel_pstate: hybrid: Avoid exposing two global attributesRafael J. Wysocki2021-05-211-2/+13
* cpufreq: intel_pstate: Use HWP if enabled by platform firmwareRafael J. Wysocki2021-05-101-1/+13
* cpufreq: intel_pstate: Simplify intel_pstate_update_perf_limits()Rafael J. Wysocki2021-04-091-16/+6
* cpufreq: intel_pstate: Clean up frequency computationsRafael J. Wysocki2021-03-231-56/+45
* cpufreq: intel_pstate: Remove repeated wordNigel Christian2021-01-221-1/+1
* cpufreq: intel_pstate: Get per-CPU max freq via MSR_HWP_CAPABILITIES if avail...Chen Yu2021-01-121-2/+3
* cpufreq: intel_pstate: Rename two functionsRafael J. Wysocki2021-01-121-5/+5
* cpufreq: intel_pstate: Change intel_pstate_get_hwp_max() argumentRafael J. Wysocki2021-01-121-8/+8
* cpufreq: intel_pstate: Always read hwp_cap_cached with READ_ONCE()Rafael J. Wysocki2021-01-121-6/+7
* cpufreq: intel_pstate: remove obsolete functionsLukas Bulwahn2021-01-071-10/+0
* cpufreq: intel_pstate: Use HWP capabilities in intel_cpufreq_adjust_perf()Rafael J. Wysocki2021-01-071-2/+3
* cpufreq: intel_pstate: Fix fast-switch fallback pathRafael J. Wysocki2020-12-301-1/+0
* cpufreq: intel_pstate: Use most recent guaranteed performance valuesRafael J. Wysocki2020-12-211-3/+13
* cpufreq: intel_pstate: Implement the ->adjust_perf() callbackRafael J. Wysocki2020-12-151-12/+58
* cpufreq: intel_pstate: Simplify intel_cpufreq_update_pstate()Rafael J. Wysocki2020-12-111-5/+4
* cpufreq: intel_pstate: Take CPUFREQ_GOV_STRICT_TARGET into accountRafael J. Wysocki2020-11-101-7/+9
* cpufreq: intel_pstate: Avoid missing HWP max updates in passive modeRafael J. Wysocki2020-10-271-7/+6
* cpufreq: intel_pstate: Delete intel_pstate sysfs if failed to register the dr...Chen Yu2020-10-161-1/+21
* cpufreq: intel_pstate: Fix missing return statementZhang Rui2020-09-301-0/+1
* cpufreq: intel_pstate: Fix intel_pstate_get_hwp_max() for turbo disabledFrancisco Jerez2020-09-011-1/+1
* cpufreq: intel_pstate: Free memory only when turning offRafael J. Wysocki2020-09-011-33/+24
* cpufreq: intel_pstate: Add ->offline and ->online callbacksRafael J. Wysocki2020-09-011-49/+94
* cpufreq: intel_pstate: Tweak the EPP sysfs interfaceRafael J. Wysocki2020-09-011-0/+8
* cpufreq: intel_pstate: Update cached EPP in the active modeRafael J. Wysocki2020-09-011-5/+15
* cpufreq: intel_pstate: Refuse to turn off with HWP enabledRafael J. Wysocki2020-09-011-3/+9
* cpufreq: intel_pstate: Implement passive mode with HWP enabledRafael J. Wysocki2020-08-111-63/+182
* cpufreq: intel_pstate: Fix cpuinfo_max_freq when MSR_TURBO_RATIO_LIMIT is 0Srinivas Pandruvada2020-08-041-0/+1
* cpufreq: intel_pstate: Fix EPP setting via sysfs in active modeRafael J. Wysocki2020-07-301-5/+12
* cpufreq: intel_pstate: Rearrange the storing of new EPP valuesRafael J. Wysocki2020-07-301-20/+15
* Merge back cpufreq material for v5.9.Rafael J. Wysocki2020-07-271-38/+121
|\
| * cpufreq: intel_pstate: Avoid enabling HWP if EPP is not supportedRafael J. Wysocki2020-07-161-1/+6
| * cpufreq: intel_pstate: Clean up aperf_mperf_shift descriptionRafael J. Wysocki2020-07-161-3/+1
| * cpufreq: intel_pstate: Supply struct attribute description for get_aperf_mper...Lee Jones2020-07-151-0/+1
| * cpufreq: intel_pstate: Fix static checker warning for epp variableSrinivas Pandruvada2020-07-131-1/+1
| * cpufreq: intel_pstate: Allow raw energy performance preference valueSrinivas Pandruvada2020-07-021-10/+40
| * cpufreq: intel_pstate: Allow enable/disable energy efficiencySrinivas Pandruvada2020-07-021-24/+73
* | cpufreq: intel_pstate: Fix active mode setting from command lineRafael J. Wysocki2020-07-131-2/+6
|/
* cpufreq: intel_pstate: Add one more OOB control bitSrinivas Pandruvada2020-06-231-2/+5
* Merge back cpufreq material for v5.8.Rafael J. Wysocki2020-05-021-1/+2
|\
| * cpufreq: intel_pstate: Use passive mode by default without HWPRafael J. Wysocki2020-04-171-1/+2
* | cpufreq: intel_pstate: Only mention the BIOS disabling turbo mode onceChris Wilson2020-04-271-1/+1
|/
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-03-301-0/+1
|\
| * Merge tag 'v5.6-rc3' into sched/core, to pick up fixes and dependent patchesIngo Molnar2020-02-241-22/+18
| |\
| * | x86/intel_pstate: Handle runtime turbo disablement/enablement in frequency in...Giovanni Gherdovich2020-01-281-0/+1
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-03-301-35/+36
|\ \ \