aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq (follow)
AgeCommit message (Expand)AuthorFilesLines
5 daystreewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-1/+2
12 daysMerge tag 'mm-nonmm-stable-2025-05-31-15-28' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+1
14 daysMerge branch 'pm-cpufreq'Rafael J. Wysocki5-2/+275
2025-05-29acpi-cpufreq: Fix nominal_freq units to KHz in get_max_boost_ratio()Gautham R. Shenoy1-1/+1
2025-05-27Merge tag 'pm-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds6-318/+579
2025-05-27Merge tag 'acpi-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+2
2025-05-26Merge tag 'x86-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds10-97/+97
2025-05-26Merge tag 'sched-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+3
2025-05-26Merge branches 'acpi-processor' and 'acpi-cppc'Rafael J. Wysocki1-1/+2
2025-05-21Merge tag 'cpufreq-arm-updates-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pmRafael J. Wysocki4-1/+274
2025-05-21cpufreq: CPPC: Add support for autonomous selectionLifeng Zheng1-0/+109
2025-05-21cpufreq: Update sscanf() to kstrtouint()Bowen Yu1-3/+3
2025-05-21cpufreq: Replace magic numberBowen Yu1-1/+1
2025-05-20cpufreq: scmi: Skip SCMI devices that aren't used by the CPUsMike Tipton1-1/+35
2025-05-20Merge branch 'rust/cpufreq-dt' into cpufreq/arm/linux-nextViresh Kumar6-230/+408
2025-05-20cpufreq: Add Rust-based cpufreq-dt driverViresh Kumar3-0/+239
2025-05-16Merge tag 'amd-pstate-v6.16-2025-05-15' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/superm1/linuxRafael J. Wysocki1-1/+1
2025-05-14cpufreq: drop redundant cpus_read_lock() from store_local_boost()Seyediman Seyedarab1-3/+0
2025-05-13cpufreq/amd-pstate: Avoid shadowing ret in amd_pstate_ut_check_driver()Nathan Chancellor1-1/+1
2025-05-13cpufreq: intel_pstate: EAS: Increase cost for CPUs using L3 cacheRafael J. Wysocki1-0/+17
2025-05-13cpufreq: intel_pstate: EAS support for hybrid platformsRafael J. Wysocki1-2/+113
2025-05-13cpufreq: Drop policy locking from cpufreq_policy_is_good_for_eas()Rafael J. Wysocki1-2/+0
2025-05-11powernow: use pr_info_onceJim Cromie1-1/+1
2025-05-09Merge tag 'amd-pstate-v6.16-2025-05-08' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/superm1/linuxRafael J. Wysocki3-32/+103
2025-05-07cpufreq: intel_pstate: Populate the cpu_capacity sysfs entriesRicardo Neri1-0/+2
2025-05-07cpufreq/sched: Move cpufreq-specific EAS checks to cpufreqRafael J. Wysocki1-0/+32
2025-05-06Merge tag 'v6.15-rc5' into x86/msr, to pick up fixes and to resolve conflictsIngo Molnar5-14/+35
2025-05-05amd-pstate-ut: Reset amd-pstate driver mode after running selftestsSwapnil Sapkal3-7/+19
2025-05-04Merge back cpufreq material for 6.16Rafael J. Wysocki3-277/+201
2025-05-02x86/msr: Add explicit includes of <asm/msr.h>Xin Li (Intel)3-2/+2
2025-05-02Merge tag 'v6.15-rc4' into x86/msr, to pick up fixes and resolve conflictsIngo Molnar10-53/+91
2025-04-30ACPI: CPPC: Modify cppc_get_auto_sel_caps() to cppc_get_auto_sel()Lifeng Zheng1-1/+2
2025-04-30cpufreq: intel_pstate: Unchecked MSR aceess in legacy modeSrinivas Pandruvada1-0/+3
2025-04-28cpufreq/amd-pstate: Add support for the "Requested CPU Min frequency" BIOS optionDhananjay Ugwekar2-13/+71
2025-04-28cpufreq/amd-pstate: Add offline, online and suspend callbacks for amd_pstate_driverDhananjay Ugwekar1-8/+9
2025-04-28cpufreq: Fix setting policy limits when frequency tables are usedRafael J. Wysocki3-12/+19
2025-04-25cpufreq: Force sync policy boost with global boost on sysfs updateViresh Kumar1-2/+4
2025-04-25cpufreq: Preserve policy's boost state after resumeViresh Kumar1-2/+7
2025-04-25cpufreq: Introduce policy_set_boost()Viresh Kumar1-23/+26
2025-04-25cpufreq: Don't unnecessarily call set_boost()Viresh Kumar1-1/+1
2025-04-25Merge back cpufreq material for 6.16Rafael J. Wysocki3-253/+167
2025-04-25cpufreq: ACPI: Re-sync CPU boost state on system resumeViresh Kumar1-2/+13
2025-04-23Merge tag 'cpufreq-arm-fixes-6.15-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pmRafael J. Wysocki7-24/+50
2025-04-21cpufreq/amd-pstate: Move max_perf limiting in amd_pstate_updateDhananjay Ugwekar1-4/+4
2025-04-19Merge back earlier cpufreq material for 6.16Rafael J. Wysocki3-253/+167
2025-04-17Merge tag 'amd-pstate-v6.15-2025-04-15' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/superm1/linuxRafael J. Wysocki1-21/+15
2025-04-17cpufreq: Avoid using inconsistent policy->min and policy->maxRafael J. Wysocki1-7/+25
2025-04-17cpufreq: fix compile-test defaultsJohan Hovold1-4/+4
2025-04-16cpufreq/amd-pstate: Update asym_prefer_cpu when core rankings changeK Prateek Nayak1-1/+3
2025-04-16cpufreq: cppc: Fix invalid return value in .get() callbackMarc Zyngier1-1/+1