summaryrefslogtreecommitdiff
path: root/drivers/cpufreq
AgeCommit message (Expand)Author
2025-09-03cpufreq/amd-pstate: Fix a regression leading to EPP 0 after resumeMario Limonciello (AMD)
2025-09-01cpufreq/longhaul: handle NULL policy in longhaul_exitDennis Beier
2025-08-29cpufreq: tegra186: Use scope-based cleanup helperZihuan Zhang
2025-08-29cpufreq: mediatek: Use scope-based cleanup helperZihuan Zhang
2025-08-29cpufreq: s5pv210: Use scope-based cleanup helperZihuan Zhang
2025-08-29cpufreq: CPPC: Use scope-based cleanup helperZihuan Zhang
2025-08-29cpufreq: brcmstb-avs: Use scope-based cleanup helperZihuan Zhang
2025-08-22cpufreq: simplify setpolicy/target check in driver verificationZihuan Zhang
2025-08-22cpufreq: use strlen() for governor name comparisonZihuan Zhang
2025-08-22cpufreq: ti: Allow all silicon revisions to support OPPsJudith Mendez
2025-08-22cpufreq: ti: Support more speed grades on AM62Px SoCJudith Mendez
2025-08-21cpufreq/amd-pstate: Fix setting of CPPC.min_perf in active mode for performan...Gautham R. Shenoy
2025-08-20cpufreq: ti: Add support for AM62D2Paresh Bhagat
2025-08-20cpufreq: dt-platdev: Blacklist ti,am62d2 SoCParesh Bhagat
2025-08-20cpufreq: mediatek-hw: don't use error path on NULL fdvfsNicolas Frattaroli
2025-08-19cpufreq: Avoid calling get_governor() for first policyZihuan Zhang
2025-08-19cpufreq: scmi: Account for malformed DT in scmi_dev_used_by_cpus()Florian Fainelli
2025-08-11cpufreq: intel_pstate: Support Clearwater Forest OOB modeSrinivas Pandruvada
2025-08-11cpufreq: qcom-nvmem: Enable cpufreq for ipq5424Md Sadre Alam
2025-08-11cpufreq: Remove unused parameter in cppc_perf_from_fbctrs()BowenYu
2025-08-11cpufreq: armada-37xx: use max() to calculate target_vmAkhilesh Patil
2025-08-11cpufreq: airoha: Add support for AN7583 SoCChristian Marangi
2025-08-11cpufreq: mediatek-hw: Add support for MT8196Nicolas Frattaroli
2025-08-11cpufreq: mediatek-hw: Separate per-domain and per-instance dataNicolas Frattaroli
2025-08-11cpufreq: mediatek-hw: Refactor match data into structNicolas Frattaroli
2025-08-03Merge tag 'rust-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds
2025-07-30Merge tag 'trace-unused-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-07-29Merge tag 'x86-platform-2025-07-29' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-07-29Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-07-22cpufreq: CPPC: Mark driver with NEED_UPDATE_LIMITS flagPrashant Malani
2025-07-21PM: cpufreq: powernv/tracing: Move powernv_throttle trace eventSteven Rostedt
2025-07-21Merge tag 'cpufreq-arm-updates-6.17' of git://git.kernel.org/pub/scm/linux/ke...Rafael J. Wysocki
2025-07-21rust: kernel: remove `fmt!`, fix clippy::uninlined-format-argsTamir Duberstein
2025-07-15drivers: cpufreq: add Tegra114 supportSvyatoslav Ryhel
2025-07-14cpufreq: Exit governor when failed to start old governorLifeng Zheng
2025-07-14cpufreq: Move the check of cpufreq_driver->get into cpufreq_verify_current_fr...Lifeng Zheng
2025-07-14cpufreq: Init policy->rwsem before it may be possibly usedLifeng Zheng
2025-07-14cpufreq: Initialize cpufreq-based frequency-invariance laterLifeng Zheng
2025-07-14cpufreq: Remove duplicate check in __cpufreq_offline()Lifeng Zheng
2025-07-14cpufreq: Contain scaling_cur_freq.attr in cpufreq_attrsLifeng Zheng
2025-07-14cpufreq: intel_pstate: Add Granite Rapids support in no-HWP modeLi RongQing
2025-07-14cpufreq: intel_pstate: Always use HWP_DESIRED_PERF in passive modeRafael J. Wysocki
2025-07-09cpufreq: tegra124: Allow building as a moduleAaron Kling
2025-07-09cpufreq: dt: Add register helperAaron Kling
2025-07-09cpufreq: Export disable_cpufreq()Aaron Kling
2025-07-07cpufreq/amd-pstate: Disable preferred cores on designs with workload classifi...Mario Limonciello
2025-07-02cpufreq: armada-8k: Fix off by one in armada_8k_cpufreq_free_table()Dan Carpenter
2025-06-24rust: macros: remove `module!`'s deprecated `author` keyGuilherme Giacomo Simoes
2025-06-23Merge 6.16-rc3 into driver-core-nextGreg Kroah-Hartman
2025-06-23cpufreq: armada-8k: make both cpu masks staticArnd Bergmann