index
:
laptop-kernel
master
Linux kernel tree for laptop
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
2025-10-16
sched_ext: Merge branch 'for-6.18-fixes' into for-6.19
Tejun Heo
1
-6
/
+6
2025-10-16
sched_ext: fix flag check for deferred callbacks
Emil Tsalapatis
1
-1
/
+1
2025-10-16
sched/ext: Fold balance_scx() into pick_task_scx()
Peter Zijlstra
3
-80
/
+12
2025-10-16
sched: Add support to pick functions to take rf
Joel Fernandes
8
-41
/
+46
2025-10-16
sched: Detect per-class runqueue changes
Peter Zijlstra
8
-2
/
+42
2025-10-16
sched: Mandate shared flags for sched_change
Peter Zijlstra
1
-0
/
+6
2025-10-16
sched: Cleanup the sched_change NOCLOCK usage
Peter Zijlstra
3
-31
/
+14
2025-10-16
sched: Match __task_rq_{,un}lock()
Peter Zijlstra
3
-10
/
+13
2025-10-16
sched: Add locking comments to sched_class methods
Peter Zijlstra
2
-9
/
+105
2025-10-16
sched: Make __do_set_cpus_allowed() use the sched_change pattern
Peter Zijlstra
1
-21
/
+5
2025-10-16
sched: Rename do_set_cpus_allowed()
Peter Zijlstra
2
-9
/
+9
2025-10-16
sched: Fix do_set_cpus_allowed() locking
Peter Zijlstra
2
-14
/
+12
2025-10-16
sched: Fix migrate_disable_switch() locking
Peter Zijlstra
1
-21
/
+6
2025-10-16
sched: Move sched_class::prio_changed() into the change pattern
Peter Zijlstra
9
-44
/
+47
2025-10-16
sched: Cleanup sched_delayed handling for class switches
Peter Zijlstra
4
-13
/
+15
2025-10-16
sched: Fold sched_class::switch{ing,ed}_{to,from}() into the change pattern
Peter Zijlstra
7
-57
/
+55
2025-10-16
sched/deadline: Prepare for switched_from() change
Peter Zijlstra
1
-5
/
+5
2025-10-16
sched: Re-arrange the {EN,DE}QUEUE flags
Peter Zijlstra
1
-19
/
+22
2025-10-16
sched: Employ sched_change guards
Peter Zijlstra
4
-170
/
+126
2025-10-16
sched/fair: Only update stats for allowed CPUs when looking for dst group
Adam Li
1
-1
/
+1
2025-10-16
sched: Create architecture specific sched domain distances
Tim Chen
1
-22
/
+86
2025-10-16
sched/deadline: only set free_cpus for online runqueues
Doug Berger
3
-32
/
+14
2025-10-16
sched/fair: Forfeit vruntime on yield
Fernand Sieber
1
-1
/
+13
2025-10-15
sched_ext: Add lockless peek operation for DSQs
Ryan Newton
1
-2
/
+56
2025-10-14
sched_ext: Fix scx_kick_pseqs corruption on concurrent scheduler loads
Andrea Righi
1
-5
/
+5
2025-10-14
sched/ext: Implement cgroup_set_idle() callback
zhidao su
2
-2
/
+27
2025-10-14
sched/fair: Fix pelt lost idle time detection
Vincent Guittot
1
-13
/
+13
2025-10-14
sched/deadline: Stop dl_server before CPU goes offline
Peter Zijlstra (Intel)
2
-0
/
+5
2025-10-13
sched_ext: Make scx_bpf_dsq_insert*() return bool
Tejun Heo
1
-11
/
+34
2025-10-13
sched_ext: Wrap kfunc args in struct to prepare for aux__prog
Tejun Heo
2
-27
/
+98
2025-10-13
sched_ext: Add scx_bpf_task_set_slice() and scx_bpf_task_set_dsq_vtime()
Tejun Heo
1
-0
/
+30
2025-10-13
sched_ext: Exit early on hotplug events during attach
Andrea Righi
1
-2
/
+9
2025-10-13
sched_ext: Allocate scx_kick_cpus_pnt_seqs lazily using kvzalloc()
Tejun Heo
1
-10
/
+79
2025-10-13
sched_ext: defer queue_balance_callback() until after ops.dispatch
Emil Tsalapatis
2
-2
/
+28
2025-10-13
sched_ext: Sync error_irq_work before freeing scx_sched
Tejun Heo
1
-0
/
+2
2025-10-13
sched_ext: Mark scx_bpf_dsq_move_set_[slice|vtime]() with KF_RCU
Tejun Heo
1
-4
/
+4
2025-10-02
Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-5
/
+5
2025-09-30
Merge tag 'timers-core-2025-09-29' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+1
2025-09-30
Merge tag 'sched-core-2025-09-26' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
7
-293
/
+431
2025-09-30
Merge tag 'sched_ext-for-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_ext
Linus Torvalds
6
-1298
/
+1510
2025-09-29
Merge tag 'kernel-6.18-rc1.clone3' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
3
-5
/
+5
2025-09-26
Merge tag 'sched-urgent-2025-09-26' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
3
-44
/
+35
2025-09-25
sched: Make migrate_{en,dis}able() inline
Menglong Dong
2
-49
/
+26
2025-09-25
sched/deadline: Fix dl_server behaviour
Peter Zijlstra
2
-23
/
+33
2025-09-25
sched/deadline: Fix dl_server getting stuck
Peter Zijlstra
3
-21
/
+2
2025-09-23
Revert "sched_ext: Use rhashtable_lookup() instead of rhashtable_lookup_fast()"
Tejun Heo
1
-1
/
+1
2025-09-23
sched_ext: Merge branch 'for-6.17-fixes' into for-6.18
Tejun Heo
3
-7
/
+33
2025-09-23
sched_ext: Misc updates around scx_sched instance pointer
Tejun Heo
1
-22
/
+40
2025-09-23
sched_ext: Drop scx_kf_exit() and scx_kf_error()
Tejun Heo
2
-63
/
+88
2025-09-23
sched_ext: Add the @sch parameter to scx_dsq_insert_preamble/commit()
Tejun Heo
1
-7
/
+22
[prev]
[next]