scx-upstream/scheds/rust
Changwoo Min 6fb57643fb scx_lavd: remove the time restriction in preemption
Previously, the preemption is allowed only when a task is at the
early in its time slice by using LAVD_PREEMPT_KICK_MARGIN and
LAVD_PREEMPT_TICK_MARGIN. This is not necessary any more because
the lock holder preemption can avoid harmful preemptions. So we
remove LAVD_PREEMPT_KICK_MARGIN and LAVD_PREEMPT_TICK_MARGIN and
unleash the preemption.

Signed-off-by: Changwoo Min <changwoo@igalia.com>
2024-10-22 17:48:56 +09:00
..
scx_bpfland scx_bpfland: tune default settings 2024-10-17 21:46:51 +02:00
scx_lavd scx_lavd: remove the time restriction in preemption 2024-10-22 17:48:56 +09:00
scx_layered Merge pull request #824 from likewhatevs/layered-exit-task-no-missing-ctx 2024-10-21 14:52:07 +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: 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