8000 Tags · CachyOS/linux · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: CachyOS/linux

Tags

linux-cachyos-tt-5.18.1

Toggle linux-cachyos-tt-5.18.1's commit message
tt-scheduler

Signed-off-by: Peter Jung <admin@ptr1337.dev>

linux-cachyos-pds/bmq-5.18.1

Toggle linux-cachyos-pds/bmq-5.18.1's commit message
PDS/BMQ Scheduler

Signed-off-by: Peter Jung <admin@ptr1337.dev>

linux-cachyos-cacule-5.18.1

Toggle linux-cachyos-cacule-5.18.1's commit message
cacULE-Scheduler

Signed-off-by: Peter Jung <admin@ptr1337.dev>

linux-cachyos-bore-5.18.1

Toggle linux-cachyos-bore-5.18.1's commit message
BORE-Scheduler

Signed-off-by: Peter Jung <admin@ptr1337.dev>

linux-cachyos-5.18.1

Toggle linux-cachyos-5.18.1's commit message
Merge branch 'zram-5.18' into linux-cachyos-5.18

linux-cachyos-5.18-rc7

Toggle linux-cachyos-5.18-rc7's commit message
Merge remote-tracking branch 'origin/perf-amd-5.18' into linux-cachyo…

…s-5.18

5.17.7

Toggle 5.17.7's commit message

Verified

This commit was signed with the committer’s verified signature.
ptr1337 Peter Jung
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)

linux-cachyos-5.17.7

Toggle linux-cachyos-5.17.7's commit message

Verified

This commit was signed with the committer’s verified signature.
ptr1337 Peter Jung
Merge branch 'fs-patches-5.17' into linux-cachyos-5.17

linux-cachyos-5.17.6

Toggle linux-cachyos-5.17.6's commit message
Merge branch 'lru-le9-5.17' into linux-cachyos-5.17

linux-cachyos-5.18-rc6

Toggle linux-cachyos-5.18-rc6's commit message
Merge branch 'randstruct-5.18' into linux-cachyos-5.18

0