aboutsummaryrefslogtreecommitdiff
path: root/drivers/cpufreq/intel_pstate.c
AgeCommit message (Expand)AuthorFilesLines
2021-11-04cpufreq: intel_pstate: Fix unchecked MSR 0x773 accessGravatar Srinivas Pandruvada 1-0/+3
2021-11-04cpufreq: intel_pstate: Clear HWP desired on suspend/shutdown and offlineGravatar Rafael J. Wysocki 1-2/+30
2021-10-26cpufreq: intel_pstate: Fix cpu->pstate.turbo_freq initializationGravatar Zhang Rui 1-1/+2
2021-10-05cpufreq: intel_pstate: Process HWP Guaranteed change notificationGravatar Srinivas Pandruvada 1-6/+111
2021-09-13cpufreq: intel_pstate: Override parameters if HWP forced by BIOSGravatar Doug Smythies 1-8/+14
2021-09-07cpufreq: intel_pstate: hybrid: Rework HWP calibrationGravatar Rafael J. Wysocki 1-114/+71
2021-09-07Revert "cpufreq: intel_pstate: Process HWP Guaranteed change notification"Gravatar Rafael J. Wysocki 1-39/+0
2021-08-25cpufreq: intel_pstate: Process HWP Guaranteed change notificationGravatar Srinivas Pandruvada 1-0/+39
2021-08-04cpufreq: Replace deprecated CPU-hotplug functionsGravatar Sebastian Andrzej Siewior 1-2/+2
2021-06-30cpufreq: intel_pstate: Combine ->stop_cpu() and ->offline()Gravatar Rafael J. Wysocki 1-6/+5
2021-06-07cpufreq: intel_pstate: hybrid: Fix build with CONFIG_ACPI unsetGravatar Rafael J. Wysocki 1-43/+48
2021-05-21cpufreq: intel_pstate: Add Cometlake support in no-HWP modeGravatar Giovanni Gherdovich 1-0/+1
2021-05-21cpufreq: intel_pstate: Add Icelake servers support in no-HWP modeGravatar Giovanni Gherdovich 1-0/+1
2021-05-21cpufreq: intel_pstate: hybrid: CPU-specific scaling factorGravatar Rafael J. Wysocki 1-23/+210
2021-05-21cpufreq: intel_pstate: hybrid: Avoid exposing two global attributesGravatar Rafael J. Wysocki 1-2/+13
2021-05-10cpufreq: intel_pstate: Use HWP if enabled by platform firmwareGravatar Rafael J. Wysocki 1-1/+13
2021-04-09cpufreq: intel_pstate: Simplify intel_pstate_update_perf_limits()Gravatar Rafael J. Wysocki 1-16/+6
2021-03-23cpufreq: intel_pstate: Clean up frequency computationsGravatar Rafael J. Wysocki 1-56/+45
2021-01-22cpufreq: intel_pstate: Remove repeated wordGravatar Nigel Christian 1-1/+1
2021-01-12cpufreq: intel_pstate: Get per-CPU max freq via MSR_HWP_CAPABILITIES if avail...Gravatar Chen Yu 1-2/+3
2021-01-12cpufreq: intel_pstate: Rename two functionsGravatar Rafael J. Wysocki 1-5/+5
2021-01-12cpufreq: intel_pstate: Change intel_pstate_get_hwp_max() argumentGravatar Rafael J. Wysocki 1-8/+8
2021-01-12cpufreq: intel_pstate: Always read hwp_cap_cached with READ_ONCE()Gravatar Rafael J. Wysocki 1-6/+7
2021-01-07cpufreq: intel_pstate: remove obsolete functionsGravatar Lukas Bulwahn 1-10/+0
2021-01-07cpufreq: intel_pstate: Use HWP capabilities in intel_cpufreq_adjust_perf()Gravatar Rafael J. Wysocki 1-2/+3
2020-12-30cpufreq: intel_pstate: Fix fast-switch fallback pathGravatar Rafael J. Wysocki 1-1/+0
2020-12-21cpufreq: intel_pstate: Use most recent guaranteed performance valuesGravatar Rafael J. Wysocki 1-3/+13
2020-12-15cpufreq: intel_pstate: Implement the ->adjust_perf() callbackGravatar Rafael J. Wysocki 1-12/+58
2020-12-11cpufreq: intel_pstate: Simplify intel_cpufreq_update_pstate()Gravatar Rafael J. Wysocki 1-5/+4
2020-11-10cpufreq: intel_pstate: Take CPUFREQ_GOV_STRICT_TARGET into accountGravatar Rafael J. Wysocki 1-7/+9
2020-10-27cpufreq: intel_pstate: Avoid missing HWP max updates in passive modeGravatar Rafael J. Wysocki 1-7/+6
2020-10-16cpufreq: intel_pstate: Delete intel_pstate sysfs if failed to register the dr...Gravatar Chen Yu 1-1/+21
2020-09-30cpufreq: intel_pstate: Fix missing return statementGravatar Zhang Rui 1-0/+1
2020-09-01cpufreq: intel_pstate: Fix intel_pstate_get_hwp_max() for turbo disabledGravatar Francisco Jerez 1-1/+1
2020-09-01cpufreq: intel_pstate: Free memory only when turning offGravatar Rafael J. Wysocki 1-33/+24
2020-09-01cpufreq: intel_pstate: Add ->offline and ->online callbacksGravatar Rafael J. Wysocki 1-49/+94
2020-09-01cpufreq: intel_pstate: Tweak the EPP sysfs interfaceGravatar Rafael J. Wysocki 1-0/+8
2020-09-01cpufreq: intel_pstate: Update cached EPP in the active modeGravatar Rafael J. Wysocki 1-5/+15
2020-09-01cpufreq: intel_pstate: Refuse to turn off with HWP enabledGravatar Rafael J. Wysocki 1-3/+9
2020-08-11cpufreq: intel_pstate: Implement passive mode with HWP enabledGravatar Rafael J. Wysocki 1-63/+182
2020-08-04cpufreq: intel_pstate: Fix cpuinfo_max_freq when MSR_TURBO_RATIO_LIMIT is 0Gravatar Srinivas Pandruvada 1-0/+1
2020-07-30cpufreq: intel_pstate: Fix EPP setting via sysfs in active modeGravatar Rafael J. Wysocki 1-5/+12
2020-07-30cpufreq: intel_pstate: Rearrange the storing of new EPP valuesGravatar Rafael J. Wysocki 1-20/+15
2020-07-27Merge back cpufreq material for v5.9.Gravatar Rafael J. Wysocki 1-38/+121
2020-07-16cpufreq: intel_pstate: Avoid enabling HWP if EPP is not supportedGravatar Rafael J. Wysocki 1-1/+6
2020-07-16cpufreq: intel_pstate: Clean up aperf_mperf_shift descriptionGravatar Rafael J. Wysocki 1-3/+1
2020-07-15cpufreq: intel_pstate: Supply struct attribute description for get_aperf_mper...Gravatar Lee Jones 1-0/+1
2020-07-13cpufreq: intel_pstate: Fix active mode setting from command lineGravatar Rafael J. Wysocki 1-2/+6
2020-07-13cpufreq: intel_pstate: Fix static checker warning for epp variableGravatar Srinivas Pandruvada 1-1/+1
2020-07-02cpufreq: intel_pstate: Allow raw energy performance preference valueGravatar Srinivas Pandruvada 1-10/+40