aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-04-14cpufreq: intel_pstate: Fix hwp_get_cpu_scaling()Rafael J. Wysocki1-1/+1
2025-04-11cpufreq/amd-pstate: Enable ITMT support after initializing core rankingsK Prateek Nayak1-17/+8
2025-04-10cpufreq: Drop unused cpufreq_get_policy()Rafael J. Wysocki1-25/+0
2025-04-10x86/msr: Rename 'wrmsrl_on_cpu()' to 'wrmsrq_on_cpu()'Ingo Molnar2-20/+20
2025-04-10x86/msr: Rename 'rdmsrl_on_cpu()' to 'rdmsrq_on_cpu()'Ingo Molnar3-17/+17
2025-04-10x86/msr: Rename 'wrmsrl_safe_on_cpu()' to 'wrmsrq_safe_on_cpu()'Ingo Molnar1-1/+1
2025-04-10x86/msr: Rename 'rdmsrl_safe_on_cpu()' to 'rdmsrq_safe_on_cpu()'Ingo Molnar3-5/+5
2025-04-10x86/msr: Rename 'wrmsrl_safe()' to 'wrmsrq_safe()'Ingo Molnar1-1/+1
2025-04-10x86/msr: Rename 'rdmsrl_safe()' to 'rdmsrq_safe()'Ingo Molnar3-4/+4
2025-04-10x86/msr: Rename 'wrmsrl()' to 'wrmsrq()'Ingo Molnar6-19/+19
2025-04-10x86/msr: Rename 'rdmsrl()' to 'rdmsrq()'Ingo Molnar6-28/+28
2025-04-10cpufreq: scpi: Fix null-ptr-deref in scpi_cpufreq_get_rate()Henry Martin1-3/+10
2025-04-10cpufreq: scmi: Fix null-ptr-deref in scmi_cpufreq_get_rate()Henry Martin1-2/+8
2025-04-10cpufreq: apple-soc: Fix null-ptr-deref in apple_soc_cpufreq_get_rate()Henry Martin1-2/+8
2025-04-09cpufreq: Pass policy pointer to ->update_limits()Rafael J. Wysocki3-17/+21
2025-04-09cpufreq: Introduce cpufreq_policy_refresh()Rafael J. Wysocki1-13/+18
2025-04-09cpufreq: Use __free() for policy reference counting cleanupRafael J. Wysocki1-32/+25
2025-04-09cpufreq: Drop cpufreq_cpu_acquire() and cpufreq_cpu_release()Rafael J. Wysocki1-45/+0
2025-04-09cpufreq: Use locking guard and __free() in cpufreq_update_policy()Rafael J. Wysocki1-5/+5
2025-04-09cpufreq: intel_pstate: Rearrange max frequency updates handling codeRafael J. Wysocki1-35/+17
2025-04-09cpufreq: Add and use cpufreq policy locking guardsRafael J. Wysocki1-67/+54
2025-04-09cpufreq: Split cpufreq_online()Rafael J. Wysocki1-41/+54
2025-04-09cpufreq: Consolidate some code in cpufreq_online()Rafael J. Wysocki1-5/+5
2025-04-08cpufreq: Do not enable by default during compile testingKrzysztof Kozlowski1-8/+8
2025-04-08cpufreq: Add SM8650 to cpufreq-dt-platdev blocklistPengyu Luo1-0/+1
2025-04-08cpufreq: sun50i: prevent out-of-bounds accessAndre Przywara1-6/+12
2025-04-07cpufreq/amd-pstate: Fix min_limit perf and freq updation for performance governorDhananjay Ugwekar1-4/+7
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-2/+2
2025-04-02Merge tag 'pm-6.15-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+6
2025-04-01cpufreq: Reference count policy in cpufreq_update_limits()Rafael J. Wysocki1-0/+6
2025-03-27Merge tag 'powerpc-6.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds6-479/+0
2025-03-25Merge tag 'pm-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds53-770/+557
2025-03-25Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds2-5/+45
2025-03-22Merge tag 'cpufreq-arm-updates-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pmRafael J. Wysocki48-184/+72
2025-03-17cpufreq: Init cpufreq only for present CPUsJacky Bai11-16/+16
2025-03-10cpufreq: tegra186: Share policy per clusterAaron Kling1-0/+7
2025-03-06Merge back earlier cpufreq material for 6.15Rafael J. Wysocki2-31/+41
2025-03-06cpufreq/amd-pstate: Drop actions in amd_pstate_epp_cpu_offline()Mario Limonciello1-8/+1
2025-03-06cpufreq/amd-pstate: Stop caching EPPMario Limonciello2-10/+10
2025-03-06cpufreq/amd-pstate: Rework CPPC enablingMario Limonciello1-144/+35
2025-03-06cpufreq/amd-pstate: Drop debug statements for policy settingMario Limonciello1-4/+0
2025-03-06cpufreq/amd-pstate: Update cppc_req_cached for shared mem EPP writesMario Limonciello1-0/+6
2025-03-06cpufreq/amd-pstate: Move all EPP tracing into *_update_perf and *_set_epp functionsMario Limonciello2-51/+80
2025-03-06cpufreq/amd-pstate: Cache CPPC request in shared mem case tooMario Limonciello1-1/+21
2025-03-06cpufreq/amd-pstate: Replace all AMD_CPPC_* macros with masksMario Limonciello2-14/+11
2025-03-06cpufreq/amd-pstate-ut: Adjust variable scopeMario Limonciello1-2/+2
2025-03-06cpufreq/amd-pstate-ut: Run on all of the correct CPUsMario Limonciello1-4/+4
2025-03-06cpufreq/amd-pstate-ut: Drop SUCCESS and FAIL enumsMario Limonciello1-88/+55
2025-03-06cpufreq/amd-pstate-ut: Allow lowest nonlinear and lowest to be the sameMario Limonciello1-2/+2
2025-03-06cpufreq/amd-pstate-ut: Use _free macro to free put policyMario Limonciello1-19/+14