index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
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
/
cpufreq.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-21
cpufreq: Update sscanf() to kstrtouint()
Bowen Yu
1
-3
/
+3
2025-05-21
cpufreq: Replace magic number
Bowen Yu
1
-1
/
+1
2025-05-14
cpufreq: drop redundant cpus_read_lock() from store_local_boost()
Seyediman Seyedarab
1
-3
/
+0
2025-05-13
cpufreq: Drop policy locking from cpufreq_policy_is_good_for_eas()
Rafael J. Wysocki
1
-2
/
+0
2025-05-07
cpufreq/sched: Move cpufreq-specific EAS checks to cpufreq
Rafael J. Wysocki
1
-0
/
+32
2025-05-04
Merge back cpufreq material for 6.16
Rafael J. Wysocki
1
-243
/
+181
2025-04-28
cpufreq: Fix setting policy limits when frequency tables are used
Rafael J. Wysocki
1
-8
/
+14
2025-04-25
cpufreq: Force sync policy boost with global boost on sysfs update
Viresh Kumar
1
-2
/
+4
2025-04-25
cpufreq: Preserve policy's boost state after resume
Viresh Kumar
1
-2
/
+7
2025-04-25
cpufreq: Introduce policy_set_boost()
Viresh Kumar
1
-23
/
+26
2025-04-25
cpufreq: Don't unnecessarily call set_boost()
Viresh Kumar
1
-1
/
+1
2025-04-19
Merge back earlier cpufreq material for 6.16
Rafael J. Wysocki
1
-219
/
+147
2025-04-17
cpufreq: Avoid using inconsistent policy->min and policy->max
Rafael J. Wysocki
1
-7
/
+25
2025-04-10
cpufreq: Drop unused cpufreq_get_policy()
Rafael J. Wysocki
1
-25
/
+0
2025-04-09
cpufreq: Pass policy pointer to ->update_limits()
Rafael J. Wysocki
1
-1
/
+1
2025-04-09
cpufreq: Introduce cpufreq_policy_refresh()
Rafael J. Wysocki
1
-13
/
+18
2025-04-09
cpufreq: Use __free() for policy reference counting cleanup
Rafael J. Wysocki
1
-32
/
+25
2025-04-09
cpufreq: Drop cpufreq_cpu_acquire() and cpufreq_cpu_release()
Rafael J. Wysocki
1
-45
/
+0
2025-04-09
cpufreq: Use locking guard and __free() in cpufreq_update_policy()
Rafael J. Wysocki
1
-5
/
+5
2025-04-09
cpufreq: Add and use cpufreq policy locking guards
Rafael J. Wysocki
1
-67
/
+54
2025-04-09
cpufreq: Split cpufreq_online()
Rafael J. Wysocki
1
-41
/
+54
2025-04-09
cpufreq: Consolidate some code in cpufreq_online()
Rafael J. Wysocki
1
-5
/
+5
2025-04-01
cpufreq: Reference count policy in cpufreq_update_limits()
Rafael J. Wysocki
1
-0
/
+6
2025-03-25
Merge tag 'pm-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
1
-19
/
+27
2025-02-17
cpufreq: Introduce an optional cpuinfo_avg_freq sysfs entry
Beata Michalska
1
-1
/
+29
2025-02-17
cpufreq: Allow arch_freq_get_on_cpu to return an error
Beata Michalska
1
-4
/
+4
2025-02-07
cpufreq: Remove cpufreq_enable_boost_support()
Viresh Kumar
1
-15
/
+0
2025-02-07
cpufreq: Restrict enabling boost on policies with no boost frequencies
Viresh Kumar
1
-1
/
+7
2025-02-07
cpufreq: Export cpufreq_boost_set_sw()
Viresh Kumar
1
-1
/
+2
2025-02-07
cpufreq: staticize cpufreq_boost_trigger_state()
Viresh Kumar
1
-1
/
+2
2025-02-07
cpufreq: Stop checking for duplicate available/boost freq attributes
Viresh Kumar
1
-7
/
+0
2025-02-07
cpufreq: Always create freq-table related sysfs file
Viresh Kumar
1
-0
/
+22
2025-02-07
cpufreq: Use str_enable_disable() helper
Lifeng Zheng
1
-1
/
+1
2025-02-05
cpufreq: prevent NULL dereference in cpufreq_online()
Aboorva Devarajan
1
-1
/
+2
2025-01-23
cpufreq: Introduce a more generic way to set default per-policy boost flag
Lifeng Zheng
1
-4
/
+12
2025-01-23
cpufreq: Fix re-boost issue after hotplugging a CPU
Lifeng Zheng
1
-0
/
+4
2025-01-20
Merge branch 'pm-cpufreq'
Rafael J. Wysocki
1
-3
/
+4
2025-01-17
cpufreq: Use str_enable_disable()-like helpers
Krzysztof Kozlowski
1
-3
/
+4
2024-12-18
PM: EM: Move sched domains rebuild function from schedutil to EM
Rafael J. Wysocki
1
-1
/
+1
2024-10-28
cpufreq: use proper units for frequency
Marcin Juszkiewicz
1
-1
/
+1
2024-08-02
cpufreq: Remove LATENCY_MULTIPLIER
Qais Yousef
1
-23
/
+4
2024-07-10
Merge back cpufreq material for 6.11.
Rafael J. Wysocki
1
-26
/
+24
2024-07-01
cpufreq: Allow drivers to advertise boost enabled
Mario Limonciello
1
-1
/
+2
2024-06-28
cpufreq: make cpufreq_boost_enabled() return bool
Dhruva Gole
1
-1
/
+1
2024-06-25
Merge tag 'amd-pstate-v6.11-2024-06-24' of ssh://gitolite.kernel.org/pub/scm/...
Rafael J. Wysocki
1
-6
/
+5
2024-06-24
cpufreq: simplify boolean parsing with kstrtobool in store function
Perry Yuan
1
-6
/
+5
2024-06-20
cpufreq: update to sysfs_emit() for safer buffer handling
Perry Yuan
1
-19
/
+18
2024-05-14
Merge tag 'pm-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
1
-4
/
+7
2024-04-24
cpufreq: Add a cpufreq pressure feedback for the scheduler
Vincent Guittot
1
-0
/
+36
2024-04-12
cpufreq: exit() callback is optional
Viresh Kumar
1
-4
/
+7
[next]