index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
sched
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-30
Merge tag 'v6.11-rc1' into for-6.12
Tejun Heo
8
-35
/
+54
2024-07-29
sched/fair: Cleanup fair_server
Peter Zijlstra
1
-15
/
+17
2024-07-29
sched/rt: Remove default bandwidth control
Peter Zijlstra
5
-142
/
+120
2024-07-29
sched/core: Fix picking of tasks for core scheduling with DL server
Joel Fernandes (Google)
3
-8
/
+45
2024-07-29
sched/core: Fix priority checking for DL server picks
Joel Fernandes (Google)
1
-2
/
+21
2024-07-29
sched/fair: Fair server interface
Daniel Bristot de Oliveira
4
-17
/
+256
2024-07-29
sched/deadline: Deferrable dl server
Daniel Bristot de Oliveira
4
-45
/
+286
2024-07-29
sched/fair: Add trivial fair server
Peter Zijlstra
4
-0
/
+62
2024-07-29
sched/core: Clear prev->dl_server in CFS pick fast path
Youssef Esmat
1
-0
/
+7
2024-07-29
sched/core: Add clearing of ->dl_server in put_prev_task_balance()
Joel Fernandes (Google)
1
-8
/
+8
2024-07-29
sched/fair: Make SCHED_IDLE entity be preempted in strict hierarchy
Tianchen Ding
1
-13
/
+9
2024-07-29
sched: remove HZ_BW feature hedge
Phil Auld
3
-4
/
+2
2024-07-29
sched/fair: Remove cfs_rq::nr_spread_over and cfs_rq::exec_clock
Chuyi Zhou
2
-10
/
+0
2024-07-29
sched/core: Add WARN_ON_ONCE() to check overflow for migrate_disable()
Peilin He
1
-3
/
+15
2024-07-29
sched: Initialize the vruntime of a new task when it is first enqueued
Zhang Qiao
2
-16
/
+1
2024-07-29
sched/core: Fix unbalance set_rq_online/offline() in sched_cpu_deactivate()
Yang Yingliang
1
-0
/
+1
2024-07-29
sched/core: Introduce sched_set_rq_on/offline() helper
Yang Yingliang
1
-14
/
+26
2024-07-29
sched/smt: Fix unbalance sched_smt_present dec/inc
Yang Yingliang
1
-0
/
+1
2024-07-29
sched/smt: Introduce sched_smt_present_inc/dec() helper
Yang Yingliang
1
-7
/
+19
2024-07-29
sched/cputime: Fix mul_u64_u64_div_u64() precision for cputime
Zheng Zucheng
1
-0
/
+6
2024-07-29
treewide: context_tracking: Rename CONTEXT_* into CT_STATE_*
Valentin Schneider
1
-2
/
+2
2024-07-24
sysctl: treewide: constify the ctl_table argument of proc_handlers
Joel Granados
3
-8
/
+8
2024-07-16
Merge tag 'sched-core-2024-07-16' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
17
-2044
/
+2130
2024-07-15
Merge tag 'rcu.2024.07.12a' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-7
/
+7
2024-07-14
sched_ext: Fixes incorrect type in bpf_scx_init()
Jiapeng Chong
1
-1
/
+1
2024-07-12
sched_ext: Allow SCX_DSQ_LOCAL_ON for direct dispatches
Tejun Heo
2
-18
/
+153
2024-07-12
sched_ext: s/SCX_RQ_BALANCING/SCX_RQ_IN_BALANCE/ and add SCX_RQ_IN_WAKEUP
Tejun Heo
2
-6
/
+13
2024-07-12
sched_ext: Unpin and repin rq lock from balance_scx()
Tejun Heo
1
-59
/
+34
2024-07-12
sched_ext: Open-code task_linked_on_dsq()
Tejun Heo
1
-8
/
+3
2024-07-12
sched: Move struct balance_callback definition upward
Tejun Heo
1
-5
/
+5
2024-07-11
Merge branch 'sched/urgent' into sched/core, to pick up fixes and refresh the...
Ingo Molnar
6
-20
/
+39
2024-07-09
sched_ext: Make scx_bpf_reenqueue_local() skip tasks that are being migrated
Tejun Heo
1
-0
/
+14
2024-07-09
sched_ext: Reimplement scx_bpf_reenqueue_local()
Tejun Heo
1
-14
/
+14
2024-07-08
sched_ext: Implement DSQ iterator
Tejun Heo
1
-2
/
+190
2024-07-08
sched_ext: Take out ->priq and ->flags from scx_dsq_node
Tejun Heo
1
-27
/
+27
2024-07-08
sched, sched_ext: Move some declarations from kernel/sched/ext.h to sched.h
Tejun Heo
2
-45
/
+59
2024-07-08
sched, sched_ext: Open code for_balance_class_range()
Tejun Heo
2
-10
/
+13
2024-07-08
sched_ext: Minor cleanups in kernel/sched/ext.h
Tejun Heo
2
-8
/
+6
2024-07-08
sched_ext: Disallow loading BPF scheduler if isolcpus= domain isolation is in...
Tejun Heo
2
-0
/
+7
2024-07-08
sched_ext: Account for idle policy when setting p->scx.weight in scx_ops_enab...
Tejun Heo
1
-9
/
+10
2024-07-08
sched, sched_ext: Simplify dl_prio() case handling in sched_fork()
Tejun Heo
1
-10
/
+4
2024-07-08
sched/ext: Add BPF function to fetch rq
Hongyan Xia
1
-0
/
+13
2024-07-08
Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Tejun Heo
5
-46
/
+44
2024-07-04
sched/fair: set_load_weight() must also call reweight_task() for SCHED_IDLE t...
Tejun Heo
3
-18
/
+14
2024-07-04
sched/psi: Optimise psi_group_change a bit
Tvrtko Ursulin
1
-27
/
+27
2024-07-01
sched_ext: Swap argument positions in kcalloc() call to avoid compiler warning
Tejun Heo
1
-1
/
+1
2024-07-01
sched: Move psi_account_irqtime() out of update_rq_clock_task() hotpath
John Stultz
4
-10
/
+30
2024-07-01
sched/deadline: Fix task_struct reference leak
Wander Lairson Costa
1
-1
/
+6
2024-07-01
Revert "sched/fair: Make sure to try to detach at least one movable task"
Josh Don
1
-9
/
+3
2024-06-27
sched_ext: fix typo in set_weight() description
Andrea Righi
1
-1
/
+1
[prev]
[next]