scx-upstream/scheds/rust
Tejun Heo 5b5e5be906 compat: Drop __COMPAT_SCX_KICK_IDLE
In preparation of upstreaming, let's set the min version requirement at the
released v6.9 kernels. Drop __COMPAT_SCX_KICK_IDLE. The open helper macros
now check the existence of SCX_KICK_IDLE and abort if not.
2024-06-15 20:24:15 -10:00
..
scx_lavd compat: Drop __COMPAT_SCX_KICK_IDLE 2024-06-15 20:24:15 -10:00
scx_layered compat: Drop __COMPAT_SCX_KICK_IDLE 2024-06-15 20:24:15 -10:00
scx_mitosis compat: Drop __COMPAT_scx_bpf_switch_all() 2024-06-15 20:03:37 -10:00
scx_rlfifo scx_rlfifo: dispatch all tasks on the first CPU available 2024-06-15 16:13:53 +02:00
scx_rustland scx_rustland: prevent excessive starvation when system is congested 2024-06-14 20:09:19 +02:00
scx_rusty compat: Drop __COMPAT_scx_bpf_switch_all() 2024-06-15 20:03:37 -10: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