scx/scheds/rust
Changwoo Min ac9c49f5b5 scx_lavd: loosen the deadline when overloaded
When the system is highly loaded with compute-intensive tasks, the old
setting chokes latensive-intensive tasks, so loosen the dealine when the
system is overloaded (> 100% utilization).

Signed-off-by: Changwoo Min <changwoo@igalia.com>
2024-06-26 15:06:31 +09:00
..
scx_lavd scx_lavd: loosen the deadline when overloaded 2024-06-26 15:06:31 +09: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 rlfifo: Use topo.nr_cpu_ids() instead of topo.nr_cpus_possible() 2024-06-21 12:57:20 -05:00
scx_rustland topo: Return nr_cpu_ids from host Topology 2024-06-21 12:57:13 -05:00
scx_rusty rusty: Print build ID when rusty is loaded 2024-06-25 11:44:46 -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