summaryrefslogtreecommitdiff
path: root/drivers/cpufreq
AgeCommit message (Expand)Author
2025-11-10cpufreq/amd-pstate: Adjust return values in amd_pstate_update_status()Mario Limonciello (AMD)
2025-11-10cpufreq/amd-pstate: Make amd_pstate_get_mode_string() never return NULLMario Limonciello (AMD)
2025-11-10cpufreq/amd-pstate: Drop NULL value from amd_pstate_mode_stringMario Limonciello (AMD)
2025-11-10cpufreq/amd-pstate: Use sysfs_match_string() for eppMario Limonciello (AMD)
2025-11-10cpufreq: tegra194: add WQ_PERCPU to alloc_workqueue usersMarco Crivellari
2025-11-10cpufreq: qcom-nvmem: add compatible fallback for ipq806x for no SMEMChristian Marangi
2025-10-30cpufreq: intel_pstate: Add Diamond Rapids OOB mode supportKuppuswamy Sathyanarayanan
2025-10-28cpufreq: CPPC: Don't warn if FIE init fails to read countersJie Zhan
2025-10-28cpufreq: nforce2: fix reference count leak in nforce2Miaoqian Lin
2025-10-27Merge 6.18-rc3 into driver-core-nextGreg Kroah-Hartman
2025-10-23cpufreq: tegra186: add OPP support and set bandwidthAaron Kling
2025-10-23cpufreq: dt-platdev: Add JH7110S SOC to the allowlistHal Feng
2025-10-23cpufreq: s5pv210: fix refcount leakShuhao Fu
2025-10-21rust: driver: let probe() return impl PinInit<Self, Error>Danilo Krummrich
2025-10-20cpufreq: Replace deprecated strcpy() in cpufreq_unregister_governor()Thorsten Blum
2025-10-20cpufreq: intel_pstate: Improve printing of debug messagesRafael J. Wysocki
2025-10-20cpufreq: intel_pstate: hybrid: Adjust energy model rulesRafael J. Wysocki
2025-10-20cpufreq: intel_pstate: Add and use hybrid_has_l3()Rafael J. Wysocki
2025-10-20cpufreq: intel_pstate: Add and use hybrid_get_cpu_type()Rafael J. Wysocki
2025-10-20cpufreq: preserve freq_table_sorted across suspend/hibernateZihuan Zhang
2025-10-15cpufreq/amd-pstate: Fix a regression leading to EPP 0 after hibernateMario Limonciello (AMD)
2025-10-01Merge tag 'cpufreq-arm-updates-6.18-rc' of git://git.kernel.org/pub/scm/linux...Rafael J. Wysocki
2025-10-01ACPI: CPPC: Do not use CPUFREQ_ETERNAL as an error valueRafael J. Wysocki
2025-10-01cpufreq: CPPC: Avoid using CPUFREQ_ETERNAL as transition delayRafael J. Wysocki
2025-10-01cpufreq: Make drivers using CPUFREQ_ETERNAL specify transition latencyRafael J. Wysocki
2025-09-29cpufreq: tegra186: Initialize all cores to max frequenciesAaron Kling
2025-09-29cpufreq: tegra186: Set target frequency for all cpus in policyAaron Kling
2025-09-29rust: cpufreq: streamline find_supply_namesThorsten Blum
2025-09-29cpufreq: mediatek: fix device leak on probe failureJohan Hovold
2025-09-24Merge back earlier cpufreq material for 6.18Rafael J. Wysocki
2025-09-23cpufreq: Replace pointer subtraction with iteration macroZihuan Zhang
2025-09-20cpufreq: Initialize cpufreq-based invariance before subsysChristian Loehle
2025-09-19cpufreq: intel_pstate: Use likely() optimization in intel_pstate_sample()Yaxiong Tian
2025-09-19cpufreq: Add defensive check during driver registrationZihuan Zhang
2025-09-19cpufreq: intel_pstate: Enable HWP without EPP if DEC is enabledRafael J. Wysocki
2025-09-15cpufreq: ACPI: Use on_each_cpu_mask() in drv_write()Rafael J. Wysocki
2025-09-15Merge back earlier cpufreq material for 6.18Rafael J. Wysocki
2025-09-11Merge branches 'pm-sleep' and 'pm-em'Rafael J. Wysocki
2025-09-10cpufreq: ondemand: Update the efficient idle check for Intel extended FamiliesSohil Mehta
2025-09-10cpufreq: conservative: Replace sscanf() with kstrtouint()Kaushlendra Kumar
2025-09-10PM: EM: Add function for registering a PD without capacity updateRafael J. Wysocki
2025-09-09cpufreq: intel_pstate: Adjust frequency percentage computationsRafael J. Wysocki
2025-09-09cpufreq: intel_pstate: Rearrange freq QoS updates using __free()Rafael J. Wysocki
2025-09-09cpufreq: intel_pstate: Fix object lifecycle issue in update_qos_request()Rafael J. Wysocki
2025-09-05cpufreq: intel_pstate: Remove EPB-related codeSrinivas Pandruvada
2025-09-05cpufreq: intel_pstate: Rearrange variable declaration involving __free()Rafael J. Wysocki
2025-09-05cpufreq: core: Rearrange variable declarations involving __free()Rafael J. Wysocki
2025-09-05cpufreq: speedstep-lib: Use int type to store negative error codesQianfeng Rong
2025-09-05cpufreq: Use int type to store negative error codesQianfeng Rong
2025-09-05cpufreq: Drop redundant freq_table parameterZihuan Zhang