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
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-13
sched_ext: Make the kick machinery per-sched
Tejun Heo
3
-35
/
+106
2026-07-13
sched_ext: Assert per-task ops run on the task's owner
Tejun Heo
2
-8
/
+22
2026-07-13
Merge tag 'sched_ext-for-7.2-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_ext
Linus Torvalds
2
-59
/
+141
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
2
-6
/
+7
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-07
hrtimer: Move hrtimer_callback_running() to hrtimer_bases.h
Thomas Weißschuh (Schneider Electric)
1
-0
/
+2
2026-07-02
sched/eevdf: Delayed dequeue task can't preempt
Vincent Guittot
1
-4
/
+9
2026-07-01
sched_ext: Split sub-scheduler implementation into sub.c
Tejun Heo
5
-810
/
+860
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-30
sched/fair: Fix stale comments referring to removed CFS concepts
Zhan Xusheng
1
-2
/
+5
2026-06-30
sched/debug: Remove unused schedstats
Shrikanth Hegde
1
-3
/
+0
2026-06-30
sched/psi: skip irqtime accounting when no new irq time has elapsed
Usama Arif
1
-1
/
+1
2026-06-30
sched/fair: Reflow sched_balance_rq()
Peter Zijlstra
2
-68
/
+77
2026-06-30
sched/fair: Simplify balance_interval reset logic in sched_balance_rq()
Xin Zhao
1
-4
/
+2
2026-06-30
sched/fair: Don't trigger active lb if src_rq->curr is not on_rq
Xin Zhao
1
-5
/
+14
2026-06-30
sched/eevdf: Speedup short slice task scheduling
Vincent Guittot
1
-2
/
+69
2026-06-30
sched/eevdf: Always update slice protection
Vincent Guittot
1
-5
/
+6
2026-06-30
sched/eevdf: Cancel slice protection if short slice task is eligible
Vincent Guittot
1
-10
/
+12
2026-06-30
sched/eevdf: Update slice protection even when resched is already set
Vincent Guittot
1
-1
/
+1
2026-06-30
sched/eevdf: Take into account current's lag when updating slice protection
Vincent Guittot
1
-1
/
+2
2026-06-30
sched/fair: Set next buddy for preempt short
Vincent Guittot
1
-1
/
+10
2026-06-30
sched/fair: Remove unused arguments from set_preempt_buddy()
K Prateek Nayak
1
-6
/
+2
2026-06-30
sched/eevdf: Move to a single runqueue
Peter Zijlstra (Intel)
5
-474
/
+373
2026-06-30
sched/fair: Change the default cgroup_mode to concur
Peter Zijlstra
2
-3
/
+3
2026-06-30
sched/fair: Add cgroup_mode: tasks
Peter Zijlstra
2
-0
/
+17
2026-06-30
sched/fair: Add cgroup_mode: concur
Peter Zijlstra
3
-7
/
+40
2026-06-30
sched/fair: Add cgroup_mode: max
Peter Zijlstra
2
-5
/
+48
2026-06-30
sched/fair: Add cgroup_mode: up
Peter Zijlstra
3
-3
/
+34
2026-06-30
sched/fair: Add cgroup_mode switch
Peter Zijlstra
1
-0
/
+74
2026-06-30
sched/fair: Fix overflow in update_tg_cfs_runnable()
Chen, Yu C
1
-2
/
+3
2026-06-30
sched/core: Fix inter-class wakeup_preempt()
Peter Zijlstra
3
-4
/
+8
2026-06-29
sched_ext: Pin parent scx_sched across a child sub-scheduler's lifetime
Tejun Heo
1
-2
/
+11
[prev]
[next]