summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/amd-pstate.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* cpufreq/amd-pstate: Use nominal perf for limits when boost is disabledMario Limonciello2024-10-161-6/+14
* cpufreq/amd-pstate: Fix amd_pstate mode switch on shared memory systemsDhananjay Ugwekar2024-10-071-0/+10
* Merge tag 'amd-pstate-v6.12-2024-09-11' of ssh://gitolite.kernel.org/pub/scm/...Rafael J. Wysocki2024-09-111-112/+39
|\
| * cpufreq/amd-pstate: Export symbols for changing modesMario Limonciello2024-09-111-13/+10
| * cpufreq: amd-pstate: Optimize amd_pstate_update_limits()Mario Limonciello2024-09-111-5/+5
| * cpufreq: amd-pstate: Merge amd_pstate_highest_perf_set() into amd_get_boost_r...Mario Limonciello2024-09-111-42/+10
| * x86/amd: Detect preferred cores in amd_get_boost_ratio_numerator()Mario Limonciello2024-09-111-21/+13
| * x86/amd: Move amd_get_highest_perf() out of amd-pstateMario Limonciello2024-09-111-32/+2
* | Merge tag 'cpufreq-arm-updates-6.12' of ssh://gitolite.kernel.org/pub/scm/lin...Rafael J. Wysocki2024-09-061-3/+16
|\|
| * cpufreq: amd-pstate: add check for cpufreq_cpu_get's return valueAnastasia Belova2024-09-041-2/+12
| * cpufreq/amd-pstate: Add the missing cpufreq_cpu_put()Dhananjay Ugwekar2024-09-041-1/+4
* | Merge tag 'amd-pstate-v6.12-2024-09-04' of ssh://gitolite.kernel.org/pub/scm/...Rafael J. Wysocki2024-09-051-4/+7
|\ \
| * | cpufreq/amd-pstate: Catch failures for amd_pstate_epp_update_limit()Mario Limonciello2024-09-041-4/+7
* | | cpufreq/amd-pstate: Remove warning for X86_FEATURE_CPPC on certain Zen modelsGautham R. Shenoy2024-08-281-10/+24
|/ /
* | cpufreq/amd-pstate: Use topology_logical_package_id() instead of logical_die_...Gautham R. Shenoy2024-08-221-1/+1
* | cpufreq: amd-pstate: Fix uninitialized variable in amd_pstate_cpu_boost_update()Dan Carpenter2024-08-221-1/+1
|/
* Merge tag 'cpufreq-arm-updates-6.11' of ssh://gitolite.kernel.org/pub/scm/lin...Rafael J. Wysocki2024-07-091-5/+2
|\
| * cpufreq: Make cpufreq_driver->exit() return voidLizhe2024-07-091-5/+2
* | cpufreq/amd-pstate: Fix the scaling_max_freq setting on shared memory CPPC sy...Dhananjay Ugwekar2024-07-071-20/+23
* | cpufreq: amd-pstate: Cap the CPPC.max_perf to nominal_perf if CPB is offPerry Yuan2024-06-261-0/+5
* | cpufreq: amd-pstate: initialize core precision boost statePerry Yuan2024-06-261-22/+95
* | cpufreq: amd-pstate: Don't create attributes when registration failsMario Limonciello2024-06-241-1/+5
* | cpufreq/amd-pstate: fix setting policy current frequency valueMeng Li2024-06-211-5/+12
* | cpufreq: amd-pstate: auto-load pstate driver by defaultPerry Yuan2024-06-211-7/+17
* | cpufreq: amd-pstate: enable shared memory type CPPC by defaultPerry Yuan2024-06-211-12/+1
* | cpufreq: amd-pstate: switch boot_cpu_has() to cpu_feature_enabled()Perry Yuan2024-06-211-12/+12
* | cpufreq: amd-pstate: add debug message while CPPC is supported and disabled b...Perry Yuan2024-06-211-0/+26
* | cpufreq: amd-pstate: show CPPC debug message if CPPC is not supportedPerry Yuan2024-06-211-0/+19
* | cpufreq: amd-pstate: remove unused variable nominal_freqPerry Yuan2024-06-211-4/+2
* | cpufreq: amd-pstate: optimize the initial frequency values verificationPerry Yuan2024-06-211-17/+18
* | cpufreq: amd-pstate: Allow users to write 'default' EPP stringMario Limonciello2024-06-211-5/+3
* | cpufreq: amd-pstate: change cpu freq transition delay for some modelsXiaojian Du2024-06-111-2/+7
* | cpufreq: amd-pstate: Fix the inconsistency in max frequency unitsDhananjay Ugwekar2024-05-281-1/+1
* | cpufreq: amd-pstate: remove global header fileArnd Bergmann2024-05-281-1/+33
|/
* cpufreq: amd-pstate: fix memory leak on CPU EPP exitPeng Ma2024-05-161-0/+7
* cpufreq: amd-pstate: fix the highest frequency issue which limits performancePerry Yuan2024-05-081-3/+19
* cpufreq: amd-pstate: remove unused variable lowest_nonlinear_freqPerry Yuan2024-04-301-4/+2
* cpufreq: amd-pstate: fix code format problemsPerry Yuan2024-04-301-4/+3
* cpufreq: amd-pstate: Add quirk for the pstate CPPC capabilities missingPerry Yuan2024-04-261-2/+51
* cpufreq: amd-pstate: get transition delay and latency value from ACPI tablesPerry Yuan2024-04-261-2/+32
* cpufreq: amd-pstate: Bail out if min/max/nominal_freq is 0Perry Yuan2024-04-261-6/+10
* cpufreq: amd-pstate: Remove amd_get_{min,max,nominal,lowest_nonlinear}_freq()Gautham R. Shenoy2024-04-261-30/+10
* cpufreq: amd-pstate: Unify computation of {max,min,nominal,lowest_nonlinear}_...Perry Yuan2024-04-261-67/+59
* cpufreq: amd-pstate: adjust min/max limit perfMeng Li2024-02-291-1/+14
* cpufreq: amd-pstate: Fix min_perf assignment in amd_pstate_adjust_perf()Tor Vic2024-02-121-1/+1
* cpufreq: amd-pstate: Update amd-pstate preferred core ranking dynamicallyMeng Li2024-01-311-0/+52
* cpufreq: amd-pstate: Enable amd-pstate preferred core supportMeng Li2024-01-311-8/+123
* cpufreq/amd-pstate: Fix setting scaling max/min freq valuesMario Limonciello2024-01-221-4/+3
* cpufreq/amd-pstate: Only print supported EPP values for performance governorAyush Jain2023-11-291-1/+6
* cpufreq/amd-pstate: Fix scaling_min_freq and scaling_max_freq updateWyes Karny2023-11-291-13/+47