index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
sched
/
cpufreq_schedutil.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "cpufreq: schedutil: Move max CPU capacity to sugov_policy"
Sam Wu
2022-11-22
1
-15
/
+15
*
cpufreq: schedutil: Move max CPU capacity to sugov_policy
Lukasz Luba
2022-08-23
1
-15
/
+15
*
sched, drivers: Remove max param from effective_cpu_util()/sched_cpu_util()
Dietmar Eggemann
2022-06-28
1
-3
/
+2
*
Merge tag 'sched-core-2022-03-22' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2022-03-22
1
-9
/
+9
|
\
|
*
sched/headers: Introduce kernel/sched/build_utility.c and build multiple .c f...
Ingo Molnar
2022-02-23
1
-7
/
+0
|
*
sched/uclamp: Fix iowait boost escaping uclamp restriction
Qais Yousef
2022-01-27
1
-0
/
+1
|
*
sched/sugov: Ignore 'busy' filter when rq is capped by uclamp_max
Qais Yousef
2022-01-27
1
-2
/
+8
*
|
cpufreq: schedutil: Use to_gov_attr_set() to get the gov_attr_set
Kevin Hao
2022-02-04
1
-1
/
+1
|
/
*
sched/fair: Replace CFS internal cpu_util() with cpu_util_cfs()
Dietmar Eggemann
2021-12-11
1
-1
/
+1
*
cpufreq: schedutil: Use kobject release() method to free sugov_tunables
Kevin Hao
2021-08-06
1
-5
/
+11
*
sched/cpufreq: Consider reduced CPU capacity in energy calculation
Lukasz Luba
2021-06-17
1
-0
/
+1
*
Merge tag 'sched-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2021-04-28
1
-1
/
+1
|
\
|
*
sched: Fix various typos
Ingo Molnar
2021-03-22
1
-1
/
+1
*
|
cpufreq: schedutil: Call sugov_update_next_freq() before check to fast_switch...
Yue Hu
2021-03-18
1
-17
/
+12
|
/
*
Merge tag 'pm-5.12-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
2021-02-23
1
-8
/
+6
|
\
|
*
cpufreq: schedutil: Remove update_lock comment from struct sugov_policy defin...
Yue Hu
2021-02-19
1
-1
/
+1
|
*
cpufreq: schedutil: Remove needless sg_policy parameter from ignore_dl_rate_l...
Yue Hu
2021-02-19
1
-7
/
+5
*
|
sched/core: Rename schedutil_cpu_util() and allow rest of the kernel to use it
Viresh Kumar
2021-01-14
1
-1
/
+1
*
|
sched/core: Move schedutil_cpu_util() to core.c
Viresh Kumar
2021-01-14
1
-106
/
+0
|
/
*
Merge branch 'pm-cpufreq'
Rafael J. Wysocki
2020-12-22
1
-30
/
+76
|
\
|
*
cpufreq: Add special-purpose fast-switching callback for drivers
Rafael J. Wysocki
2020-12-15
1
-10
/
+58
|
*
cpufreq: schedutil: Add util to struct sg_cpu
Rafael J. Wysocki
2020-12-15
1
-22
/
+20
*
|
Merge tag 'pm-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
2020-12-15
1
-5
/
+3
|
\
|
|
*
cpufreq: schedutil: Simplify sugov_update_next_freq()
Rafael J. Wysocki
2020-12-11
1
-5
/
+3
*
|
Merge branch 'linus' into sched/core, to resolve semantic conflict
Ingo Molnar
2020-11-27
1
-10
/
+10
|
\
|
|
*
cpufreq: Introduce governor flags
Rafael J. Wysocki
2020-11-10
1
-1
/
+1
|
*
cpufreq: schedutil: Don't skip freq update if need_freq_update is set
Viresh Kumar
2020-11-02
1
-12
/
+10
|
*
cpufreq: schedutil: Always call driver if CPUFREQ_NEED_UPDATE_LIMITS is set
Rafael J. Wysocki
2020-10-29
1
-2
/
+4
*
|
sched/topology,schedutil: Wrap sched domains rebuild
Ionela Voinescu
2020-11-19
1
-8
/
+1
|
/
*
cpufreq: schedutil: restore cached freq when next_f is not changed
Wei Wang
2020-10-19
1
-2
/
+3
*
cpufreq: schedutil: Simplify sugov_fast_switch()
Rafael J. Wysocki
2020-10-07
1
-6
/
+2
*
cpufreq: Move traces and update to policy->cur to cpufreq core
Viresh Kumar
2020-10-05
1
-11
/
+1
*
Merge tag 'pm-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
2020-08-03
1
-5
/
+1
|
\
|
*
cpufreq: Register governors at core_initcall
Quentin Perret
2020-07-02
1
-5
/
+1
*
|
sched/uclamp: Protect uclamp fast path code with static key
Qais Yousef
2020-07-08
1
-1
/
+1
|
/
*
sched/uclamp: Rename uclamp_util_with() into uclamp_rq_util_with()
Valentin Schneider
2019-12-25
1
-1
/
+1
*
cpufreq: Avoid leaving stale IRQ work items during CPU offline
Rafael J. Wysocki
2019-12-12
1
-5
/
+3
*
cpufreq: Initialize the governors in core_initcall
Amit Kucheria
2019-11-07
1
-1
/
+1
*
Merge tag 'pm-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
2019-09-17
1
-1
/
+6
|
\
|
*
sched/cpufreq: Align trace event behavior of fast switching
Douglas RAILLARD
2019-08-28
1
-1
/
+6
*
|
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2019-09-16
1
-3
/
+3
|
\
\
|
|
/
|
/
|
|
*
cpufreq: schedutil: fix equation in comment
Qais Yousef
2019-08-08
1
-3
/
+3
*
|
cpufreq: schedutil: Don't skip freq update when limits change
Viresh Kumar
2019-08-10
1
-4
/
+10
|
/
*
sched/uclamp: Add uclamp support to energy_compute()
Patrick Bellasi
2019-06-24
1
-4
/
+5
*
sched/cpufreq, sched/uclamp: Add clamps for FAIR and RT tasks
Patrick Bellasi
2019-06-24
1
-3
/
+12
*
sched/topology: Remove unused 'sd' parameter from arch_scale_cpu_capacity()
Vincent Guittot
2019-06-24
1
-1
/
+1
*
Merge tag 'driver-core-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2019-05-07
1
-2
/
+3
|
\
|
*
cpufreq: schedutil: Replace default_attrs field with groups
Kimberly Brown
2019-04-25
1
-2
/
+3
*
|
Merge tag 'pm-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
2019-05-06
1
-11
/
+10
|
\
\
|
*
|
cpufreq: schedutil: Simplify iowait boosting
Rafael J. Wysocki
2019-04-08
1
-11
/
+10
|
|
/
[next]