index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
sched
Age
Commit message (
Expand
)
Author
Lines
2026-01-30
sched/deadline: Fix 'stuck' dl_server
Peter Zijlstra
-0
/
+12
2026-01-23
sched/fair: Revert force wakeup preemption
Vincent Guittot
-10
/
+0
2026-01-23
sched/fair: Disable scheduler feature NEXT_BUDDY
Mel Gorman
-1
/
+1
2026-01-22
sched: Update rq->avg_idle when a task is moved to an idle CPU
Shubhang Kaushik
-12
/
+14
2026-01-22
sched/debug: Convert copy_from_user() + kstrtouint() to kstrtouint_from_user()
Fushuai Wang
-10
/
+4
2026-01-21
sched/fair: Fix pelt clock sync when entering idle
Vincent Guittot
-6
/
+6
2026-01-15
sched/fair: Remove nohz.nr_cpus and use weight of cpumask instead
Shrikanth Hegde
-4
/
+1
2026-01-15
sched/fair: Change likelyhood of nohz.nr_cpus
Shrikanth Hegde
-2
/
+2
2026-01-15
sched/fair: Move checking for nohz cpus after time check
Shrikanth Hegde
-7
/
+16
2026-01-15
sched/fair: Fix math notation errors in avg_vruntime comment
Zhan Xusheng
-2
/
+2
2026-01-15
sched: Fix build for modules using set_tsk_need_resched()
Gabriele Monaco
-0
/
+1
2026-01-15
sched/deadline: Use ENQUEUE_MOVE to allow priority change
Peter Zijlstra
-1
/
+1
2026-01-15
sched: Deadline has dynamic priority
Peter Zijlstra
-2
/
+2
2026-01-15
sched: Audit MOVE vs balance_callbacks
Peter Zijlstra
-2
/
+8
2026-01-15
sched: Fold rq-pin swizzle into __balance_callbacks()
Peter Zijlstra
-6
/
+8
2026-01-15
sched/deadline: Avoid double update_rq_clock()
Peter Zijlstra
-2
/
+1
2026-01-15
sched/deadline: Ensure get_prio_dl() is up-to-date
Peter Zijlstra
-0
/
+6
2026-01-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc5
Alexei Starovoitov
-17
/
+15
2026-01-13
sched: Export hidden tracepoints to modules
Gabriele Monaco
-0
/
+3
2026-01-13
sched/deadline: Fix server stopping with runnable tasks
Gabriele Monaco
-4
/
+9
2026-01-13
sched: Provide idle_rq() helper
Peter Zijlstra
-29
/
+23
2026-01-13
sched/deadline: Fix potential race in dl_add_task_root_domain()
Pingfan Liu
-1
/
+2
2026-01-13
sched/deadline: Remove unnecessary comment in dl_add_task_root_domain()
Pingfan Liu
-9
/
+0
2026-01-12
sched: Move clock related paravirt code to kernel/sched
Juergen Gross
-1
/
+19
2026-01-12
paravirt: Remove asm/paravirt_api_clock.h
Juergen Gross
-1
/
+0
2026-01-11
Merge tag 'sched-urgent-2026-01-11' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-2
/
+3
2026-01-11
treewide: Update email address
Thomas Gleixner
-2
/
+2
2026-01-09
sched/mm_cid: Prevent NULL mm dereference in sched_mm_cid_after_execve()
Cong Wang
-2
/
+3
2026-01-08
sched: Further restrict the preemption modes
Peter Zijlstra
-2
/
+2
2026-01-08
sched: Reorder some fields in struct rq
Blake Jones
-28
/
+47
2026-01-08
sched/fair: Use cpumask_weight_and() in sched_balance_find_dst_group()
Yury Norov (NVIDIA)
-4
/
+3
2026-01-08
sched/fair: Simplify task_numa_find_cpu()
Yury Norov (NVIDIA)
-5
/
+2
2026-01-08
sched/fair: Drop useless cpumask_empty() in find_energy_efficient_cpu()
Yury Norov (NVIDIA)
-3
/
+1
2026-01-05
sched: Enable context analysis for core.c and fair.c
Marco Elver
-63
/
+162
2026-01-02
bpf: Remove redundant KF_TRUSTED_ARGS flag from all kfuncs
Puranjay Mohan
-4
/
+4
2025-12-22
sched_ext: Avoid multiple irq_work_queue() calls in destroy_dsq()
Zqiang
-2
/
+2
2025-12-22
sched_ext: Use the resched_cpu() to replace resched_curr() in the bypass_lb_n...
Zqiang
-7
/
+2
2025-12-19
sched_ext: Fix some comments in ext.c
Zqiang
-5
/
+5
2025-12-19
sched/fair: Fix sched_avg fold
Peter Zijlstra
-2
/
+4
2025-12-17
sched: Fix faulty assertion in sched_change_end()
Peter Zijlstra
-16
/
+17
2025-12-17
sched/core: Rework sched_class::wakeup_preempt() and rq_modified_*()
Peter Zijlstra
-60
/
+54
2025-12-16
sched_ext: fix uninitialized ret on alloc_percpu() failure
Liang Jie
-1
/
+3
2025-12-15
sched_ext: Remove unused code in the do_pick_task_scx()
Zqiang
-6
/
+2
2025-12-15
sched/fair: Sort out 'blocked_load*' namespace noise
Ingo Molnar
-20
/
+20
2025-12-15
sched/fair: Introduce and use the vruntime_cmp() and vruntime_op() wrappers f...
Ingo Molnar
-15
/
+51
2025-12-15
sched/fair: Rename cfs_rq::avg_vruntime to ::sum_w_vruntime, and helper funct...
Ingo Molnar
-14
/
+14
2025-12-15
sched/fair: Rename cfs_rq::avg_load to cfs_rq::sum_weight
Ingo Molnar
-9
/
+9
2025-12-15
sched/fair: Clean up comments in 'struct cfs_rq'
Ingo Molnar
-6
/
+6
2025-12-15
sched/fair: Join two #ifdef CONFIG_FAIR_GROUP_SCHED blocks
Ingo Molnar
-6
/
+4
2025-12-14
sched/core: Add assertions to QUEUE_CLASS
Peter Zijlstra
-0
/
+14
[prev]
[next]