aboutsummaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)AuthorFilesLines
8 dayssched/core: Fix wakeup_preempt's next_class trackingPeter Zijlstra4-4/+16
8 dayssched/fair: Fix lag clampPeter Zijlstra1-4/+35
8 dayssched/eevdf: Update se->vprot in reweight_entity()Wang Tao1-0/+12
8 dayssched/fair: Only set slice protection at pick timePeter Zijlstra1-5/+6
8 dayssched/fair: Fix zero_vruntime trackingPeter Zijlstra1-27/+57
9 daysConvert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook1-1/+1
10 daysConvert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-2/+1
10 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds11-21/+21
11 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook12-27/+25
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds1-2/+6
2026-02-11Merge tag 'sched_ext-for-6.20' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+2
2026-02-11sched/mmcid: Don't assume CID is CPU owned on mode switchThomas Gleixner2-6/+7
2026-02-10Merge tag 'x86_paravirt_for_v7.0_rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-2/+19
2026-02-10Merge tag 'sched-core-2026-02-09' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds13-388/+628
2026-02-10Merge tag 'locking-core-2026-02-08' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-63/+162
2026-02-10Merge tag 'bpf-next-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds1-4/+4
2026-02-09Merge tag 'kthread-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-26/+123
2026-02-07Merge tag 'sched-urgent-2026-02-07' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-67/+161
2026-02-04Merge tag 'sched_ext-for-6.19-rc8-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-0/+48
2026-02-04sched_ext: Short-circuit sched_class operations on dead tasksTejun Heo1-0/+48
2026-02-04sched/mmcid: Optimize transitional CIDs when scheduling outThomas Gleixner1-2/+21
2026-02-04sched/mmcid: Drop per CPU CID immediately when switching to per task modeThomas Gleixner1-2/+8
2026-02-04sched/mmcid: Protect transition on weakly ordered systemsThomas Gleixner2-31/+56
2026-02-04sched/mmcid: Prevent live lock on task to CPU mode transitionThomas Gleixner2-44/+88
2026-02-03kthread: Honour kthreads preferred affinity after cpuset changesFrederic Weisbecker1-0/+3
2026-02-03cpuset: Propagate cpuset isolation update to timers through housekeepingFrederic Weisbecker1-0/+4
2026-02-03cpuset: Propagate cpuset isolation update to workqueue through housekeepingFrederic Weisbecker1-0/+3
2026-02-03PCI: Flush PCI probe workqueue on cpuset isolated partition changeFrederic Weisbecker1-0/+2
2026-02-03sched/isolation: Flush vmstat workqueues on cpuset isolated partition changeFrederic Weisbecker2-0/+2
2026-02-03sched/isolation: Flush memcg workqueues on cpuset isolated partition changeFrederic Weisbecker2-0/+3
2026-02-03cpuset: Update HK_TYPE_DOMAIN cpumask from cpusetFrederic Weisbecker2-6/+70
2026-02-03sched/isolation: Convert housekeeping cpumasks to rcu pointersFrederic Weisbecker2-23/+38
2026-02-03sched/isolation: Save boot defined domain flagsFrederic Weisbecker1-2/+3
2026-02-03sched: Re-evaluate scheduling when migrating queued tasks out of throttled cg...Zicheng Qu1-0/+4
2026-02-03sched/cpufreq: Use %pe format for PTR_ERR() printingzenghongling1-1/+1
2026-02-03sched/rt: Skip currently executing CPU in rto_next_cpu()Chen Jinghuang1-0/+5
2026-02-03sched/clock: Avoid false sharing for sched_clock_irqtimeWangyang Guo3-6/+10
2026-02-03sched/debug: Fix dl_server (re)start conditionsPeter Zijlstra2-21/+16
2026-02-03sched/debug: Add support to change sched_ext server paramsJoel Fernandes1-24/+133
2026-02-03sched_ext: Add a DL server for sched_ext tasksAndrea Righi6-23/+109
2026-02-03sched/debug: Stop and start server based on if it was activeJoel Fernandes1-3/+8
2026-02-03sched/debug: Fix updating of ppos on server write opsJoel Fernandes1-3/+4
2026-02-03sched/deadline: Clear the defer paramsJoel Fernandes1-0/+3
2026-02-03Merge branch 'v6.19-rc8'Peter Zijlstra9-113/+141
2026-01-31delayacct: add timestamp of delay maxWang Yaxin1-2/+6
2026-01-30sched/deadline: Fix 'stuck' dl_serverPeter Zijlstra1-0/+12
2026-01-23sched/fair: Revert force wakeup preemptionVincent Guittot1-10/+0
2026-01-23sched/fair: Disable scheduler feature NEXT_BUDDYMel Gorman1-1/+1
2026-01-22sched: Update rq->avg_idle when a task is moved to an idle CPUShubhang Kaushik3-12/+14
2026-01-22sched/debug: Convert copy_from_user() + kstrtouint() to kstrtouint_from_user()Fushuai Wang1-10/+4