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
6 days
Merge tag 'locking-urgent-2026-08-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-6
/
+6
10 days
Merge tag 'pm-7.3-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
1
-2
/
+13
10 days
Merge branches 'pm-cpufreq' and 'pm-sleep'
Rafael J. Wysocki
1
-2
/
+13
13 days
locking: Revert switching guards to _irq_{disable,enable}()
Peter Zijlstra
1
-6
/
+6
2026-08-22
Merge tag 'sched-urgent-2026-08-22' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+6
2026-08-22
Merge tag 'locking-urgent-2026-08-22' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-3
/
+26
2026-08-20
Merge tag 'for-7.3/block-20260819' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux
Linus Torvalds
1
-1
/
+0
2026-08-20
Merge tag 'sched_ext-for-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_ext
Linus Torvalds
14
-2212
/
+6783
2026-08-20
futex: Fix might_sleep() warning in futex_pivot_pending()
Peter Zijlstra
2
-3
/
+26
2026-08-20
Merge tag 'sysctl-7.03-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/sysctl/sysctl
Linus Torvalds
2
-6
/
+6
2026-08-20
sched/fair: Floor tg_cpus() at 1
Jake Steinman
1
-1
/
+6
2026-08-18
Merge tag 'timers-core-2026-08-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-0
/
+2
2026-08-18
Merge tag 'sched-core-2026-08-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
10
-625
/
+906
2026-08-18
Merge tag 'locking-core-2026-08-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-11
/
+19
2026-08-18
Merge tag 'pm-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
1
-3
/
+5
2026-08-17
sched_ext: Merge branch 'for-7.3-arena-args' into for-7.3
Tejun Heo
10
-107
/
+158
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
cpufreq: schedutil: Fix rate limit overflow
Hui Su
1
-2
/
+13
2026-08-15
sched_ext: Rename balance-era identifiers to dispatch terms
Tejun Heo
4
-32
/
+32
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-14
sched/fair: Fix flat hierarchy
Vincent Guittot
1
-3
/
+12
2026-08-14
Merge branch 'sched/urgent'
Peter Zijlstra
7
-86
/
+256
2026-08-14
sched: Update time before requeueing delayed entities
Vincent Guittot
1
-0
/
+2
2026-08-13
sched/isolation: Defer freeing of cpumask memblock memory to initcall
Waiman Long
1
-1
/
+15
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
Merge branch 'for-7.3' into for-7.3-arena-args
Tejun Heo
6
-96
/
+271
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
6
-93
/
+268
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
2
-2
/
+39
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
2
-52
/
+73
2026-08-11
sched/core: Make core-sched flips wait for in-flight selections
Tejun Heo
2
-0
/
+23
2026-08-11
sched/core: Handle pick_task() releasing the rq lock
Tejun Heo
1
-8
/
+19
2026-08-10
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next into for-7.3-arena-args
Tejun Heo
5
-22
/
+84
2026-08-10
preempt: Introduce HAS_SEPARATE_PREEMPT_RESCHED_BITS
Boqun Feng
1
-2
/
+10
2026-08-10
sched: Avoid signed comparison of preempt_count() in __cant_migrate()
Boqun Feng
1
-1
/
+1
[next]