summaryrefslogtreecommitdiff
path: root/drivers/cpufreq
AgeCommit message (Expand)AuthorFilesLines
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/ra...Linus 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/p...Linus Torvalds6-479/+0
2025-03-25Merge tag 'pm-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds53-770/+557
2025-03-25Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2-5/+45
2025-03-22Merge tag 'cpufreq-arm-updates-6.15' of git://git.kernel.org/pub/scm/linux/ke...Rafael 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 fun...Mario 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
2025-03-06cpufreq/amd-pstate: Drop `cppc_cap1_cached`Mario Limonciello2-7/+0
2025-03-06cpufreq/amd-pstate: Overhaul lockingMario Limonciello1-10/+3
2025-03-06cpufreq/amd-pstate: Move perf values into a unionMario Limonciello3-120/+162
2025-03-06cpufreq/amd-pstate: Drop min and max cached frequenciesMario Limonciello3-46/+20
2025-03-06cpufreq/amd-pstate: Show a warning when a CPU fails to setupMario Limonciello1-0/+2
2025-03-06cpufreq/amd-pstate: Invalidate cppc_req_cached during suspendMario Limonciello1-1/+4
2025-03-06cpufreq/amd-pstate: Fix the clamping of perf valuesDhananjay Ugwekar1-2/+2
2025-03-04cpufreq: tegra194: Allow building for Tegra234Aaron Kling1-1/+1
2025-02-27cpufreq: intel_pstate: Avoid SMP calls to get cpu-typePawan Gupta1-12/+4
2025-02-26cpufreq: ppc_cbe: Remove powerpc Cell driverMichael Ellerman6-479/+0
2025-02-23cpufreq/amd-pstate: Remove the unncecessary driver_lock in amd_pstate_update_...Dhananjay Ugwekar1-2/+0
2025-02-23cpufreq/amd-pstate: Use scope based cleanup for cpufreq_policy refsDhananjay Ugwekar1-17/+8
2025-02-23cpufreq/amd-pstate: Add missing NULL ptr check in amd_pstate_updateDhananjay Ugwekar1-0/+3
2025-02-23cpufreq/amd-pstate: Remove the unnecessary cpufreq_update_policy callDhananjay Ugwekar1-4/+0
2025-02-23cpufreq/amd-pstate: Modularize perf<->freq conversionDhananjay Ugwekar1-27/+30
2025-02-23cpufreq/amd-pstate: Convert all perf values to u8Dhananjay Ugwekar3-62/+62
2025-02-23cpufreq/amd-pstate: Pass min/max_limit_perf as min/max_perf to amd_pstate_updateDhananjay Ugwekar1-5/+4
2025-02-23cpufreq/amd-pstate: Remove the redundant des_perf clamping in adjust_perfDhananjay Ugwekar1-2/+0
2025-02-23cpufreq/amd-pstate: Modify the min_perf calculation in adjust_perf callbackDhananjay Ugwekar1-6/+6
2025-02-21cpufreq: intel_pstate: Relocate platform preference checkRafael J. Wysocki1-9/+9
2025-02-20cpufreq: governor: Fix negative 'idle_time' handling in dbs_update()Jie Zhan1-22/+23
2025-02-19cpufreq: enable 1200Mhz clock speed for armada-37xxBenjamin Schneider1-5/+1
2025-02-18cpufreq: intel_pstate: Make it possible to avoid enabling CASRafael J. Wysocki1-0/+9
2025-02-17cpufreq: Introduce an optional cpuinfo_avg_freq sysfs entryBeata Michalska2-1/+41
2025-02-17cpufreq: Allow arch_freq_get_on_cpu to return an errorBeata Michalska1-4/+4
2025-02-07cpufreq: Remove cpufreq_enable_boost_support()Viresh Kumar1-15/+0
2025-02-07cpufreq: staticize policy_has_boost_freq()Viresh Kumar1-2/+1