summaryrefslogtreecommitdiff
path: root/drivers/cpufreq/amd-pstate.c
AgeCommit message (Expand)Author
2025-02-06cpufreq/amd-pstate: Fix cpufreq_policy ref countingDhananjay 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
2024-12-11cpufreq/amd-pstate: Convert the amd_pstate_get/set_epp() to static callsDhananjay Ugwekar
2024-12-10cpufreq/amd-pstate: Use boost numerator for upper bound of frequenciesMario Limonciello
2024-12-10cpufreq/amd-pstate: Store the boost numerator as highest perf againMario Limonciello
2024-12-09cpufreq/amd-pstate: Detect preferred core support before driver registrationK Prateek Nayak
2024-11-19Merge tag 'x86_cpu_for_v6.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-10-29cpufreq/amd-pstate: Move registration after static function call updateMario Limonciello
2024-10-29cpufreq/amd-pstate: Push adjust_perf vfunc init into cpu_initMario Limonciello
2024-10-28cpufreq/amd-pstate: Align offline flow of shared memory and MSR based systemsDhananjay Ugwekar
2024-10-28cpufreq/amd-pstate: Call cppc_set_epp_perf in the reenable functionDhananjay Ugwekar
2024-10-28cpufreq/amd-pstate: Do not attempt to clear MSR_AMD_CPPC_ENABLEDhananjay Ugwekar
2024-10-28cpufreq/amd-pstate: Rename functions that enable CPPCDhananjay Ugwekar
2024-10-28amd-pstate: Switch to amd-pstate by default on some Server platformsSwapnil Sapkal
2024-10-28amd-pstate: Set min_perf to nominal_perf for active mode performance govGautham R. Shenoy
2024-10-28cpufreq/amd-pstate: Remove the redundant amd_pstate_set_driver() callDhananjay Ugwekar
2024-10-28cpufreq/amd-pstate: Remove the switch case in amd_pstate_init()Dhananjay Ugwekar
2024-10-28cpufreq/amd-pstate: Call amd_pstate_set_driver() in amd_pstate_register_driver()Dhananjay Ugwekar
2024-10-28cpufreq/amd-pstate: Call amd_pstate_register() in amd_pstate_init()Dhananjay Ugwekar
2024-10-28cpufreq/amd-pstate: Set the initial min_freq to lowest_nonlinear_freqDhananjay Ugwekar
2024-10-28cpufreq/amd-pstate: Remove the redundant verify() functionDhananjay Ugwekar
2024-10-28cpufreq/amd-pstate: Drop needless EPP initializationMario Limonciello
2024-10-28cpufreq/amd-pstate: Use amd_pstate_update_min_max_limit() for EPP limitsMario Limonciello
2024-10-28cpufreq/amd-pstate: Don't update CPPC request in amd_pstate_cpu_boost_update()Mario Limonciello
2024-10-28cpufreq/amd-pstate: Fix non kerneldoc commentMario Limonciello
2024-10-28cpufreq/amd-pstate: Rename MSR and shared memory specific functionsDhananjay Ugwekar
2024-10-25x86/cpufeatures: Rename X86_FEATURE_FAST_CPPC to have AMD prefixMario 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