summaryrefslogtreecommitdiff
path: root/drivers/cpufreq
AgeCommit message (Expand)AuthorFilesLines
2025-05-09cpufreq: ACPI: Re-sync CPU boost state on system resumeViresh Kumar1-2/+13
2025-05-09cpufreq: acpi: Set policy->boost_supportedViresh Kumar1-0/+3
2025-05-09cpufreq: Introduce policy->boost_supported flagViresh Kumar1-0/+4
2025-05-09cpufreq: Fix setting policy limits when frequency tables are usedRafael J. Wysocki3-12/+19
2025-05-09cpufreq: Avoid using inconsistent policy->min and policy->maxRafael J. Wysocki1-7/+25
2025-05-09cpufreq: intel_pstate: Unchecked MSR aceess in legacy modeSrinivas Pandruvada1-0/+3
2025-05-02cpufreq: fix compile-test defaultsJohan Hovold1-4/+4
2025-05-02cpufreq: Do not enable by default during compile testingKrzysztof Kozlowski1-8/+8
2025-05-02cpufreq: cppc: Fix invalid return value in .get() callbackMarc Zyngier1-1/+1
2025-05-02cpufreq: scpi: Fix null-ptr-deref in scpi_cpufreq_get_rate()Henry Martin1-3/+10
2025-05-02cpufreq: scmi: Fix null-ptr-deref in scmi_cpufreq_get_rate()Henry Martin1-2/+8
2025-05-02cpufreq: apple-soc: Fix null-ptr-deref in apple_soc_cpufreq_get_rate()Henry Martin1-2/+8
2025-05-02cpufreq: sun50i: prevent out-of-bounds accessAndre Przywara1-6/+12
2025-04-25cpufreq: Reference count policy in cpufreq_update_limits()Rafael J. Wysocki1-0/+8
2025-04-20cpufreq/amd-pstate: Invalidate cppc_req_cached during suspendMario Limonciello1-1/+4
2025-04-10cpufreq: Init cpufreq only for present CPUsJacky Bai11-16/+16
2025-04-10cpufreq: tegra194: Allow building for Tegra234Aaron Kling1-1/+1
2025-04-10cpufreq/amd-pstate: Add missing NULL ptr check in amd_pstate_updateDhananjay Ugwekar1-0/+3
2025-04-10cpufreq/amd-pstate: Convert all perf values to u8Dhananjay Ugwekar3-62/+62
2025-04-10cpufreq/amd-pstate: Pass min/max_limit_perf as min/max_perf to amd_pstate_updateDhananjay Ugwekar1-5/+4
2025-04-10cpufreq/amd-pstate: Modify the min_perf calculation in adjust_perf callbackDhananjay Ugwekar1-6/+6
2025-04-10cpufreq: governor: Fix negative 'idle_time' handling in dbs_update()Jie Zhan1-22/+23
2025-04-10cpufreq: scpi: compare kHz instead of Hzzuoqian1-2/+3
2025-02-06Merge tag 'amd-pstate-v6.14-2025-02-06' of ssh://gitolite.kernel.org/pub/scm/...Rafael J. Wysocki1-10/+10
2025-02-06cpufreq/amd-pstate: Fix cpufreq_policy ref countingDhananjay Ugwekar1-4/+5
2025-02-05cpufreq: prevent NULL dereference in cpufreq_online()Aboorva Devarajan1-1/+2
2025-02-05cpufreq: airoha: modify CONFIG_OF dependencyArnd Bergmann1-1/+2
2025-02-05cpufreq/amd-pstate: Fix max_perf updation with schedutilDhananjay Ugwekar1-1/+1
2025-02-05cpufreq/amd-pstate: Remove the goto label in amd_pstate_update_limitsDhananjay Ugwekar1-4/+4
2025-02-03cpufreq/amd-pstate: Fix per-policy boost flag incorrect when failLifeng Zheng1-1/+0
2025-01-29cpufreq: airoha: Depends on OFViresh Kumar1-1/+1
2025-01-23cpufreq: ACPI: Remove set_boost in acpi_cpufreq_cpu_init()Lifeng Zheng1-5/+0
2025-01-23cpufreq: CPPC: Fix wrong max_freq in policy initializationLifeng Zheng1-2/+3
2025-01-23cpufreq: Introduce a more generic way to set default per-policy boost flagLifeng Zheng1-4/+12
2025-01-23cpufreq: Fix re-boost issue after hotplugging a CPULifeng Zheng1-0/+4
2025-01-23cpufreq: s3c64xx: Fix compilation warningViresh Kumar1-4/+7
2025-01-22Merge tag 'pm-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds18-338/+626
2025-01-22Merge tag 'kthread-for-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2025-01-20Merge branch 'pm-cpufreq'Rafael J. Wysocki18-337/+625
2025-01-20Merge branches 'pm-sleep', 'pm-cpuidle' and 'pm-em'Rafael J. Wysocki1-1/+1
2025-01-20Merge tag 'cpufreq-arm-updates-6.14' of ssh://gitolite.kernel.org/pub/scm/lin...Rafael J. Wysocki10-26/+280
2025-01-17cpufreq: Use str_enable_disable()-like helpersKrzysztof Kozlowski2-4/+6
2025-01-17cpufreq: airoha: Add EN7581 CPUFreq SMCCC driverChristian Marangi4-0/+163
2025-01-16Merge back earlier cpufreq material for 6.14Rafael J. Wysocki6-307/+339
2025-01-14cpufreq: ACPI: Fix max-frequency computationGautham R. Shenoy1-9/+27
2025-01-14cpufreq: Move endif to the end of Kconfig fileViresh Kumar1-2/+2
2025-01-10Merge tag 'amd-pstate-v6.14-2025-01-07' of ssh://gitolite.kernel.org/pub/scm/...Rafael J. Wysocki1-10/+5
2025-01-08treewide: Introduce kthread_run_worker[_on_cpu]()Frederic Weisbecker1-1/+1
2025-01-04cpufreq/amd-pstate: Refactor max frequency calculationNaresh Solanki1-9/+4
2025-01-03cpufreq/amd-pstate: Fix prefcore rankingsMario Limonciello1-1/+1