index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
sched
/
ext.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-12-01
sched_ext: fix flag check for deferred callbacks
Emil Tsalapatis
1
-1
/
+1
2025-12-01
sched_ext: Fix scx_kick_pseqs corruption on concurrent scheduler loads
Andrea Righi
1
-5
/
+5
2025-12-01
sched_ext: defer queue_balance_callback() until after ops.dispatch
Emil Tsalapatis
1
-2
/
+27
2025-12-01
sched_ext: Allocate scx_kick_cpus_pnt_seqs lazily using kvzalloc()
Tejun Heo
1
-10
/
+79
2025-12-01
sched_ext: Fix scx_enable() crash on helper kthread creation failure
Saket Kumar Bhaskar
1
-1
/
+4
2025-11-24
sched_ext: Fix unsafe locking in the scx_dump_state()
Zqiang
1
-2
/
+2
2025-11-13
sched_ext: Mark scx_bpf_dsq_move_set_[slice|vtime]() with KF_RCU
Tejun Heo
1
-4
/
+4
2025-11-02
sched_ext: Keep bypass on between enable failure and scx_disable_workfn()
Tejun Heo
1
-1
/
+1
2025-11-02
sched_ext: Sync error_irq_work before freeing scx_sched
Tejun Heo
1
-0
/
+2
2025-11-02
sched_ext: Put event_stats_cpu in struct scx_sched_pcpu
Tejun Heo
1
-9
/
+9
2025-11-02
sched_ext: Move internal type and accessor definitions to ext_internal.h
Tejun Heo
1
-1034
/
+0
2025-09-16
Revert "sched_ext: Skip per-CPU tasks in scx_bpf_reenqueue_local()"
Andrea Righi
1
-5
/
+1
2025-08-11
sched/ext: Fix invalid task state transitions on class switch
Andrea Righi
1
-0
/
+4
2025-07-31
Merge tag 'sched_ext-for-6.17' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-130
/
+120
2025-07-17
sched_ext: Fix scx_bpf_reenqueue_local() reference
Christian Loehle
1
-1
/
+1
2025-07-16
sched/ext: Prevent update_locked_rq() calls with NULL rq
Breno Leitao
1
-4
/
+8
2025-06-25
sched_ext: Drop kfuncs marked for removal in 6.15
Jake Hillion
1
-69
/
+2
2025-06-24
sched_ext, rcu: Eject BPF scheduler on RCU CPU stall panic
David Dai
1
-0
/
+35
2025-06-23
kernel/sched/ext.c: fix typo "occured" -> "occurred" in comments
Ke Ma
1
-2
/
+2
2025-06-20
sched_ext: Add support for cgroup bandwidth control interface
Tejun Heo
1
-3
/
+63
2025-06-20
sched_ext, sched/core: Factor out struct scx_task_group
Tejun Heo
1
-16
/
+16
2025-06-20
sched_ext: Merge branch 'for-6.16-fixes' into for-6.17
Tejun Heo
1
-6
/
+11
2025-06-17
sched_ext, sched/core: Don't call scx_group_set_weight() prematurely from sch...
Tejun Heo
1
-0
/
+5
2025-06-17
sched_ext: Make scx_group_set_weight() always update tg->scx.weight
Tejun Heo
1
-6
/
+6
2025-06-13
sched_ext: Always use SMP versions in kernel/sched/ext.c
Cheng-Yang Chou
1
-25
/
+1
2025-06-09
sched_ext: Make scx_locked_rq() inline
Andrea Righi
1
-11
/
+2
2025-06-09
sched_ext: Make scx_rq_bypassing() inline
Andrea Righi
1
-5
/
+0
2025-05-28
Merge tag 'bpf-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...
Linus Torvalds
1
-14
/
+1
2025-05-20
sched_ext: Make scx_kf_allowed_if_unlocked() available outside ext.c
Andrea Righi
1
-5
/
+0
2025-05-14
sched_ext: Explain the temporary situation around scx_root dereferences
Tejun Heo
1
-0
/
+8
2025-05-14
sched_ext: Add @sch to SCX_CALL_OP*()
Tejun Heo
1
-109
/
+175
2025-05-14
sched_ext: Cleanup [__]scx_exit/error*()
Tejun Heo
1
-23
/
+25
2025-05-14
sched_ext: Add @sch to SCX_CALL_OP*()
Tejun Heo
1
-58
/
+74
2025-05-14
sched_ext: Clean up scx_root usages
Tejun Heo
1
-59
/
+98
2025-05-09
sched_ext: Remove bpf_scx_get_func_proto
Feng Yang
1
-14
/
+1
2025-05-07
Merge branch 'for-6.15-fixes' into for-6.16
Tejun Heo
1
-0
/
+6
2025-05-07
sched_ext: bpf_iter_scx_dsq_new() should always initialize iterator
Tejun Heo
1
-0
/
+6
2025-04-30
sched_ext: Avoid NULL scx_root deref in __scx_exit()
Andrea Righi
1
-4
/
+13
2025-04-30
sched_ext: Add RCU protection to scx_root in DSQ iterator
Andrea Righi
1
-1
/
+1
2025-04-29
sched_ext: Clean up SCX_EXIT_NONE handling in scx_disable_workfn()
Tejun Heo
1
-6
/
+2
2025-04-29
sched_ext: Move disable machinery into scx_sched
Tejun Heo
1
-48
/
+25
2025-04-29
sched_ext: Move event_stats_cpu into scx_sched
Tejun Heo
1
-42
/
+58
2025-04-29
sched_ext: Factor out scx_read_events()
Tejun Heo
1
-19
/
+26
2025-04-29
sched_ext: Relocate scx_event_stats definition
Tejun Heo
1
-57
/
+57
2025-04-29
sched_ext: Move global_dsqs into scx_sched
Tejun Heo
1
-46
/
+49
2025-04-29
sched_ext: Move dsq_hash into scx_sched
Tejun Heo
1
-40
/
+82
2025-04-29
sched_ext: Factor out scx_alloc_and_add_sched()
Tejun Heo
1
-22
/
+36
2025-04-29
sched_ext: Inline create_dsq() into scx_bpf_create_dsq()
Tejun Heo
1
-24
/
+18
2025-04-29
sched_ext: Use dynamic allocation for scx_sched
Tejun Heo
1
-66
/
+91
2025-04-29
sched_ext: Avoid NULL scx_root deref through SCX_HAS_OP()
Tejun Heo
1
-1
/
+10
[next]