summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq
AgeCommit message (Expand)AuthorLines
2026-02-25cpufreq: intel_pstate: Fix crash during turbo disableSrinivas Pandruvada-5/+5
2026-02-24cpufreq: intel_pstate: Fix NULL pointer dereference in update_cpu_qos_request()David Arcari-1/+3
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-10/+5
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-38/+38
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-52/+49
2026-02-11Merge tag 'devicetree-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-6/+4
2026-02-09Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-0/+6
2026-02-03cpufreq: s5pv210: Simplify with scoped for each OF child loopKrzysztof Kozlowski-6/+4
2026-02-03cpufreq: intel_pstate: Enable asym capacity only when CPU SMT is not possibleYaxiong Tian-1/+1
2026-01-28cpufreq: ondemand: Simplify idle cputime granularity testFrederic Weisbecker-6/+1
2026-01-28cpufreq: userspace: make scaling_setspeed return the actual requested frequencyPengjie Zhang-1/+3
2026-01-28cpufreq: CPPC: Add generic helpers for sysfs show/storeSumit Gupta-43/+25
2026-01-27Merge tag 'cpufreq-arm-updates-7.0-rc1' of git://git.kernel.org/pub/scm/linux...Rafael J. Wysocki-37/+120
2026-01-27Merge back earlier cpufreq material for 6.20Rafael J. Wysocki-208/+6
2026-01-27Merge tag 'cpufreq-arm-fixes-6.19-rc8' of git://git.kernel.org/pub/scm/linux/...Rafael J. Wysocki-0/+1
2026-01-27cpufreq: scmi: Fix device_node reference leak in scmi_cpu_domain_id()Felix Gu-0/+1
2026-01-27cpufreq: ti-cpufreq: add support for AM62L3 SoCDhruva Gole-1/+33
2026-01-27cpufreq: dt-platdev: Add ti,am62l3 to blocklistDhruva Gole-0/+1
2026-01-27cpufreq/amd-pstate: Add comment explaining nominal_perf usage for performance...Juan Martinez-0/+13
2026-01-27cpufreq: scmi: correct SCMI explanationSergey Shtylyov-1/+1
2026-01-27cpufreq: dt-platdev: Block the driver from probing on more QC platformsKonrad Dybcio-0/+3
2026-01-27cpufreq: CPPC: Update FIE arch_freq_scale in ticks for non-PCC regsJie Zhan-25/+52
2026-01-27cpufreq: CPPC: Factor out cppc_fie_kworker_init()Jie Zhan-12/+17
2026-01-27cpufreq: qcom-nvmem: add sentinel to qcom_cpufreq_ipq806x_match_listPei Xiao-0/+1
2026-01-27rust: cpufreq: replace `kernel::c_str!` with C-StringsTamir Duberstein-3/+2
2026-01-27cpufreq: Add Tegra186 and Tegra194 to cpufreq-dt-platdev blocklistAaron Kling-0/+2
2026-01-08cpufreq: omap: remove driverAndreas Kemnade-201/+0
2026-01-05cpufreq: Add new helper function returning cpufreq policyLifeng Zheng-0/+6
2025-12-16cpufreq: dt-platdev: Fix creating device on OPPv1 platformsKrzysztof Kozlowski-3/+4
2025-12-16cpufreq: cpufreq_boost_trigger_state() optimizationLifeng Zheng-9/+4
2025-12-16cpufreq: Return -EOPNOTSUPP if no policy supports boostLifeng Zheng-1/+5
2025-12-05Merge tag 'driver-core-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-2/+2
2025-12-04Merge tag 'devicetree-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-31/+7
2025-11-26cpufreq: sun50i: Simplify with of_machine_device_match()Krzysztof Kozlowski-10/+1
2025-11-26cpufreq: mediatek: Simplify with of_machine_get_match_data()Krzysztof Kozlowski-10/+2
2025-11-26cpufreq: dt-platdev: Simplify with of_machine_get_match_data()Krzysztof Kozlowski-11/+4
2025-11-25Merge tag 'cpufreq-arm-updates-6.19' of git://git.kernel.org/pub/scm/linux/ke...Rafael J. Wysocki-21/+194
2025-11-21cpufreq: qcom-nvmem: fix compilation warning for qcom_cpufreq_ipq806x_match_listChristian Marangi-1/+1
2025-11-20cpufreq: ACPI: Replace udelay() with usleep_range()Kaushlendra Kumar-1/+1
2025-11-18cpufreq: intel_pstate: Eliminate some code duplicationRafael J. Wysocki-14/+14
2025-11-12cpufreq: intel_pstate: Use mutex guard for driver lockingRafael J. Wysocki-66/+33
2025-11-12Merge tag 'amd-pstate-v6.19-2025-11-10' of ssh://gitolite.kernel.org/pub/scm/...Rafael J. Wysocki-20/+15
2025-11-12Merge back cpufreq material for 6.19Rafael J. Wysocki-53/+58
2025-11-12cpufreq: intel_pstate: Check IDA only before MSR_IA32_PERF_CTL writesSrinivas Pandruvada-5/+4
2025-11-10cpufreq/amd-pstate: Call cppc_set_auto_sel() only for online CPUsGautham R. Shenoy-1/+1
2025-11-10cpufreq/amd-pstate: Add static asserts for EPP indicesMario Limonciello (AMD)-0/+3
2025-11-10cpufreq/amd-pstate: Fix some whitespace issuesMario Limonciello (AMD)-2/+2
2025-11-10cpufreq/amd-pstate: Adjust return values in amd_pstate_update_status()Mario Limonciello (AMD)-3/+2
2025-11-10cpufreq/amd-pstate: Make amd_pstate_get_mode_string() never return NULLMario Limonciello (AMD)-2/+2