Sched_ext development
 help / color / mirror / Atom feed
 messages from 2026-06-03 13:47:55 to 2026-07-01 09:20:04 UTC [more...]

[PATCH] sched_ext: Reject task setter kfuncs outside SCX contexts
 2026-07-01  9:19 UTC 

[PATCHSET sched_ext/for-7.3] sched_ext: Split sub-scheduler implementation into sub.c
 2026-07-01  3:14 UTC  (5+ messages)
` [PATCH sched_ext/for-7.3 1/4] sched_ext: Prefix file-local ext.c helpers exposed by the sub.c split
` [PATCH sched_ext/for-7.3 2/4] sched_ext: Expose the ext.c internals used "
` [PATCH sched_ext/for-7.3 3/4] sched_ext: Inline small ext.c helpers shared across "
` [PATCH sched_ext/for-7.3 4/4] sched_ext: Split sub-scheduler implementation into sub.c

[PATCH sched_ext/for-7.3] sched_ext: Parenthesize local SCX_EVENT defines to fix checkpatch error
 2026-06-30 17:46 UTC  (2+ messages)

[PATCH v2 sched_ext/for-7.3] sched_ext: Replace open-coded event lists with SCX_EVENTS_LIST
 2026-06-30 14:38 UTC  (5+ messages)

[PATCH] tools/sched_ext: use btf_vlen() helper in compat.h
 2026-06-30 14:24 UTC  (7+ messages)
` [PATCH v2] "

[PATCH v3] sched_ext: Don't warn on core-sched forced idle in put_prev_task_scx()
 2026-06-30 14:24 UTC  (4+ messages)

[PATCH 0/2] sched: Introduce and use deferred WARNs in sched
 2026-06-30  9:21 UTC  (17+ messages)
` [PATCH 1/2] bug: Provide WARN_ON.*DEFERRED() macros for console deferred output
` [PATCH 2/2] sched: Use WARN_ON.*_DEFERRED()

[PATCH] sched_ext: Pin parent scx_sched across a child sub-scheduler's lifetime
 2026-06-29 20:25 UTC  (2+ messages)

[PATCH] sched_ext: Don't warn on core-sched forced idle in put_prev_task_scx()
 2026-06-29 20:06 UTC  (5+ messages)
` [PATCH v2] "

[PATCH sched_ext/for-7.3] sched_ext: Replace open-coded event lists with SCX_EVENTS_LIST
 2026-06-29 18:17 UTC  (2+ messages)

[PATCH] tools/sched_ext: fix getopt() option variable signedness
 2026-06-29 16:43 UTC  (2+ messages)

[PATCH sched_ext/for-7.2-fixes] sched_ext: Convert scx_arena_grow() to use scx_arena_to_kaddr()
 2026-06-25 20:28 UTC  (2+ messages)

[PATCH v3 0/7] Prepare mutable list iterators to cache cursor state
 2026-06-25 11:00 UTC  (21+ messages)
` [PATCH v3 1/7] list: Add mutable iterator variants
` [PATCH v3 2/7] llist: "
` [PATCH v3 5/7] kernel: Use mutable list iterators

[PATCH sched_ext/for-7.2-fixes] sched_ext: Annotate ksyncs with __rcu in alloc/free_kick_syncs()
 2026-06-24 22:44 UTC  (2+ messages)

[PATCH v7 sched_ext/for-7.2 0/2] sched_ext: Follow-up fixes for exit_cpu accuracy
 2026-06-24 22:19 UTC  (5+ messages)
` [PATCH 1/2] sched_ext: Fix exit_cpu accuracy for lockup paths
  ` [PATCH 2/2] sched_ext, rcu: Upgrade RCU stall paths to report cpumask of stalled CPUs

[PATCH v2 sched_ext/for-7.2] sched_ext: check remote rq eligibility under task's rq lock
 2026-06-24 22:09 UTC  (3+ messages)

[PATCH v2 sched_ext/for-7.1-fixes] sched_ext: Reset dsq_vtime and slice when a task leaves SCX
 2026-06-24 21:46 UTC  (2+ messages)

[PATCH v2] sched_ext/scx_flatcg: Fix cvtime_delta race and add hweight scaling to bypass charging
 2026-06-24 21:28 UTC  (3+ messages)

[PATCH] sched_ext: Remove deprecated scx_bpf_cpu_rq()
 2026-06-24 20:13 UTC  (4+ messages)

[PATCH v2] sched_ext: Avoid flooding the log with deprecation warnings
 2026-06-24 18:54 UTC  (3+ messages)

[PATCH v3] sched/fair: Rebuild load weight when switching to fair
 2026-06-24 11:57 UTC  (5+ messages)
` [PATCH v4 0/2] sched/fair: Fix fair load state "
  ` [PATCH v4 1/2] sched/fair: Rebuild load weight "
  ` [PATCH v4 2/2] sched/fair: Keep load_avg in sync after reweighting

[PATCH] sched_ext: Print deprecation warnings only once
 2026-06-24  8:25 UTC  (6+ messages)

[GIT PULL] sched_ext: Source tree reorganization for v7.2
 2026-06-23 23:00 UTC  (2+ messages)

[PATCH sched_ext/for-7.2 1/2] sched_ext: Make kernel/sched/ext/ sources self-contained for clangd
 2026-06-23  7:52 UTC  (7+ messages)
` [PATCH sched_ext/for-7.2 2/2] sched_ext: Move shared helpers from ext.c into internal.h and cid.h
` [PATCH v2 sched_ext/for-7.2 1/2] sched_ext: Make kernel/sched/ext/ sources self-contained for clangd

[PATCH sched_ext/for-7.2] sched_ext: Move sources under kernel/sched/ext/
 2026-06-22 17:24 UTC  (7+ messages)
` [PATCH v2 "

[PATCH bpf-next 0/2] sched_ext: Mark scx_bpf_cpu_rq() nullable
 2026-06-19 16:02 UTC  (5+ messages)
` [PATCH bpf-next 1/2] sched_ext: Mark scx_bpf_cpu_rq() as nullable
` [PATCH bpf-next 2/2] selftests/sched_ext: Cover scx_bpf_cpu_rq() null return
  ` Re: [PATCH bpf-next 0/2] sched_ext: Mark scx_bpf_cpu_rq() nullable

[PATCH sched_ext/for-7.2] sched_ext: check remote rq eligibility under task's rq lock
 2026-06-19 13:12 UTC  (3+ messages)

sched_ext/lavd hard lockup in old call_rcu_tasks_generic needadjust path
 2026-06-18 15:55 UTC  (10+ messages)

[GIT PULL] sched_ext changes for v7.2
 2026-06-17 16:55 UTC  (4+ messages)

[PATCH] tools/sched_ext: scx_flatcg: Fix inverted vtime delta accounting
 2026-06-17  9:17 UTC  (5+ messages)
` [PATCH v2] "

[PATCHSET v4 sched_ext/for-7.2] bpf/arena: Direct kernel-side access
 2026-06-15 17:40 UTC  (8+ messages)
` [PATCH 1/8] mm: Add ptep_try_set() for lockless empty-slot installs

[RFC PATCH sched_ext/for-7.2 0/10] sched: Make proxy execution compatible with sched_ext
 2026-06-15 12:17 UTC  (10+ messages)
` [PATCH 01/10] sched/core: Skip migration disabled tasks in proxy execution

[PATCH] sched_ext:SCX is preemptible by the Fair scheduler
 2026-06-12 18:18 UTC  (4+ messages)
    `  "

[PATCH] sched_ext:SCX is preemptible by the Fair scheduler
 2026-06-12 18:05 UTC  (3+ messages)

[PATCH] sched_ext:SCX is preemptible by the Fair scheduler
 2026-06-12 15:38 UTC  (2+ messages)

[PATCH v6 sched_ext/for-7.2 0/2] sched_ext: Follow-up fixes for exit_cpu accuracy
 2026-06-09  8:06 UTC  (7+ messages)
` [PATCH 1/2] sched_ext: Fix exit_cpu accuracy for lockup paths
` [PATCH 2/2] sched_ext, rcu: Upgrade RCU stall paths to report cpumask of stalled CPUs

[PATCH sched_ext/for-7.1-fixes] sched_ext: Reset dsq_vtime and slice when a task leaves SCX
 2026-06-08 16:23 UTC  (3+ messages)

[PATCH] sched_ext/scx_flatcg: Fix cvtime_delta race and add hweight scaling to bypass charging
 2026-06-08  5:58 UTC  (3+ messages)

[PATCH bpf-next] bpf: Replace scratch PTE atomically when allocating arena pages
 2026-06-06 16:06 UTC  (5+ messages)

[PATCH sched_ext/for-7.2] sched_ext: Add scx_arena_to_kaddr() / scx_kaddr_to_arena()
 2026-06-05 19:18 UTC  (2+ messages)

[GIT PULL] sched_ext: Fixes for v7.1-rc6
 2026-06-04 19:31 UTC  (2+ messages)

[PATCH] tools/sched_ext: scx_flatcg: Document cgroup v2 requirement
 2026-06-04  9:29 UTC  (3+ messages)

[PATCHSET v2 sched_ext/for-7.2] sched_ext: cid/cmask interface prep
 2026-06-04  8:32 UTC  (8+ messages)
` [PATCH 1/4] sched_ext: Order single-cid cmask helpers as (cid, mask)
` [PATCH 2/4] tools/sched_ext: "
` [PATCH 3/4] sched_ext: Add scx_cmask_test() and scx_cmask_for_each_cid()
` [PATCH 4/4] sched_ext: Make scx_bpf_kick_cid() return s32

[PATCHSET sched_ext/for-7.2] sched_ext: cid/cmask interface prep
 2026-06-03 18:41 UTC  (8+ messages)
` [PATCH 1/3] sched_ext: Order single-cid cmask helpers as (cid, mask)
` [PATCH 2/3] sched_ext: Add scx_cmask_test() and scx_cmask_for_each_cid()
` [PATCH 3/3] sched_ext: Make scx_bpf_kick_cid() return s32

[PATCH v4 sched_ext/for-7.2 0/3] sched_ext: Add dispatch transaction API
 2026-06-03 13:47 UTC  (2+ messages)


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