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