Tags: CachyOS/linux
Tags
tt-scheduler Signed-off-by: Peter Jung <admin@ptr1337.dev>
PDS/BMQ Scheduler Signed-off-by: Peter Jung <admin@ptr1337.dev>
cacULE-Scheduler Signed-off-by: Peter Jung <admin@ptr1337.dev>
BORE-Scheduler Signed-off-by: Peter Jung <admin@ptr1337.dev>
Merge branch 'zram-5.18' into linux-cachyos-5.18
Merge remote-tracking branch 'origin/perf-amd-5.18' into linux-cachyo… …s-5.18
sched/fair: Simple runqueue order on migrate There's a number of problems with SMP migration of fair tasks, but basically it boils down to a task not receiving equal service on each runqueue (consider the trivial 3 tasks 2 cpus infeasible weight scenario). Fully solving that with vruntime placement is 'hard', not least because a task might be very under-services on a busy runqueue and would need to be placed so far left on the new runqueue that it would significantly impact latency on the existing tasks. Instead do minimal / basic placement instead; when moving to a less busy queue place at the front of the queue to receive time sooner. When moving to a busier queue, place at the end of the queue to receive time later. Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> (cherry picked from commit 4e6936b)
Merge branch 'fs-patches-5.17' into linux-cachyos-5.17
Merge branch 'lru-le9-5.17' into linux-cachyos-5.17
Merge branch 'randstruct-5.18' into linux-cachyos-5.18
PreviousNext