summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq
AgeCommit message (Expand)AuthorLines
2025-03-06cpufreq/amd-pstate: Replace all AMD_CPPC_* macros with masksMario Limonciello-14/+11
2025-03-06cpufreq/amd-pstate-ut: Adjust variable scopeMario Limonciello-2/+2
2025-03-06cpufreq/amd-pstate-ut: Run on all of the correct CPUsMario Limonciello-4/+4
2025-03-06cpufreq/amd-pstate-ut: Drop SUCCESS and FAIL enumsMario Limonciello-88/+55
2025-03-06cpufreq/amd-pstate-ut: Allow lowest nonlinear and lowest to be the sameMario Limonciello-2/+2
2025-03-06cpufreq/amd-pstate-ut: Use _free macro to free put policyMario Limonciello-19/+14
2025-03-06cpufreq/amd-pstate: Drop `cppc_cap1_cached`Mario Limonciello-7/+0
2025-03-06cpufreq/amd-pstate: Overhaul lockingMario Limonciello-10/+3
2025-03-06cpufreq/amd-pstate: Move perf values into a unionMario Limonciello-120/+162
2025-03-06cpufreq/amd-pstate: Drop min and max cached frequenciesMario Limonciello-46/+20
2025-03-06cpufreq/amd-pstate: Show a warning when a CPU fails to setupMario Limonciello-0/+2
2025-03-06cpufreq/amd-pstate: Invalidate cppc_req_cached during suspendMario Limonciello-1/+4
2025-03-06cpufreq/amd-pstate: Fix the clamping of perf valuesDhananjay Ugwekar-2/+2
2025-03-04cpufreq: tegra194: Allow building for Tegra234Aaron Kling-1/+1
2025-02-27cpufreq: intel_pstate: Avoid SMP calls to get cpu-typePawan Gupta-12/+4
2025-02-26cpufreq: ppc_cbe: Remove powerpc Cell driverMichael Ellerman-479/+0
2025-02-23cpufreq/amd-pstate: Remove the unncecessary driver_lock in amd_pstate_update_...Dhananjay Ugwekar-2/+0
2025-02-23cpufreq/amd-pstate: Use scope based cleanup for cpufreq_policy refsDhananjay Ugwekar-17/+8
2025-02-23cpufreq/amd-pstate: Add missing NULL ptr check in amd_pstate_updateDhananjay Ugwekar-0/+3
2025-02-23cpufreq/amd-pstate: Remove the unnecessary cpufreq_update_policy callDhananjay Ugwekar-4/+0
2025-02-23cpufreq/amd-pstate: Modularize perf<->freq conversionDhananjay Ugwekar-27/+30
2025-02-23cpufreq/amd-pstate: Convert all perf values to u8Dhananjay Ugwekar-62/+62
2025-02-23cpufreq/amd-pstate: Pass min/max_limit_perf as min/max_perf to amd_pstate_updateDhananjay Ugwekar-5/+4
2025-02-23cpufreq/amd-pstate: Remove the redundant des_perf clamping in adjust_perfDhananjay Ugwekar-2/+0
2025-02-23cpufreq/amd-pstate: Modify the min_perf calculation in adjust_perf callbackDhananjay Ugwekar-6/+6
2025-02-21cpufreq: intel_pstate: Relocate platform preference checkRafael J. Wysocki-9/+9
2025-02-20cpufreq: governor: Fix negative 'idle_time' handling in dbs_update()Jie Zhan-22/+23
2025-02-19cpufreq: enable 1200Mhz clock speed for armada-37xxBenjamin Schneider-5/+1
2025-02-18cpufreq: intel_pstate: Make it possible to avoid enabling CASRafael J. Wysocki-0/+9
2025-02-17cpufreq: Introduce an optional cpuinfo_avg_freq sysfs entryBeata Michalska-1/+41
2025-02-17cpufreq: Allow arch_freq_get_on_cpu to return an errorBeata Michalska-4/+4
2025-02-07cpufreq: Remove cpufreq_enable_boost_support()Viresh Kumar-15/+0
2025-02-07cpufreq: staticize policy_has_boost_freq()Viresh Kumar-2/+1
2025-02-07cpufreq: qcom: Set .set_boost directlyViresh Kumar-6/+1
2025-02-07cpufreq: dt: Set .set_boost directlyViresh Kumar-13/+1
2025-02-07cpufreq: scmi: Set .set_boost directlyViresh Kumar-10/+1
2025-02-07cpufreq: powernv: Set .set_boost directlyViresh Kumar-4/+1
2025-02-07cpufreq: loongson: Set .set_boost directlyViresh Kumar-9/+1
2025-02-07cpufreq: apple: Set .set_boost directlyViresh Kumar-9/+1
2025-02-07cpufreq: Restrict enabling boost on policies with no boost frequenciesViresh Kumar-1/+7
2025-02-07cpufreq: cppc: Set policy->boost_supportedViresh Kumar-8/+1
2025-02-07cpufreq: amd: Set policy->boost_supportedViresh Kumar-2/+2
2025-02-07cpufreq: acpi: Set policy->boost_supportedViresh Kumar-0/+3
2025-02-07cpufreq: Introduce policy->boost_supported flagViresh Kumar-0/+4
2025-02-07cpufreq: Export cpufreq_boost_set_sw()Viresh Kumar-1/+2
2025-02-07cpufreq: staticize cpufreq_boost_trigger_state()Viresh Kumar-1/+2
2025-02-07cpufreq: Stop checking for duplicate available/boost freq attributesViresh Kumar-7/+0
2025-02-07cpufreq: Remove cpufreq_generic_attrsViresh Kumar-8/+0
2025-02-07cpufreq: virtual: Stop setting cpufreq_driver->attr fieldViresh Kumar-1/+0
2025-02-07cpufreq: vexpress: Stop setting cpufreq_driver->attr fieldViresh Kumar-1/+0