linux/kernel/sched
Liang Chen 51d4aae73f sched/fair: optimize scheduler for performance
1. init util_avg of new task to half the util of big core.
2. treat task wait time as busy time.
3. do not put task to the cpu whose max util can not fit the task.
4. boost cpufreq when a task is wakeup.

if prefer powersave, we can disable this optimization by command:

echo 0 > /proc/sys/kernel/sched_performance_bias

Change-Id: I937d1cc2295645a1d044e0735ef575b6507bb752
Signed-off-by: Liang Chen <cl@rock-chips.com>
2020-07-16 14:50:45 +08:00
..
autogroup.c
autogroup.h
clock.c
completion.c
core.c UPSTREAM: sched/uclamp: Reject negative values in cpu_uclamp_write() 2020-03-03 11:41:08 +00:00
cpuacct.c
cpudeadline.c
cpudeadline.h
cpufreq_schedutil.c Merge tag 'ASB-2020-02-05_4.19' of https://android.googlesource.com/kernel/common 2020-02-17 16:00:29 +08:00
cpufreq.c cpufreq: Avoid leaving stale IRQ work items during CPU offline 2019-12-31 16:36:22 +01:00
cpupri.c BACKPORT: sched/rt: Make RT capacity-aware 2020-02-01 15:03:16 +00:00
cpupri.h BACKPORT: sched/rt: Make RT capacity-aware 2020-02-01 15:03:16 +00:00
cputime.c This is the 4.19.82 stable release 2019-11-06 13:21:58 +01:00
deadline.c This is the 4.19.77 stable release 2019-10-06 11:27:45 +02:00
debug.c jump_label: move 'asm goto' support test to Kconfig 2019-06-04 08:02:34 +02:00
fair.c sched/fair: optimize scheduler for performance 2020-07-16 14:50:45 +08:00
features.h UPSTREAM: sched/fair/util_est: Implement faster ramp-up EWMA on utilization increases 2020-02-01 17:35:00 +00:00
idle.c This is the 4.19.77 stable release 2019-10-06 11:27:45 +02:00
isolation.c
loadavg.c
Makefile
membarrier.c sched/membarrier: Fix private expedited registration check 2019-10-11 18:21:22 +02:00
pelt.c sched/fair: optimize scheduler for performance 2020-07-16 14:50:45 +08:00
pelt.h
psi.c UPSTREAM: sched/psi: Fix OOB write when writing 0 bytes to PSI files 2020-02-28 15:30:25 +00:00
rt.c BACKPORT: sched/rt: Make RT capacity-aware 2020-02-01 15:03:16 +00:00
sched-pelt.h sched/fair: Fix "runnable_avg_yN_inv" not used warnings 2019-07-26 09:14:08 +02:00
sched.h Merge tag 'ASB-2020-02-05_4.19' of https://android.googlesource.com/kernel/common 2020-02-17 16:00:29 +08:00
stats.c
stats.h
stop_task.c
swait.c
topology.c Merge remote branch 'android-4.19' of https://android.googlesource.com/kernel/common 2020-03-21 19:46:46 +08:00
tune.c ANDROID: increase limit on sched-tune boost groups 2020-02-26 21:55:29 +00:00
tune.h ANDROID: sched/tune: Move SchedTune cpu API into UtilClamp wrappers 2020-02-01 15:03:17 +00:00
wait_bit.c
wait.c