summaryrefslogtreecommitdiff
path: root/drivers/cpufreq
AgeCommit message (Expand)AuthorFilesLines
2025-06-27cpufreq/amd-pstate: Add missing NULL ptr check in amd_pstate_updateDhananjay Ugwekar1-0/+3
2025-06-27cpufreq: scmi: Skip SCMI devices that aren't used by the CPUsMike Tipton1-1/+35
2025-06-10Revert "cpufreq: tegra186: Share policy per cluster"Jon Hunter1-7/+0
2025-06-10acpi-cpufreq: Fix nominal_freq units to KHz in get_max_boost_ratio()Gautham R. Shenoy1-1/+1
2025-05-29cpufreq: amd-pstate: Remove unnecessary driver_lock in set_boostDhananjay Ugwekar1-1/+0
2025-05-29cpufreq: tegra186: Share policy per clusterAaron Kling1-0/+7
2025-05-29cpufreq: Add SM8650 to cpufreq-dt-platdev blocklistPengyu Luo1-0/+1
2025-05-09cpufreq: Fix setting policy limits when frequency tables are usedRafael J. Wysocki3-12/+19
2025-05-09cpufreq: Avoid using inconsistent policy->min and policy->maxRafael J. Wysocki1-7/+25
2025-05-09cpufreq: intel_pstate: Unchecked MSR aceess in legacy modeSrinivas Pandruvada1-0/+3
2025-05-02cpufreq: fix compile-test defaultsJohan Hovold1-4/+4
2025-05-02cpufreq: Do not enable by default during compile testingKrzysztof Kozlowski1-8/+8
2025-05-02cpufreq: cppc: Fix invalid return value in .get() callbackMarc Zyngier1-1/+1
2025-05-02cpufreq: scpi: Fix null-ptr-deref in scpi_cpufreq_get_rate()Henry Martin1-3/+10
2025-05-02cpufreq: scmi: Fix null-ptr-deref in scmi_cpufreq_get_rate()Henry Martin1-2/+8
2025-05-02cpufreq: apple-soc: Fix null-ptr-deref in apple_soc_cpufreq_get_rate()Henry Martin1-2/+8
2025-05-02cpufreq: sun50i: prevent out-of-bounds accessAndre Przywara1-6/+12
2025-04-25cpufreq: Reference count policy in cpufreq_update_limits()Rafael J. Wysocki1-0/+8
2025-04-10cpufreq: tegra194: Allow building for Tegra234Aaron Kling1-1/+1
2025-04-10cpufreq: governor: Fix negative 'idle_time' handling in dbs_update()Jie Zhan1-22/+23
2025-04-10cpufreq: scpi: compare kHz instead of Hzzuoqian1-2/+3
2025-02-21cpufreq/amd-pstate: Remove the goto label in amd_pstate_update_limitsDhananjay Ugwekar1-4/+4
2025-02-21cpufreq/amd-pstate: Fix cpufreq_policy ref countingDhananjay Ugwekar1-4/+5
2025-02-21cpufreq/amd-pstate: convert mutex use to guard()Mario Limonciello1-20/+12
2025-02-21cpufreq/amd-pstate: Merge amd_pstate_epp_cpu_offline() and amd_pstate_epp_off...Dhananjay Ugwekar1-13/+4
2025-02-21cpufreq/amd-pstate: Remove the cppc_state check in offline/online functionsDhananjay Ugwekar1-6/+3
2025-02-21cpufreq/amd-pstate: Refactor amd_pstate_epp_reenable() and amd_pstate_epp_off...Dhananjay Ugwekar1-31/+7
2025-02-21cpufreq/amd-pstate: Align offline flow of shared memory and MSR based systemsDhananjay Ugwekar1-0/+1
2025-02-21cpufreq/amd-pstate: Call cppc_set_epp_perf in the reenable functionDhananjay Ugwekar1-2/+4
2025-02-17cpufreq: s3c64xx: Fix compilation warningViresh Kumar1-4/+7
2025-02-17cpufreq: fix using cpufreq-dt as moduleAndreas Kemnade2-3/+1
2025-02-08cpufreq: ACPI: Fix max-frequency computationGautham R. Shenoy1-9/+27
2025-02-08cpufreq: qcom: Implement clk_ops::determine_rate() for qcom_cpufreq* clocksManivannan Sadhasivam1-0/+13
2025-02-08cpufreq: qcom: Fix qcom_cpufreq_hw_recalc_rate() to query LUT if LMh IRQ is n...Manivannan Sadhasivam1-10/+11
2025-01-23cpufreq: Move endif to the end of Kconfig fileViresh Kumar1-2/+2
2024-12-09cpufreq: scmi: Fix cleanup path when boost enablement failsSibi Sankar1-1/+3
2024-12-05cpufreq: mediatek-hw: Fix wrong return value in mtk_cpufreq_get_cpu_power()Jinjie Ruan1-1/+1
2024-12-05cpufreq: CPPC: Fix wrong return value in cppc_get_cpu_power()Jinjie Ruan1-1/+1
2024-12-05cpufreq: CPPC: Fix wrong return value in cppc_get_cpu_cost()Jinjie Ruan1-1/+1
2024-12-05cpufreq: loongson3: Check for error code from devm_mutex_init() callAndy Shevchenko1-2/+5
2024-12-05cpufreq: CPPC: Fix possible null-ptr-deref for cppc_get_cpu_cost()Jinjie Ruan1-0/+3
2024-12-05cpufreq: CPPC: Fix possible null-ptr-deref for cpufreq_cpu_get_raw()Jinjie Ruan1-0/+3
2024-12-05cpufreq: loongson2: Unregister platform_driver on failureYuan Can1-1/+3
2024-12-05cppc_cpufreq: Use desired perf if feedback ctrs are 0 or unchangedJie Zhan1-11/+46
2024-12-05amd-pstate: Set min_perf to nominal_perf for active mode performance govGautham R. Shenoy1-1/+1
2024-12-05cpufreq/amd-pstate: Don't update CPPC request in amd_pstate_cpu_boost_update()Mario Limonciello1-23/+1
2024-11-11cpufreq: intel_pstate: Rearrange locking in hybrid_init_cpu_capacity_scaling()Rafael J. Wysocki1-19/+16
2024-11-05cpufreq: intel_pstate: Update asym capacity for CPUs that were offline initiallyRafael J. Wysocki1-0/+5
2024-11-05cpufreq: intel_pstate: Clear hybrid_max_perf_cpu before driver registrationRafael J. Wysocki1-3/+18
2024-10-16cpufreq/amd-pstate: Use nominal perf for limits when boost is disabledMario Limonciello1-6/+14