index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
cpufreq
/
amd-pstate.c
Age
Commit message (
Expand
)
Author
2025-02-07
cpufreq: amd: Set policy->boost_supported
Viresh Kumar
2025-02-06
cpufreq/amd-pstate: Fix cpufreq_policy ref counting
Dhananjay Ugwekar
2025-02-06
cpufreq: amd-pstate: Remove unnecessary driver_lock in set_boost
Dhananjay Ugwekar
2025-02-05
cpufreq/amd-pstate: Fix max_perf updation with schedutil
Dhananjay Ugwekar
2025-02-05
cpufreq/amd-pstate: Remove the goto label in amd_pstate_update_limits
Dhananjay Ugwekar
2025-02-03
cpufreq/amd-pstate: Fix per-policy boost flag incorrect when fail
Lifeng Zheng
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
[prev]
[next]