summaryrefslogtreecommitdiff
path: root/drivers/cpufreq
AgeCommit message (Expand)Author
2025-05-09cpufreq: Fix setting policy limits when frequency tables are usedRafael J. Wysocki
2025-05-09cpufreq: Avoid using inconsistent policy->min and policy->maxRafael J. Wysocki
2025-05-09cpufreq: intel_pstate: Unchecked MSR aceess in legacy modeSrinivas Pandruvada
2025-05-02cpufreq: fix compile-test defaultsJohan Hovold
2025-05-02cpufreq: Do not enable by default during compile testingKrzysztof Kozlowski
2025-05-02cpufreq: cppc: Fix invalid return value in .get() callbackMarc Zyngier
2025-05-02cpufreq: scpi: Fix null-ptr-deref in scpi_cpufreq_get_rate()Henry Martin
2025-05-02cpufreq: scmi: Fix null-ptr-deref in scmi_cpufreq_get_rate()Henry Martin
2025-05-02cpufreq: apple-soc: Fix null-ptr-deref in apple_soc_cpufreq_get_rate()Henry Martin
2025-05-02cpufreq: sun50i: prevent out-of-bounds accessAndre Przywara
2025-04-25cpufreq: Reference count policy in cpufreq_update_limits()Rafael J. Wysocki
2025-04-10cpufreq: tegra194: Allow building for Tegra234Aaron Kling
2025-04-10cpufreq: governor: Fix negative 'idle_time' handling in dbs_update()Jie Zhan
2025-04-10cpufreq: scpi: compare kHz instead of Hzzuoqian
2025-02-21cpufreq/amd-pstate: Remove the goto label in amd_pstate_update_limitsDhananjay Ugwekar
2025-02-21cpufreq/amd-pstate: Fix cpufreq_policy ref countingDhananjay Ugwekar
2025-02-21cpufreq/amd-pstate: convert mutex use to guard()Mario Limonciello
2025-02-21cpufreq/amd-pstate: Merge amd_pstate_epp_cpu_offline() and amd_pstate_epp_off...Dhananjay Ugwekar
2025-02-21cpufreq/amd-pstate: Remove the cppc_state check in offline/online functionsDhananjay Ugwekar
2025-02-21cpufreq/amd-pstate: Refactor amd_pstate_epp_reenable() and amd_pstate_epp_off...Dhananjay Ugwekar
2025-02-21cpufreq/amd-pstate: Align offline flow of shared memory and MSR based systemsDhananjay Ugwekar
2025-02-21cpufreq/amd-pstate: Call cppc_set_epp_perf in the reenable functionDhananjay Ugwekar
2025-02-17cpufreq: s3c64xx: Fix compilation warningViresh Kumar
2025-02-17cpufreq: fix using cpufreq-dt as moduleAndreas Kemnade
2025-02-08cpufreq: ACPI: Fix max-frequency computationGautham R. Shenoy
2025-02-08cpufreq: qcom: Implement clk_ops::determine_rate() for qcom_cpufreq* clocksManivannan Sadhasivam
2025-02-08cpufreq: qcom: Fix qcom_cpufreq_hw_recalc_rate() to query LUT if LMh IRQ is n...Manivannan Sadhasivam
2025-01-23cpufreq: Move endif to the end of Kconfig fileViresh Kumar
2024-12-09cpufreq: scmi: Fix cleanup path when boost enablement failsSibi Sankar
2024-12-05cpufreq: mediatek-hw: Fix wrong return value in mtk_cpufreq_get_cpu_power()Jinjie Ruan
2024-12-05cpufreq: CPPC: Fix wrong return value in cppc_get_cpu_power()Jinjie Ruan
2024-12-05cpufreq: CPPC: Fix wrong return value in cppc_get_cpu_cost()Jinjie Ruan
2024-12-05cpufreq: loongson3: Check for error code from devm_mutex_init() callAndy Shevchenko
2024-12-05cpufreq: CPPC: Fix possible null-ptr-deref for cppc_get_cpu_cost()Jinjie Ruan
2024-12-05cpufreq: CPPC: Fix possible null-ptr-deref for cpufreq_cpu_get_raw()Jinjie Ruan
2024-12-05cpufreq: loongson2: Unregister platform_driver on failureYuan Can
2024-12-05cppc_cpufreq: Use desired perf if feedback ctrs are 0 or unchangedJie Zhan
2024-12-05amd-pstate: Set min_perf to nominal_perf for active mode performance govGautham R. Shenoy
2024-12-05cpufreq/amd-pstate: Don't update CPPC request in amd_pstate_cpu_boost_update()Mario Limonciello
2024-11-11cpufreq: intel_pstate: Rearrange locking in hybrid_init_cpu_capacity_scaling()Rafael J. Wysocki
2024-11-04cpufreq: intel_pstate: Update asym capacity for CPUs that were offline initiallyRafael J. Wysocki
2024-11-04cpufreq: intel_pstate: Clear hybrid_max_perf_cpu before driver registrationRafael J. Wysocki
2024-10-15cpufreq/amd-pstate: Use nominal perf for limits when boost is disabledMario Limonciello
2024-10-07cpufreq/amd-pstate: Fix amd_pstate mode switch on shared memory systemsDhananjay Ugwekar
2024-10-04Merge tag 'pm-6.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-10-01cpufreq: intel_pstate: Make hwp_notify_lock a raw spinlockUwe Kleine-König
2024-09-19Merge tag 'sched-core-2024-09-19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-09-11Merge tag 'amd-pstate-v6.12-2024-09-11' of ssh://gitolite.kernel.org/pub/scm/...Rafael J. Wysocki
2024-09-11cpufreq/amd-pstate-ut: Fix an "Uninitialized variables" issueQianqiang Liu