Sched_ext development
 help / color / mirror / Atom feed
 messages from 2026-01-24 11:29:57 to 2026-02-10 23:20:14 UTC [more...]

[PATCHSET v8] sched_ext: Fix ops.dequeue() semantics
 2026-02-10 23:20 UTC  (4+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] selftests/sched_ext: Add test to validate "

[PATCHSET v7] sched_ext: Fix ops.dequeue() semantics
 2026-02-10  7:29 UTC  (24+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] selftests/sched_ext: Add test to validate "

[RFC PATCH] tools/sched_ext: Use u64 for kind field to fix ARM64 atomic ops
 2026-02-10  1:48 UTC  (3+ messages)

[GIT PULL] sched_ext: Changes for v6.20
 2026-02-09 19:32 UTC 

[PATCH] tools/sched_ext: Improve BPF verifier arena detection workaround
 2026-02-06 16:03 UTC  (3+ messages)

[PATCH] sched_ext: Invalidate dispatch decisions on CPU affinity changes
 2026-02-06  8:43 UTC  (13+ messages)

[PATCHSET v6] sched_ext: Fix ops.dequeue() semantics
 2026-02-05 21:32 UTC  (5+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] selftests/sched_ext: Add test to validate "

[PATCHSET v5] sched_ext: Fix ops.dequeue() semantics
 2026-02-05  9:26 UTC  (5+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] selftests/sched_ext: Add test to validate "

[GIT PULL] sched_ext: Fix for v6.19-rc8
 2026-02-04 23:25 UTC  (2+ messages)

[PATCH sched_ext/for-6.19-fixes] sched_ext: Short-circuit sched_class operations on dead tasks
 2026-02-04 22:24 UTC  (3+ messages)

[PATCH v2] sched/ext: Add cpumask to skip unsuitable dispatch queues
 2026-02-04 20:35 UTC  (2+ messages)

[PATCH] sched_ext: Fix NULL pointer deref and warnings during scx teardown
 2026-02-04 20:08 UTC  (7+ messages)

[PATCH] sched/ext: Add cpumask to skip unsuitable dispatch queues
 2026-02-04  9:41 UTC  (3+ messages)

[PATCHSET v4 sched_ext/for-6.20] sched_ext: Fix ops.dequeue() semantics
 2026-02-04 10:33 UTC  (15+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] selftests/sched_ext: Add test to validate "

[PATCHv2 0/2] SCX kick fixes from 6.19
 2026-02-03 16:41 UTC  (5+ messages)
` [PATCH 1/2] sched_ext: Don't kick CPUs running higher classes
  ` Patch "sched_ext: Don't kick CPUs running higher classes" has been added to the 6.18-stable tree
` [PATCH 2/2] sched_ext: Fix SCX_KICK_WAIT to work reliably
  ` Patch "sched_ext: Fix SCX_KICK_WAIT to work reliably" has been added to the 6.18-stable tree

[PATCHSET v12 sched_ext/for-6.20] Add a deadline server for sched_ext tasks
 2026-02-03 13:50 UTC  (22+ messages)
` [PATCH 1/7] sched/deadline: Clear the defer params
` [PATCH 2/7] sched/debug: Fix updating of ppos on server write ops
` [PATCH 3/7] sched/debug: Stop and start server based on if it was active
` [PATCH 4/7] sched_ext: Add a DL server for sched_ext tasks
` [PATCH 5/7] sched/debug: Add support to change sched_ext server params
` [PATCH 6/7] selftests/sched_ext: Add test for sched_ext dl_server
` [PATCH 7/7] selftests/sched_ext: Add test for DL server total_bw consistency

[PATCH] tools/sched_ext: Improve BPF verifier arena detection workaround
 2026-02-03  6:57 UTC  (4+ messages)

[PATCH sched_ext/for-6.20] selftests/sched_ext: Fix init_enable_count flakiness
 2026-02-02 20:20 UTC  (3+ messages)

[PATCHSET v3 sched_ext/for-6.20] sched_ext: Fix ops.dequeue() semantics
 2026-02-02 16:23 UTC  (21+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] selftests/sched_ext: Add test to validate "

[PATCH] tools/sched_ext: Fix data header access during free in scx_sdt
 2026-02-02 15:52 UTC  (3+ messages)

[PATCH] tools/sched_ext: Add error logging for dsq creation failures in remaining schedulers
 2026-02-01 17:13 UTC  (2+ messages)

[PATCH v2] selftests/bpf: Make x86 preempt_count access compatible across v6.14+
 2026-01-31  1:40 UTC  (3+ messages)

[PATCH v2] sched/deadline: Reset dl_server execution state on stop
 2026-01-30 16:46 UTC  (21+ messages)

[PATCH] selftests/bpf: Make x86 preempt_count access compatible across v6.14+
 2026-01-30  1:10 UTC  (3+ messages)

[patch V5 00/20] sched: Rewrite MM CID management
 2026-01-29 17:06 UTC  (9+ messages)

[PATCH 0/2] SCX kick fixes from 6.19
 2026-01-28 14:18 UTC  (3+ messages)
` [PATCH 1/2] sched_ext: Don't kick CPUs running higher classes

[PATCH] sched_ext: Clear direct dispatch state on dequeue when dsq is NULL
 2026-01-28 10:53 UTC  (4+ messages)

[PATCH v3 0/3] tools/sched_ext: Add example C schedulers
 2026-01-28  2:05 UTC  (4+ messages)
` [PATCH v3 3/3] tools/sched_ext: add arena based scheduler

[PATCH v2 for 6.19 0/4] Revise the EM YNL spec to be clearer
 2026-01-27 12:40 UTC  (3+ messages)
` [PATCH v2 for 6.19 4/4] PM: EM: Add dump to get-perf-domains in the EM YNL spec

[PATCH bpf-next v3 0/2] selftests/bpf: Introduce execution context detection helpers
 2026-01-25 16:40 UTC  (4+ messages)
` [PATCH bpf-next v3 1/2] "
` [PATCH bpf-next v3 2/2] selftests/bpf: Add tests for execution context helpers

[PATCH bpf-next v2 0/2] selftests/bpf: Introduce execution context detection helpers
 2026-01-25 11:12 UTC  (5+ messages)
` [PATCH bpf-next v2 1/2] "
` [PATCH bpf-next v2 2/2] selftests/bpf: Add tests for execution context helpers

[PATCH bpf-next v1 0/2] bpf: Introduce execution context detection kfuncs
 2026-01-24 11:29 UTC  (4+ messages)
` [PATCH bpf-next v1 1/2] "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox