index
:
linux-toradex.git
colibri
colibri_vf
master
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.12-2.0.x-imx
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
cpufreq
/
amd-pstate.c
Age
Commit message (
Expand
)
Author
2025-01-03
cpufreq/amd-pstate: Refactor max frequency calculation
Naresh Solanki
2025-01-03
cpufreq/amd-pstate: Fix prefcore rankings
Mario Limonciello
2024-12-11
cpufreq/amd-pstate: Drop boost_state variable
Mario Limonciello
2024-12-11
cpufreq/amd-pstate: Set different default EPP policy for Epyc and Ryzen
Mario Limonciello
2024-12-11
cpufreq/amd-pstate: Drop ret variable from amd_pstate_set_energy_pref_index()
Mario Limonciello
2024-12-11
cpufreq/amd-pstate: Always write EPP value when updating perf
Mario Limonciello
2024-12-11
cpufreq/amd-pstate: Cache EPP value and use that everywhere
Mario Limonciello
2024-12-11
cpufreq/amd-pstate: Move limit updating code
Mario Limonciello
2024-12-11
cpufreq/amd-pstate: Change amd_pstate_update_perf() to return an int
Mario Limonciello
2024-12-11
cpufreq/amd-pstate: store all values in cpudata struct in khz
Mario Limonciello
2024-12-11
cpufreq/amd-pstate: Only update the cached value in msr_set_epp() on success
Mario Limonciello
2024-12-11
cpufreq/amd-pstate: Use FIELD_PREP and FIELD_GET macros
Mario Limonciello
2024-12-11
cpufreq/amd-pstate: Drop cached epp_policy variable
Mario Limonciello
2024-12-11
cpufreq/amd-pstate: convert mutex use to guard()
Mario Limonciello
2024-12-11
cpufreq/amd-pstate: Add trace event for EPP perf updates
Mario Limonciello
2024-12-11
cpufreq/amd-pstate: Merge amd_pstate_epp_cpu_offline() and amd_pstate_epp_off...
Dhananjay Ugwekar
2024-12-11
cpufreq/amd-pstate: Remove the cppc_state check in offline/online functions
Dhananjay Ugwekar
2024-12-11
cpufreq/amd-pstate: Refactor amd_pstate_epp_reenable() and amd_pstate_epp_off...
Dhananjay Ugwekar
2024-12-11
cpufreq/amd-pstate: Move the invocation of amd_pstate_update_perf()
Dhananjay Ugwekar
2024-12-11
cpufreq/amd-pstate: Convert the amd_pstate_get/set_epp() to static calls
Dhananjay Ugwekar
2024-12-10
cpufreq/amd-pstate: Use boost numerator for upper bound of frequencies
Mario Limonciello
2024-12-10
cpufreq/amd-pstate: Store the boost numerator as highest perf again
Mario Limonciello
2024-12-09
cpufreq/amd-pstate: Detect preferred core support before driver registration
K Prateek Nayak
2024-11-19
Merge tag 'x86_cpu_for_v6.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2024-10-29
cpufreq/amd-pstate: Move registration after static function call update
Mario Limonciello
2024-10-29
cpufreq/amd-pstate: Push adjust_perf vfunc init into cpu_init
Mario Limonciello
2024-10-28
cpufreq/amd-pstate: Align offline flow of shared memory and MSR based systems
Dhananjay Ugwekar
2024-10-28
cpufreq/amd-pstate: Call cppc_set_epp_perf in the reenable function
Dhananjay Ugwekar
2024-10-28
cpufreq/amd-pstate: Do not attempt to clear MSR_AMD_CPPC_ENABLE
Dhananjay Ugwekar
2024-10-28
cpufreq/amd-pstate: Rename functions that enable CPPC
Dhananjay Ugwekar
2024-10-28
amd-pstate: Switch to amd-pstate by default on some Server platforms
Swapnil Sapkal
2024-10-28
amd-pstate: Set min_perf to nominal_perf for active mode performance gov
Gautham R. Shenoy
2024-10-28
cpufreq/amd-pstate: Remove the redundant amd_pstate_set_driver() call
Dhananjay Ugwekar
2024-10-28
cpufreq/amd-pstate: Remove the switch case in amd_pstate_init()
Dhananjay Ugwekar
2024-10-28
cpufreq/amd-pstate: Call amd_pstate_set_driver() in amd_pstate_register_driver()
Dhananjay Ugwekar
2024-10-28
cpufreq/amd-pstate: Call amd_pstate_register() in amd_pstate_init()
Dhananjay Ugwekar
2024-10-28
cpufreq/amd-pstate: Set the initial min_freq to lowest_nonlinear_freq
Dhananjay Ugwekar
2024-10-28
cpufreq/amd-pstate: Remove the redundant verify() function
Dhananjay Ugwekar
2024-10-28
cpufreq/amd-pstate: Drop needless EPP initialization
Mario Limonciello
2024-10-28
cpufreq/amd-pstate: Use amd_pstate_update_min_max_limit() for EPP limits
Mario Limonciello
2024-10-28
cpufreq/amd-pstate: Don't update CPPC request in amd_pstate_cpu_boost_update()
Mario Limonciello
2024-10-28
cpufreq/amd-pstate: Fix non kerneldoc comment
Mario Limonciello
2024-10-28
cpufreq/amd-pstate: Rename MSR and shared memory specific functions
Dhananjay Ugwekar
2024-10-25
x86/cpufeatures: Rename X86_FEATURE_FAST_CPPC to have AMD prefix
Mario Limonciello
2024-10-15
cpufreq/amd-pstate: Use nominal perf for limits when boost is disabled
Mario Limonciello
2024-10-07
cpufreq/amd-pstate: Fix amd_pstate mode switch on shared memory systems
Dhananjay Ugwekar
2024-09-11
Merge tag 'amd-pstate-v6.12-2024-09-11' of ssh://gitolite.kernel.org/pub/scm/...
Rafael J. Wysocki
2024-09-11
cpufreq/amd-pstate: Export symbols for changing modes
Mario Limonciello
2024-09-11
cpufreq: amd-pstate: Optimize amd_pstate_update_limits()
Mario Limonciello
2024-09-11
cpufreq: amd-pstate: Merge amd_pstate_highest_perf_set() into amd_get_boost_r...
Mario Limonciello
[next]