linux-scheduler
There are 8 repositories under linux-scheduler topic.
hamadmarri/Baby-CPU-Scheduler
This is a very basic/lightweight yet a very performant CPU scheduler. You can use it for learning purposes as a base ground CPU scheduler on Linux.
m4n1c22/Loadable-Scheduler
Designing a custom LKM based scheduler.
SohVeeLabs/linux-schedulers
A Zine on Linux Schedulers for our Operating Systems course 🐧💻
googleprodkernel/linux-sched
Linux kernel development for CPU schedulers
codebanesr/Scripts
Some devops tricks to make life of a full stack developer simpler
conzmr/GeneticAlgorithm
Genetic Algorithm implementation for linux scheduler optimization running a Phoronix Test Suit.
deepam20050/Linux-Scheduler
Modified the Linux kernel in a way to induce a user defined delay for a selected program
Robert-ML/process_scheduler
A process scheduler simulator that swaps in and out of the running state multiple threads while also doing context switching.