summaryrefslogtreecommitdiff
path: root/drivers/cpufreq/amd-pstate.c
AgeCommit message (Expand)Author
2025-03-22Merge tag 'cpufreq-arm-updates-6.15' of git://git.kernel.org/pub/scm/linux/ke...Rafael J. Wysocki
2025-03-06cpufreq/amd-pstate: Drop actions in amd_pstate_epp_cpu_offline()Mario Limonciello
2025-03-06cpufreq/amd-pstate: Stop caching EPPMario Limonciello
2025-03-06cpufreq/amd-pstate: Rework CPPC enablingMario Limonciello
2025-03-06cpufreq/amd-pstate: Drop debug statements for policy settingMario Limonciello
2025-03-06cpufreq/amd-pstate: Update cppc_req_cached for shared mem EPP writesMario Limonciello
2025-03-06cpufreq/amd-pstate: Move all EPP tracing into *_update_perf and *_set_epp fun...Mario Limonciello
2025-03-06cpufreq/amd-pstate: Cache CPPC request in shared mem case tooMario Limonciello
2025-03-06cpufreq/amd-pstate: Replace all AMD_CPPC_* macros with masksMario Limonciello
2025-03-06cpufreq/amd-pstate: Drop `cppc_cap1_cached`Mario Limonciello
2025-03-06cpufreq/amd-pstate: Overhaul lockingMario Limonciello
2025-03-06cpufreq/amd-pstate: Move perf values into a unionMario Limonciello
2025-03-06cpufreq/amd-pstate: Drop min and max cached frequenciesMario Limonciello
2025-03-06cpufreq/amd-pstate: Show a warning when a CPU fails to setupMario Limonciello
2025-03-06cpufreq/amd-pstate: Invalidate cppc_req_cached during suspendMario Limonciello
2025-03-06cpufreq/amd-pstate: Fix the clamping of perf valuesDhananjay Ugwekar
2025-02-23cpufreq/amd-pstate: Remove the unncecessary driver_lock in amd_pstate_update_...Dhananjay Ugwekar
2025-02-23cpufreq/amd-pstate: Use scope based cleanup for cpufreq_policy refsDhananjay Ugwekar
2025-02-23cpufreq/amd-pstate: Add missing NULL ptr check in amd_pstate_updateDhananjay Ugwekar
2025-02-23cpufreq/amd-pstate: Remove the unnecessary cpufreq_update_policy callDhananjay Ugwekar
2025-02-23cpufreq/amd-pstate: Modularize perf<->freq conversionDhananjay Ugwekar
2025-02-23cpufreq/amd-pstate: Convert all perf values to u8Dhananjay Ugwekar
2025-02-23cpufreq/amd-pstate: Pass min/max_limit_perf as min/max_perf to amd_pstate_updateDhananjay Ugwekar
2025-02-23cpufreq/amd-pstate: Remove the redundant des_perf clamping in adjust_perfDhananjay Ugwekar
2025-02-23cpufreq/amd-pstate: Modify the min_perf calculation in adjust_perf callbackDhananjay Ugwekar
2025-02-07cpufreq: amd: Set policy->boost_supportedViresh Kumar
2025-02-06cpufreq/amd-pstate: Fix cpufreq_policy ref countingDhananjay Ugwekar
2025-02-06cpufreq: amd-pstate: Remove unnecessary driver_lock in set_boostDhananjay Ugwekar
2025-02-05cpufreq/amd-pstate: Fix max_perf updation with schedutilDhananjay Ugwekar
2025-02-05cpufreq/amd-pstate: Remove the goto label in amd_pstate_update_limitsDhananjay Ugwekar
2025-02-03cpufreq/amd-pstate: Fix per-policy boost flag incorrect when failLifeng Zheng
2025-01-03cpufreq/amd-pstate: Refactor max frequency calculationNaresh Solanki
2025-01-03cpufreq/amd-pstate: Fix prefcore rankingsMario Limonciello
2024-12-11cpufreq/amd-pstate: Drop boost_state variableMario Limonciello
2024-12-11cpufreq/amd-pstate: Set different default EPP policy for Epyc and RyzenMario Limonciello
2024-12-11cpufreq/amd-pstate: Drop ret variable from amd_pstate_set_energy_pref_index()Mario Limonciello
2024-12-11cpufreq/amd-pstate: Always write EPP value when updating perfMario Limonciello
2024-12-11cpufreq/amd-pstate: Cache EPP value and use that everywhereMario Limonciello
2024-12-11cpufreq/amd-pstate: Move limit updating codeMario Limonciello
2024-12-11cpufreq/amd-pstate: Change amd_pstate_update_perf() to return an intMario Limonciello
2024-12-11cpufreq/amd-pstate: store all values in cpudata struct in khzMario Limonciello
2024-12-11cpufreq/amd-pstate: Only update the cached value in msr_set_epp() on successMario Limonciello
2024-12-11cpufreq/amd-pstate: Use FIELD_PREP and FIELD_GET macrosMario Limonciello
2024-12-11cpufreq/amd-pstate: Drop cached epp_policy variableMario Limonciello
2024-12-11cpufreq/amd-pstate: convert mutex use to guard()Mario Limonciello
2024-12-11cpufreq/amd-pstate: Add trace event for EPP perf updatesMario Limonciello
2024-12-11cpufreq/amd-pstate: Merge amd_pstate_epp_cpu_offline() and amd_pstate_epp_off...Dhananjay Ugwekar
2024-12-11cpufreq/amd-pstate: Remove the cppc_state check in offline/online functionsDhananjay Ugwekar
2024-12-11cpufreq/amd-pstate: Refactor amd_pstate_epp_reenable() and amd_pstate_epp_off...Dhananjay Ugwekar
2024-12-11cpufreq/amd-pstate: Move the invocation of amd_pstate_update_perf()Dhananjay Ugwekar