index
:
git.armlinux.org.uk/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-03-22
Merge tag 'cpufreq-arm-updates-6.15' of git://git.kernel.org/pub/scm/linux/ke...
Rafael J. Wysocki
2025-03-06
cpufreq/amd-pstate: Drop actions in amd_pstate_epp_cpu_offline()
Mario Limonciello
2025-03-06
cpufreq/amd-pstate: Stop caching EPP
Mario Limonciello
2025-03-06
cpufreq/amd-pstate: Rework CPPC enabling
Mario Limonciello
2025-03-06
cpufreq/amd-pstate: Drop debug statements for policy setting
Mario Limonciello
2025-03-06
cpufreq/amd-pstate: Update cppc_req_cached for shared mem EPP writes
Mario Limonciello
2025-03-06
cpufreq/amd-pstate: Move all EPP tracing into *_update_perf and *_set_epp fun...
Mario Limonciello
2025-03-06
cpufreq/amd-pstate: Cache CPPC request in shared mem case too
Mario Limonciello
2025-03-06
cpufreq/amd-pstate: Replace all AMD_CPPC_* macros with masks
Mario Limonciello
2025-03-06
cpufreq/amd-pstate: Drop `cppc_cap1_cached`
Mario Limonciello
2025-03-06
cpufreq/amd-pstate: Overhaul locking
Mario Limonciello
2025-03-06
cpufreq/amd-pstate: Move perf values into a union
Mario Limonciello
2025-03-06
cpufreq/amd-pstate: Drop min and max cached frequencies
Mario Limonciello
2025-03-06
cpufreq/amd-pstate: Show a warning when a CPU fails to setup
Mario Limonciello
2025-03-06
cpufreq/amd-pstate: Invalidate cppc_req_cached during suspend
Mario Limonciello
2025-03-06
cpufreq/amd-pstate: Fix the clamping of perf values
Dhananjay Ugwekar
2025-02-23
cpufreq/amd-pstate: Remove the unncecessary driver_lock in amd_pstate_update_...
Dhananjay Ugwekar
2025-02-23
cpufreq/amd-pstate: Use scope based cleanup for cpufreq_policy refs
Dhananjay Ugwekar
2025-02-23
cpufreq/amd-pstate: Add missing NULL ptr check in amd_pstate_update
Dhananjay Ugwekar
2025-02-23
cpufreq/amd-pstate: Remove the unnecessary cpufreq_update_policy call
Dhananjay Ugwekar
2025-02-23
cpufreq/amd-pstate: Modularize perf<->freq conversion
Dhananjay Ugwekar
2025-02-23
cpufreq/amd-pstate: Convert all perf values to u8
Dhananjay Ugwekar
2025-02-23
cpufreq/amd-pstate: Pass min/max_limit_perf as min/max_perf to amd_pstate_update
Dhananjay Ugwekar
2025-02-23
cpufreq/amd-pstate: Remove the redundant des_perf clamping in adjust_perf
Dhananjay Ugwekar
2025-02-23
cpufreq/amd-pstate: Modify the min_perf calculation in adjust_perf callback
Dhananjay Ugwekar
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
[next]