Sched_ext development
 help / color / mirror / Atom feed
 messages from 2026-03-12 04:20:12 to 2026-03-24 18:47:24 UTC [more...]

[PATCH] docs: Document pahole v1.26 requirement for KF_IMPLICIT_ARGS kfuncs
 2026-03-24 18:47 UTC  (2+ messages)
  ` [PATCH] docs: Raise minimum pahole version to 1.26 "

[PATCH] sched_ext: Choose the right sch->ops.name to output in the print_scx_info()
 2026-03-24 14:37 UTC  (2+ messages)

[PATCH v2 sched_ext/for-7.1] sched_ext: Fix invalid kobj cast in scx_uevent()
 2026-03-24  9:57 UTC  (4+ messages)

[RFC PATCHSET sched_ext/for-7.1 0/3] Remove __COMPAT prefix from BPF compat wrappers
 2026-03-24  9:51 UTC  (6+ messages)
` [PATCH 1/3] tools/sched_ext: Remove __COMPAT prefix from compat.bpf.h wrappers
` [PATCH 2/3] tools/sched_ext: Update scx_qmap to drop __COMPAT prefix
` [PATCH 3/3] selftests/sched_ext: Update selftests "

[PATCH v2 sched_ext/for-7.1] sched_ext: Invalidate dispatch decisions on CPU affinity changes
 2026-03-23 23:13 UTC  (8+ messages)

[PATCH] sched_ext: Use READ_ONCE() for bypass_depth in scx_bypass()
 2026-03-23 18:41 UTC  (2+ messages)

[PATCH v2 sched_ext/for-7.1] sched_ext: Add scx_bpf_sub_dispatch() compat wrapper
 2026-03-23 17:49 UTC  (3+ messages)
` [PATCH v3 sched_ext/for-7.1] tools/sched_ext: "

[PATCH v2 02/19] kernel: Use trace_call__##name() at guarded tracepoint call sites
 2026-03-23 17:42 UTC  (2+ messages)

[PATCH sched_ext/for-7.1] tools/sched_ext: Add __COMPAT wrapper for scx_bpf_sub_dispatch()
 2026-03-23 12:53 UTC  (5+ messages)

[PATCH 1/2] selftests/sched_ext: Add basic sub-sched functionality test
 2026-03-23  7:23 UTC  (3+ messages)
` [PATCH 2/2] selftests/sched_ext: Add failure-path tests for sub-sched

[PATCH] selftests/sched_ext: Add tests for SCX_ENQ_IMMED and scx_bpf_dsq_reenq()
 2026-03-23  0:32 UTC  (3+ messages)
` [PATCH v2] "

[PATCH sched_ext/for-7.1] sched_ext: Use irq_work_queue_on() in schedule_deferred()
 2026-03-23  0:07 UTC  (3+ messages)

[PATCH v2 sched_ext/for-7.1] tools/sched_ext: Add compat handling for sub-scheduler ops
 2026-03-22 20:06 UTC  (3+ messages)

[PATCH sched_ext/for-7.1] sched_ext: Guard cpu_smt_mask() with CONFIG_SCHED_SMT
 2026-03-22 20:06 UTC  (3+ messages)

[PATCH v2 sched_ext/for-7.1] sched_ext: Fix build errors and unused label warning in non-cgroup configs
 2026-03-22 20:06 UTC  (4+ messages)
  ` [PATCH v3 "

[PATCH sched_ext/for-7.0-fixes] sched_ext: Fix invalid kobj cast in scx_uevent()
 2026-03-22 19:55 UTC  (2+ messages)

[PATCH] sched_ext: Fix build errors and unused label warning in non-cgroup configs
 2026-03-22  6:43 UTC  (6+ messages)

[PATCH] sched_ext: Fix inconsistent NUMA node lookup in scx_select_cpu_dfl()
 2026-03-22  0:26 UTC  (6+ messages)
` [PATCH v2] "

[PATCH v3] tools/sched_ext: Update stale scx_ops_error() comment in fcg_cgroup_move()
 2026-03-21 18:42 UTC  (2+ messages)

[PATCH 1/2] sched_ext: Documentation: Document events sysfs file and module parameters
 2026-03-21 18:42 UTC  (9+ messages)
` [PATCH 2/2] selftests/sched_ext: Return non-zero exit code on test failure
` [PATCH v2 0/2] sched_ext: documentation and selftest fixes
  ` [PATCH v2 1/2] sched_ext: Documentation: Document events sysfs file and module parameters
  ` [PATCH v2 2/2] selftests/sched_ext: Return non-zero exit code on test failure

[PATCH v2 sched_ext/for-7.1] sched_ext: idle: Prioritize idle SMT sibling
 2026-03-21 18:42 UTC  (2+ messages)

[PATCH sched_ext/for-7.1] tools/sched_ext: Add compat handling for sub-scheduler ops
 2026-03-21 17:17 UTC  (2+ messages)

[PATCH v2] sched_ext: Document task ownership state machine
 2026-03-20 18:16 UTC  (4+ messages)

[PATCH sched_ext/for-7.1] sched_ext: idle: Prioritize idle SMT sibling
 2026-03-20 16:28 UTC  (5+ messages)

[PATCH 00/61] treewide: Use IS_ERR_OR_NULL over manual NULL check - refactor
 2026-03-19 14:13 UTC  (17+ messages)
` [PATCH 02/61] btrfs: Prefer IS_ERR_OR_NULL over manual NULL check
` [PATCH 12/61] quota: "
` [PATCH 38/61] net: "
` [PATCH 46/61] vfio: "
` [PATCH 48/61] mtd: "
` [PATCH 50/61] iommu: "

[PATCH sched_ext/for-7.1] tools/sched_ext: Add error logging for DSQ creation failures
 2026-03-19  1:00 UTC  (2+ messages)

[PATCH v2] tools/sched_ext: Update stale scx_ops_error comment in fcg_cgroup_move
 2026-03-18  8:16 UTC  (2+ messages)

[PATCH] tools/sched_ext: Update stale scx_ops_error comment in fcg_cgroup_move
 2026-03-18  6:02 UTC 

[PATCH sched_ext/for-7.1 0/2] sched_ext: Reduce idle CPU NUMA traversal from O(N^2) to O(N)
 2026-03-17 19:00 UTC  (10+ messages)
` [PATCH 1/2] sched_ext: Cache per-node NUMA distance order in scx_idle_init_masks()
` [PATCH 2/2] sched_ext: Use cached NUMA order in pick_idle_cpu_from_online_nodes()

[PATCH] bpf: Always defer local storage free
 2026-03-17 18:57 UTC  (8+ messages)

[PATCH] sched_ext/selftests: Fix bpf_link leak on assertion failure
 2026-03-17 18:09 UTC 

[PATCH sched_ext/for-7.1] selftests/sched_ext: Show failed test names in summary
 2026-03-17 17:54 UTC  (2+ messages)

[PATCH] sched_ext: Fix typos in comments
 2026-03-17 17:54 UTC  (2+ messages)

[PATCH AUTOSEL 6.19-6.12] sched_ext: Use WRITE_ONCE() for the write side of dsq->seq update
 2026-03-17 11:32 UTC 

[PATCH 0/2] sched_ext: Fix SCX_KICK_WAIT cycle deadlock
 2026-03-17  9:15 UTC  (10+ messages)
` [PATCH 1/2] sched_ext: Prevent SCX_KICK_WAIT deadlock by serialization
` [PATCH 2/2] sched_ext/selftests: Add SCX_KICK_WAIT cycle tests

[PATCH sched_ext/for-7.1] sched_ext: Fix slab-out-of-bounds in scx_alloc_and_add_sched()
 2026-03-16 17:57 UTC  (2+ messages)

[PATCHSET sched_ext/for-7.1] sched_ext: Fix kobject and cgroup ref error handling in scx_alloc_and_add_sched()
 2026-03-16  9:31 UTC  (6+ messages)
` [PATCH 1/2] sched_ext: Fix cgroup double-put on sub-sched abort path
` [PATCH 2/2] sched_ext: Use kobject_put() for kobject_init_and_add() failure in scx_alloc_and_add_sched()

[PATCH] sched_ext: Use kobject_put() for kobject_init_and_add() failure in scx_alloc_and_add_sched()
 2026-03-16  6:36 UTC  (2+ messages)

[PATCH sched_ext/for-7.1] sched_ext: Reduce DSQ lock contention in consume_dispatch_q()
 2026-03-15 20:10 UTC  (4+ messages)

[PATCH v5 0/2] sched_ext: Update demo schedulers and selftests for deprecated APIs
 2026-03-15  8:58 UTC  (6+ messages)
` [PATCH v5 1/2] sched_ext: Update demo schedulers and selftests to use scx_bpf_task_set_dsq_vtime()
` [PATCH v5 2/2] sched_ext: Update selftests to drop ops.cpu_acquire/release()
` [PATCH v4 0/2] sched_ext: Update demo schedulers and selftests for deprecated APIs

[PATCH v4 0/2] sched_ext: Update demo schedulers and selftests for deprecated APIs
 2026-03-14  9:04 UTC  (4+ messages)
` [PATCH v4 1/2] sched_ext: Update demo schedulers and selftests to use scx_bpf_task_set_dsq_vtime()
` [PATCH v4 2/2] sched_ext: Update selftests to drop ops.cpu_acquire/release()

[PATCH] sched_ext/selftests: Fix incorrect include guard comments
 2026-03-14  9:04 UTC  (2+ messages)

[PATCH] sched_ext: Fix uninitialized ret in scx_alloc_and_add_sched()
 2026-03-14  9:04 UTC  (2+ messages)

[PATCH sched_ext/for-7.1] selftests/sched_ext: Update scx_bpf_dsq_move_to_local() in kselftests
 2026-03-14  8:45 UTC  (2+ messages)

[PATCH v3 0/2] sched_ext: Update demo schedulers and selftests for deprecated APIs
 2026-03-14  2:50 UTC  (5+ messages)
` [PATCH v3 1/2] sched_ext: Update demo schedulers and selftests to use scx_bpf_task_set_dsq_vtime()
` [PATCH v3 2/2] sched_ext: Update demo schedulers and selftests to drop ops.cpu_acquire/release()

[GIT PULL] sched_ext: Fixes for v7.0-rc3
 2026-03-13 22:15 UTC  (2+ messages)

[PATCHSET v2 sched_ext/for-7.1] sched_ext: Implement SCX_ENQ_IMMED
 2026-03-13 19:45 UTC  (11+ messages)
` [PATCH 1/6] sched_ext: Split task_should_reenq() into local and user variants
` [PATCH 2/6] sched_ext: Add scx_vet_enq_flags() and plumb dsq_id into preamble
` [PATCH 3/6] sched_ext: Implement SCX_ENQ_IMMED
` [PATCH 4/6] sched_ext: Plumb enq_flags through the consume path
` [PATCH 5/6] sched_ext: Add enq_flags to scx_bpf_dsq_move_to_local()
` [PATCH 6/6] sched_ext: Add SCX_OPS_ALWAYS_ENQ_IMMED ops flag
` [PATCH 7/6 sched_ext/for-7.1] sched_ext: Use schedule_deferred_locked() in schedule_dsq_reenq()

[PATCH sched_ext/for-7.0-fixes] sched_ext: Drop rq lock before calling ops.exit_task()
 2026-03-13 19:05 UTC  (2+ messages)

[PATCHSET sched_ext/for-7.1] sched_ext: Implement SCX_ENQ_IMMED
 2026-03-13 11:32 UTC  (6+ messages)
` [PATCH 2/3] "

[PATCH v2 0/2] sched_ext: Update demo schedulers and selftests for deprecated APIs
 2026-03-13  1:22 UTC  (6+ messages)
` [PATCH v2 1/2] sched_ext: Update demo schedulers and selftests to use scx_bpf_task_set_dsq_vtime()
` [PATCH v2 2/2] sched_ext: Update demo schedulers and selftests to drop ops.cpu_acquire/release()

[PATCH 02/15] kernel: Use trace_invoke_##name() at guarded tracepoint call sites
 2026-03-12 15:04 UTC 

[PATCH 0/2] sched_ext: Update demo schedulers and selftests for deprecated APIs
 2026-03-12  7:40 UTC  (5+ messages)
` [PATCH 1/2] sched_ext: Update demo schedulers and selftests to use scx_bpf_task_set_dsq_vtime()
` [PATCH 2/2] sched_ext: Update demo schedulers and selftests to drop ops.cpu_acquire/release()


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