scx-upstream/scheds/rust
Andrea Righi 48bbcd24dd scx_bpfland: tune default settings
Adjust some default settings after the rework done with commit 112a5d4
("scx_bpfland: rework lowlatency mode to adjust tasks priority").

Signed-off-by: Andrea Righi <andrea.righi@linux.dev>
2024-10-17 21:46:51 +02:00
..
scx_bpfland scx_bpfland: tune default settings 2024-10-17 21:46:51 +02:00
scx_lavd scx_lavd: fix int overflow in calculating avg_lat_cri 2024-10-13 00:58:36 +09:00
scx_layered Merge pull request #814 from JakeHillion/pr814 2024-10-17 17:05:53 +00: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: clarify EDF scheduling 2024-10-16 14:06:00 +02:00
scx_rusty [rusty] Fix load stats when host is under-utilized 2024-10-08 21:08:07 -07: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