aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-08-11cpufreq: qcom-nvmem: Enable cpufreq for ipq5424Md Sadre Alam2-0/+6
2025-08-11cpufreq: Remove unused parameter in cppc_perf_from_fbctrs()BowenYu1-8/+4
2025-08-11cpufreq: armada-37xx: use max() to calculate target_vmAkhilesh Patil1-2/+2
2025-08-11cpufreq: airoha: Add support for AN7583 SoCChristian Marangi2-0/+2
2025-08-11cpufreq: mediatek-hw: Add support for MT8196Nicolas Frattaroli1-2/+68
2025-08-11cpufreq: mediatek-hw: Separate per-domain and per-instance dataNicolas Frattaroli1-15/+27
2025-08-11cpufreq: mediatek-hw: Refactor match data into structNicolas Frattaroli1-10/+18
2025-08-03Merge tag 'rust-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds1-3/+2
2025-07-30Merge tag 'trace-unused-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-1/+48
2025-07-29Merge tag 'x86-platform-2025-07-29' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+7
2025-07-29Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+2
2025-07-22cpufreq: CPPC: Mark driver with NEED_UPDATE_LIMITS flagPrashant Malani1-1/+1
2025-07-21PM: cpufreq: powernv/tracing: Move powernv_throttle trace eventSteven Rostedt3-1/+48
2025-07-21Merge tag 'cpufreq-arm-updates-6.17' of git://git.kernel.org/pub/scm/linux/ke...Rafael J. Wysocki8-18/+57
2025-07-21rust: kernel: remove `fmt!`, fix clippy::uninlined-format-argsTamir Duberstein1-2/+1
2025-07-15drivers: cpufreq: add Tegra114 supportSvyatoslav Ryhel2-2/+4
2025-07-14cpufreq: Exit governor when failed to start old governorLifeng Zheng1-3/+5
2025-07-14cpufreq: Move the check of cpufreq_driver->get into cpufreq_verify_current_fr...Lifeng Zheng1-6/+5
2025-07-14cpufreq: Init policy->rwsem before it may be possibly usedLifeng Zheng1-1/+2
2025-07-14cpufreq: Initialize cpufreq-based frequency-invariance laterLifeng Zheng1-9/+9
2025-07-14cpufreq: Remove duplicate check in __cpufreq_offline()Lifeng Zheng1-5/+4
2025-07-14cpufreq: Contain scaling_cur_freq.attr in cpufreq_attrsLifeng Zheng1-4/+1
2025-07-14cpufreq: intel_pstate: Add Granite Rapids support in no-HWP modeLi RongQing1-0/+2
2025-07-14cpufreq: intel_pstate: Always use HWP_DESIRED_PERF in passive modeRafael J. Wysocki1-2/+2
2025-07-09cpufreq: tegra124: Allow building as a moduleAaron Kling2-11/+35
2025-07-09cpufreq: dt: Add register helperAaron Kling2-0/+13
2025-07-09cpufreq: Export disable_cpufreq()Aaron Kling1-0/+2
2025-07-07cpufreq/amd-pstate: Disable preferred cores on designs with workload classifi...Mario Limonciello1-0/+7
2025-07-02cpufreq: armada-8k: Fix off by one in armada_8k_cpufreq_free_table()Dan Carpenter1-1/+1
2025-06-24rust: macros: remove `module!`'s deprecated `author` keyGuilherme Giacomo Simoes1-1/+1
2025-06-23Merge 6.16-rc3 into driver-core-nextGreg Kroah-Hartman1-2/+2
2025-06-23cpufreq: armada-8k: make both cpu masks staticArnd Bergmann1-2/+1
2025-06-19cpufreq: brcmstb-avs: Fully open-code compatible for greppingKrzysztof Kozlowski1-1/+1
2025-06-19cpufreq: apple: drop default ARCH_APPLE in KconfigSven Peter1-1/+0
2025-06-18cpufreq: userspace: set CPUFREQ_GOV_STRICT_TARGET flagShashank Balaji1-0/+1
2025-06-18cpufreq: CPPC: Remove forward declaration of cppc_cpufreq_register_em()Lifeng Zheng1-13/+12
2025-06-18cpufreq: CPPC: Do not return a value from populate_efficiency_class()Lifeng Zheng1-6/+3
2025-06-18cpufreq: CPPC: Remove cpu_data_listLifeng Zheng1-25/+0
2025-06-13rust: device: Move property_present() to FwNodeRemo Senekowitsch1-1/+2
2025-06-12rust: Use CpuId in place of raw CPU numbersViresh Kumar1-2/+2
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-1/+2
2025-05-31Merge tag 'mm-nonmm-stable-2025-05-31-15-28' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1
2025-05-30Merge branch 'pm-cpufreq'Rafael J. Wysocki5-2/+275
2025-05-29acpi-cpufreq: Fix nominal_freq units to KHz in get_max_boost_ratio()Gautham R. Shenoy1-1/+1
2025-05-27Merge tag 'pm-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds6-318/+579
2025-05-27Merge tag 'acpi-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-1/+2
2025-05-26Merge tag 'x86-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds10-97/+97
2025-05-26Merge tag 'sched-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+3
2025-05-26Merge branches 'acpi-processor' and 'acpi-cppc'Rafael J. Wysocki1-1/+2
2025-05-21Merge tag 'cpufreq-arm-updates-6.16' of git://git.kernel.org/pub/scm/linux/ke...Rafael J. Wysocki4-1/+274