summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq
AgeCommit message (Expand)AuthorLines
2025-03-06cpufreq/amd-pstate: Show a warning when a CPU fails to setupMario Limonciello-0/+2
2025-03-06cpufreq/amd-pstate: Invalidate cppc_req_cached during suspendMario Limonciello-1/+4
2025-03-06cpufreq/amd-pstate: Fix the clamping of perf valuesDhananjay Ugwekar-2/+2
2025-02-23cpufreq/amd-pstate: Remove the unncecessary driver_lock in amd_pstate_update_...Dhananjay Ugwekar-2/+0
2025-02-23cpufreq/amd-pstate: Use scope based cleanup for cpufreq_policy refsDhananjay Ugwekar-17/+8
2025-02-23cpufreq/amd-pstate: Add missing NULL ptr check in amd_pstate_updateDhananjay Ugwekar-0/+3
2025-02-23cpufreq/amd-pstate: Remove the unnecessary cpufreq_update_policy callDhananjay Ugwekar-4/+0
2025-02-23cpufreq/amd-pstate: Modularize perf<->freq conversionDhananjay Ugwekar-27/+30
2025-02-23cpufreq/amd-pstate: Convert all perf values to u8Dhananjay Ugwekar-62/+62
2025-02-23cpufreq/amd-pstate: Pass min/max_limit_perf as min/max_perf to amd_pstate_updateDhananjay Ugwekar-5/+4
2025-02-23cpufreq/amd-pstate: Remove the redundant des_perf clamping in adjust_perfDhananjay Ugwekar-2/+0
2025-02-23cpufreq/amd-pstate: Modify the min_perf calculation in adjust_perf callbackDhananjay Ugwekar-6/+6
2025-02-06Merge tag 'amd-pstate-v6.14-2025-02-06' of ssh://gitolite.kernel.org/pub/scm/...Rafael J. Wysocki-10/+10
2025-02-06cpufreq/amd-pstate: Fix cpufreq_policy ref countingDhananjay Ugwekar-4/+5
2025-02-05cpufreq: prevent NULL dereference in cpufreq_online()Aboorva Devarajan-1/+2
2025-02-05cpufreq: airoha: modify CONFIG_OF dependencyArnd Bergmann-1/+2
2025-02-05cpufreq/amd-pstate: Fix max_perf updation with schedutilDhananjay Ugwekar-1/+1
2025-02-05cpufreq/amd-pstate: Remove the goto label in amd_pstate_update_limitsDhananjay Ugwekar-4/+4
2025-02-03cpufreq/amd-pstate: Fix per-policy boost flag incorrect when failLifeng Zheng-1/+0
2025-01-29cpufreq: airoha: Depends on OFViresh Kumar-1/+1
2025-01-23cpufreq: ACPI: Remove set_boost in acpi_cpufreq_cpu_init()Lifeng Zheng-5/+0
2025-01-23cpufreq: CPPC: Fix wrong max_freq in policy initializationLifeng Zheng-2/+3
2025-01-23cpufreq: Introduce a more generic way to set default per-policy boost flagLifeng Zheng-4/+12
2025-01-23cpufreq: Fix re-boost issue after hotplugging a CPULifeng Zheng-0/+4
2025-01-23cpufreq: s3c64xx: Fix compilation warningViresh Kumar-4/+7
2025-01-22Merge tag 'pm-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds-338/+626
2025-01-21Merge tag 'kthread-for-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+1
2025-01-20Merge branch 'pm-cpufreq'Rafael J. Wysocki-337/+625
2025-01-20Merge branches 'pm-sleep', 'pm-cpuidle' and 'pm-em'Rafael J. Wysocki-1/+1
2025-01-20Merge tag 'cpufreq-arm-updates-6.14' of ssh://gitolite.kernel.org/pub/scm/lin...Rafael J. Wysocki-26/+280
2025-01-17cpufreq: Use str_enable_disable()-like helpersKrzysztof Kozlowski-4/+6
2025-01-17cpufreq: airoha: Add EN7581 CPUFreq SMCCC driverChristian Marangi-0/+163
2025-01-16Merge back earlier cpufreq material for 6.14Rafael J. Wysocki-307/+339
2025-01-14cpufreq: ACPI: Fix max-frequency computationGautham R. Shenoy-9/+27
2025-01-14cpufreq: Move endif to the end of Kconfig fileViresh Kumar-2/+2
2025-01-10Merge tag 'amd-pstate-v6.14-2025-01-07' of ssh://gitolite.kernel.org/pub/scm/...Rafael J. Wysocki-10/+5
2025-01-08treewide: Introduce kthread_run_worker[_on_cpu]()Frederic Weisbecker-1/+1
2025-01-03cpufreq/amd-pstate: Refactor max frequency calculationNaresh Solanki-9/+4
2025-01-03cpufreq/amd-pstate: Fix prefcore rankingsMario Limonciello-1/+1
2024-12-24cpufreq: sparc: change kzalloc to kcallocEthan Carter Edwards-2/+2
2024-12-23cpufreq: qcom: Implement clk_ops::determine_rate() for qcom_cpufreq* clocksManivannan Sadhasivam-0/+13
2024-12-23cpufreq: qcom: Fix qcom_cpufreq_hw_recalc_rate() to query LUT if LMh IRQ is n...Manivannan Sadhasivam-10/+11
2024-12-23cpufreq: apple-soc: Add Apple A7-A8X SoC cpufreq supportNick Chan-6/+24
2024-12-23cpufreq: apple-soc: Set fallback transition latency to APPLE_DVFS_TRANSITION_...Nick Chan-1/+1
2024-12-23cpufreq: apple-soc: Increase cluster switch timeout to 400usNick Chan-1/+1
2024-12-23cpufreq: apple-soc: Use 32-bit read for status registerNick Chan-1/+1
2024-12-23cpufreq: apple-soc: Allow per-SoC configuration of APPLE_DVFS_CMD_PS1Nick Chan-2/+11
2024-12-23cpufreq: apple-soc: Drop setting the PS2 field on M2+Hector Martin-3/+10
2024-12-23cpufreq: fix using cpufreq-dt as moduleAndreas Kemnade-3/+1
2024-12-23cpufreq: scmi: Register for limit change notificationsSibi Sankar-0/+45