summaryrefslogtreecommitdiff
path: root/drivers/cpufreq/amd-pstate.c
AgeCommit message (Expand)Author
2025-06-27cpufreq/amd-pstate: Add missing NULL ptr check in amd_pstate_updateDhananjay Ugwekar
2025-05-29cpufreq: amd-pstate: Remove unnecessary driver_lock in set_boostDhananjay Ugwekar
2025-02-21cpufreq/amd-pstate: Remove the goto label in amd_pstate_update_limitsDhananjay Ugwekar
2025-02-21cpufreq/amd-pstate: Fix cpufreq_policy ref countingDhananjay Ugwekar
2025-02-21cpufreq/amd-pstate: convert mutex use to guard()Mario Limonciello
2025-02-21cpufreq/amd-pstate: Merge amd_pstate_epp_cpu_offline() and amd_pstate_epp_off...Dhananjay Ugwekar
2025-02-21cpufreq/amd-pstate: Remove the cppc_state check in offline/online functionsDhananjay Ugwekar
2025-02-21cpufreq/amd-pstate: Refactor amd_pstate_epp_reenable() and amd_pstate_epp_off...Dhananjay Ugwekar
2025-02-21cpufreq/amd-pstate: Align offline flow of shared memory and MSR based systemsDhananjay Ugwekar
2025-02-21cpufreq/amd-pstate: Call cppc_set_epp_perf in the reenable functionDhananjay Ugwekar
2024-12-05amd-pstate: Set min_perf to nominal_perf for active mode performance govGautham R. Shenoy
2024-12-05cpufreq/amd-pstate: Don't update CPPC request in amd_pstate_cpu_boost_update()Mario Limonciello
2024-10-15cpufreq/amd-pstate: Use nominal perf for limits when boost is disabledMario Limonciello
2024-10-07cpufreq/amd-pstate: Fix amd_pstate mode switch on shared memory systemsDhananjay Ugwekar
2024-09-11Merge tag 'amd-pstate-v6.12-2024-09-11' of ssh://gitolite.kernel.org/pub/scm/...Rafael J. Wysocki
2024-09-11cpufreq/amd-pstate: Export symbols for changing modesMario Limonciello
2024-09-11cpufreq: amd-pstate: Optimize amd_pstate_update_limits()Mario Limonciello
2024-09-11cpufreq: amd-pstate: Merge amd_pstate_highest_perf_set() into amd_get_boost_r...Mario Limonciello
2024-09-11x86/amd: Detect preferred cores in amd_get_boost_ratio_numerator()Mario Limonciello
2024-09-11x86/amd: Move amd_get_highest_perf() out of amd-pstateMario Limonciello
2024-09-06Merge tag 'cpufreq-arm-updates-6.12' of ssh://gitolite.kernel.org/pub/scm/lin...Rafael J. Wysocki
2024-09-05Merge tag 'amd-pstate-v6.12-2024-09-04' of ssh://gitolite.kernel.org/pub/scm/...Rafael J. Wysocki
2024-09-04cpufreq/amd-pstate: Catch failures for amd_pstate_epp_update_limit()Mario Limonciello
2024-09-04cpufreq: amd-pstate: add check for cpufreq_cpu_get's return valueAnastasia Belova
2024-09-04cpufreq/amd-pstate: Add the missing cpufreq_cpu_put()Dhananjay Ugwekar
2024-08-28cpufreq/amd-pstate: Remove warning for X86_FEATURE_CPPC on certain Zen modelsGautham R. Shenoy
2024-08-22cpufreq/amd-pstate: Use topology_logical_package_id() instead of logical_die_...Gautham R. Shenoy
2024-08-22cpufreq: amd-pstate: Fix uninitialized variable in amd_pstate_cpu_boost_update()Dan Carpenter
2024-07-09Merge tag 'cpufreq-arm-updates-6.11' of ssh://gitolite.kernel.org/pub/scm/lin...Rafael J. Wysocki
2024-07-09cpufreq: Make cpufreq_driver->exit() return voidLizhe
2024-07-07cpufreq/amd-pstate: Fix the scaling_max_freq setting on shared memory CPPC sy...Dhananjay Ugwekar
2024-06-26cpufreq: amd-pstate: Cap the CPPC.max_perf to nominal_perf if CPB is offPerry Yuan
2024-06-26cpufreq: amd-pstate: initialize core precision boost statePerry Yuan
2024-06-24cpufreq: amd-pstate: Don't create attributes when registration failsMario Limonciello
2024-06-20cpufreq/amd-pstate: fix setting policy current frequency valueMeng Li
2024-06-20cpufreq: amd-pstate: auto-load pstate driver by defaultPerry Yuan
2024-06-20cpufreq: amd-pstate: enable shared memory type CPPC by defaultPerry Yuan
2024-06-20cpufreq: amd-pstate: switch boot_cpu_has() to cpu_feature_enabled()Perry Yuan
2024-06-20cpufreq: amd-pstate: add debug message while CPPC is supported and disabled b...Perry Yuan
2024-06-20cpufreq: amd-pstate: show CPPC debug message if CPPC is not supportedPerry Yuan
2024-06-20cpufreq: amd-pstate: remove unused variable nominal_freqPerry Yuan
2024-06-20cpufreq: amd-pstate: optimize the initial frequency values verificationPerry Yuan
2024-06-20cpufreq: amd-pstate: Allow users to write 'default' EPP stringMario Limonciello
2024-06-11cpufreq: amd-pstate: change cpu freq transition delay for some modelsXiaojian Du
2024-05-28cpufreq: amd-pstate: Fix the inconsistency in max frequency unitsDhananjay Ugwekar
2024-05-28cpufreq: amd-pstate: remove global header fileArnd Bergmann
2024-05-16cpufreq: amd-pstate: fix memory leak on CPU EPP exitPeng Ma
2024-05-08cpufreq: amd-pstate: fix the highest frequency issue which limits performancePerry Yuan
2024-04-30cpufreq: amd-pstate: remove unused variable lowest_nonlinear_freqPerry Yuan
2024-04-30cpufreq: amd-pstate: fix code format problemsPerry Yuan