aboutsummaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)AuthorFilesLines
15 hoursMerge tag 'sched-urgent-2026-01-11' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+3
16 hourstreewide: Update email addressThomas Gleixner2-2/+2
3 dayssched/mm_cid: Prevent NULL mm dereference in sched_mm_cid_after_execve()Cong Wang1-2/+3
2025-12-22sched_ext: Use the resched_cpu() to replace resched_curr() in the bypass_lb_n...Zqiang1-7/+2
2025-12-19sched_ext: Fix some comments in ext.cZqiang1-5/+5
2025-12-16sched_ext: fix uninitialized ret on alloc_percpu() failureLiang Jie1-1/+3
2025-12-15sched_ext: Remove unused code in the do_pick_task_scx()Zqiang1-6/+2
2025-12-12sched_ext: Fix missing post-enqueue handling in move_local_task_to_local_dsq()Tejun Heo1-0/+10
2025-12-12sched_ext: Factor out local_dsq_post_enq() from dispatch_enqueue()Tejun Heo1-15/+19
2025-12-11sched_ext: Fix bypass depth leak on scx_enable() failureTejun Heo1-0/+14
2025-12-08sched/ext: Avoid null ptr traversal when ->put_prev_task() is called with NUL...John Stultz1-1/+1
2025-12-08sched_ext: Fix the memleak for sch->helper objectsZqiang1-2/+2
2025-12-06Merge tag 'sched-urgent-2025-12-06' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-7/+12
2025-12-06sched/core: Fix psi_dequeue() for Proxy ExecutionJohn Stultz1-1/+6
2025-12-06sched/fair: Fix unfairness caused by stalled tg_load_avg_contrib when the las...xupengbo1-0/+3
2025-12-06sched/rt: Remove a preempt-disable section in rt_mutex_setprio()Sebastian Andrzej Siewior1-4/+1
2025-12-06sched/hrtick: Fix hrtick() vs. scheduling contextPeter Zijlstra1-1/+1
2025-12-06sched/headers: Remove whitespace noise from kernel/sched/sched.hIngo Molnar1-1/+1
2025-12-03Merge tag 'sched_ext-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-279/+870
2025-12-03Merge tag 'cgroup-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-8/+52
2025-12-02Merge tag 'pm-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-5/+7
2025-12-02Merge tag 'timers-core-2025-11-30' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+23
2025-12-02Merge tag 'irq-core-2025-11-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+13
2025-12-02Merge tag 'core-rseq-2025-11-30' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-665/+565
2025-12-01Merge tag 'sched-core-2025-12-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds15-753/+1297
2025-12-01Merge tag 'locking-core-2025-12-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-15/+5
2025-12-01sched_ext: Fix incorrect sched_class settings for per-cpu migration tasksZqiang1-4/+10
2025-11-25sched/mmcid: Switch over to the new mechanismThomas Gleixner2-92/+99
2025-11-25sched/mmcid: Implement deferred mode changeThomas Gleixner1-7/+51
2025-11-25sched/mmcid: Provide CID ownership mode fixup functionsThomas Gleixner1-24/+254
2025-11-25sched/mmcid: Provide new scheduler CID mechanismThomas Gleixner2-1/+151
2025-11-25sched/mmcid: Introduce per task/CPU ownership infrastructureThomas Gleixner2-0/+69
2025-11-25sched/mmcid: Serialize sched_mm_cid_fork()/exit() with a mutexThomas Gleixner1-0/+22
2025-11-25sched/mmcid: Provide precomputed maximal valueThomas Gleixner2-19/+43
2025-11-25sched/mmcid: Move initialization out of lineThomas Gleixner1-0/+14
2025-11-25signal: Move MMCID exit out of sighand lockThomas Gleixner1-2/+2
2025-11-25sched/mmcid: Convert mm CID mask to a bitmapThomas Gleixner2-4/+4
2025-11-25sched: idle: Respect the CPU system wakeup QoS limit for s2idleUlf Hansson1-5/+7
2025-11-20sched/isolation: Force housekeeping if isolcpus and nohz_full don't leave anyGabriele Monaco1-0/+23
2025-11-20Merge tag 'sched_ext-for-6.18-rc6-fixes-2' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-1/+4
2025-11-20sched_ext: Fix scx_enable() crash on helper kthread creation failureSaket Kumar Bhaskar1-1/+4
2025-11-20sched/deadline: Walk up cpuset hierarchy to decide root domain when hot-unplugPingfan Liu1-6/+48
2025-11-20sched/mmcid: Use cpumask_weighted_or()Thomas Gleixner1-2/+3
2025-11-20sched/mmcid: Prevent pointless work in mm_update_cpus_allowed()Thomas Gleixner1-3/+8
2025-11-20sched/mmcid: Move scheduler code out of global headerThomas Gleixner1-2/+18
2025-11-20sched: Fixup whitespace damageThomas Gleixner1-4/+4
2025-11-20sched/mmcid: Use proper data structuresThomas Gleixner2-21/+21
2025-11-20sched/mmcid: Revert the complex CID managementThomas Gleixner2-746/+60
2025-11-17Merge tag 'sched_ext-for-6.18-rc6-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-13/+13
2025-11-17sched/fair: Proportional newidle balancePeter Zijlstra5-4/+61