scx/scheds/rust
Andrea Righi 5d544ea264 scx_rustland_core: move CPU idle selection logic in user-space
Allow user-space scheduler to pick an idle CPU via
self.bpf.select_cpu(pid, prev_task, flags), mimicking the BPF's
select_cpu() iterface.

Also remove the full_user option and always rely on the idle selection
logic from user-space.

Signed-off-by: Andrea Righi <andrea.righi@linux.dev>
2024-08-24 21:28:13 +02:00
..
scx_bpfland scx_bpfland: always honor average nvcsw in lowlatency mode 2024-08-24 10:42:22 +02:00
scx_lavd scx_lavd: Fix my own formatting error 2024-08-24 11:36:19 -04:00
scx_layered Merge pull request #539 from sched-ext/htejun/scx_rusty 2024-08-23 08:42:47 -10:00
scx_mitosis Version: v1.0.3 2024-08-21 06:42:11 -10:00
scx_rlfifo scx_rustland_core: move CPU idle selection logic in user-space 2024-08-24 21:28:13 +02:00
scx_rustland scx_rustland_core: move CPU idle selection logic in user-space 2024-08-24 21:28:13 +02:00
scx_rusty Clean up scx_rusty help info a bit 2024-08-24 11:56:12 -04:00
meson.build Sync from kernel - 1edab907b57d 2024-07-12 11:08:41 -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