index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
sched
/
cpufreq_schedutil.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-01-26
sched: Replace synchronize_sched() with synchronize_rcu()
Paul E. McKenney
1
-1
/
+1
2018-12-27
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-17
/
+73
2018-12-11
sched/topology: Make Energy Aware Scheduling depend on schedutil
Quentin Perret
1
-2
/
+35
2018-12-11
sched/cpufreq: Prepare schedutil for Energy Aware Scheduling
Quentin Perret
1
-15
/
+38
2018-12-11
sched/cpufreq: Add the SPDX tags
Daniel Lezcano
1
-4
/
+1
2018-07-25
sched/fair: Remove #ifdefs from scale_rt_capacity()
Vincent Guittot
1
-2
/
+1
2018-07-16
sched/cpufreq: Clarify sugov_get_util()
Peter Zijlstra
1
-21
/
+54
2018-07-16
sched/cpufreq: Remove sugov_aggregate_util()
Vincent Guittot
1
-29
/
+15
2018-07-16
cpufreq/schedutil: Take time spent in interrupts into account
Vincent Guittot
1
-4
/
+21
2018-07-16
cpufreq/schedutil: Use DL utilization tracking
Vincent Guittot
1
-6
/
+17
2018-07-16
cpufreq/schedutil: Use RT utilization tracking
Vincent Guittot
1
-1
/
+8
2018-07-03
sched/rt: Fix call to cpufreq_update_util()
Vincent Guittot
1
-1
/
+1
2018-06-05
Merge tag 'pm-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
1
-83
/
+179
2018-05-25
sched/cpufreq: Modify aggregate utilization to always include blocked FAIR ut...
Patrick Bellasi
1
-9
/
+8
2018-05-24
cpufreq: schedutil: Avoid missing updates for one-CPU policies
Rafael J. Wysocki
1
-23
/
+47
2018-05-23
schedutil: Allow cpufreq requests to be made even when kthread kicked
Joel Fernandes (Google)
1
-8
/
+26
2018-05-23
cpufreq: Rename cpufreq_can_do_remote_dvfs()
Viresh Kumar
1
-1
/
+1
2018-05-22
cpufreq: schedutil: Cleanup and document iowait boost
Patrick Bellasi
1
-45
/
+107
2018-05-22
cpufreq: schedutil: Fix iowait boost reset
Patrick Bellasi
1
-8
/
+10
2018-05-15
cpufreq: schedutil: Don't set next_freq to UINT_MAX
Viresh Kumar
1
-12
/
+6
2018-05-15
Revert "cpufreq: schedutil: Don't restrict kthread to related_cpus unnecessar...
Dietmar Eggemann
1
-5
/
+1
2018-05-09
cpufreq: schedutil: Avoid using invalid next_freq
Rafael J. Wysocki
1
-1
/
+2
2018-05-09
cpufreq: schedutil: remove stale comment
Juri Lelli
1
-13
/
+0
2018-04-05
Merge branch 'linus' into sched/urgent, to pick up fixes and updates
Ingo Molnar
1
-108
/
+113
2018-03-31
sched/cpufreq/schedutil: Fix error path mutex unlock
Jules Maselbas
1
-2
/
+1
2018-03-24
sched/cpufreq: Rate limits for SCHED_DEADLINE
Claudio Scordino
1
-0
/
+14
2018-03-09
cpufreq/schedutil: Rewrite CPUFREQ_RT support
Peter Zijlstra
1
-40
/
+34
2018-03-04
sched/headers: Simplify and clean up header usage in the scheduler
Ingo Molnar
1
-6
/
+2
2018-03-03
sched: Clean up and harmonize the coding style of the scheduler code base
Ingo Molnar
1
-64
/
+65
2018-02-13
sched/cpufreq: Remove unused SUGOV_KTHREAD_PRIORITY macro
Leo Yan
1
-2
/
+0
2018-01-10
sched/cpufreq: Always consider all CPUs when deciding next freq
Juri Lelli
1
-6
/
+10
2018-01-10
sched/cpufreq: Split utilization signals
Juri Lelli
1
-14
/
+16
2018-01-10
sched/cpufreq: Change the worker kthread to SCHED_DEADLINE
Juri Lelli
1
-3
/
+16
2018-01-10
sched/cpufreq: Use the DEADLINE utilization signal
Juri Lelli
1
-10
/
+15
2018-01-10
sched/cpufreq: Don't pass flags to sugov_set_iowait_boost()
Viresh Kumar
1
-5
/
+4
2018-01-10
sched/cpufreq: Initialize sg_cpu->flags to 0
Viresh Kumar
1
-1
/
+1
2017-12-28
cpufreq: schedutil: Use idle_calls counter of the remote CPU
Joel Fernandes
1
-1
/
+1
2017-11-09
cpufreq: schedutil: Reset cached_raw_freq when not in sync with next_freq
Viresh Kumar
1
-1
/
+5
2017-11-04
cpufreq: schedutil: Examine the correct CPU when we update util
Chris Redpath
1
-5
/
+1
2017-09-04
Merge branch 'pm-cpufreq-sched'
Rafael J. Wysocki
1
-15
/
+71
2017-08-18
cpufreq: schedutil: Always process remote callback with slow switching
Viresh Kumar
1
-2
/
+7
2017-08-18
cpufreq: schedutil: Don't restrict kthread to related_cpus unnecessarily
Viresh Kumar
1
-1
/
+5
2017-08-10
cpufreq: Return 0 from ->fast_switch() on errors
Viresh Kumar
1
-1
/
+1
2017-08-01
sched: cpufreq: Allow remote cpufreq callbacks
Viresh Kumar
1
-5
/
+26
2017-07-26
cpufreq: schedutil: Use unsigned int for iowait boost
Joel Fernandes
1
-3
/
+3
2017-07-26
cpufreq: schedutil: Make iowait boost more energy efficient
Joel Fernandes
1
-6
/
+32
2017-07-26
cpufreq: schedutil: Set dynamic_switching to true
Viresh Kumar
1
-0
/
+1
2017-07-22
cpufreq: Use transition_delay_us for legacy governors as well
Viresh Kumar
1
-10
/
+1
2017-07-12
cpufreq: schedutil: Fix sugov_start() versus sugov_update_shared() race
Vikram Mulukutla
1
-0
/
+5
2017-06-15
Merge branches 'pm-cpufreq', 'pm-cpuidle' and 'pm-devfreq'
Rafael J. Wysocki
1
-4
/
+3
[prev]
[next]