scx-upstream/scheds/rust
Daniel Hodges 7e0f2cd3f3 scx_layered Fix trace format
Signed-off-by: Daniel Hodges <hodges.daniel.scott@gmail.com>
2024-11-01 10:16:14 -07:00
..
scx_bpfland scx_bpfland: tune default settings 2024-10-17 21:46:51 +02:00
scx_lavd scx_lavd: create DSQs on their associated NUMA nodes 2024-11-01 11:18:22 +09:00
scx_layered scx_layered Fix trace format 2024-11-01 10:16:14 -07:00
scx_mitosis scx_mitosis: Handle pinned tasks 2024-10-15 09:09:01 -07:00
scx_rlfifo scx_rustland_core: update documentation about the new API 2024-10-17 19:07:51 +02:00
scx_rustland scx_rustland: Adjust task's vruntime budget based on latency weight 2024-10-19 19:32:14 +02:00
scx_rusty scx_rusty: Cleanup cpumask casting 2024-10-19 12:01:36 -04:00
.gitignore build: Use workspace to group rust sub-projects 2024-08-25 00:47:58 -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