scx-upstream/scheds/rust
Changwoo Min f2122c4197
Merge pull request #595 from multics69/lavd-turbo-tuning
scx_lavd: improve  the autopilot mode
2024-09-01 16:24:41 +09:00
..
scx_bpfland scx_bpfland: directly dispatch only per-cpu kthreads with local_kthreads 2024-08-31 16:35:54 +02:00
scx_lavd scx_lavd: dynamically decide autopilot's low watermark 2024-09-01 12:46:57 +09:00
scx_layered scx_layered: Fix layer timeslice not being applied 2024-08-30 11:53:42 -07:00
scx_mitosis scx_lavd, scx_mitosis, scx_rusty: Add comma for grammatical consistency 2024-08-26 13:06:58 -04:00
scx_rlfifo scx_rustland_core: bump up major version to 2.0.0 2024-08-31 23:23:26 +02:00
scx_rustland scx_rustland_core: bump up major version to 2.0.0 2024-08-31 23:23:26 +02:00
scx_rusty scx_lavd, scx_mitosis, scx_rusty: Add comma for grammatical consistency 2024-08-26 13:06:58 -04:00
.gitignore build: Use workspace to group rust sub-projects 2024-08-25 00:47:58 -10:00
Cargo.lock scx_rustland_core: bump up major version to 2.0.0 2024-08-31 23:23:26 +02:00
Cargo.toml build: Use workspace to group rust sub-projects 2024-08-25 00:47:58 -10:00
meson.build 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