summaryrefslogtreecommitdiff
path: root/drivers/cpufreq
AgeCommit message (Expand)AuthorFilesLines
5 dayscpufreq: nforce2: fix reference count leak in nforce2Miaoqian Lin1-0/+3
5 dayscpufreq: s5pv210: fix refcount leakShuhao Fu1-2/+4
2025-12-07cpufreq: tegra186: Initialize all cores to max frequenciesAaron Kling1-6/+21
2025-12-07cpufreq/longhaul: handle NULL policy in longhaul_exitDennis Beier1-0/+3
2025-10-29cpufreq: CPPC: Avoid using CPUFREQ_ETERNAL as transition delayRafael J. Wysocki1-2/+12
2025-10-19cpufreq: intel_pstate: Fix object lifecycle issue in update_qos_request()Rafael J. Wysocki1-3/+5
2025-10-19cpufreq: tegra186: Set target frequency for all cpus in policyAaron Kling1-2/+6
2025-10-19cpufreq: scmi: Account for malformed DT in scmi_dev_used_by_cpus()Florian Fainelli1-0/+10
2025-10-02cpufreq: Initialize cpufreq-based invariance before subsysChristian Loehle1-9/+11
2025-08-28cpufreq: armada-8k: Fix off by one in armada_8k_cpufreq_free_table()Dan Carpenter1-1/+1
2025-08-28cpufreq: Exit governor when failed to start old governorLifeng Zheng1-3/+5
2025-08-28cpufreq: CPPC: Mark driver with NEED_UPDATE_LIMITS flagPrashant Malani1-1/+1
2025-08-28cpufreq: Init policy->rwsem before it may be possibly usedLifeng Zheng1-1/+2
2025-08-28cpufreq: Initialize cpufreq-based frequency-invariance laterLifeng Zheng1-9/+9
2025-08-28cpufreq: intel_pstate: Always use HWP_DESIRED_PERF in passive modeRafael J. Wysocki1-2/+2
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-27cpufreq: Force sync policy boost with global boost on sysfs updateViresh Kumar1-2/+4
2025-06-27acpi-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-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: 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-03-13cpufreq: s3c64xx: Fix compilation warningViresh Kumar1-4/+7
2025-03-13cpufreq: ACPI: Fix max-frequency computationGautham R. Shenoy1-9/+27
2024-12-14cpufreq: mediatek-hw: Fix wrong return value in mtk_cpufreq_get_cpu_power()Jinjie Ruan1-1/+1
2024-12-14cpufreq: loongson2: Unregister platform_driver on failureYuan Can1-1/+3
2024-10-17cpufreq: ti-cpufreq: Introduce quirks to handle syscon fails appropriatelyNishanth Menon1-2/+8
2024-09-12cpufreq: scmi: Avoid overflow of target_freq in fast switchJagadeesh Kona1-2/+2
2024-06-16cppc_cpufreq: Fix possible null pointer dereferenceAleksandr Mishin1-2/+12
2024-06-16cpufreq: exit() callback is optionalViresh Kumar1-4/+7
2024-06-16cpufreq: Rearrange locking in cpufreq_remove_dev()Rafael J. Wysocki1-7/+14
2024-06-16cpufreq: Split cpufreq_offline()Rafael J. Wysocki1-14/+19
2024-06-16cpufreq: Reorganize checks in cpufreq_offline()Rafael J. Wysocki1-12/+12
2024-04-10cpufreq: brcmstb-avs-cpufreq: fix up "add check for cpufreq_cpu_get's return ...Greg Kroah-Hartman1-2/+3
2024-04-10cpufreq: dt: always allocate zeroed cpumaskMarek Szyprowski1-1/+1
2024-03-27cpufreq: mediatek-hw: Don't error out if supply is not foundNĂ­colas F. R. A. Prado1-1/+1
2024-03-27cpufreq: mediatek-hw: Wait for CPU supplies before probingNĂ­colas F. R. A. Prado1-1/+18
2024-03-27cpufreq: Explicitly include correct DT includesRob Herring9-11/+7
2024-03-27cpufreq: brcmstb-avs-cpufreq: add check for cpufreq_cpu_get's return valueAnastasia Belova1-0/+2
2024-03-06cpufreq: intel_pstate: fix pstate limits enforcement for adjust_perf call backDoug Smythies1-0/+3
2024-02-23cpufreq: intel_pstate: Refine computation of P-state for given frequencyRafael J. Wysocki1-21/+34
2024-02-23cpufreq: intel_pstate: Drop redundant intel_pstate_get_hwp_cap() callRafael J. Wysocki1-12/+8
2024-01-26cpufreq: scmi: process the result of devm_of_clk_add_hw_provider()Alexandra Diupina1-2/+5
2024-01-26cpufreq: Use of_property_present() for testing DT property presenceRob Herring5-6/+6
2023-12-08cpufreq: imx6q: Don't disable 792 Mhz OPP unnecessarilyChristoph Niedermaier1-1/+1
2023-12-08cpufreq: imx6q: don't warn for disabling a non-existing frequencyChristoph Niedermaier1-14/+16