[PATCHSET v2 sched_ext/for-7.2] bpf/arena: Direct kernel-side access
2026-05-19 19:04 UTC (20+ messages)
` [PATCH 1/8] mm: Add ptep_try_install() 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
[PATCH v4 sched_ext/for-7.2 0/2] sched_ext: Follow-up fixes for exit_cpu accuracy
2026-05-19 18:22 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
[PATCHSET v2 sched_ext/for-7.2] sched_ext: cmask improvements
2026-05-19 9:12 UTC (6+ messages)
` [PATCH v2 1/3] sched_ext: Rename scx_cmask.nr_bits to nr_cids
` [PATCH v2 2/3] sched_ext: Track bits[] storage size in struct scx_cmask
` [PATCH v2 3/3] sched_ext: Add cmask mask ops
[PATCH v3 sched_ext/for-7.2 0/2] sched_ext: Follow-up fixes for exit_cpu accuracy
2026-05-19 8:03 UTC (8+ messages)
` [PATCH v3 1/2] sched_ext: Fix exit_cpu accuracy for lockup paths
` [PATCH v3 2/2] sched_ext, rcu: Upgrade RCU stall paths to report cpumask of stalled CPUs
[PATCHSET RESEND sched_ext/for-7.2] sched_ext: cmask improvements
2026-05-19 5:59 UTC (12+ messages)
` [PATCH 1/3] sched_ext: Rename scx_cmask.nr_bits to nr_cids
` [PATCH v2 "
` [PATCH 2/3] sched_ext: Track bits[] storage size in struct scx_cmask
` [PATCH v2 "
` [PATCH 3/3] sched_ext: Add cmask mask ops
` [PATCH v2 "
[PATCH sched_ext/for-7.1-fixes] sched_ext: Fix deadlock between scx_root_disable() and concurrent forks
2026-05-17 19:15 UTC (7+ messages)
` [PATCH v2 "
[PATCHSET v2 INTERNAL] bpf/arena: Direct kernel-side access
2026-05-17 18:50 UTC (7+ messages)
` [PATCH 1/3] sched_ext: Rename scx_cmask.nr_bits to nr_cids
` [PATCH 2/3] sched_ext: Track bits[] storage size in struct scx_cmask
` [PATCH 3/3] sched_ext: Add cmask mask ops
[PATCH v4 sched_ext/for-7.2 0/3] sched_ext: Add dispatch transaction API
2026-05-17 16:07 UTC (7+ messages)
` [PATCH 1/3] sched_ext: Rename scx_dsq_insert_commit() to scx_dsq_insert_stage()
` [PATCH 2/3] sched_ext: Add dispatch transaction API
` [PATCH 3/3] selftests/sched_ext: Add dispatch_cookie test
` [PATCH v2 "
[PATCH v3 sched_ext/for-7.2 0/2] sched_ext: Add dispatch transaction API
2026-05-15 14:50 UTC (13+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] selftests/sched_ext: Add dispatch_cookie test
[PATCH] sched_ext: Fix spurious WARN on stale ops_state in ops_dequeue()
2026-05-15 10:12 UTC (9+ messages)
[PATCH 7.0.y] sched_ext: Skip tasks with stale task_rq in bypass_lb_cpu()
2026-05-15 9:39 UTC (4+ messages)
` Patch "sched_ext: Skip tasks with stale task_rq in bypass_lb_cpu()" has been added to the 7.0-stable tree
[GIT PULL] sched_ext: Fixes for v7.1-rc3
2026-05-14 16:40 UTC (2+ messages)
[PATCH sched_ext/for-7.1-fixes] sched_ext: Use HK_TYPE_DOMAIN_BOOT to detect isolcpus= domain isolation
2026-05-13 20:26 UTC (3+ messages)
[PATCH sched_ext/for-7.1-fixes] tools/sched_ext: scx_qmap: Fix qa arena placement
2026-05-13 19:23 UTC (2+ messages)
[PATCH] sched_ext: Add tracepoint for scheduler exit
2026-05-13 5:08 UTC (3+ messages)
[PATCH sched_ext/for-7.1-fixes] sched_ext: Defer sub_kset base put to scx_sched_free_rcu_work
2026-05-13 4:00 UTC (3+ messages)
[PATCH sched_ext/for-7.1-fixes] sched_ext: INIT_LIST_HEAD() &sch->all in scx_alloc_and_add_sched()
2026-05-12 21:33 UTC (2+ messages)
[PATCH v2 sched_ext/for-7.1-fixes] sched_ext: Drop %NONE early return in scx_disable_and_exit_task()
2026-05-12 21:18 UTC (2+ messages)
` [PATCH v2 sched_ext/for-7.1-fixes] sched_ext: Drop NONE "
[PATCH sched_ext/for-7.1-fixes] sched_ext: Drop %NONE early return in scx_disable_and_exit_task()
2026-05-12 20:08 UTC (2+ messages)
[RFC PATCH 0/9] bpf/arena: Direct kernel-side access
2026-05-12 15:59 UTC (14+ messages)
` [RFC PATCH 2/9] bpf/arena: Add BPF_F_ARENA_MAP_ALWAYS for direct kernel access
` [RFC PATCH 5/9] bpf: Add bpf_prog_for_each_used_map()
[PATCH sched_ext/for-7.1-fixes] sched_ext: Clear ops->priv on scx_alloc_and_add_sched() error paths
2026-05-12 1:26 UTC (3+ messages)
[PATCH] sched/ext: Use flexible array for exit backtraces
2026-05-12 1:08 UTC
[PATCH sched_ext/for-7.1-fixes] sched_ext: Fix ops->priv NULL pointer deref in bpf_scx_unreg()
2026-05-12 0:44 UTC (4+ messages)
[PATCH v2 sched_ext/for-7.1-fixes] sched_ext: Fix ops->priv clobber on concurrent attach/detach
2026-05-12 0:21 UTC (4+ messages)
[PATCHSET sched_ext/for-7.1-fixes] sched_ext: Fix sched_ext_dead() races with task initialization
2026-05-11 23:55 UTC (13+ messages)
` [PATCH 1/6] sched_ext: Cleanups in preparation for the SCX_TASK_INIT_BEGIN/DEAD work
` [PATCH 2/6] sched_ext: Inline scx_init_task() and move RESET_RUNNABLE_AT into scx_set_task_state()
` [PATCH v2 "
` [PATCH 3/6] sched_ext: Replace SCX_TASK_OFF_TASKS flag with SCX_TASK_DEAD state
` [PATCH 4/6] sched_ext: Close root-enable vs sched_ext_dead() race with SCX_TASK_INIT_BEGIN
` [PATCH 5/6] sched_ext: Close sub-sched init race with post-init DEAD recheck
` [PATCH 6/6] sched_ext: Handle SCX_TASK_NONE in disable/switched_from paths
[PATCH sched_ext/for-7.1-fixes] sched_ext: Avoid UAF in scx_root_enable_workfn() init failure path
2026-05-11 22:46 UTC (2+ messages)
[PATCH sched_ext/for-7.2] sched_ext: Add scx_task_iter_relock() and use it in scx_root_enable_workfn()
2026-05-11 22:41 UTC (3+ messages)
` [PATCH v2 "
[PATCH sched_ext/for-7.2] sched_ext: Mark !CONFIG_EXT_SUB_SCHED dummy stubs static inline
2026-05-11 22:04 UTC (2+ messages)
[PATCH sched_ext/for-7.2] sched_ext: Replace tryget_task_struct() with get_task_struct()
2026-05-11 19:34 UTC (2+ messages)
[PATCH sched_ext/for-7.1-fixes] selftests/sched_ext: Fix build error in dequeue selftest
2026-05-11 2:04 UTC (2+ messages)
[RFC PATCH sched_ext/for-7.2 0/10] sched: Make proxy execution compatible with sched_ext
2026-05-10 19:41 UTC (12+ messages)
` [PATCH 01/10] sched/core: Skip migration disabled tasks in proxy execution
[PATCH] sched/task: always defer 'struct task_struct' destruction via RCU
2026-05-10 18:36 UTC (6+ messages)
[PATCH] sched_ext: Fix sched_ext_dead() race with scx_root_enable_workfn()
2026-05-10 13:55 UTC (3+ messages)
` [PATCH v2] "
[PATCH sched_ext/for-7.2] sched_ext: Fix ops_cid layout assert
2026-05-09 15:53 UTC (3+ messages)
[PATCH RESEND sched_ext/for-7.2] sched_ext: Use offsetofend on both sides of the ops_cid layout assert
2026-05-08 21:52 UTC (3+ messages)
[PATCH] sched_ext: Use IRQ_WORK_INIT_HARD() to initialize sch->disable_irq_work
2026-05-08 20:47 UTC (3+ messages)
[PATCH] sched_ext: Add scx_ai_numa scheduler example for AI workloads
2026-05-08 19:08 UTC (5+ messages)
[PATCH v2 sched_ext/for-7.2 0/2] sched_ext: Add cookie API for early qseq capture
2026-05-08 18:51 UTC (2+ messages)
[PATCH sched_ext/for-7.2] selftests/sched_ext: Fix select_cpu_dfl link leak on early return
2026-05-08 18:20 UTC (5+ messages)
[RFC][PATCH] sched_ext: Allow consuming local tasks when aborting
2026-05-08 17:59 UTC (6+ messages)
page: next (older)
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).