https://www.linux-magazine.com/Issues/2025/301/EEVDF?utm_source=mlm
#Linux #kernel #EEVDF #scheduler #CFS
Excellent article about Linux scheduling internals and how to use RTKit to enforce priorities for processes:
https://venam.net/blog/unix/2025/03/24/rtkit.html
#EEVDF Scheduler Patches Updated For The #Linux Kernel
https://www.phoronix.com/news/Linux-EEVDF-EO-March
Original tweet : https://twitter.com/phoronix/status/1641416592679419908
Peter Zijlstra posted a new version of his RFC #Linux #kernel patchset with the #EEVDF CPU[1] scheduler:
https://lore.kernel.org/all/2023032809[email protected]/
```Many changes since last time; most notably it now fully replaces #CFS and uses lag based placement for migrations.
[…]
There's a bunch of RFC patches at the end and one DEBUG patch. Of those, the PLACE_BONUS patch is a mixed bag of pain. […]```