commit 54b0fc4b9f36b85b21f49872483085bb2c2f4355 Author: Alexandre Frade Date: Sun Dec 13 17:27:22 2020 +0000 Linux 5.9.14-xanmod1-cacule Signed-off-by: Alexandre Frade commit 44b764bfc983dfb142e73ab55fe3bab4171d8b88 Author: Hamad Al Marri Date: Sun Dec 13 17:23:50 2020 +0000 sched: Introduce the CacULE CPU scheduler v5.9 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 commit daf6fbe3187cc461a948c4222f42b75100d34b0a Author: Alexandre Frade Date: Sun Dec 13 17:10:55 2020 +0000 Revert "sched: Introduce the Cachy CPU scheduler v5.9-r8"" This reverts commit 4a07de1ab41f80d3a7f9edcfb266eb83f2902667. commit acc2918d8545b859b442550ad983a3fd40a1654f Author: Alexandre Frade Date: Sun Dec 13 17:09:27 2020 +0000 Revert "cachy: Set cachy_harsh_mode enabled by default" This reverts commit f70f8e513d4af8b77f6270a516e5b0a2fad5d9ac.