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
2025-08-04
sched/psi: Fix psi_seq initialization
Peter Zijlstra
1
-5
/
+1
2025-07-31
Merge tag 'sched_ext-for-6.17' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
6
-190
/
+175
2025-07-30
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-2
/
+20
2025-07-30
Merge tag 'trace-rv-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...
Linus Torvalds
1
-3
/
+10
2025-07-29
Merge tag 'sched-core-2025-07-28' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
38
-1245
/
+1054
2025-07-29
Merge tag 'core-entry-2025-07-29' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-4
/
+4
2025-07-29
Merge tag 'kvm-x86-irqs-6.17' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-2
/
+20
2025-07-28
sched: Adapt sched tracepoints for RV task model
Gabriele Monaco
1
-3
/
+10
2025-07-20
Merge tag 'sched-urgent-2025-07-20' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-2
/
+2
2025-07-19
Merge tag 'sched_ext-for-6.16-rc6-fixes' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
2
-5
/
+9
2025-07-17
sched_ext: idle: Handle migration-disabled tasks in idle selection
Andrea Righi
1
-1
/
+1
2025-07-17
sched_ext: Fix scx_bpf_reenqueue_local() reference
Christian Loehle
1
-1
/
+1
2025-07-16
sched/ext: Prevent update_locked_rq() calls with NULL rq
Breno Leitao
1
-4
/
+8
2025-07-14
sched: Start blocked_on chain processing in find_proxy_task()
Peter Zijlstra
2
-25
/
+133
2025-07-14
sched: Fix proxy/current (push,pull)ability
Valentin Schneider
3
-0
/
+37
2025-07-14
sched: Add an initial sketch of the find_proxy_task() function
John Stultz
2
-6
/
+121
2025-07-14
sched: Fix runtime accounting w/ split exec & sched contexts
John Stultz
1
-14
/
+28
2025-07-14
sched: Move update_curr_task logic into update_curr_se
John Stultz
1
-17
/
+9
2025-07-14
sched: Add CONFIG_SCHED_PROXY_EXEC & boot argument to enable/disable
John Stultz
2
-0
/
+41
2025-07-14
Merge branch 'tip/sched/urgent'
Peter Zijlstra
7
-27
/
+30
2025-07-14
sched/topology: Remove sched_domain_topology_level::flags
K Prateek Nayak
2
-12
/
+13
2025-07-14
smpboot: introduce SDTL_INIT() helper to tidy sched topology setup
Li Chen
1
-16
/
+8
2025-07-14
sched/deadline: Fix accounting after global limits change
Juri Lelli
2
-1
/
+9
2025-07-14
sched/deadline: Reset extra_bw to max_bw when clearing root domains
Juri Lelli
1
-0
/
+7
2025-07-14
sched/deadline: Initialize dl_servers after SMP
Juri Lelli
3
-18
/
+33
2025-07-14
sched: Change nr_uninterruptible type to unsigned long
Aruna Ramakrishna
2
-2
/
+2
2025-07-09
Revert "sched/numa: add statistics of numa balance task"
Chen Yu
2
-11
/
+2
2025-07-09
sched/fair: Always trigger resched at the end of a protected period
Vincent Guittot
1
-9
/
+1
2025-07-09
sched/fair: Fix entity's lag with run to parity
Vincent Guittot
1
-3
/
+13
2025-07-09
sched/fair: Limit run to parity to the min slice of enqueued entities
Vincent Guittot
1
-4
/
+6
2025-07-09
sched/fair: Remove spurious shorter slice preemption
Vincent Guittot
1
-30
/
+14
2025-07-09
sched/fair: Fix NO_RUN_TO_PARITY case
Vincent Guittot
1
-11
/
+20
2025-07-09
sched/fair: Use protect_slice() instead of direct comparison
Vincent Guittot
1
-1
/
+1
2025-07-09
sched/deadline: Less agressive dl_server handling
Peter Zijlstra
2
-12
/
+22
2025-07-09
sched/psi: Optimize psi_group_change() cpu_clock() usage
Peter Zijlstra
1
-55
/
+66
2025-07-09
sched/fair: Bump sd->max_newidle_lb_cost when newidle balance fails
Chris Mason
1
-3
/
+16
2025-07-04
sched/deadline: Fix dl_server runtime calculation formula
kuyo chang
1
-5
/
+5
2025-07-01
sched/core: Fix migrate_swap() vs. hotplug
Peter Zijlstra
1
-0
/
+5
2025-07-01
sched: Fix preemption string of preempt_dynamic_none
Thomas Weißschuh
1
-1
/
+1
2025-06-30
entry: Split generic entry into generic exception and syscall entry
Jinjie Ruan
1
-4
/
+4
2025-06-25
sched_ext: Drop kfuncs marked for removal in 6.15
Jake Hillion
1
-69
/
+2
2025-06-24
sched_ext, rcu: Eject BPF scheduler on RCU CPU stall panic
David Dai
1
-0
/
+35
2025-06-23
kernel/sched/ext.c: fix typo "occured" -> "occurred" in comments
Ke Ma
1
-2
/
+2
2025-06-23
sched/wait: Add a waitqueue helper for fully exclusive priority waiters
Sean Christopherson
1
-0
/
+18
2025-06-23
sched/wait: Drop WQ_FLAG_EXCLUSIVE from add_wait_queue_priority()
Sean Christopherson
1
-2
/
+2
2025-06-20
sched_ext: Add support for cgroup bandwidth control interface
Tejun Heo
4
-10
/
+91
2025-06-20
sched_ext, sched/core: Factor out struct scx_task_group
Tejun Heo
2
-20
/
+17
2025-06-20
sched_ext: Merge branch 'for-6.16-fixes' into for-6.17
Tejun Heo
3
-8
/
+15
2025-06-20
sched_ext: Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/ke...
Tejun Heo
3
-161
/
+178
2025-06-18
sched/core: Reorganize cgroup bandwidth control interface file writes
Tejun Heo
3
-113
/
+106
[next]