index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
sched
/
sched.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'sched-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
12 days
1
-45
/
+110
|
\
|
*
sched: Add Lazy preemption model
Peter Zijlstra
2024-11-05
1
-0
/
+1
|
*
sched: psi: pass enqueue/dequeue flags to psi callbacks directly
Johannes Weiner
2024-10-26
1
-28
/
+28
|
*
Merge tag 'v6.12-rc4' into sched/core, to resolve conflict
Ingo Molnar
2024-10-21
1
-0
/
+3
|
|
\
|
*
|
sched: Split scheduler and execution contexts
Peter Zijlstra
2024-10-14
1
-3
/
+25
|
*
|
sched: Consolidate pick_*_task to task_is_pushable helper
Connor O'Brien
2024-10-14
1
-0
/
+10
|
*
|
sched: Add move_queued_task_locked helper
Connor O'Brien
2024-10-14
1
-0
/
+12
|
*
|
sched: Improve cache locality of RSEQ concurrency IDs for intermittent workloads
Mathieu Desnoyers
2024-10-14
1
-14
/
+34
*
|
|
Merge tag 'sched_ext-for-6.12-rc7-fixes' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
2024-11-11
1
-2
/
+3
|
\
\
\
|
*
|
|
sched_ext: Handle cases where pick_task_scx() is called without preceding bal...
Tejun Heo
2024-11-09
1
-2
/
+3
*
|
|
|
sched: Pass correct scheduling policy to __setscheduler_class
Aboorva Devarajan
2024-10-29
1
-1
/
+1
*
|
|
|
sched: Fix pick_next_task_fair() vs try_to_wake_up() race
Peter Zijlstra
2024-10-23
1
-2
/
+32
|
|
_
|
/
|
/
|
|
*
|
|
Merge branch 'linus' into sched/urgent, to resolve conflict
Ingo Molnar
2024-10-17
1
-0
/
+3
|
\
|
|
|
|
/
|
/
|
|
*
sched/core: Add ENQUEUE_RQ_SELECTED to indicate whether ->select_task_rq() wa...
Tejun Heo
2024-10-07
1
-0
/
+3
*
|
sched: Fix delayed_dequeue vs switched_from_fair()
Peter Zijlstra
2024-10-11
1
-1
/
+1
|
/
*
sched: Put task_group::idle under CONFIG_GROUP_SCHED_WEIGHT
Yu Liao
2024-09-23
1
-4
/
+5
*
sched: Add dummy version of sched_group_set_idle()
Yu Liao
2024-09-23
1
-0
/
+1
*
sched: Move update_other_load_avgs() to kernel/sched/pelt.c
Tejun Heo
2024-09-12
1
-2
/
+0
*
sched_ext: Synchronize bypass state changes with rq lock
Tejun Heo
2024-09-10
1
-0
/
+1
*
sched_ext: Add cgroup support
Tejun Heo
2024-09-04
1
-0
/
+5
*
sched: Introduce CONFIG_GROUP_SCHED_WEIGHT
Tejun Heo
2024-09-04
1
-1
/
+3
*
sched: Expose css_tg()
Tejun Heo
2024-09-04
1
-0
/
+5
*
sched_ext: Remove sched_class->switch_class()
Tejun Heo
2024-09-04
1
-2
/
+0
*
sched_ext: Replace SCX_TASK_BAL_KEEP with SCX_RQ_BAL_KEEP
Tejun Heo
2024-09-04
1
-0
/
+1
*
Merge branch 'tip/sched/core' into for-6.12
Tejun Heo
2024-09-04
1
-7
/
+40
|
\
|
*
sched: Add put_prev_task(.next)
Peter Zijlstra
2024-09-03
1
-3
/
+3
|
*
sched: Rework dl_server
Peter Zijlstra
2024-09-03
1
-0
/
+14
|
*
sched: Combine the last put_prev_task() and the first set_next_task()
Peter Zijlstra
2024-09-03
1
-1
/
+9
|
*
sched: Rework pick_next_task()
Peter Zijlstra
2024-09-03
1
-4
/
+12
|
*
sched: Clean up DL server vs core sched
Peter Zijlstra
2024-09-03
1
-1
/
+0
|
*
sched: Use set_next_task(.first) where required
Peter Zijlstra
2024-09-03
1
-0
/
+4
*
|
Merge branch 'tip/sched/core' into for-6.12
Tejun Heo
2024-08-20
1
-7
/
+26
|
\
|
|
*
sched/eevdf: Fixup PELT vs DELAYED_DEQUEUE
Peter Zijlstra
2024-08-17
1
-0
/
+6
|
*
sched: Teach dequeue_task() about special task states
Peter Zijlstra
2024-08-17
1
-1
/
+2
|
*
sched: Prepare generic code for delayed dequeue
Peter Zijlstra
2024-08-17
1
-0
/
+2
|
*
sched: Split DEQUEUE_SLEEP from deactivate_task()
Peter Zijlstra
2024-08-17
1
-0
/
+14
|
*
sched: Allow sched_class::dequeue_task() to fail
Peter Zijlstra
2024-08-17
1
-2
/
+2
|
*
sched/eevdf: Remove min_vruntime_copy
Peter Zijlstra
2024-08-17
1
-4
/
+0
*
|
sched_ext: Make task_can_run_on_remote_rq() use common task_allowed_on_cpu()
Tejun Heo
2024-08-06
1
-0
/
+18
*
|
sched_ext: Simplify UP support by enabling sched_class->balance() in UP
Tejun Heo
2024-08-06
1
-1
/
+1
*
|
Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Tejun Heo
2024-08-04
1
-10
/
+13
|
\
|
|
*
sched/rt: Remove default bandwidth control
Peter Zijlstra
2024-07-29
1
-2
/
+1
|
*
sched/core: Fix picking of tasks for core scheduling with DL server
Joel Fernandes (Google)
2024-07-29
1
-1
/
+2
|
*
sched/fair: Fair server interface
Daniel Bristot de Oliveira
2024-07-29
1
-0
/
+3
|
*
sched/deadline: Deferrable dl server
Daniel Bristot de Oliveira
2024-07-29
1
-1
/
+3
|
*
sched/fair: Add trivial fair server
Peter Zijlstra
2024-07-29
1
-0
/
+4
|
*
sched/fair: Remove cfs_rq::nr_spread_over and cfs_rq::exec_clock
Chuyi Zhou
2024-07-29
1
-6
/
+0
*
|
Merge tag 'v6.11-rc1' into for-6.12
Tejun Heo
2024-07-30
1
-0
/
+1
|
\
|
|
*
Merge branch 'sched/urgent' into sched/core, to pick up fixes and refresh the...
Ingo Molnar
2024-07-11
1
-0
/
+1
|
|
\
|
|
*
sched: Move psi_account_irqtime() out of update_rq_clock_task() hotpath
John Stultz
2024-07-01
1
-0
/
+1
[next]