Sched_ext development
 help / color / mirror / Atom feed
 messages from 2026-01-16 20:18:17 to 2026-01-31 20:27:09 UTC [more...]

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

[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] tools/sched_ext: Add error logging for dsq creation failures in remaining schedulers
 2026-01-30 10:55 UTC 

[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)

[PATCHv2 0/2] SCX kick fixes from 6.19
 2026-01-29  9:25 UTC  (3+ 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 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

[PATCHSET v12 sched_ext/for-6.20] Add a deadline server for sched_ext tasks
 2026-01-26  9:59 UTC  (8+ 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 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  (7+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] selftests/sched_ext: Add test to validate "

[PATCHSET v1 sched_ext/for-6.20] sched_ext: Implement cgroup sub-scheduler support
 2026-01-21 23:11 UTC  (35+ messages)
` [PATCH 01/34] sched_ext: Implement cgroup subtree iteration for scx_task_iter
` [PATCH 02/34] sched_ext: Add @kargs to scx_fork()
` [PATCH 03/34] sched/core: Swap the order between sched_post_fork() and cgroup_post_fork()
` [PATCH 04/34] cgroup: Expose some cgroup helpers
` [PATCH 05/34] sched_ext: Update p->scx.disallow warning in scx_init_task()
` [PATCH 06/34] sched_ext: Reorganize enable/disable path for multi-scheduler support
` [PATCH 07/34] sched_ext: Introduce cgroup sub-sched support
` [PATCH 08/34] sched_ext: Introduce scx_task_sched[_rcu]()
` [PATCH 09/34] sched_ext: Introduce scx_prog_sched()
` [PATCH 10/34] sched_ext: Enforce scheduling authority in dispatch and select_cpu operations
` [PATCH 11/34] sched_ext: Enforce scheduler ownership when updating slice and dsq_vtime
` [PATCH 12/34] sched_ext: scx_dsq_move() should validate the task belongs to the right scheduler
` [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

[PATCHSET RESEND v11 sched_ext/for-6.20] Add a deadline server for sched_ext tasks
 2026-01-21 17:27 UTC  (15+ 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 v2 0/3] tools/sched_ext: Add example C schedulers
 2026-01-21 14:50 UTC  (4+ messages)
` [PATCH v2 3/3] tools/sched_ext: add arena based scheduler

[PATCH bpf-next v3 00/13] bpf: Kernel functions with KF_IMPLICIT_ARGS
 2026-01-21  0:35 UTC  (20+ messages)
` [PATCH bpf-next v3 01/13] bpf: Refactor btf_kfunc_id_set_contains
` [PATCH bpf-next v3 02/13] bpf: Introduce struct bpf_kfunc_meta
` [PATCH bpf-next v3 03/13] bpf: Verifier support for KF_IMPLICIT_ARGS
` [PATCH bpf-next v3 04/13] resolve_btfids: Introduce finalize_btf() step
` [PATCH bpf-next v3 05/13] resolve_btfids: Support for KF_IMPLICIT_ARGS
` [PATCH bpf-next v3 06/13] selftests/bpf: Add tests "
` [PATCH bpf-next v3 07/13] bpf: Migrate bpf_wq_set_callback_impl() to KF_IMPLICIT_ARGS
` [PATCH bpf-next v3 08/13] HID: Use bpf_wq_set_callback kernel function
` [PATCH bpf-next v3 09/13] bpf: Migrate bpf_task_work_schedule_* kfuncs to KF_IMPLICIT_ARGS
` [PATCH bpf-next v3 10/13] bpf: Migrate bpf_stream_vprintk() "
` [PATCH bpf-next v3 11/13] selftests/bpf: Migrate struct_ops_assoc test "
` [PATCH bpf-next v3 12/13] bpf: Remove __prog kfunc arg annotation
` [PATCH bpf-next v3 13/13] bpf,docs: Document KF_IMPLICIT_ARGS flag

[PATCH bpf-next v2 00/13] bpf: Kernel functions with KF_IMPLICIT_ARGS
 2026-01-20 18:40 UTC  (32+ messages)
` [PATCH bpf-next v2 03/13] bpf: Verifier support for KF_IMPLICIT_ARGS
` [PATCH bpf-next v2 04/13] resolve_btfids: Introduce finalize_btf() step
` [PATCH bpf-next v2 05/13] resolve_btfids: Support for KF_IMPLICIT_ARGS
` [PATCH bpf-next v2 06/13] selftests/bpf: Add tests "
` [PATCH bpf-next v2 07/13] bpf: Migrate bpf_wq_set_callback_impl() to KF_IMPLICIT_ARGS
` [PATCH bpf-next v2 09/13] bpf: Migrate bpf_task_work_schedule_* kfuncs "
` [PATCH bpf-next v2 10/13] bpf: Migrate bpf_stream_vprintk() "
` [PATCH bpf-next v2 11/13] selftests/bpf: Migrate struct_ops_assoc test "
` [PATCH bpf-next v2 12/13] bpf: Remove __prog kfunc arg annotation
` [PATCH bpf-next v2 13/13] bpf,docs: Document KF_IMPLICIT_ARGS flag


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