commit 519b15296320e301b94c47370578cbed14e0d45b Author: Alexandre Frade Date: Tue Dec 15 20:31:21 2020 +0000 Linux 5.10.1-xanmod1-cacule Signed-off-by: Alexandre Frade commit a22e807baa00925f7abec11b1e216d11c9424e51 Author: Hamad Al Marri Date: Sun Dec 13 17:23:50 2020 +0000 sched: Introduce the CacULE CPU scheduler v5.10 CacULE is a newer version of Cachy. The CacULE CPU scheduler is based on interactivity score mechanism. The interactivity score is inspired by the ULE scheduler (FreeBSD scheduler). About CacULE Scheduler * Each CPU has its own runqueue. * NORMAL runqueue is a linked list of sched_entities (instead of RB-Tree). * RT and other runqueues are just the same as the CFS's. * Wake up tasks preempt currently running tasks if its interactivity score value is higher. Signed-off-by: Alexandre Frade