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-08-17
sched_ext: Merge branch 'for-7.3-arena-args' into for-7.3
Tejun Heo
6
-86
/
+77
2026-08-15
sched_ext: Drop the dead SCX_DEQ_CORE_SCHED_EXEC test in dequeue_task_scx()
Tejun Heo
1
-2
/
+2
2026-08-15
sched_ext: Make core-sched task ordering hierarchy-aware
Tejun Heo
2
-8
/
+35
2026-08-15
sched_ext: Use runnable_at for the default core-sched task ordering
Tejun Heo
1
-80
/
+25
2026-08-15
sched_ext: Fix inverted ops.core_sched_before() invocation
Tejun Heo
1
-2
/
+8
2026-08-15
sched_ext: Move the config-off sub-cap kfunc stubs into sub.c
Tejun Heo
2
-29
/
+33
2026-08-15
sched_ext: Rename balance-era identifiers to dispatch terms
Tejun Heo
3
-31
/
+31
2026-08-15
sched_ext: Drop the stale keep_prev fixup in dispatch_pick()
Tejun Heo
1
-12
/
+0
2026-08-15
sched_ext: Keep kick_sync waiting on the rq's own CPU
Tejun Heo
1
-2
/
+17
2026-08-14
sched_ext: Don't BUG_ON a destroyed DSQ in process_deferred_reenq_users
Tao Cui
1
-2
/
+7
2026-08-14
sched_ext: Make scx_bpf_events() read the calling scheduler's counters
Tejun Heo
1
-7
/
+11
2026-08-14
sched_ext: Drop unlocked scx_rq_clock_invalidate() from scx_root_disable()
Tejun Heo
1
-8
/
+3
2026-08-14
sched_ext: Fix exit_task leak on fork failure during enable
fangqiurong
1
-1
/
+1
2026-08-14
sched_ext: fix stale references in doc comments
Tao Cui
2
-4
/
+5
2026-08-14
sched_ext: Set up ops.sub_ecaps_updated() dispatch context on the executing CPU
Tejun Heo
1
-1
/
+5
2026-08-12
sched_ext: Convert scx_bpf_cid_override() to __arena array arguments
Tejun Heo
1
-21
/
+28
2026-08-12
sched_ext: Convert sub-cap kfuncs to __arena cmask arguments
Tejun Heo
4
-38
/
+36
2026-08-12
sched_ext: Pass kernel arena pointers to ops_cid callbacks
Tejun Heo
4
-27
/
+13
2026-08-12
sched_ext: Gate cid kfuncs behind the SCX struct_ops check
fangqiurong
2
-4
/
+6
2026-08-12
sched_ext: Merge branch 'for-7.2-fixes' into for-7.3
Tejun Heo
4
-84
/
+223
2026-08-11
sched_ext: Fix rq->core_pick corruption under core scheduling
Tejun Heo
1
-8
/
+78
2026-08-11
sched_ext: Count rq lock releases in rq->scx.lock_drop_seq
Tejun Heo
1
-2
/
+36
2026-08-11
sched_ext: Fix this_rq() assumptions in dispatch kfuncs
Tejun Heo
1
-23
/
+35
2026-08-11
sched_ext: Replace SCX_RQ_BAL_KEEP with a dispatch verdict return
Tejun Heo
1
-51
/
+73
2026-08-03
sched_ext: Eject the top rescue consumer on overload
Tejun Heo
4
-11
/
+140
2026-08-03
sched_ext: Add bandwidth-limited rescue execution for stranded tasks
Tejun Heo
5
-33
/
+546
2026-08-03
sched_ext: Add SCX_TASK_PROTECTED
Tejun Heo
2
-24
/
+143
2026-08-03
sched_ext: Synchronize slice and dsq_vtime writes
Tejun Heo
2
-70
/
+118
2026-08-03
sched_ext: Make SCX_ENQ_IGNORE_CAPS waive the preemption cap too
Tejun Heo
3
-6
/
+10
2026-08-03
sched_ext: Reject internal enq_flags in the dsq move kfuncs
Tejun Heo
1
-8
/
+13
2026-08-03
sched_ext: Factor out __scx_bpf_now()
Tejun Heo
2
-30
/
+30
2026-08-03
sched_ext: Make several ext.c helpers available outside ext.c
Tejun Heo
2
-90
/
+90
2026-08-03
sched_ext: Rename scx_local_or_reject_dsq() to scx_resolve_local_dsq()
Tejun Heo
3
-8
/
+8
2026-08-03
sched_ext: Initialize idle masks as busy
Andrea Righi
1
-8
/
+8
2026-08-02
sched_ext: Set errno on ENABLING -> ENABLED transition failure
Liang Luo
1
-0
/
+1
2026-08-02
sched_ext: Fix stale @cgroup_id in sched_ext_ops kernel-doc
Liang Luo
1
-2
/
+2
2026-07-27
sched_ext: Report scx_link_sched() failures inline
Tejun Heo
1
-20
/
+9
2026-07-27
sched_ext: Abort directly from the hardlockup handler
Tejun Heo
1
-26
/
+9
2026-07-27
sched_ext: Report NMI kicks with scx_error()
Tejun Heo
2
-6
/
+1
2026-07-27
sched_ext: Format bstr exit messages after claiming the exit
Tejun Heo
3
-40
/
+64
2026-07-27
sched_ext: Make exit claiming lock-free
Tejun Heo
3
-45
/
+79
2026-07-26
sched_ext: Bound per-task reenqueues and eject the owning scheduler
Tejun Heo
4
-39
/
+46
2026-07-25
sched_ext: Use rcu_access_pointer() for the first_task comparison
Tejun Heo
1
-1
/
+1
2026-07-25
sched_ext: Resolve most remaining scx_root accesses
Tejun Heo
4
-21
/
+50
2026-07-25
sched_ext: Add scx_cgroup_sched() for cgrp->scx_sched reads
Tejun Heo
3
-10
/
+26
2026-07-24
sched_ext: Gate scx_bpf_cidperf_set() behind a new SCX_CAP_PERF
Tejun Heo
2
-10
/
+41
2026-07-24
sched_ext: Factor out scx_cpuperf_set()
Tejun Heo
1
-33
/
+45
2026-07-24
sched_ext: Count kicks denied for lacking baseline cid access
Tejun Heo
2
-6
/
+22
2026-07-24
sched_ext: Gate local DSQ reenq on baseline cid access
Tejun Heo
2
-1
/
+20
2026-07-23
sched_ext: Fix incorrect SCX_PICK_IDLE_CPU_* flag prefix in kernel-doc
Liang Luo
1
-3
/
+3
[next]