scx-upstream/scheds/rust
Changwoo Min 67f41c7d83 scx_lavd: bug fix: slice_boost should be update before adjusted runtime
The run_time_boosted_ns calculation requires updated slice_boost_prio,
so updating slice_boost_prio should be done before updating
run_time_boosted_ns.

Signed-off-by: Changwoo Min <changwoo@igalia.com>
2024-03-28 11:21:42 +09:00
..
scx_lavd scx_lavd: bug fix: slice_boost should be update before adjusted runtime 2024-03-28 11:21:42 +09:00
scx_layered Merge pull request #187 from sched-ext/layered-updates 2024-03-13 17:15:18 -05:00
scx_rlfifo rusty: Account for disabled but offline CPUs 2024-03-14 11:15:28 -05:00
scx_rustland rusty: Account for disabled but offline CPUs 2024-03-14 11:15:28 -05:00
scx_rusty rusty: Fix up the scheduler description 2024-03-14 11:21:03 -05:00
meson.build scx_lavd: add scx_lavd to the meson build 2024-03-16 10:55:37 +09: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