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.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-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
2024-10-16
cpufreq/amd-pstate: Use nominal perf for limits when boost is disabled
Mario Limonciello
1
-6
/
+14
2024-10-07
cpufreq/amd-pstate: Fix amd_pstate mode switch on shared memory systems
Dhananjay Ugwekar
1
-0
/
+10
2024-10-04
Merge tag 'pm-6.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
1
-8
/
+8
2024-10-03
move asm/unaligned.h to linux/unaligned.h
Al Viro
1
-1
/
+1
2024-10-01
cpufreq: intel_pstate: Make hwp_notify_lock a raw spinlock
Uwe Kleine-König
1
-8
/
+8
2024-09-19
Merge tag 'sched-core-2024-09-19' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-3
/
+3
2024-09-11
Merge tag 'amd-pstate-v6.12-2024-09-11' of ssh://gitolite.kernel.org/pub/scm/...
Rafael J. Wysocki
4
-116
/
+102
2024-09-11
cpufreq/amd-pstate-ut: Fix an "Uninitialized variables" issue
Qianqiang Liu
1
-1
/
+1
2024-09-11
cpufreq/amd-pstate-ut: Add test case for mode switches
Mario Limonciello
1
-1
/
+40
2024-09-11
cpufreq/amd-pstate: Export symbols for changing modes
Mario Limonciello
2
-13
/
+24
2024-09-11
cpufreq: amd-pstate: Optimize amd_pstate_update_limits()
Mario Limonciello
1
-5
/
+5
2024-09-11
cpufreq: amd-pstate: Merge amd_pstate_highest_perf_set() into amd_get_boost_r...
Mario Limonciello
1
-42
/
+10
2024-09-11
x86/amd: Detect preferred cores in amd_get_boost_ratio_numerator()
Mario Limonciello
1
-21
/
+13
2024-09-11
x86/amd: Move amd_get_highest_perf() out of amd-pstate
Mario Limonciello
1
-32
/
+2
2024-09-11
x86/amd: Rename amd_get_highest_perf() to amd_get_boost_ratio_numerator()
Mario Limonciello
1
-3
/
+9
2024-09-11
cpufreq/cppc: Use NSEC_PER_MSEC for deadline task
Christian Loehle
1
-3
/
+3
2024-09-06
Merge tag 'cpufreq-arm-updates-6.12' of ssh://gitolite.kernel.org/pub/scm/lin...
Rafael J. Wysocki
18
-59
/
+95
2024-09-05
Merge tag 'amd-pstate-v6.12-2024-09-04' of ssh://gitolite.kernel.org/pub/scm/...
Rafael J. Wysocki
1
-4
/
+7
2024-09-05
Merge back cpufreq material for 6.12
Rafael J. Wysocki
7
-27
/
+245
2024-09-04
cpufreq/amd-pstate: Catch failures for amd_pstate_epp_update_limit()
Mario Limonciello
1
-4
/
+7
2024-09-04
cpufreq: ti-cpufreq: Use socinfo to get revision in AM62 family
Dhruva Gole
1
-0
/
+19
2024-09-04
cpufreq: Fix the cacography in powernv-cpufreq.c
Liu Jing
1
-1
/
+1
2024-09-04
cpufreq: ti-cpufreq: Introduce quirks to handle syscon fails appropriately
Nishanth Menon
1
-2
/
+8
2024-09-04
cpufreq: loongson3: Use raw_smp_processor_id() in do_service_request()
Huacai Chen
1
-1
/
+1
2024-09-04
cpufreq: amd-pstate: add check for cpufreq_cpu_get's return value
Anastasia Belova
1
-2
/
+12
2024-09-04
cpufreq: Add SM7325 to cpufreq-dt-platdev blocklist
Danila Tikhonov
1
-0
/
+1
2024-09-04
cpufreq: Fix warning on unused of_device_id tables for !CONFIG_OF
Rob Herring (Arm)
4
-4
/
+4
2024-09-04
cpufreq/amd-pstate: Add the missing cpufreq_cpu_put()
Dhananjay Ugwekar
1
-1
/
+4
2024-09-04
cpufreq: Drop CONFIG_ARM and CONFIG_ARM64 dependency on Arm drivers
Rob Herring (Arm)
1
-2
/
+0
2024-09-04
cpufreq: Enable COMPILE_TEST on Arm drivers
Rob Herring (Arm)
1
-20
/
+30
2024-09-04
cpufreq: intel_pstate: Set asymmetric CPU capacity on hybrid systems
Rafael J. Wysocki
1
-4
/
+232
2024-09-02
Merge back cpufreq material for 6.12
Rafael J. Wysocki
7
-23
/
+13
2024-08-28
cpufreq/amd-pstate: Remove warning for X86_FEATURE_CPPC on certain Zen models
Gautham R. Shenoy
1
-10
/
+24
2024-08-23
cpufreq/amd-pstate-ut: Don't check for highest perf matching on prefcore
Mario Limonciello
1
-5
/
+8
2024-08-22
cpufreq/amd-pstate: Use topology_logical_package_id() instead of logical_die_...
Gautham R. Shenoy
1
-1
/
+1
2024-08-22
cpufreq: amd-pstate: Fix uninitialized variable in amd_pstate_cpu_boost_update()
Dan Carpenter
1
-1
/
+1
2024-08-19
cpufreq: intel_pstate: Support Granite Rapids and Sierra Forest OOB mode
Srinivas Pandruvada
1
-0
/
+4
2024-08-07
cpufreq: armada-8k: Avoid excessive stack usage
Rob Herring (Arm)
1
-1
/
+1
2024-08-07
cpufreq: omap: Drop asm includes
Rob Herring (Arm)
1
-3
/
+0
2024-08-07
cpufreq: qcom: Add explicit io.h include for readl/writel_relaxed
Rob Herring (Arm)
1
-0
/
+1
2024-08-07
cpufreq: spear: Use of_property_for_each_u32() instead of open coding
Rob Herring (Arm)
1
-11
/
+7
2024-08-07
cpufreq: Use of_property_present()
Rob Herring (Arm)
4
-11
/
+6
2024-08-02
cpufreq: Remove LATENCY_MULTIPLIER
Qais Yousef
1
-23
/
+4
2024-08-02
cpufreq: powerpc: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
5
-0
/
+5
2024-08-02
cpufreq: intel_pstate: Update Balance performance EPP for Emerald Rapids
Pedro Henrique Kopper
1
-0
/
+1
2024-07-17
Merge tag 'pm-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
43
-375
/
+950
2024-07-16
Merge tag 'soc-drivers-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+1
2024-07-10
Merge back cpufreq material for 6.11.
Rafael J. Wysocki
43
-375
/
+950
2024-07-09
Merge tag 'cpufreq-arm-updates-6.11' of ssh://gitolite.kernel.org/pub/scm/lin...
Rafael J. Wysocki
39
-180
/
+597
2024-07-09
Merge tag 'qcom-drivers-for-6.11' of https://git.kernel.org/pub/scm/linux/ker...
Arnd Bergmann
1
-0
/
+1
[next]