summaryrefslogtreecommitdiff
path: root/drivers/cpufreq/amd-pstate.c
AgeCommit message (Expand)Author
2025-07-07cpufreq/amd-pstate: Disable preferred cores on designs with workload classifi...Mario Limonciello
2025-05-27Merge tag 'pm-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2025-05-27Merge tag 'acpi-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2025-05-26Merge tag 'x86-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-05-26Merge tag 'sched-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-05-09Merge tag 'amd-pstate-v6.16-2025-05-08' of ssh://gitolite.kernel.org/pub/scm/...Rafael J. Wysocki
2025-05-05amd-pstate-ut: Reset amd-pstate driver mode after running selftestsSwapnil Sapkal
2025-05-02Merge tag 'v6.15-rc4' into x86/msr, to pick up fixes and resolve conflictsIngo Molnar
2025-04-30ACPI: CPPC: Modify cppc_get_auto_sel_caps() to cppc_get_auto_sel()Lifeng Zheng
2025-04-28cpufreq/amd-pstate: Add support for the "Requested CPU Min frequency" BIOS op...Dhananjay Ugwekar
2025-04-28cpufreq/amd-pstate: Add offline, online and suspend callbacks for amd_pstate_...Dhananjay Ugwekar
2025-04-21cpufreq/amd-pstate: Move max_perf limiting in amd_pstate_updateDhananjay Ugwekar
2025-04-19Merge back earlier cpufreq material for 6.16Rafael J. Wysocki
2025-04-16cpufreq/amd-pstate: Update asym_prefer_cpu when core rankings changeK Prateek Nayak
2025-04-11cpufreq/amd-pstate: Enable ITMT support after initializing core rankingsK Prateek Nayak
2025-04-10x86/msr: Rename 'wrmsrl_on_cpu()' to 'wrmsrq_on_cpu()'Ingo Molnar
2025-04-10x86/msr: Rename 'rdmsrl_on_cpu()' to 'rdmsrq_on_cpu()'Ingo Molnar
2025-04-10x86/msr: Rename 'wrmsrl_safe_on_cpu()' to 'wrmsrq_safe_on_cpu()'Ingo Molnar
2025-04-10x86/msr: Rename 'rdmsrl_safe_on_cpu()' to 'rdmsrq_safe_on_cpu()'Ingo Molnar
2025-04-10x86/msr: Rename 'wrmsrl()' to 'wrmsrq()'Ingo Molnar
2025-04-10x86/msr: Rename 'rdmsrl()' to 'rdmsrq()'Ingo Molnar
2025-04-09cpufreq: Pass policy pointer to ->update_limits()Rafael J. Wysocki
2025-04-07cpufreq/amd-pstate: Fix min_limit perf and freq updation for performance gove...Dhananjay Ugwekar
2025-03-22Merge tag 'cpufreq-arm-updates-6.15' of git://git.kernel.org/pub/scm/linux/ke...Rafael J. Wysocki
2025-03-06cpufreq/amd-pstate: Drop actions in amd_pstate_epp_cpu_offline()Mario Limonciello
2025-03-06cpufreq/amd-pstate: Stop caching EPPMario Limonciello
2025-03-06cpufreq/amd-pstate: Rework CPPC enablingMario Limonciello
2025-03-06cpufreq/amd-pstate: Drop debug statements for policy settingMario Limonciello
2025-03-06cpufreq/amd-pstate: Update cppc_req_cached for shared mem EPP writesMario Limonciello
2025-03-06cpufreq/amd-pstate: Move all EPP tracing into *_update_perf and *_set_epp fun...Mario Limonciello
2025-03-06cpufreq/amd-pstate: Cache CPPC request in shared mem case tooMario Limonciello
2025-03-06cpufreq/amd-pstate: Replace all AMD_CPPC_* macros with masksMario Limonciello
2025-03-06cpufreq/amd-pstate: Drop `cppc_cap1_cached`Mario Limonciello
2025-03-06cpufreq/amd-pstate: Overhaul lockingMario Limonciello
2025-03-06cpufreq/amd-pstate: Move perf values into a unionMario Limonciello
2025-03-06cpufreq/amd-pstate: Drop min and max cached frequenciesMario Limonciello
2025-03-06cpufreq/amd-pstate: Show a warning when a CPU fails to setupMario Limonciello
2025-03-06cpufreq/amd-pstate: Invalidate cppc_req_cached during suspendMario Limonciello
2025-03-06cpufreq/amd-pstate: Fix the clamping of perf valuesDhananjay Ugwekar
2025-02-23cpufreq/amd-pstate: Remove the unncecessary driver_lock in amd_pstate_update_...Dhananjay Ugwekar
2025-02-23cpufreq/amd-pstate: Use scope based cleanup for cpufreq_policy refsDhananjay Ugwekar
2025-02-23cpufreq/amd-pstate: Add missing NULL ptr check in amd_pstate_updateDhananjay Ugwekar
2025-02-23cpufreq/amd-pstate: Remove the unnecessary cpufreq_update_policy callDhananjay Ugwekar
2025-02-23cpufreq/amd-pstate: Modularize perf<->freq conversionDhananjay Ugwekar
2025-02-23cpufreq/amd-pstate: Convert all perf values to u8Dhananjay Ugwekar
2025-02-23cpufreq/amd-pstate: Pass min/max_limit_perf as min/max_perf to amd_pstate_updateDhananjay Ugwekar
2025-02-23cpufreq/amd-pstate: Remove the redundant des_perf clamping in adjust_perfDhananjay Ugwekar
2025-02-23cpufreq/amd-pstate: Modify the min_perf calculation in adjust_perf callbackDhananjay Ugwekar
2025-02-07cpufreq: amd: Set policy->boost_supportedViresh Kumar
2025-02-06cpufreq/amd-pstate: Fix cpufreq_policy ref countingDhananjay Ugwekar