index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
cpufreq
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-08-11
cpufreq: qcom-nvmem: Enable cpufreq for ipq5424
Md Sadre Alam
2
-0
/
+6
2025-08-11
cpufreq: Remove unused parameter in cppc_perf_from_fbctrs()
BowenYu
1
-8
/
+4
2025-08-11
cpufreq: armada-37xx: use max() to calculate target_vm
Akhilesh Patil
1
-2
/
+2
2025-08-11
cpufreq: airoha: Add support for AN7583 SoC
Christian Marangi
2
-0
/
+2
2025-08-11
cpufreq: mediatek-hw: Add support for MT8196
Nicolas Frattaroli
1
-2
/
+68
2025-08-11
cpufreq: mediatek-hw: Separate per-domain and per-instance data
Nicolas Frattaroli
1
-15
/
+27
2025-08-11
cpufreq: mediatek-hw: Refactor match data into struct
Nicolas Frattaroli
1
-10
/
+18
2025-08-03
Merge tag 'rust-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...
Linus Torvalds
1
-3
/
+2
2025-07-30
Merge tag 'trace-unused-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
3
-1
/
+48
2025-07-29
Merge tag 'x86-platform-2025-07-29' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-0
/
+7
2025-07-29
Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+2
2025-07-22
cpufreq: CPPC: Mark driver with NEED_UPDATE_LIMITS flag
Prashant Malani
1
-1
/
+1
2025-07-21
PM: cpufreq: powernv/tracing: Move powernv_throttle trace event
Steven Rostedt
3
-1
/
+48
2025-07-21
Merge tag 'cpufreq-arm-updates-6.17' of git://git.kernel.org/pub/scm/linux/ke...
Rafael J. Wysocki
8
-18
/
+57
2025-07-21
rust: kernel: remove `fmt!`, fix clippy::uninlined-format-args
Tamir Duberstein
1
-2
/
+1
2025-07-15
drivers: cpufreq: add Tegra114 support
Svyatoslav Ryhel
2
-2
/
+4
2025-07-14
cpufreq: Exit governor when failed to start old governor
Lifeng Zheng
1
-3
/
+5
2025-07-14
cpufreq: Move the check of cpufreq_driver->get into cpufreq_verify_current_fr...
Lifeng Zheng
1
-6
/
+5
2025-07-14
cpufreq: Init policy->rwsem before it may be possibly used
Lifeng Zheng
1
-1
/
+2
2025-07-14
cpufreq: Initialize cpufreq-based frequency-invariance later
Lifeng Zheng
1
-9
/
+9
2025-07-14
cpufreq: Remove duplicate check in __cpufreq_offline()
Lifeng Zheng
1
-5
/
+4
2025-07-14
cpufreq: Contain scaling_cur_freq.attr in cpufreq_attrs
Lifeng Zheng
1
-4
/
+1
2025-07-14
cpufreq: intel_pstate: Add Granite Rapids support in no-HWP mode
Li RongQing
1
-0
/
+2
2025-07-14
cpufreq: intel_pstate: Always use HWP_DESIRED_PERF in passive mode
Rafael J. Wysocki
1
-2
/
+2
2025-07-09
cpufreq: tegra124: Allow building as a module
Aaron Kling
2
-11
/
+35
2025-07-09
cpufreq: dt: Add register helper
Aaron Kling
2
-0
/
+13
2025-07-09
cpufreq: Export disable_cpufreq()
Aaron Kling
1
-0
/
+2
2025-07-07
cpufreq/amd-pstate: Disable preferred cores on designs with workload classifi...
Mario Limonciello
1
-0
/
+7
2025-07-02
cpufreq: armada-8k: Fix off by one in armada_8k_cpufreq_free_table()
Dan Carpenter
1
-1
/
+1
2025-06-24
rust: macros: remove `module!`'s deprecated `author` key
Guilherme Giacomo Simoes
1
-1
/
+1
2025-06-23
Merge 6.16-rc3 into driver-core-next
Greg Kroah-Hartman
1
-2
/
+2
2025-06-23
cpufreq: armada-8k: make both cpu masks static
Arnd Bergmann
1
-2
/
+1
2025-06-19
cpufreq: brcmstb-avs: Fully open-code compatible for grepping
Krzysztof Kozlowski
1
-1
/
+1
2025-06-19
cpufreq: apple: drop default ARCH_APPLE in Kconfig
Sven Peter
1
-1
/
+0
2025-06-18
cpufreq: userspace: set CPUFREQ_GOV_STRICT_TARGET flag
Shashank Balaji
1
-0
/
+1
2025-06-18
cpufreq: CPPC: Remove forward declaration of cppc_cpufreq_register_em()
Lifeng Zheng
1
-13
/
+12
2025-06-18
cpufreq: CPPC: Do not return a value from populate_efficiency_class()
Lifeng Zheng
1
-6
/
+3
2025-06-18
cpufreq: CPPC: Remove cpu_data_list
Lifeng Zheng
1
-25
/
+0
2025-06-13
rust: device: Move property_present() to FwNode
Remo Senekowitsch
1
-1
/
+2
2025-06-12
rust: Use CpuId in place of raw CPU numbers
Viresh Kumar
1
-2
/
+2
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
1
-1
/
+2
2025-05-31
Merge tag 'mm-nonmm-stable-2025-05-31-15-28' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-1
/
+1
2025-05-30
Merge branch 'pm-cpufreq'
Rafael J. Wysocki
5
-2
/
+275
2025-05-29
acpi-cpufreq: Fix nominal_freq units to KHz in get_max_boost_ratio()
Gautham R. Shenoy
1
-1
/
+1
2025-05-27
Merge tag 'pm-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
6
-318
/
+579
2025-05-27
Merge tag 'acpi-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
1
-1
/
+2
2025-05-26
Merge tag 'x86-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
10
-97
/
+97
2025-05-26
Merge tag 'sched-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+3
2025-05-26
Merge branches 'acpi-processor' and 'acpi-cppc'
Rafael J. Wysocki
1
-1
/
+2
2025-05-21
Merge tag 'cpufreq-arm-updates-6.16' of git://git.kernel.org/pub/scm/linux/ke...
Rafael J. Wysocki
4
-1
/
+274
[prev]
[next]