index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
cpufreq
/
cpufreq.c
Age
Commit message (
Expand
)
Author
Files
Lines
13 days
cpufreq: Introduce a more generic way to set default per-policy boost flag
Lifeng Zheng
1
-4
/
+12
13 days
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
2024-03-13
cpufreq: Fix per-policy boost behavior on SoCs using cpufreq_boost_set_sw()
Sibi Sankar
1
-6
/
+12
2024-03-01
cpufreq: Don't unregister cpufreq cooling on CPU hotplug
Viresh Kumar
1
-6
/
+11
2024-02-29
cpufreq: Honour transition_latency over transition_delay_us
Qais Yousef
1
-2
/
+11
2024-02-12
cpufreq: Change default transition delay to 2ms
Qais Yousef
1
-2
/
+2
2023-12-23
cpufreq: Use the fixed and coherent frequency for scaling capacity
Vincent Guittot
1
-2
/
+2
2023-10-31
Merge tag 'pm-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
1
-2
/
+1
2023-10-06
cpufreq: Rebuild sched-domains when removing cpufreq driver
Pierre Gondois
1
-2
/
+1
2023-09-29
cpufreq: Replace deprecated strncpy() with strscpy()
Justin Stitt
1
-2
/
+2
2023-08-29
cpufreq: Support per-policy performance boost
Jie Zhan
1
-0
/
+43
2023-08-29
cpufreq: Fix the race condition while updating the transition_task of policy
Liao Chang
1
-0
/
+2
2023-08-29
cpufreq: Avoid printing kernel addresses in cpufreq_resume()
Liao Chang
1
-4
/
+4
2023-08-17
cpufreq: Prefer to print cpuid in MIN/MAX QoS register error message
Liao Chang
1
-4
/
+4
2023-06-15
cpufreq: Fail driver register if it has adjust_perf without fast_switch
Wyes Karny
1
-1
/
+2
2023-04-27
Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+6
2023-04-18
cpufreq: use correct unit when verify cur freq
Sanjay Chandrashekara
1
-1
/
+1
2023-04-07
cpufreq: drivers with target_index() must set freq_table
Viresh Kumar
1
-0
/
+5
2023-03-22
cpufreq: warn about invalid vals to scaling_max/min_freq interfaces
qinyu
1
-3
/
+3
2023-03-17
cpufreq: move to use bus_get_dev_root()
Greg Kroah-Hartman
1
-1
/
+6
2023-02-09
cpufreq: Make kobj_type structure constant
Thomas Weißschuh
1
-1
/
+1
2023-02-09
cpufreq: Make cpufreq_unregister_driver() return void
Uwe Kleine-König
1
-5
/
+3
2022-11-30
cpufreq: Init completion before kobject_init_and_add()
Yongqiang Liu
1
-1
/
+1
2022-08-23
cpufreq: check only freq_table in __resolve_freq()
Lukasz Luba
1
-1
/
+1
2022-08-03
Merge tag 'cpufreq-arm-updates-5.20-rc1' of git://git.kernel.org/pub/scm/linu...
Rafael J. Wysocki
1
-3
/
+3
2022-07-18
cpufreq: Change order of online() CB and policy->cpus modification
Pierre Gondois
1
-3
/
+3
2022-07-15
cpufreq: Warn users while freeing active policy
Viresh Kumar
1
-2
/
+8
2022-06-14
cpufreq: Drop unnecessary cpus locking from store()
Viresh Kumar
1
-15
/
+4
2022-06-14
cpufreq: Optimize cpufreq_show_cpus()
Viresh Kumar
1
-3
/
+5
2022-05-17
cpufreq: make interface functions and lock holding state clear
Schspa Shi
1
-3
/
+3
2022-05-17
cpufreq: Abort show()/store() for half-initialized policies
Schspa Shi
1
-4
/
+7
2022-05-12
cpufreq: Rearrange locking in cpufreq_remove_dev()
Rafael J. Wysocki
1
-7
/
+14
2022-05-12
cpufreq: Split cpufreq_offline()
Rafael J. Wysocki
1
-14
/
+19
2022-05-12
cpufreq: Reorganize checks in cpufreq_offline()
Rafael J. Wysocki
1
-12
/
+12
2022-05-11
cpufreq: Clear real_cpus mask from remove_cpu_dev_symlink()
Viresh Kumar
1
-4
/
+4
2022-05-09
Revert "cpufreq: Fix possible race in cpufreq online error path"
Viresh Kumar
1
-3
/
+2
[next]