scx/scheds/rust
David Vernet dfe0ffb312
Merge pull request #347 from sched-ext/rusty_cleanup
rusty: Clean up some logic in rusty
2024-06-17 14:26:53 -05:00
..
scx_lavd compat: Drop __COMPAT_SCX_KICK_IDLE 2024-06-15 20:24:15 -10:00
scx_layered compat: Drop __COMPAT_scx_bpf_cpuperf_*() 2024-06-16 06:16:53 -10:00
scx_mitosis compat: Drop __COMPAT_scx_bpf_switch_all() 2024-06-15 20:03:37 -10:00
scx_rlfifo scx_rlfifo: dispatch all tasks on the first CPU available 2024-06-15 16:13:53 +02:00
scx_rustland scx_rustland: prevent excessive starvation when system is congested 2024-06-14 20:09:19 +02:00
scx_rusty Merge pull request #347 from sched-ext/rusty_cleanup 2024-06-17 14:26:53 -05:00
meson.build scheds: Add scx_mitosis scheduler 2024-06-11 10:34:53 -07:00
README.md scx_lavd: add scx_lavd (Latency-criticality Aware Virtual Deadline) scheduler 2024-03-16 10:31:07 +09: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