scx/scheds/rust
Changwoo Min f86d564d89 scx_lavd: fast path for ops.dispatch() when fully loaded
When fully loaded so all CPUs are using, skip checking the cpumask.

Signed-off-by: Changwoo Min <changwoo@igalia.com>
2024-06-27 18:00:39 +09:00
..
scx_lavd scx_lavd: fast path for ops.dispatch() when fully loaded 2024-06-27 18:00:39 +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 Revert "scx_rusty: Refactor ridx assignment in populate_tasks_by_load" 2024-06-26 17:35:22 -04: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