summaryrefslogtreecommitdiff
path: root/drivers/cpufreq
AgeCommit message (Expand)AuthorFilesLines
4 daysConvert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds5-10/+5
4 daysConvert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
4 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds29-38/+38
5 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook33-52/+49
2026-02-12Merge tag 'devicetree-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-6/+4
2026-02-10Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-0/+6
2026-02-04cpufreq: s5pv210: Simplify with scoped for each OF child loopKrzysztof Kozlowski1-6/+4
2026-02-04cpufreq: intel_pstate: Enable asym capacity only when CPU SMT is not possibleYaxiong Tian1-1/+1
2026-01-29cpufreq: ondemand: Simplify idle cputime granularity testFrederic Weisbecker1-6/+1
2026-01-29cpufreq: userspace: make scaling_setspeed return the actual requested frequencyPengjie Zhang1-1/+3
2026-01-28cpufreq: CPPC: Add generic helpers for sysfs show/storeSumit Gupta1-43/+25
2026-01-27Merge tag 'cpufreq-arm-updates-7.0-rc1' of git://git.kernel.org/pub/scm/linux...Rafael J. Wysocki6-37/+120
2026-01-27Merge back earlier cpufreq material for 6.20Rafael J. Wysocki4-208/+6
2026-01-27Merge tag 'cpufreq-arm-fixes-6.19-rc8' of git://git.kernel.org/pub/scm/linux/...Rafael J. Wysocki1-0/+1
2026-01-27cpufreq: scmi: Fix device_node reference leak in scmi_cpu_domain_id()Felix Gu1-0/+1
2026-01-27cpufreq: ti-cpufreq: add support for AM62L3 SoCDhruva Gole1-1/+33
2026-01-27cpufreq: dt-platdev: Add ti,am62l3 to blocklistDhruva Gole1-0/+1
2026-01-27cpufreq/amd-pstate: Add comment explaining nominal_perf usage for performance...Juan Martinez1-0/+13
2026-01-27cpufreq: scmi: correct SCMI explanationSergey Shtylyov1-1/+1
2026-01-27cpufreq: dt-platdev: Block the driver from probing on more QC platformsKonrad Dybcio1-0/+3
2026-01-27cpufreq: CPPC: Update FIE arch_freq_scale in ticks for non-PCC regsJie Zhan1-25/+52
2026-01-27cpufreq: CPPC: Factor out cppc_fie_kworker_init()Jie Zhan1-12/+17
2026-01-27cpufreq: qcom-nvmem: add sentinel to qcom_cpufreq_ipq806x_match_listPei Xiao1-0/+1
2026-01-27rust: cpufreq: replace `kernel::c_str!` with C-StringsTamir Duberstein1-3/+2
2026-01-27cpufreq: Add Tegra186 and Tegra194 to cpufreq-dt-platdev blocklistAaron Kling1-0/+2
2026-01-08cpufreq: omap: remove driverAndreas Kemnade3-201/+0
2026-01-06cpufreq: Add new helper function returning cpufreq policyLifeng Zheng1-0/+6
2025-12-16cpufreq: dt-platdev: Fix creating device on OPPv1 platformsKrzysztof Kozlowski1-3/+4
2025-12-16cpufreq: cpufreq_boost_trigger_state() optimizationLifeng Zheng1-9/+4
2025-12-16cpufreq: Return -EOPNOTSUPP if no policy supports boostLifeng Zheng1-1/+5
2025-12-06Merge tag 'driver-core-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+2
2025-12-05Merge tag 'devicetree-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-31/+7
2025-11-27cpufreq: sun50i: Simplify with of_machine_device_match()Krzysztof Kozlowski1-10/+1
2025-11-27cpufreq: mediatek: Simplify with of_machine_get_match_data()Krzysztof Kozlowski1-10/+2
2025-11-27cpufreq: dt-platdev: Simplify with of_machine_get_match_data()Krzysztof Kozlowski1-11/+4
2025-11-25Merge tag 'cpufreq-arm-updates-6.19' of git://git.kernel.org/pub/scm/linux/ke...Rafael J. Wysocki7-21/+194
2025-11-21cpufreq: qcom-nvmem: fix compilation warning for qcom_cpufreq_ipq806x_match_listChristian Marangi1-1/+1
2025-11-20cpufreq: ACPI: Replace udelay() with usleep_range()Kaushlendra Kumar1-1/+1
2025-11-18cpufreq: intel_pstate: Eliminate some code duplicationRafael J. Wysocki1-14/+14
2025-11-12cpufreq: intel_pstate: Use mutex guard for driver lockingRafael J. Wysocki1-66/+33
2025-11-12Merge tag 'amd-pstate-v6.19-2025-11-10' of ssh://gitolite.kernel.org/pub/scm/...Rafael J. Wysocki1-20/+15
2025-11-12Merge back cpufreq material for 6.19Rafael J. Wysocki2-53/+58
2025-11-12cpufreq: intel_pstate: Check IDA only before MSR_IA32_PERF_CTL writesSrinivas Pandruvada1-5/+4
2025-11-11cpufreq/amd-pstate: Call cppc_set_auto_sel() only for online CPUsGautham R. Shenoy1-1/+1
2025-11-11cpufreq/amd-pstate: Add static asserts for EPP indicesMario Limonciello (AMD)1-0/+3
2025-11-11cpufreq/amd-pstate: Fix some whitespace issuesMario Limonciello (AMD)1-2/+2
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