Files
rockchip-kernel/kernel
Liang Chen 9aa8385fb8 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-13 19:08:25 +08:00
..
2019-08-04 09:34:46 +02:00
2019-08-04 09:51:24 +02:00
2019-04-03 10:24:12 +02:00
2019-06-11 13:55:47 +02:00
2019-06-11 12:23:58 +02:00
2019-07-10 12:48:10 +02:00
2019-02-07 09:24:50 +01:00
2019-08-04 09:51:24 +02:00
2017-07-05 14:37:19 +02:00
2019-06-22 09:26:29 +02:00
2018-05-16 10:06:47 +02:00
2018-05-20 16:39:09 +05:30