summaryrefslogtreecommitdiff
path: root/drivers/cpufreq
AgeCommit message (Expand)Author
2026-01-19cpufreq: scmi: Fix null-ptr-deref in scmi_cpufreq_get_rate()Henry Martin
2026-01-19cpufreq: nforce2: fix reference count leak in nforce2Miaoqian Lin
2026-01-19cpufreq: s5pv210: fix refcount leakShuhao Fu
2025-12-07cpufreq/longhaul: handle NULL policy in longhaul_exitDennis Beier
2025-10-29cpufreq: intel_pstate: Fix object lifecycle issue in update_qos_request()Rafael J. Wysocki
2025-10-02cpufreq: Initialize cpufreq-based invariance before subsysChristian Loehle
2025-08-28cpufreq: armada-8k: Fix off by one in armada_8k_cpufreq_free_table()Dan Carpenter
2025-08-28cpufreq: Exit governor when failed to start old governorLifeng Zheng
2025-08-28cpufreq: CPPC: Mark driver with NEED_UPDATE_LIMITS flagPrashant Malani
2025-08-28cpufreq: Init policy->rwsem before it may be possibly usedLifeng Zheng
2025-08-28cpufreq: Initialize cpufreq-based frequency-invariance laterLifeng Zheng
2025-06-27cpufreq: Force sync policy boost with global boost on sysfs updateViresh Kumar
2025-06-27acpi-cpufreq: Fix nominal_freq units to KHz in get_max_boost_ratio()Gautham R. Shenoy
2025-05-02cpufreq: scpi: Fix null-ptr-deref in scpi_cpufreq_get_rate()Henry Martin
2025-05-02cpufreq: Reference count policy in cpufreq_update_limits()Rafael J. Wysocki
2025-04-10cpufreq: governor: Fix negative 'idle_time' handling in dbs_update()Jie Zhan
2025-04-10cpufreq: scpi: compare kHz instead of Hzzuoqian
2025-03-13cpufreq: s3c64xx: Fix compilation warningViresh Kumar
2025-03-13cpufreq: ACPI: Fix max-frequency computationGautham R. Shenoy
2024-12-14cpufreq: loongson2: Unregister platform_driver on failureYuan Can
2024-10-17cpufreq: ti-cpufreq: Introduce quirks to handle syscon fails appropriatelyNishanth Menon
2024-06-16cpufreq: exit() callback is optionalViresh Kumar
2024-06-16cpufreq: Rearrange locking in cpufreq_remove_dev()Rafael J. Wysocki
2024-06-16cpufreq: Split cpufreq_offline()Rafael J. Wysocki
2024-06-16cpufreq: Reorganize checks in cpufreq_offline()Rafael J. Wysocki
2024-04-13cpufreq: brcmstb-avs-cpufreq: fix up "add check for cpufreq_cpu_get's return ...Greg Kroah-Hartman
2024-04-13cpufreq: dt: always allocate zeroed cpumaskMarek Szyprowski
2024-03-26cpufreq: brcmstb-avs-cpufreq: add check for cpufreq_cpu_get's return valueAnastasia Belova
2024-01-25cpufreq: scmi: process the result of devm_of_clk_add_hw_provider()Alexandra Diupina
2024-01-25cpufreq: Use of_property_present() for testing DT property presenceRob Herring
2023-12-08cpufreq: imx6q: Don't disable 792 Mhz OPP unnecessarilyChristoph Niedermaier
2023-12-08cpufreq: imx6q: don't warn for disabling a non-existing frequencyChristoph Niedermaier
2023-11-28cpufreq: stats: Fix buffer overflow detection in trans_stats()Christian Marangi
2023-09-19cpufreq: brcmstb-avs-cpufreq: Fix -Warray-bounds bugGustavo A. R. Silva
2023-09-19cpufreq: Fix the race condition while updating the transition_task of policyLiao Chang
2023-09-19cpufreq: powernow-k8: Use related_cpus instead of cpus in driver.exit()Liao Chang
2023-08-11cpufreq: intel_pstate: Drop ACPI _PSS states table patchingRafael J. Wysocki
2023-07-27cpufreq: intel_pstate: Fix energy_performance_preference for passiveTero Kristo
2023-02-01cpufreq: armada-37xx: stop using 0 as NULL pointerMiles Chen
2023-02-01cpufreq: Add Tegra234 to cpufreq-dt-platdev blocklistSumit Gupta
2023-01-14cpufreq: Init completion before kobject_init_and_add()Yongqiang Liu
2023-01-14cpufreq: amd_freq_sensitivity: Add missing pci_dev_put()Xiongfeng Wang
2023-01-14cpufreq: qcom-hw: Fix memory leak in qcom_cpufreq_hw_read_lut()Chen Hui
2022-10-30cpufreq: qcom: fix memory leak in error pathFabien Parent
2022-10-30cpufreq: qcom: fix writes in read-only memory regionFabien Parent
2022-07-21cpufreq: pmac32-cpufreq: Fix refcount leak bugLiang He
2022-07-07drivers: cpufreq: Add missing of_node_put() in qoriq-cpufreq.cLiang He
2022-06-09cpufreq: mediatek: Unregister platform device on exitRex-BC Chen
2022-06-09cpufreq: mediatek: Use module_init and add module_exitJia-Wei Chang
2022-06-09cpufreq: mediatek: add missing platform_driver_unregister() on error in mtk_c...Qinglang Miao