scx-upstream/scheds/rust
Pat Somaru 89f4aa1351
scx_layered: add antistall
add timer based antistall to scx_layered and new flags
to enable/disable and specify seconds of delay before
it turns on.

also update ci config to make sure this verifies/runs.
2024-11-08 20:31:02 -05:00
..
scx_bpfland Merge branch 'main' of https://github.com/sched-ext/scx into core_enums 2024-11-06 12:44:23 -08:00
scx_lavd scx_lavd: docs: fix typos 2024-11-08 16:25:55 +05:30
scx_layered scx_layered: add antistall 2024-11-08 20:31:02 -05:00
scx_mitosis Merge branch 'main' of https://github.com/sched-ext/scx into core_enums 2024-11-06 12:44:23 -08:00
scx_rlfifo version: v1.0.6 2024-11-06 06:54:26 -10:00
scx_rustland version: v1.0.6 2024-11-06 06:54:26 -10:00
scx_rusty remove stray print 2024-11-06 18:02:08 -08:00
.gitignore build: Use workspace to group rust sub-projects 2024-08-25 00:47:58 -10:00
README.md scheds: introduce scx_bpfland 2024-06-27 17:28:42 +02:00

RUST SCHEDULERS

Introduction

This directory contains schedulers with user space rust components.

The README in each scheduler directory provides some background and describes the types of workloads or scenarios they're designed to accommodate. For more details on any of these schedulers, please see the header comment in their main.rs or *.bpf.c files.

Schedulers