index
:
linux.git
master
nocache-cleanup
linus torvalds my love
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
sched
/
ext.c
Age
Commit message (
Expand
)
Author
3 days
sched_ext: Fix SCX_KICK_WAIT deadlock by deferring wait to balance callback
Tejun Heo
2026-03-09
sched_ext: Use WRITE_ONCE() for the write side of scx_enable helper pointer
zhidao su
2026-03-07
sched_ext: Fix enqueue_task_scx() truncation of upper enqueue flags
Tejun Heo
2026-03-06
sched_ext: Use READ_ONCE() for scx_slice_bypass_us in scx_bypass()
David Carlier
2026-03-05
sched_ext: Use READ_ONCE() for lock-free reads of module param variables
zhidao su
2026-03-04
sched_ext: Use WRITE_ONCE() for the write side of dsq->seq update
zhidao su
2026-03-03
Merge tag 'sched_ext-for-7.0-rc2-fixes' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2026-03-03
sched_ext: Fix starvation of scx_enable() under fair-class saturation
Tejun Heo
2026-03-03
sched_ext: Remove redundant css_put() in scx_cgroup_init()
Cheng-Yang Chou
2026-03-02
sched_ext: Use READ_ONCE() for plain reads of scx_watchdog_timeout
zhidao su
2026-03-02
sched_ext: Replace naked scx_root dereferences in kobject callbacks
zhidao su
2026-03-02
sched_ext: Use READ_ONCE() for the read side of dsq->nr update
zhidao su
2026-02-24
sched_ext: Disable preemption between scx_claim_exit() and kicking helper work
Tejun Heo
2026-02-23
sched/core: Fix wakeup_preempt's next_class tracking
Peter Zijlstra
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-02-11
Merge tag 'sched_ext-for-6.20' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2026-02-10
Merge tag 'sched-core-2026-02-09' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2026-02-10
Merge tag 'bpf-next-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Linus Torvalds
2026-02-04
Merge tag 'sched_ext-for-6.19-rc8-fixes' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
2026-02-04
sched_ext: Short-circuit sched_class operations on dead tasks
Tejun Heo
2026-02-03
sched_ext: Add a DL server for sched_ext tasks
Andrea Righi
2026-02-03
Merge branch 'v6.19-rc8'
Peter Zijlstra
2026-01-15
sched: Audit MOVE vs balance_callbacks
Peter Zijlstra
2026-01-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc5
Alexei Starovoitov
2026-01-02
bpf: Remove redundant KF_TRUSTED_ARGS flag from all kfuncs
Puranjay Mohan
2025-12-22
sched_ext: Avoid multiple irq_work_queue() calls in destroy_dsq()
Zqiang
2025-12-22
sched_ext: Use the resched_cpu() to replace resched_curr() in the bypass_lb_n...
Zqiang
2025-12-19
sched_ext: Fix some comments in ext.c
Zqiang
2025-12-17
sched/core: Rework sched_class::wakeup_preempt() and rq_modified_*()
Peter Zijlstra
2025-12-16
sched_ext: fix uninitialized ret on alloc_percpu() failure
Liang Jie
2025-12-15
sched_ext: Remove unused code in the do_pick_task_scx()
Zqiang
2025-12-12
sched_ext: Fix missing post-enqueue handling in move_local_task_to_local_dsq()
Tejun Heo
2025-12-12
sched_ext: Factor out local_dsq_post_enq() from dispatch_enqueue()
Tejun Heo
2025-12-11
sched_ext: Fix bypass depth leak on scx_enable() failure
Tejun Heo
2025-12-08
sched/ext: Avoid null ptr traversal when ->put_prev_task() is called with NUL...
John Stultz
2025-12-08
sched_ext: Fix the memleak for sch->helper objects
Zqiang
2025-12-03
Merge tag 'sched_ext-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2025-12-01
Merge tag 'sched-core-2025-12-01' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2025-12-01
sched_ext: Fix incorrect sched_class settings for per-cpu migration tasks
Zqiang
2025-11-20
sched_ext: Fix scx_enable() crash on helper kthread creation failure
Saket Kumar Bhaskar
2025-11-17
sched_ext: Use kvfree_rcu() to release per-cpu ksyncs object
Zqiang
2025-11-17
sched_ext: Use IRQ_WORK_INIT_HARD() to initialize rq->scx.kick_cpus_irq_work
Zqiang
2025-11-14
sched_ext: Pass locked CPU parameter to scx_hardlockup() and add docs
Tejun Heo
2025-11-13
sched_ext: Fix possible deadlock in the deferred_irq_workfn()
Zqiang
2025-11-12
sched_ext: Update comments replacing breather with aborting mechanism
Andrea Righi
2025-11-12
sched/ext: convert scx_tasks_lock to raw spinlock
Emil Tsalapatis
2025-11-12
sched_ext: Implement load balancer for bypass mode
Tejun Heo
2025-11-12
sched_ext: Factor out abbreviated dispatch dequeue into dispatch_dequeue_lock...
Tejun Heo
[next]