commit 832cbca99761a57488dba95c2b4019292e9d072a Author: Alexandre Frade Date: Thu Feb 25 01:43:57 2021 +0000 Linux 5.11.1-xanmod1-cacule Signed-off-by: Alexandre Frade commit c5de0fd9f34ddf5526ddf7fc7d50af488f8d1ddc Author: Alexandre Frade Date: Thu Feb 25 01:41:23 2021 +0000 cacule: Change default preemption latency to 2ms for cpu-bound tasks Signed-off-by: Alexandre Frade commit e619c64e5d7b31804b83743bb6216b9ad9cbf2a5 Author: Hamad Al Marri Date: Thu Feb 25 01:21:06 2021 +0000 sched/fair: Introduce the CacULE CPU scheduler v5.11-rdb 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. [1] https://github.com/hamadmarri/cacule-cpu-scheduler Signed-off-by: Alexandre Frade commit 7592a2991d4aa61ec716de2fedf5f36038cd66f1 Author: Alexandre Frade Date: Tue Feb 23 14:10:13 2021 +0000 Linux 5.11.1-xanmod1 Signed-off-by: Alexandre Frade