Sched_ext development
 help / color / mirror / Atom feed
[PATCH] sched_ext: Remove deprecated scx_bpf_cpu_rq()
 2026-06-19 18:53 UTC  (2+ messages)

[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 v2 sched_ext/for-7.2] sched_ext: check remote rq eligibility under task's rq lock
 2026-06-19 13:32 UTC  (2+ messages)

[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  (27+ messages)
` [PATCH 1/8] mm: Add ptep_try_set() for lockless empty-slot installs
` [PATCH 2/8] bpf: Recover arena kernel faults with scratch page
` [PATCH 3/8] bpf: Add sleepable variant of bpf_arena_alloc_pages for kernel callers
` [PATCH 4/8] bpf: Add bpf_struct_ops_for_each_prog()
` [PATCH 5/8] bpf/arena: Add bpf_arena_map_kern_vm_start() and bpf_prog_arena()
` [PATCH 6/8] sched_ext: Require an arena for cid-form schedulers
` [PATCH 7/8] sched_ext: Sub-allocator over kernel-claimed BPF arena pages
` [PATCH 8/8] sched_ext: Convert ops.set_cmask() to arena-resident cmask

[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 v7 sched_ext/for-7.2 0/2] sched_ext: Follow-up fixes for exit_cpu accuracy
 2026-06-10 15:26 UTC  (3+ 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 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 v2 sched_ext/for-7.1-fixes] sched_ext: Reset dsq_vtime and slice when a task leaves SCX
 2026-06-08 16:55 UTC 

[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 v2] sched_ext/scx_flatcg: Fix cvtime_delta race and add hweight scaling to bypass charging
 2026-06-08  7:43 UTC  (2+ 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  (8+ 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)

WARNING at kernel/sched/ext.c:3227 scx_cgroup_move_task+0xa8/0xb0
 2026-06-02 21:35 UTC  (4+ messages)
` [PATCH sched_ext/for-7.1-fixes] sched_ext: Don't warn on NULL cgrp_moving_from in scx_cgroup_move_task()

[PATCH sched_ext/for-7.2] selftests/sched_ext: Fix dsq_move_to_local check
 2026-06-01 17:30 UTC  (2+ messages)

[ANNOUNCEMENT/CFP] LPC 2026 sched_ext Microconference
 2026-06-01  6:41 UTC 

[PATCH sched_ext/for-7.2] sched_ext: Guard BPF arena helper calls to fix 32-bit build
 2026-05-31 18:08 UTC  (2+ messages)

[PATCH bpf-next] bpf: Overwrite scratch PTE when allocating arena pages
 2026-05-31 17:35 UTC  (3+ messages)

[PATCH] sched_ext: Rebuild fair weight when disabling BPF scheduler
 2026-05-30  5:06 UTC  (10+ messages)
  ` [PATCH v2] sched_ext: Rebuild fair weight on ext to fair switches
          ` [PATCH v3] sched/fair: Rebuild load weight when switching to fair

[PATCH v5 sched_ext/for-7.2 0/2] sched_ext: Follow-up fixes for exit_cpu accuracy
 2026-05-29 15:51 UTC  (6+ 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

[PATCHSET v3 sched_ext/for-7.2] sched_ext: Auto-manage ext/fair dl_server bandwidth
 2026-05-29  9:08 UTC  (12+ messages)
` [PATCH 1/2] sched_ext: Auto-register/unregister dl_server reservations
` [PATCH 2/2] selftests/sched_ext: Validate dl_server attach/detach in total_bw test

[PATCH] tools/sched_ext: Fix scx_show_state per-scheduler state reads
 2026-05-27 19:16 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH sched_ext/for-7.1-fixes] sched_ext: idle: Fix errno loss in scx_idle_init()
 2026-05-27 18:26 UTC  (2+ messages)

[PATCHSET v2 sched_ext/for-7.2] sched_ext: Auto-manage ext/fair dl_server bandwidth
 2026-05-26  9:22 UTC  (4+ messages)
` [PATCH 1/2] sched_ext: Auto-register/unregister dl_server reservations
` [PATCH 2/2] selftests/sched_ext: Validate dl_server attach/detach in total_bw test

[PATCH 1/8] mm: Add ptep_try_install() for lockless empty-slot installs
 2026-05-25 15:50 UTC  (2+ messages)

[PATCH sched_ext/for-7.2 0/2] tools/sched_ext: fix scx_qmap BPF verifier rejection
 2026-05-25 14:16 UTC  (6+ messages)
` [PATCH 1/2] tools/sched_ext: always define bpf_addr_space_cast
` [PATCH 2/2] tools/sched_ext: scx_qmap: fix arena stores

[GIT PULL] sched_ext: Fixes for v7.1-rc4
 2026-05-22 23:45 UTC  (2+ messages)

[PATCHSET sched_ext/for-7.2] sched_ext: Auto-manage ext/fair dl_server bandwidth
 2026-05-22 10:02 UTC  (7+ messages)
` [PATCH 1/2] sched_ext: Auto-register/unregister dl_server reservations
` [PATCH 2/2] selftests/sched_ext: Validate dl_server attach/detach in total_bw test

[PATCHSET v3 sched_ext/for-7.2] bpf/arena: Direct kernel-side access
 2026-05-22  1:59 UTC  (12+ messages)
` [PATCH 1/8] mm: Add ptep_try_set() for lockless empty-slot installs
  ` [PATCH v3 "
` [PATCH 2/8] bpf: Recover arena kernel faults with scratch page
` [PATCH 7/8] sched_ext: Sub-allocator over kernel-claimed BPF arena pages
  ` [PATCH v2 "
` [PATCH v3 2/8] bpf: Recover arena kernel faults with scratch page

[PATCH V2 0/1] sched_ext: Fix spurious WARN on stale ops_state in ops_dequeue()
 2026-05-21 16:45 UTC  (5+ messages)
` [PATCH V2 1/1] "

[PATCHSET v2 sched_ext/for-7.2] sched_ext: cmask improvements
 2026-05-21  7:34 UTC  (2+ messages)

[PATCHSET v2 sched_ext/for-7.2] bpf/arena: Direct kernel-side access
 2026-05-21  7:27 UTC  (7+ messages)
` [PATCH 7/8] sched_ext: Sub-allocator over kernel-claimed BPF arena pages


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