index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
cpufreq
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-11
cpufreq/amd-pstate: Adjust return values in amd_pstate_update_status()
Mario Limonciello (AMD)
1
-3
/
+2
2025-11-11
cpufreq/amd-pstate: Make amd_pstate_get_mode_string() never return NULL
Mario Limonciello (AMD)
1
-2
/
+2
2025-11-11
cpufreq/amd-pstate: Drop NULL value from amd_pstate_mode_string
Mario Limonciello (AMD)
1
-1
/
+1
2025-11-11
cpufreq/amd-pstate: Use sysfs_match_string() for epp
Mario Limonciello (AMD)
1
-11
/
+4
2025-11-10
cpufreq: tegra194: add WQ_PERCPU to alloc_workqueue users
Marco Crivellari
1
-1
/
+2
2025-11-10
cpufreq: qcom-nvmem: add compatible fallback for ipq806x for no SMEM
Christian Marangi
1
-2
/
+33
2025-10-30
cpufreq: intel_pstate: Add Diamond Rapids OOB mode support
Kuppuswamy Sathyanarayanan
1
-0
/
+1
2025-10-28
cpufreq: CPPC: Don't warn if FIE init fails to read counters
Jie Zhan
1
-9
/
+8
2025-10-28
cpufreq: nforce2: fix reference count leak in nforce2
Miaoqian Lin
1
-0
/
+3
2025-10-27
Merge 6.18-rc3 into driver-core-next
Greg Kroah-Hartman
1
-1
/
+5
2025-10-23
cpufreq: tegra186: add OPP support and set bandwidth
Aaron Kling
1
-7
/
+143
2025-10-23
cpufreq: dt-platdev: Add JH7110S SOC to the allowlist
Hal Feng
1
-0
/
+1
2025-10-23
cpufreq: s5pv210: fix refcount leak
Shuhao Fu
1
-2
/
+4
2025-10-21
rust: driver: let probe() return impl PinInit<Self, Error>
Danilo Krummrich
1
-2
/
+2
2025-10-20
cpufreq: Replace deprecated strcpy() in cpufreq_unregister_governor()
Thorsten Blum
1
-1
/
+1
2025-10-20
cpufreq: intel_pstate: Improve printing of debug messages
Rafael J. Wysocki
1
-12
/
+13
2025-10-20
cpufreq: intel_pstate: hybrid: Adjust energy model rules
Rafael J. Wysocki
1
-21
/
+14
2025-10-20
cpufreq: intel_pstate: Add and use hybrid_has_l3()
Rafael J. Wysocki
1
-12
/
+18
2025-10-20
cpufreq: intel_pstate: Add and use hybrid_get_cpu_type()
Rafael J. Wysocki
1
-6
/
+7
2025-10-20
cpufreq: preserve freq_table_sorted across suspend/hibernate
Zihuan Zhang
1
-3
/
+6
2025-10-15
cpufreq/amd-pstate: Fix a regression leading to EPP 0 after hibernate
Mario Limonciello (AMD)
1
-1
/
+5
2025-10-01
Merge tag 'cpufreq-arm-updates-6.18-rc' of git://git.kernel.org/pub/scm/linux...
Rafael J. Wysocki
3
-18
/
+41
2025-10-01
ACPI: CPPC: Do not use CPUFREQ_ETERNAL as an error value
Rafael J. Wysocki
2
-6
/
+6
2025-10-01
cpufreq: CPPC: Avoid using CPUFREQ_ETERNAL as transition delay
Rafael J. Wysocki
1
-2
/
+12
2025-10-01
cpufreq: Make drivers using CPUFREQ_ETERNAL specify transition latency
Rafael J. Wysocki
7
-7
/
+7
2025-09-29
cpufreq: tegra186: Initialize all cores to max frequencies
Aaron Kling
1
-6
/
+21
2025-09-29
cpufreq: tegra186: Set target frequency for all cpus in policy
Aaron Kling
1
-2
/
+6
2025-09-29
rust: cpufreq: streamline find_supply_names
Thorsten Blum
1
-7
/
+3
2025-09-29
cpufreq: mediatek: fix device leak on probe failure
Johan Hovold
1
-3
/
+11
2025-09-24
Merge back earlier cpufreq material for 6.18
Rafael J. Wysocki
24
-249
/
+321
2025-09-23
cpufreq: Replace pointer subtraction with iteration macro
Zihuan Zhang
1
-4
/
+4
2025-09-20
cpufreq: Initialize cpufreq-based invariance before subsys
Christian Loehle
1
-9
/
+11
2025-09-20
cpufreq: intel_pstate: Use likely() optimization in intel_pstate_sample()
Yaxiong Tian
1
-1
/
+1
2025-09-20
cpufreq: Add defensive check during driver registration
Zihuan Zhang
1
-0
/
+1
2025-09-20
cpufreq: intel_pstate: Enable HWP without EPP if DEC is enabled
Rafael J. Wysocki
1
-16
/
+56
2025-09-15
cpufreq: ACPI: Use on_each_cpu_mask() in drv_write()
Rafael J. Wysocki
1
-8
/
+1
2025-09-15
Merge back earlier cpufreq material for 6.18
Rafael J. Wysocki
23
-220
/
+258
2025-09-11
Merge branches 'pm-sleep' and 'pm-em'
Rafael J. Wysocki
1
-2
/
+2
2025-09-10
cpufreq: ondemand: Update the efficient idle check for Intel extended Families
Sohil Mehta
2
-24
/
+24
2025-09-10
cpufreq: conservative: Replace sscanf() with kstrtouint()
Kaushlendra Kumar
1
-12
/
+12
2025-09-10
PM: EM: Add function for registering a PD without capacity update
Rafael J. Wysocki
1
-2
/
+2
2025-09-09
cpufreq: intel_pstate: Adjust frequency percentage computations
Rafael J. Wysocki
1
-5
/
+3
2025-09-09
cpufreq: intel_pstate: Rearrange freq QoS updates using __free()
Rafael J. Wysocki
1
-29
/
+28
2025-09-09
cpufreq: intel_pstate: Fix object lifecycle issue in update_qos_request()
Rafael J. Wysocki
1
-3
/
+5
2025-09-05
cpufreq: intel_pstate: Remove EPB-related code
Srinivas Pandruvada
1
-45
/
+4
2025-09-05
cpufreq: intel_pstate: Rearrange variable declaration involving __free()
Rafael J. Wysocki
1
-3
/
+1
2025-09-05
cpufreq: core: Rearrange variable declarations involving __free()
Rafael J. Wysocki
1
-20
/
+7
2025-09-05
cpufreq: speedstep-lib: Use int type to store negative error codes
Qianfeng Rong
2
-11
/
+11
2025-09-05
cpufreq: Use int type to store negative error codes
Qianfeng Rong
1
-1
/
+1
2025-09-05
cpufreq: Drop redundant freq_table parameter
Zihuan Zhang
4
-14
/
+10
[prev]
[next]