summaryrefslogtreecommitdiff
path: root/drivers/cpufreq
AgeCommit message (Expand)AuthorFilesLines
2025-11-11cpufreq/amd-pstate: Adjust return values in amd_pstate_update_status()Mario Limonciello (AMD)1-3/+2
2025-11-11cpufreq/amd-pstate: Make amd_pstate_get_mode_string() never return NULLMario Limonciello (AMD)1-2/+2
2025-11-11cpufreq/amd-pstate: Drop NULL value from amd_pstate_mode_stringMario Limonciello (AMD)1-1/+1
2025-11-11cpufreq/amd-pstate: Use sysfs_match_string() for eppMario Limonciello (AMD)1-11/+4
2025-11-10cpufreq: tegra194: add WQ_PERCPU to alloc_workqueue usersMarco Crivellari1-1/+2
2025-11-10cpufreq: qcom-nvmem: add compatible fallback for ipq806x for no SMEMChristian Marangi1-2/+33
2025-10-30cpufreq: intel_pstate: Add Diamond Rapids OOB mode supportKuppuswamy Sathyanarayanan1-0/+1
2025-10-28cpufreq: CPPC: Don't warn if FIE init fails to read countersJie Zhan1-9/+8
2025-10-28cpufreq: nforce2: fix reference count leak in nforce2Miaoqian Lin1-0/+3
2025-10-27Merge 6.18-rc3 into driver-core-nextGreg Kroah-Hartman1-1/+5
2025-10-23cpufreq: tegra186: add OPP support and set bandwidthAaron Kling1-7/+143
2025-10-23cpufreq: dt-platdev: Add JH7110S SOC to the allowlistHal Feng1-0/+1
2025-10-23cpufreq: s5pv210: fix refcount leakShuhao Fu1-2/+4
2025-10-21rust: driver: let probe() return impl PinInit<Self, Error>Danilo Krummrich1-2/+2
2025-10-20cpufreq: Replace deprecated strcpy() in cpufreq_unregister_governor()Thorsten Blum1-1/+1
2025-10-20cpufreq: intel_pstate: Improve printing of debug messagesRafael J. Wysocki1-12/+13
2025-10-20cpufreq: intel_pstate: hybrid: Adjust energy model rulesRafael J. Wysocki1-21/+14
2025-10-20cpufreq: intel_pstate: Add and use hybrid_has_l3()Rafael J. Wysocki1-12/+18
2025-10-20cpufreq: intel_pstate: Add and use hybrid_get_cpu_type()Rafael J. Wysocki1-6/+7
2025-10-20cpufreq: preserve freq_table_sorted across suspend/hibernateZihuan Zhang1-3/+6
2025-10-15cpufreq/amd-pstate: Fix a regression leading to EPP 0 after hibernateMario Limonciello (AMD)1-1/+5
2025-10-01Merge tag 'cpufreq-arm-updates-6.18-rc' of git://git.kernel.org/pub/scm/linux...Rafael J. Wysocki3-18/+41
2025-10-01ACPI: CPPC: Do not use CPUFREQ_ETERNAL as an error valueRafael J. Wysocki2-6/+6
2025-10-01cpufreq: CPPC: Avoid using CPUFREQ_ETERNAL as transition delayRafael J. Wysocki1-2/+12
2025-10-01cpufreq: Make drivers using CPUFREQ_ETERNAL specify transition latencyRafael J. Wysocki7-7/+7
2025-09-29cpufreq: tegra186: Initialize all cores to max frequenciesAaron Kling1-6/+21
2025-09-29cpufreq: tegra186: Set target frequency for all cpus in policyAaron Kling1-2/+6
2025-09-29rust: cpufreq: streamline find_supply_namesThorsten Blum1-7/+3
2025-09-29cpufreq: mediatek: fix device leak on probe failureJohan Hovold1-3/+11
2025-09-24Merge back earlier cpufreq material for 6.18Rafael J. Wysocki24-249/+321
2025-09-23cpufreq: Replace pointer subtraction with iteration macroZihuan Zhang1-4/+4
2025-09-20cpufreq: Initialize cpufreq-based invariance before subsysChristian Loehle1-9/+11
2025-09-20cpufreq: intel_pstate: Use likely() optimization in intel_pstate_sample()Yaxiong Tian1-1/+1
2025-09-20cpufreq: Add defensive check during driver registrationZihuan Zhang1-0/+1
2025-09-20cpufreq: intel_pstate: Enable HWP without EPP if DEC is enabledRafael J. Wysocki1-16/+56
2025-09-15cpufreq: ACPI: Use on_each_cpu_mask() in drv_write()Rafael J. Wysocki1-8/+1
2025-09-15Merge back earlier cpufreq material for 6.18Rafael J. Wysocki23-220/+258
2025-09-11Merge branches 'pm-sleep' and 'pm-em'Rafael J. Wysocki1-2/+2
2025-09-10cpufreq: ondemand: Update the efficient idle check for Intel extended FamiliesSohil Mehta2-24/+24
2025-09-10cpufreq: conservative: Replace sscanf() with kstrtouint()Kaushlendra Kumar1-12/+12
2025-09-10PM: EM: Add function for registering a PD without capacity updateRafael J. Wysocki1-2/+2
2025-09-09cpufreq: intel_pstate: Adjust frequency percentage computationsRafael J. Wysocki1-5/+3
2025-09-09cpufreq: intel_pstate: Rearrange freq QoS updates using __free()Rafael J. Wysocki1-29/+28
2025-09-09cpufreq: intel_pstate: Fix object lifecycle issue in update_qos_request()Rafael J. Wysocki1-3/+5
2025-09-05cpufreq: intel_pstate: Remove EPB-related codeSrinivas Pandruvada1-45/+4
2025-09-05cpufreq: intel_pstate: Rearrange variable declaration involving __free()Rafael J. Wysocki1-3/+1
2025-09-05cpufreq: core: Rearrange variable declarations involving __free()Rafael J. Wysocki1-20/+7
2025-09-05cpufreq: speedstep-lib: Use int type to store negative error codesQianfeng Rong2-11/+11
2025-09-05cpufreq: Use int type to store negative error codesQianfeng Rong1-1/+1
2025-09-05cpufreq: Drop redundant freq_table parameterZihuan Zhang4-14/+10