messages from 2026-01-21 23:11:55 to 2026-02-05 15:33:36 UTC [more...]
[PATCHSET v6] sched_ext: Fix ops.dequeue() semantics
2026-02-05 15:32 UTC (3+ 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 "
[PATCH] sched_ext: Invalidate dispatch decisions on CPU affinity changes
2026-02-05 1:15 UTC (8+ messages)
[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 (22+ 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 (4+ messages)
` [PATCH 1/2] sched_ext: Don't kick CPUs running higher classes
` [PATCH 2/2] sched_ext: Fix SCX_KICK_WAIT to work reliably
[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 (6+ messages)
` [PATCH v3 1/3] tools/sched_ext: add scx_userland scheduler
` [PATCH v3 2/3] tools/sched_ext: add scx_pair scheduler
` [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 (6+ messages)
` [PATCH bpf-next v1 1/2] "
` [PATCH bpf-next v1 2/2] selftests/bpf: Add tests for execution context kfuncs
[PATCH] sched/deadline: Reset dl_server execution state on stop
2026-01-23 15:42 UTC (3+ messages)
[PATCHSET v2 sched_ext/for-6.20] sched_ext: Fix ops.dequeue() semantics
2026-01-23 13:32 UTC (4+ messages)
` [PATCH 1/2] "
[PATCHSET v1 sched_ext/for-6.20] sched_ext: Implement cgroup sub-scheduler support
2026-01-21 23:11 UTC (23+ messages)
` [PATCH 13/34] sched_ext: Refactor task init/exit helpers
` [PATCH 14/34] sched_ext: Make scx_prio_less() handle multiple schedulers
` [PATCH 15/34] sched_ext: Move default slice to per-scheduler field
` [PATCH 16/34] sched_ext: Move aborting flag "
` [PATCH 17/34] sched_ext: Move bypass_dsq into scx_sched_pcpu
` [PATCH 18/34] sched_ext: Move bypass state into scx_sched
` [PATCH 19/34] sched_ext: Prepare bypass mode for hierarchical operation
` [PATCH 20/34] sched_ext: Factor out scx_dispatch_sched()
` [PATCH 21/34] sched_ext: When calling ops.dispatch() @prev must be on the same scx_sched
` [PATCH 22/34] sched_ext: Separate bypass dispatch enabling from bypass depth tracking
` [PATCH 23/34] sched_ext: Implement hierarchical bypass mode
` [PATCH 24/34] sched_ext: Dispatch from all scx_sched instances
` [PATCH 25/34] sched_ext: Move scx_dsp_ctx and scx_dsp_max_batch into scx_sched
` [PATCH 26/34] sched_ext: Make watchdog sub-sched aware
` [PATCH 27/34] sched_ext: Convert scx_dump_state() spinlock to raw spinlock
` [PATCH 28/34] sched_ext: Support dumping multiple schedulers and add scheduler identification
` [PATCH 29/34] sched_ext: Implement cgroup sub-sched enabling and disabling
` [PATCH 30/34] sched_ext: Add scx_sched back pointer to scx_sched_pcpu
` [PATCH 31/34] sched_ext: Make scx_bpf_reenqueue_local() sub-sched aware
` [PATCH 32/34] sched_ext: Factor out scx_link_sched() and scx_unlink_sched()
` [PATCH 33/34] sched_ext: Add rhashtable lookup for sub-schedulers
` [PATCH 34/34] sched_ext: Add basic building blocks for nested sub-scheduler dispatching
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox