summaryrefslogtreecommitdiff
path: root/drivers/cpufreq
AgeCommit message (Expand)Author
2025-02-06Merge tag 'amd-pstate-v6.14-2025-02-06' of ssh://gitolite.kernel.org/pub/scm/...Rafael J. Wysocki
2025-02-06cpufreq/amd-pstate: Fix cpufreq_policy ref countingDhananjay Ugwekar
2025-02-05cpufreq: prevent NULL dereference in cpufreq_online()Aboorva Devarajan
2025-02-05cpufreq: airoha: modify CONFIG_OF dependencyArnd Bergmann
2025-02-05cpufreq/amd-pstate: Fix max_perf updation with schedutilDhananjay Ugwekar
2025-02-05cpufreq/amd-pstate: Remove the goto label in amd_pstate_update_limitsDhananjay Ugwekar
2025-02-03cpufreq/amd-pstate: Fix per-policy boost flag incorrect when failLifeng Zheng
2025-01-29cpufreq: airoha: Depends on OFViresh Kumar
2025-01-23cpufreq: ACPI: Remove set_boost in acpi_cpufreq_cpu_init()Lifeng Zheng
2025-01-23cpufreq: CPPC: Fix wrong max_freq in policy initializationLifeng Zheng
2025-01-23cpufreq: Introduce a more generic way to set default per-policy boost flagLifeng Zheng
2025-01-23cpufreq: Fix re-boost issue after hotplugging a CPULifeng Zheng
2025-01-23cpufreq: s3c64xx: Fix compilation warningViresh Kumar
2025-01-22Merge tag 'pm-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2025-01-21Merge tag 'kthread-for-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-01-20Merge branch 'pm-cpufreq'Rafael J. Wysocki
2025-01-20Merge branches 'pm-sleep', 'pm-cpuidle' and 'pm-em'Rafael J. Wysocki
2025-01-20Merge tag 'cpufreq-arm-updates-6.14' of ssh://gitolite.kernel.org/pub/scm/lin...Rafael J. Wysocki
2025-01-17cpufreq: Use str_enable_disable()-like helpersKrzysztof Kozlowski
2025-01-17cpufreq: airoha: Add EN7581 CPUFreq SMCCC driverChristian Marangi
2025-01-16Merge back earlier cpufreq material for 6.14Rafael J. Wysocki
2025-01-14cpufreq: ACPI: Fix max-frequency computationGautham R. Shenoy
2025-01-14cpufreq: Move endif to the end of Kconfig fileViresh Kumar
2025-01-10Merge tag 'amd-pstate-v6.14-2025-01-07' of ssh://gitolite.kernel.org/pub/scm/...Rafael J. Wysocki
2025-01-08treewide: Introduce kthread_run_worker[_on_cpu]()Frederic Weisbecker
2025-01-03cpufreq/amd-pstate: Refactor max frequency calculationNaresh Solanki
2025-01-03cpufreq/amd-pstate: Fix prefcore rankingsMario Limonciello
2024-12-24cpufreq: sparc: change kzalloc to kcallocEthan Carter Edwards
2024-12-23cpufreq: qcom: Implement clk_ops::determine_rate() for qcom_cpufreq* clocksManivannan Sadhasivam
2024-12-23cpufreq: qcom: Fix qcom_cpufreq_hw_recalc_rate() to query LUT if LMh IRQ is n...Manivannan Sadhasivam
2024-12-23cpufreq: apple-soc: Add Apple A7-A8X SoC cpufreq supportNick Chan
2024-12-23cpufreq: apple-soc: Set fallback transition latency to APPLE_DVFS_TRANSITION_...Nick Chan
2024-12-23cpufreq: apple-soc: Increase cluster switch timeout to 400usNick Chan
2024-12-23cpufreq: apple-soc: Use 32-bit read for status registerNick Chan
2024-12-23cpufreq: apple-soc: Allow per-SoC configuration of APPLE_DVFS_CMD_PS1Nick Chan
2024-12-23cpufreq: apple-soc: Drop setting the PS2 field on M2+Hector Martin
2024-12-23cpufreq: fix using cpufreq-dt as moduleAndreas Kemnade
2024-12-23cpufreq: scmi: Register for limit change notificationsSibi Sankar
2024-12-19Merge tag 'amd-pstate-v6.14-2024-12-18' of ssh://gitolite.kernel.org/pub/scm/...Rafael J. Wysocki
2024-12-18PM: EM: Move sched domains rebuild function from schedutil to EMRafael J. Wysocki
2024-12-18cpufreq: intel_pstate: Use CPUFREQ_POLICY_UNKNOWNChristian Loehle
2024-12-11cpufreq/amd-pstate: Drop boost_state variableMario Limonciello
2024-12-11cpufreq/amd-pstate: Set different default EPP policy for Epyc and RyzenMario Limonciello
2024-12-11cpufreq/amd-pstate: Drop ret variable from amd_pstate_set_energy_pref_index()Mario Limonciello
2024-12-11cpufreq/amd-pstate: Always write EPP value when updating perfMario Limonciello
2024-12-11cpufreq/amd-pstate: Cache EPP value and use that everywhereMario Limonciello
2024-12-11cpufreq/amd-pstate: Move limit updating codeMario Limonciello
2024-12-11cpufreq/amd-pstate: Change amd_pstate_update_perf() to return an intMario Limonciello
2024-12-11cpufreq/amd-pstate: store all values in cpudata struct in khzMario Limonciello
2024-12-11cpufreq/amd-pstate: Only update the cached value in msr_set_epp() on successMario Limonciello