aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/amd-pstate.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-11-19Merge tag 'x86_cpu_for_v6.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2024-10-29cpufreq/amd-pstate: Move registration after static function call updateMario Limonciello1-6/+6
2024-10-29cpufreq/amd-pstate: Push adjust_perf vfunc init into cpu_initMario Limonciello1-2/+2
2024-10-28cpufreq/amd-pstate: Align offline flow of shared memory and MSR based systemsDhananjay Ugwekar1-0/+1
2024-10-28cpufreq/amd-pstate: Call cppc_set_epp_perf in the reenable functionDhananjay Ugwekar1-2/+4
2024-10-28cpufreq/amd-pstate: Do not attempt to clear MSR_AMD_CPPC_ENABLEDhananjay Ugwekar1-0/+6
2024-10-28cpufreq/amd-pstate: Rename functions that enable CPPCDhananjay Ugwekar1-13/+13
2024-10-28amd-pstate: Switch to amd-pstate by default on some Server platformsSwapnil Sapkal1-2/+2
2024-10-28amd-pstate: Set min_perf to nominal_perf for active mode performance govGautham R. Shenoy1-1/+1
2024-10-28cpufreq/amd-pstate: Remove the redundant amd_pstate_set_driver() callDhananjay Ugwekar1-8/+4
2024-10-28cpufreq/amd-pstate: Remove the switch case in amd_pstate_init()Dhananjay Ugwekar1-11/+5
2024-10-28cpufreq/amd-pstate: Call amd_pstate_set_driver() in amd_pstate_register_driver()Dhananjay Ugwekar1-25/+22
2024-10-28cpufreq/amd-pstate: Call amd_pstate_register() in amd_pstate_init()Dhananjay Ugwekar1-10/+2
2024-10-28cpufreq/amd-pstate: Set the initial min_freq to lowest_nonlinear_freqDhananjay Ugwekar1-1/+20
2024-10-28cpufreq/amd-pstate: Remove the redundant verify() functionDhananjay Ugwekar1-11/+4
2024-10-28cpufreq/amd-pstate: Drop needless EPP initializationMario Limonciello1-6/+0
2024-10-28cpufreq/amd-pstate: Use amd_pstate_update_min_max_limit() for EPP limitsMario Limonciello1-16/+3
2024-10-28cpufreq/amd-pstate: Don't update CPPC request in amd_pstate_cpu_boost_update()Mario Limonciello1-23/+1
2024-10-28cpufreq/amd-pstate: Fix non kerneldoc commentMario Limonciello1-1/+1
2024-10-28cpufreq/amd-pstate: Rename MSR and shared memory specific functionsDhananjay Ugwekar1-12/+12
2024-10-25x86/cpufeatures: Rename X86_FEATURE_FAST_CPPC to have AMD prefixMario Limonciello1-1/+1
2024-10-15cpufreq/amd-pstate: Use nominal perf for limits when boost is disabledMario Limonciello1-6/+14
2024-10-07cpufreq/amd-pstate: Fix amd_pstate mode switch on shared memory systemsDhananjay Ugwekar1-0/+10
2024-09-11Merge tag 'amd-pstate-v6.12-2024-09-11' of ssh://gitolite.kernel.org/pub/scm/...Rafael J. Wysocki1-112/+39
2024-09-11cpufreq/amd-pstate: Export symbols for changing modesMario Limonciello1-13/+10
2024-09-11cpufreq: amd-pstate: Optimize amd_pstate_update_limits()Mario Limonciello1-5/+5
2024-09-11cpufreq: amd-pstate: Merge amd_pstate_highest_perf_set() into amd_get_boost_r...Mario Limonciello1-42/+10
2024-09-11x86/amd: Detect preferred cores in amd_get_boost_ratio_numerator()Mario Limonciello1-21/+13
2024-09-11x86/amd: Move amd_get_highest_perf() out of amd-pstateMario Limonciello1-32/+2
2024-09-06Merge tag 'cpufreq-arm-updates-6.12' of ssh://gitolite.kernel.org/pub/scm/lin...Rafael J. Wysocki1-3/+16
2024-09-05Merge tag 'amd-pstate-v6.12-2024-09-04' of ssh://gitolite.kernel.org/pub/scm/...Rafael J. Wysocki1-4/+7
2024-09-04cpufreq/amd-pstate: Catch failures for amd_pstate_epp_update_limit()Mario Limonciello1-4/+7
2024-09-04cpufreq: amd-pstate: add check for cpufreq_cpu_get's return valueAnastasia Belova1-2/+12
2024-09-04cpufreq/amd-pstate: Add the missing cpufreq_cpu_put()Dhananjay Ugwekar1-1/+4
2024-08-28cpufreq/amd-pstate: Remove warning for X86_FEATURE_CPPC on certain Zen modelsGautham R. Shenoy1-10/+24
2024-08-22cpufreq/amd-pstate: Use topology_logical_package_id() instead of logical_die_...Gautham R. Shenoy1-1/+1
2024-08-22cpufreq: amd-pstate: Fix uninitialized variable in amd_pstate_cpu_boost_update()Dan Carpenter1-1/+1
2024-07-09Merge tag 'cpufreq-arm-updates-6.11' of ssh://gitolite.kernel.org/pub/scm/lin...Rafael J. Wysocki1-5/+2
2024-07-09cpufreq: Make cpufreq_driver->exit() return voidLizhe1-5/+2
2024-07-07cpufreq/amd-pstate: Fix the scaling_max_freq setting on shared memory CPPC sy...Dhananjay Ugwekar1-20/+23
2024-06-26cpufreq: amd-pstate: Cap the CPPC.max_perf to nominal_perf if CPB is offPerry Yuan1-0/+5
2024-06-26cpufreq: amd-pstate: initialize core precision boost statePerry Yuan1-22/+95
2024-06-24cpufreq: amd-pstate: Don't create attributes when registration failsMario Limonciello1-1/+5
2024-06-20cpufreq/amd-pstate: fix setting policy current frequency valueMeng Li1-5/+12
2024-06-20cpufreq: amd-pstate: auto-load pstate driver by defaultPerry Yuan1-7/+17
2024-06-20cpufreq: amd-pstate: enable shared memory type CPPC by defaultPerry Yuan1-12/+1
2024-06-20cpufreq: amd-pstate: switch boot_cpu_has() to cpu_feature_enabled()Perry Yuan1-12/+12
2024-06-20cpufreq: amd-pstate: add debug message while CPPC is supported and disabled b...Perry Yuan1-0/+26
2024-06-20cpufreq: amd-pstate: show CPPC debug message if CPPC is not supportedPerry Yuan1-0/+19
2024-06-20cpufreq: amd-pstate: remove unused variable nominal_freqPerry Yuan1-4/+2