scx-upstream/scheds/rust
Changwoo Min 5f19fa0bab scx_lavd: refill time slice once for a lock holder
When a task holds a lock, refill its time slice once at the
ops.dispatch() path to avoid the lock holder preemption problem.

Signed-off-by: Changwoo Min <changwoo@igalia.com>
2024-10-21 15:56:51 +09:00
..
scx_bpfland scx_bpfland: tune default settings 2024-10-17 21:46:51 +02:00
scx_lavd scx_lavd: refill time slice once for a lock holder 2024-10-21 15:56:51 +09:00
scx_layered scx_layered: Read CPU topology for building CpuPool 2024-10-17 23:41:08 -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