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
*
cpufreq: schedutil: Avoid using invalid next_freq
Rafael J. Wysocki
2018-05-09
1
-1
/
+2
*
cpufreq: schedutil: remove stale comment
Juri Lelli
2018-05-09
1
-13
/
+0
*
Merge branch 'linus' into sched/urgent, to pick up fixes and updates
Ingo Molnar
2018-04-05
1
-108
/
+113
|
\
|
*
sched/cpufreq: Rate limits for SCHED_DEADLINE
Claudio Scordino
2018-03-23
1
-0
/
+14
|
*
cpufreq/schedutil: Rewrite CPUFREQ_RT support
Peter Zijlstra
2018-03-09
1
-40
/
+34
|
*
sched/headers: Simplify and clean up header usage in the scheduler
Ingo Molnar
2018-03-04
1
-6
/
+2
|
*
sched: Clean up and harmonize the coding style of the scheduler code base
Ingo Molnar
2018-03-03
1
-64
/
+65
*
|
sched/cpufreq/schedutil: Fix error path mutex unlock
Jules Maselbas
2018-03-31
1
-2
/
+1
|
/
*
sched/cpufreq: Remove unused SUGOV_KTHREAD_PRIORITY macro
Leo Yan
2018-02-13
1
-2
/
+0
*
sched/cpufreq: Always consider all CPUs when deciding next freq
Juri Lelli
2018-01-10
1
-6
/
+10
*
sched/cpufreq: Split utilization signals
Juri Lelli
2018-01-10
1
-14
/
+16
*
sched/cpufreq: Change the worker kthread to SCHED_DEADLINE
Juri Lelli
2018-01-10
1
-3
/
+16
*
sched/cpufreq: Use the DEADLINE utilization signal
Juri Lelli
2018-01-10
1
-10
/
+15
*
sched/cpufreq: Don't pass flags to sugov_set_iowait_boost()
Viresh Kumar
2018-01-10
1
-5
/
+4
*
sched/cpufreq: Initialize sg_cpu->flags to 0
Viresh Kumar
2018-01-10
1
-1
/
+1
*
cpufreq: schedutil: Use idle_calls counter of the remote CPU
Joel Fernandes
2017-12-28
1
-1
/
+1
*
cpufreq: schedutil: Reset cached_raw_freq when not in sync with next_freq
Viresh Kumar
2017-11-08
1
-1
/
+5
*
cpufreq: schedutil: Examine the correct CPU when we update util
Chris Redpath
2017-11-04
1
-5
/
+1
*
Merge branch 'pm-cpufreq-sched'
Rafael J. Wysocki
2017-09-04
1
-15
/
+71
|
\
|
*
cpufreq: schedutil: Always process remote callback with slow switching
Viresh Kumar
2017-08-18
1
-2
/
+7
|
*
cpufreq: schedutil: Don't restrict kthread to related_cpus unnecessarily
Viresh Kumar
2017-08-18
1
-1
/
+5
|
*
cpufreq: Return 0 from ->fast_switch() on errors
Viresh Kumar
2017-08-10
1
-1
/
+1
|
*
sched: cpufreq: Allow remote cpufreq callbacks
Viresh Kumar
2017-08-01
1
-5
/
+26
|
*
cpufreq: schedutil: Use unsigned int for iowait boost
Joel Fernandes
2017-07-26
1
-3
/
+3
|
*
cpufreq: schedutil: Make iowait boost more energy efficient
Joel Fernandes
2017-07-26
1
-6
/
+32
*
|
cpufreq: schedutil: Set dynamic_switching to true
Viresh Kumar
2017-07-26
1
-0
/
+1
*
|
cpufreq: Use transition_delay_us for legacy governors as well
Viresh Kumar
2017-07-22
1
-10
/
+1
|
/
*
cpufreq: schedutil: Fix sugov_start() versus sugov_update_shared() race
Vikram Mulukutla
2017-07-12
1
-0
/
+5
*
-
.
Merge branches 'pm-cpufreq', 'pm-cpuidle' and 'pm-devfreq'
Rafael J. Wysocki
2017-06-15
1
-4
/
+3
|
\
\
|
|
*
cpufreq: schedutil: use now as reference when aggregating shared policy requests
Juri Lelli
2017-05-05
1
-4
/
+3
*
|
|
Revert "cpufreq: schedutil: Reduce frequencies slower"
Rafael J. Wysocki
2017-06-12
1
-3
/
+0
|
|
/
|
/
|
*
|
cpufreq: schedutil: Use policy-dependent transition delays
Rafael J. Wysocki
2017-04-17
1
-5
/
+10
*
|
cpufreq: schedutil: Reduce frequencies slower
Rafael J. Wysocki
2017-04-13
1
-0
/
+3
*
|
Merge back schedutil governor updates for 4.12.
Rafael J. Wysocki
2017-03-25
1
-23
/
+41
|
\
\
|
|
/
|
/
|
|
*
cpufreq: schedutil: Trace frequency only if it has changed
Rafael J. Wysocki
2017-03-24
1
-9
/
+7
|
*
cpufreq: schedutil: Avoid reducing frequency of busy CPUs prematurely
Rafael J. Wysocki
2017-03-23
1
-0
/
+27
|
*
cpufreq: schedutil: Refactor sugov_next_freq_shared()
Viresh Kumar
2017-03-12
1
-16
/
+9
|
*
cpufreq: schedutil: Redefine the rate_limit_us tunable
Viresh Kumar
2017-03-12
1
-2
/
+2
*
|
cpufreq: schedutil: Fix per-CPU structure initialization in sugov_start()
Rafael J. Wysocki
2017-03-21
1
-13
/
+7
|
/
*
cpufreq: schedutil: Pass sg_policy to get_next_freq()
Viresh Kumar
2017-03-05
1
-6
/
+5
*
cpufreq: schedutil: move cached_raw_freq to struct sugov_policy
Viresh Kumar
2017-03-05
1
-4
/
+4
*
sched/headers: Prepare for new header dependencies before moving code to <uap...
Ingo Molnar
2017-03-02
1
-0
/
+1
*
cpufreq: schedutil: Rectify comment in sugov_irq_work() function
Viresh Kumar
2016-11-24
1
-6
/
+6
*
cpufreq: schedutil: irq-work and mutex are only used in slow path
Viresh Kumar
2016-11-16
1
-5
/
+8
*
cpufreq: schedutil: move slow path from workqueue to SCHED_FIFO task
Viresh Kumar
2016-11-16
1
-7
/
+78
*
cpufreq: schedutil: enable fast switch earlier
Viresh Kumar
2016-11-16
1
-6
/
+11
*
cpufreq: schedutil: Avoid indented labels
Viresh Kumar
2016-11-16
1
-3
/
+3
*
cpufreq: schedutil: Add iowait boosting
Rafael J. Wysocki
2016-09-13
1
-4
/
+49
*
cpufreq / sched: ignore SMT when determining max cpu capacity
Steve Muckle
2016-09-01
1
-1
/
+3
*
cpufreq / sched: Pass flags to cpufreq_update_util()
Rafael J. Wysocki
2016-08-16
1
-30
/
+37
[next]