Sched_ext development
 help / color / mirror / Atom feed
 messages from 2025-12-11 23:35:21 to 2026-01-09 10:04:06 UTC [more...]

[PATCH v2 1/1] sched_ext: Add error logging for dsq creation failures
 2026-01-09 10:03 UTC 

[PATCH 1/1] sched_ext: Add error logging for dsq creation failures
 2026-01-09 10:02 UTC  (5+ messages)

[PATCH v2 for 6.19 0/4] Revise the EM YNL spec to be clearer
 2026-01-08  9:38 UTC  (6+ messages)
` [PATCH v2 for 6.19 1/4] PM: EM: Fix yamllint warnings in the EM YNL spec
` [PATCH v2 for 6.19 2/4] PM: EM: Rename em.yaml to dev-energymodel.yaml
` [PATCH v2 for 6.19 3/4] PM: EM: Change cpus' type from string to u64 array in the EM YNL spec
` [PATCH v2 for 6.19 4/4] PM: EM: Add dump to get-perf-domains "

[PATCH] sched_ext: Add DSQ statistics collection functionality
 2026-01-08  6:21 UTC  (2+ messages)

[PATCH for 6.19 0/4] Revise the EM YNL spec to be clearer
 2026-01-07 11:52 UTC  (14+ messages)
` [PATCH for 6.19 1/4] PM: EM: Fix yamllint warnings in the EM YNL spec
` [PATCH for 6.19 2/4] PM: EM: Rename em.yaml to dev-energymodel.yaml
` [PATCH for 6.19 3/4] PM: EM: Change cpus' type from string to u64 array in the EM YNL spec
` [PATCH for 6.19 4/4] PM: EM: Add dump to get-perf-domains "

[PATCH 0/5] bpf: use const pointer for struct_ops cfi_stubs
 2026-01-02 16:19 UTC  (12+ messages)
` [PATCH 1/5] "
` [PATCH 2/5] HID: bpf: make __bpf_hid_bpf_ops const
` [PATCH 3/5] sched_ext: make __bpf_ops_sched_ext_ops const
` [PATCH 4/5] net: make cfi_stubs globals const
` [PATCH 5/5] selftests/bpf: "

[PATCH 0/2] sched_ext: Implement proper ops.dequeue() semantics
 2025-12-29 18:56 UTC  (17+ messages)
` [PATCH 1/2] sched_ext: Fix "
` [PATCH 2/2] selftests/sched_ext: Add test to validate ops.dequeue()

[GIT PULL] sched_ext: Fixes for v6.19-rc3
 2025-12-29  6:15 UTC  (2+ messages)

[PATCH v1 0/2] tools/sched_ext: fix issues in scx_show_state.py
 2025-12-28 16:22 UTC  (6+ messages)
` [PATCH v1 1/2] tools/sched_ext: fix scx_show_state.py for scx_root change
` [PATCH v1 2/2] tools/sched_ext: update scx_show_state.py for scx_aborting change

[RFT] sched_ext: Skip stack trace capture in NMI context
 2025-12-24 17:42 UTC  (8+ messages)

[PATCH] sched_ext: Use the resched_cpu() to replace resched_curr() in the bypass_lb_node()
 2025-12-23 13:18 UTC  (8+ messages)
` [PATCH] sched_ext: Avoid multiple irq_work_queue() calls in destroy_dsq()

[PATCH] sched_ext: Fix some comments in ext.c
 2025-12-23  2:31 UTC  (3+ messages)

[PATCH bpf-next v7 0/8] resolve_btfids: Support for BTF modifications
 2025-12-19 20:10 UTC  (10+ messages)
` [PATCH bpf-next v7 1/8] resolve_btfids: Rename object btf field to btf_path
` [PATCH bpf-next v7 2/8] resolve_btfids: Factor out load_btf()
` [PATCH bpf-next v7 3/8] resolve_btfids: Introduce enum btf_id_kind
` [PATCH bpf-next v7 4/8] resolve_btfids: Always build with -Wall -Werror
` [PATCH bpf-next v7 5/8] kbuild: Sync kconfig when PAHOLE_VERSION changes
` [PATCH bpf-next v7 6/8] lib/Kconfig.debug: Set the minimum required pahole version to v1.22
  ` [PATCH bpf-next v7 7/8] selftests/bpf: Run resolve_btfids only for relevant .test.o objects
  ` [PATCH bpf-next v7 8/8] resolve_btfids: Change in-place update with raw binary output

[PATCH bpf-next v6 0/8] resolve_btfids: Support for BTF modifications
 2025-12-19 13:00 UTC  (12+ messages)
` [PATCH bpf-next v6 1/8] resolve_btfids: Rename object btf field to btf_path
` [PATCH bpf-next v6 2/8] resolve_btfids: Factor out load_btf()
` [PATCH bpf-next v6 3/8] resolve_btfids: Introduce enum btf_id_kind
` [PATCH bpf-next v6 4/8] resolve_btfids: Always build with -Wall -Werror
` [PATCH bpf-next v6 5/8] kbuild: Sync kconfig when PAHOLE_VERSION changes
` [PATCH bpf-next v6 6/8] lib/Kconfig.debug: Set the minimum required pahole version to v1.22
` [PATCH bpf-next v6 7/8] selftests/bpf: Run resolve_btfids only for relevant .test.o objects
` [PATCH bpf-next v6 8/8] resolve_btfids: Change in-place update with raw binary output

[PATCH bpf-next v5 0/8] resolve_btfids: Support for BTF modifications
 2025-12-19  1:37 UTC  (11+ messages)
` [PATCH bpf-next v5 1/8] resolve_btfids: Rename object btf field to btf_path
` [PATCH bpf-next v5 2/8] resolve_btfids: Factor out load_btf()
` [PATCH bpf-next v5 3/8] resolve_btfids: Introduce enum btf_id_kind
` [PATCH bpf-next v5 4/8] resolve_btfids: Always build with -Wall -Werror
` [PATCH bpf-next v5 5/8] kbuild: Sync kconfig when PAHOLE_VERSION changes
` [PATCH bpf-next v5 6/8] lib/Kconfig.debug: Set the minimum required pahole version to v1.22
` [PATCH bpf-next v5 7/8] selftests/bpf: Run resolve_btfids only for relevant .test.o objects
` [PATCH bpf-next v5 8/8] resolve_btfids: Change in-place update with raw binary output

[PATCH bpf-next v4 0/8] resolve_btfids: Support for BTF modifications
 2025-12-18 22:39 UTC  (21+ messages)
` [PATCH bpf-next v4 1/8] resolve_btfids: Rename object btf field to btf_path
` [PATCH bpf-next v4 2/8] resolve_btfids: Factor out load_btf()
` [PATCH bpf-next v4 3/8] resolve_btfids: Introduce enum btf_id_kind
` [PATCH bpf-next v4 4/8] resolve_btfids: Always build with -Wall -Werror
` [PATCH bpf-next v4 5/8] kbuild: Sync kconfig when PAHOLE_VERSION changes
` [PATCH bpf-next v4 6/8] lib/Kconfig.debug: Set the minimum required pahole version to v1.22
` [PATCH bpf-next v4 7/8] selftests/bpf: Run resolve_btfids only for relevant .test.o objects
` [PATCH bpf-next v4 8/8] resolve_btfids: Change in-place update with raw binary output

[PATCH 0/5] sched: Random collection of patches
 2025-12-18 10:12 UTC  (12+ messages)
` [PATCH 5/5] sched: Rework sched_class::wakeup_preempt() and rq_modified_*()
  ` error: implicit declaration of function ‘rq_modified_clear’ (was [PATCH 5/5] sched: Rework sched_class::wakeup_preempt() and rq_modified_*())
  ` [PATCH 4/5] sched: Add assertions to QUEUE_CLASS

[PATCHSET v11 sched_ext/for-6.20] Add a deadline server for sched_ext tasks
 2025-12-18  7:14 UTC  (12+ 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 v2 "
` [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

Boot regression: arm64: WARNING: kernel/sched/core.c:10851 at sched_change_end
 2025-12-17 12:04 UTC  (5+ messages)

[PATCH] sched_ext: fix uninitialized ret on alloc_percpu() failure
 2025-12-16 19:18 UTC  (4+ messages)

Boot regression: next-20251215: arm64: WARNING: kernel/sched/core.c:10851 at sched_change_end
 2025-12-16 18:12 UTC  (3+ messages)

[GIT PULL] sched_ext: Fixes for v6.19-rc1
 2025-12-16  8:03 UTC  (2+ messages)

Concerns with em.yaml YNL spec
 2025-12-16  2:06 UTC  (12+ messages)

[PATCH] sched_ext: Remove unused code in the do_pick_task_scx()
 2025-12-15 15:57 UTC  (5+ messages)

[PATCHSET sched_ext/for-6.19] sched_ext: Deprecate ops.cpu_acquire/release()
 2025-12-13  1:18 UTC  (8+ messages)
` [PATCH v2 3/3] sched_ext: Allow scx_bpf_reenqueue_local() to be called from anywhere
  ` [PATCH v3 "

[PATCH] selftests/sched_ext: flush stdout before test to avoid log spam
 2025-12-12 18:19 UTC  (3+ messages)

[PATCHSET sched_ext/for-6.19-fixes] sched_ext: Fix missing post-enqueue handling in move_local_task_to_local_dsq()
 2025-12-12 16:28 UTC  (10+ messages)
` [PATCH 2/2] "
` [PATCHSET v2 sched_ext/for-6.19-fixes] "
  ` [PATCH 1/2] sched_ext: Factor out local_dsq_post_enq() from dispatch_enqueue()


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