index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
sched
/
ext
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-13
sched_ext: Make the kick machinery per-sched
Tejun Heo
2
-31
/
+104
2026-07-13
sched_ext: Assert per-task ops run on the task's owner
Tejun Heo
2
-8
/
+22
2026-07-10
sched_ext: Skip ops.set_weight() for disabled tasks
Kuba Piecuch
1
-0
/
+11
2026-07-10
sched_ext: Add tracepoint for scheduler exit
Pat Somaru
2
-0
/
+8
2026-07-09
sched_ext: Keep rq tracking accurate in the consume path
Andrea Righi
1
-13
/
+13
2026-07-09
sched_ext: Make scx_bpf_kick_cid() return void
Tejun Heo
1
-6
/
+5
2026-07-09
sched_ext: Reject direct slice and dsq_vtime writes for cid-form schedulers
Tejun Heo
1
-12
/
+32
2026-07-09
sched_ext: Rename extra_enq_flags to remote_activate_enq_flags
Tejun Heo
1
-5
/
+5
2026-07-09
sched_ext: Add SCX_CALL_CID_OP_TASK() for cid-form op dispatch
Tejun Heo
2
-14
/
+23
2026-07-09
sched_ext: Use READ_ONCE/WRITE_ONCE in cmask word ops and drop _RACY variants
Tejun Heo
2
-47
/
+10
2026-07-09
Merge branch 'for-7.2-fixes' into for-7.3
Tejun Heo
2
-34
/
+73
2026-07-09
sched_ext: Fix premature ops->priv publication in scx_alloc_and_add_sched()
Tejun Heo
1
-6
/
+12
2026-07-09
sched_ext: Record an error on errno-only sub-enable failure
Tejun Heo
1
-0
/
+6
2026-07-09
sched_ext: Fix typo in scx_bpf_dsq_insert() comment
Liang Luo
1
-1
/
+1
2026-07-08
sched_ext: Enable tick for finite slices on nohz_full
Andrea Righi
1
-12
/
+35
2026-07-08
sched_ext: Preserve rq tracking across local DSQ dispatch
Andrea Righi
1
-16
/
+20
2026-07-01
sched_ext: Split sub-scheduler implementation into sub.c
Tejun Heo
4
-810
/
+858
2026-07-01
sched_ext: Inline small ext.c helpers shared across the sub.c split
Tejun Heo
2
-57
/
+57
2026-07-01
sched_ext: Expose the ext.c internals used by the sub.c split
Tejun Heo
2
-77
/
+119
2026-07-01
sched_ext: Prefix file-local ext.c helpers exposed by the sub.c split
Tejun Heo
2
-97
/
+97
2026-07-01
sched_ext: Merge branch 'for-7.2-fixes' into for-7.3
Tejun Heo
1
-3
/
+17
2026-06-30
sched_ext: Parenthesize local SCX_EVENT defines to fix checkpatch error
Cheng-Yang Chou
1
-2
/
+2
2026-06-30
sched_ext: Replace open-coded event lists with SCX_EVENTS_LIST
Cheng-Yang Chou
2
-51
/
+25
2026-06-30
sched_ext: Don't warn on core-sched forced idle in put_prev_task_scx()
Tejun Heo
1
-1
/
+6
2026-06-29
sched_ext: Pin parent scx_sched across a child sub-scheduler's lifetime
Tejun Heo
1
-2
/
+11
2026-06-25
sched_ext: Convert scx_arena_grow() to use scx_arena_to_kaddr()
Cheng-Yang Chou
1
-11
/
+2
2026-06-24
sched_ext, rcu: Upgrade RCU stall paths to report cpumask of stalled CPUs
Cheng-Yang Chou
2
-9
/
+65
2026-06-24
sched_ext: Fix exit_cpu accuracy for lockup paths
Cheng-Yang Chou
2
-8
/
+9
2026-06-24
sched_ext: Remove deprecated scx_bpf_cpu_rq()
Christian Loehle
2
-31
/
+0
2026-06-24
sched_ext: Annotate ksyncs with __rcu in alloc/free_kick_syncs()
Tejun Heo
1
-2
/
+2
2026-06-24
sched_ext: Check remote rq eligibility under task's rq lock
Kuba Piecuch
2
-18
/
+29
2026-06-24
sched_ext: Reset dsq_vtime and slice when a task leaves SCX
Andrea Righi
1
-0
/
+7
2026-06-24
sched_ext: Avoid flooding the log with deprecation warnings
Breno Leitao
1
-2
/
+2
2026-06-22
sched_ext: Move shared helpers from ext.c into internal.h and cid.h
Tejun Heo
3
-141
/
+142
2026-06-22
sched_ext: Make kernel/sched/ext/ sources self-contained for clangd
Tejun Heo
9
-0
/
+45
2026-06-22
sched_ext: Move sources under kernel/sched/ext/
Tejun Heo
10
-0
/
+15439
[prev]