index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
cpufreq
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-28
amd-pstate: Switch to amd-pstate by default on some Server platforms
Swapnil Sapkal
1
-2
/
+2
2024-10-28
amd-pstate: Set min_perf to nominal_perf for active mode performance gov
Gautham R. Shenoy
1
-1
/
+1
2024-10-28
cpufreq/amd-pstate: Remove the redundant amd_pstate_set_driver() call
Dhananjay Ugwekar
1
-8
/
+4
2024-10-28
cpufreq/amd-pstate: Remove the switch case in amd_pstate_init()
Dhananjay Ugwekar
1
-11
/
+5
2024-10-28
cpufreq/amd-pstate: Call amd_pstate_set_driver() in amd_pstate_register_driver()
Dhananjay Ugwekar
1
-25
/
+22
2024-10-28
cpufreq/amd-pstate: Call amd_pstate_register() in amd_pstate_init()
Dhananjay Ugwekar
1
-10
/
+2
2024-10-28
cpufreq/amd-pstate: Set the initial min_freq to lowest_nonlinear_freq
Dhananjay Ugwekar
1
-1
/
+20
2024-10-28
cpufreq/amd-pstate: Remove the redundant verify() function
Dhananjay Ugwekar
1
-11
/
+4
2024-10-28
cpufreq/amd-pstate: Drop needless EPP initialization
Mario Limonciello
1
-6
/
+0
2024-10-28
cpufreq/amd-pstate: Use amd_pstate_update_min_max_limit() for EPP limits
Mario Limonciello
1
-16
/
+3
2024-10-28
cpufreq/amd-pstate: Don't update CPPC request in amd_pstate_cpu_boost_update()
Mario Limonciello
1
-23
/
+1
2024-10-28
cpufreq/amd-pstate: Fix non kerneldoc comment
Mario Limonciello
1
-1
/
+1
2024-10-28
cpufreq/amd-pstate: Rename MSR and shared memory specific functions
Dhananjay Ugwekar
1
-12
/
+12
2024-10-28
cpufreq: Switch back to struct platform_driver::remove()
Uwe Kleine-König
20
-20
/
+20
2024-10-28
cpufreq: use proper units for frequency
Marcin Juszkiewicz
1
-1
/
+1
2024-10-25
x86/cpufeatures: Rename X86_FEATURE_FAST_CPPC to have AMD prefix
Mario Limonciello
1
-1
/
+1
2024-10-16
cpufreq: loongson2: Unregister platform_driver on failure
Yuan Can
1
-1
/
+3
2024-10-15
cpufreq/amd-pstate: Use nominal perf for limits when boost is disabled
Mario Limonciello
1
-6
/
+14
2024-10-10
cpufreq: qcom-nvmem: Convert to dev_pm_domain_attach|detach_list()
Ulf Hansson
1
-54
/
+28
2024-10-10
cpufreq: ti-cpufreq: Remove revision offsets in AM62 family
Dhruva Gole
1
-3
/
+0
2024-10-10
cpufreq: ti-cpufreq: Allow backward compatibility for efuse syscon
Dhruva Gole
1
-0
/
+7
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
cppc_cpufreq: Remove HiSilicon CPPC workaround
Jie Zhan
1
-72
/
+1
2024-10-03
cppc_cpufreq: Use desired perf if feedback ctrs are 0 or unchanged
Jie Zhan
1
-11
/
+46
2024-10-02
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
[prev]
[next]