summaryrefslogtreecommitdiff
path: root/drivers/cpufreq
AgeCommit message (Expand)AuthorFilesLines
2025-06-27Revert "cpufreq: tegra186: Share policy per cluster"Jon Hunter1-7/+0
2025-06-27cpufreq: scmi: Skip SCMI devices that aren't used by the CPUsMike Tipton1-1/+35
2025-06-19acpi-cpufreq: Fix nominal_freq units to KHz in get_max_boost_ratio()Gautham R. Shenoy1-1/+1
2025-06-04cpufreq: tegra186: Share policy per clusterAaron Kling1-0/+7
2025-06-04cpufreq: 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-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-04-25cpufreq: Reference count policy in cpufreq_update_limits()Rafael J. Wysocki1-0/+8
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-27cpufreq: fix using cpufreq-dt as moduleAndreas Kemnade2-3/+1
2025-02-27cpufreq: dt-platdev: add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2025-02-17cpufreq: s3c64xx: Fix compilation warningViresh Kumar1-4/+7
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-02-01cpufreq: amd-pstate: add check for cpufreq_cpu_get's return valueAnastasia Belova1-1/+6
2024-12-09cpufreq: mediatek-hw: Fix wrong return value in mtk_cpufreq_get_cpu_power()Jinjie Ruan1-1/+1
2024-12-09cpufreq: CPPC: Fix wrong return value in cppc_get_cpu_power()Jinjie Ruan1-1/+1
2024-12-09cpufreq: CPPC: Fix wrong return value in cppc_get_cpu_cost()Jinjie Ruan1-1/+1
2024-12-09cpufreq: CPPC: Fix possible null-ptr-deref for cppc_get_cpu_cost()Jinjie Ruan1-0/+3
2024-12-09cpufreq: CPPC: Fix possible null-ptr-deref for cpufreq_cpu_get_raw()Jinjie Ruan1-0/+3
2024-12-09cpufreq: loongson2: Unregister platform_driver on failureYuan Can1-1/+3
2024-12-09cppc_cpufreq: Use desired perf if feedback ctrs are 0 or unchangedJie Zhan1-11/+46
2024-12-09amd-pstate: Set min_perf to nominal_perf for active mode performance govGautham R. Shenoy1-1/+1
2024-11-01cpufreq/cppc: Move and rename cppc_cpufreq_{perf_to_khz|khz_to_perf}()Vincent Guittot1-122/+17
2024-11-01cpufreq/amd-pstate: Fix amd_pstate mode switch on shared memory systemsDhananjay Ugwekar1-0/+10
2024-10-10cpufreq: intel_pstate: Make hwp_notify_lock a raw spinlockUwe Kleine-König1-10/+10
2024-10-04cpufreq: ti-cpufreq: Introduce quirks to handle syscon fails appropriatelyNishanth Menon1-2/+8
2024-09-12cpufreq: amd-pstate: fix the highest frequency issue which limits performancePerry Yuan1-3/+19
2024-09-12cpufreq: amd-pstate: Enable amd-pstate preferred core supportMeng Li1-8/+123
2024-09-08cpufreq: scmi: Avoid overflow of target_freq in fast switchJagadeesh Kona1-2/+2
2024-08-11cpufreq: qcom-nvmem: fix memory leaks in probe error pathsJavier Carrasco1-3/+10
2024-08-11cpufreq: qcom-nvmem: Simplify driver data allocationStephan Gerhold1-31/+18
2024-08-03cpufreq/amd-pstate: Fix the scaling_max_freq setting on shared memory CPPC sy...Dhananjay Ugwekar1-20/+23
2024-08-03cpufreq: ti-cpufreq: Handle deferred probe with dev_err_probe()Primoz Fiser1-1/+1
2024-07-18cpufreq: Allow drivers to advertise boost enabledMario Limonciello1-1/+2
2024-07-18cpufreq: ACPI: Mark boost policy as enabled when setting boostMario Limonciello1-1/+3
2024-07-05Revert "cpufreq: amd-pstate: Fix the inconsistency in max frequency units"Greg Kroah-Hartman1-1/+1
2024-07-05cpufreq: intel_pstate: Use HWP to initialize ITMT if CPPC is missingRafael J. Wysocki1-7/+6
2024-06-27cpufreq: amd-pstate: fix memory leak on CPU EPP exitPeng Ma1-0/+7
2024-06-16cpufreq: amd-pstate: Fix the inconsistency in max frequency unitsDhananjay Ugwekar1-1/+1
2024-06-12cpufreq: brcmstb-avs-cpufreq: ISO C90 forbids mixed declarationsPortia Stephens1-1/+4
2024-06-12cppc_cpufreq: Fix possible null pointer dereferenceAleksandr Mishin1-2/+12
2024-06-12cpufreq: exit() callback is optionalViresh Kumar1-4/+7
2024-04-13cpufreq: Don't unregister cpufreq cooling on CPU hotplugViresh Kumar1-6/+11