aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq
AgeCommit message (Expand)Author
2024-04-13cpufreq: Don't unregister cpufreq cooling on CPU hotplugViresh Kumar
2024-04-03cpufreq: brcmstb-avs-cpufreq: fix up "add check for cpufreq_cpu_get's return ...Greg Kroah-Hartman
2024-04-03cpufreq: dt: always allocate zeroed cpumaskMarek Szyprowski
2024-04-03cpufreq: amd-pstate: Fix min_perf assignment in amd_pstate_adjust_perf()Tor Vic
2024-03-26cpufreq: mediatek-hw: Don't error out if supply is not foundNícolas F. R. A. Prado
2024-03-26cpufreq: mediatek-hw: Wait for CPU supplies before probingNícolas F. R. A. Prado
2024-03-26cpufreq: Explicitly include correct DT includesRob Herring
2024-03-26cpufreq: brcmstb-avs-cpufreq: add check for cpufreq_cpu_get's return valueAnastasia Belova
2024-03-06cpufreq: intel_pstate: fix pstate limits enforcement for adjust_perf call backDoug Smythies
2024-01-31cpufreq: intel_pstate: Refine computation of P-state for given frequencyRafael J. Wysocki
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-12-08cpufreq/amd-pstate: Fix the return value of amd_pstate_fast_switch()Gautham R. Shenoy
2023-11-28cpufreq: stats: Fix buffer overflow detection in trans_stats()Christian Marangi
2023-09-13cpufreq: brcmstb-avs-cpufreq: Fix -Warray-bounds bugGustavo A. R. Silva
2023-09-13cpufreq: Fix the race condition while updating the transition_task of policyLiao Chang
2023-09-13cpufreq: powernow-k8: Use related_cpus instead of cpus in driver.exit()Liao Chang
2023-09-13cpufreq: amd-pstate-ut: Fix kernel panic when loading the driverSwapnil Sapkal
2023-09-13cpufreq: amd-pstate-ut: Remove module parameter accessSwapnil Sapkal
2023-09-13cpufreq: intel_pstate: set stale CPU frequency to minimumDoug Smythies
2023-08-03cpufreq: intel_pstate: Drop ACPI _PSS states table patchingRafael J. Wysocki
2023-07-19cpufreq: mediatek: correct voltages for MT7622 and MT7623Daniel Golle
2023-07-19cpufreq: intel_pstate: Fix energy_performance_preference for passiveTero Kristo
2023-06-05cpufreq: amd-pstate: Add ->fast_switch() callbackGautham R. Shenoy
2023-06-05cpufreq: amd-pstate: Update policy->cur in amd_pstate_adjust_perf()Wyes Karny
2023-05-11cpufreq: use correct unit when verify cur freqSanjay Chandrashekara
2023-05-11cpufreq: qcom-cpufreq-hw: Revert adding cpufreq qosBjorn Andersson
2023-05-11cpufreq: mediatek: Raise proc and sram max voltage for MT7622/7623AngeloGioacchino Del Regno
2023-05-11cpufreq: mediatek: raise proc/sram max voltage for MT8516Jia-Wei Chang
2023-05-11cpufreq: mediatek: fix KP caused by handler usage after regulator_put/clk_putJia-Wei Chang
2023-05-11cpufreq: mediatek: fix passing zero to 'PTR_ERR'Jia-Wei Chang
2023-03-10cpufreq: davinci: Fix clk use after freeUwe Kleine-König
2023-02-14cpufreq: qcom-hw: Fix cpufreq_driver->get() for non-LMH systemsDouglas Anderson
2023-02-01cpufreq: armada-37xx: stop using 0 as NULL pointerMiles Chen
2023-02-01cpufreq: Add SM6375 to cpufreq-dt-platdev blocklistKonrad Dybcio
2023-02-01cpufreq: Add Tegra234 to cpufreq-dt-platdev blocklistSumit Gupta
2023-02-01cpufreq: CPPC: Add u64 casts to avoid overflowingPierre Gondois
2023-01-18cpufreq: amd-pstate: fix kernel hang issue while amd-pstate unregisteringPerry Yuan
2023-01-07cpufreq: Init completion before kobject_init_and_add()Yongqiang Liu
2022-12-31cpufreq: amd_freq_sensitivity: Add missing pci_dev_put()Xiongfeng Wang
2022-12-31cpufreq: qcom-hw: Fix the frequency returned by cpufreq_driver->get()Manivannan Sadhasivam
2022-12-31cpufreq: qcom-hw: Fix memory leak in qcom_cpufreq_hw_read_lut()Chen Hui
2022-11-22cpufreq: amd-pstate: add amd-pstate driver parameter for mode selectionPerry Yuan
2022-11-22cpufreq: amd-pstate: change amd-pstate driver to be built-in typePerry Yuan
2022-11-22cpufreq: amd-pstate: cpufreq: amd-pstate: reset MSR_AMD_PERF_CTL register at ...Wyes Karny
2022-10-25cpufreq: intel_pstate: hybrid: Use known scaling factor for P-coresRafael J. Wysocki
2022-10-25cpufreq: intel_pstate: Read all MSRs on the target CPURafael J. Wysocki
2022-10-18cpufreq: sun50i: Switch to use dev_err_probe() helperYang Yingliang