scx-upstream/scheds/rust
Changwoo Min 35b0d9f3c2 scx_lavd: improve starvation factor equation
Instead of using coarse-grained log(), let's directly use the ratio of
task's service time. Also, the virtual dealine equation is also updated
to reflect this change.

Signed-off-by: Changwoo Min <changwoo@igalia.com>
2024-07-31 00:27:17 +09:00
..
scx_bpfland scx_bpfland: allow to specify negative values with --slice-us-lag 2024-07-26 09:10:18 +02:00
scx_lavd scx_lavd: improve starvation factor equation 2024-07-31 00:27:17 +09:00
scx_layered scx_layered: Rename UserId and GroupId 2024-07-24 15:09:08 -07:00
scx_mitosis Bump versions for 1.0.1 release 2024-07-15 13:21:52 -10:00
scx_rlfifo Bump versions for 1.0.1 release 2024-07-15 13:21:52 -10:00
scx_rustland Bump versions for 1.0.1 release 2024-07-15 13:21:52 -10:00
scx_rusty Revert "rusty: Rework deadline as a signed sum" 2024-07-25 14:50:45 -05:00
meson.build Sync from kernel - 1edab907b57d 2024-07-12 11:08:41 -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