summaryrefslogtreecommitdiff
path: root/kernel/sched/fair.c
AgeCommit message (Expand)AuthorFilesLines
2025-10-19sched/fair: Block delayed tasks on throttled hierarchy during dequeueK Prateek Nayak1-3/+6
2025-08-20sched/fair: Bump sd->max_newidle_lb_cost when newidle balance failsChris Mason1-3/+16
2025-07-10sched/fair: Fixup wake_up_sync() vs DELAYED_DEQUEUEXuewen Yan1-2/+11
2025-07-10sched/fair: Add new cfs_rq.h_nr_runnableVincent Guittot1-2/+18
2025-07-10sched/fair: Rename h_nr_running into h_nr_queuedVincent Guittot1-44/+44
2025-05-29sched: Reduce the default slice to avoid tasks getting an extra tickzihan zhou1-3/+3
2025-05-18sched/eevdf: Fix se->slice being set to U64_MAX and resulting crashOmar Sandoval1-3/+1
2025-04-10sched/eevdf: Force propagating min_slice of cfs_rq when {en,de}queue tasksTianchen Ding1-0/+4
2025-04-10sched: Cancel the slice protection of the idle entityzihan zhou1-13/+33
2025-03-13sched/fair: Fix potential memory corruption in child_cfs_rq_on_listZecheng Li1-2/+4
2025-02-17sched/fair: Fix inaccurate h_nr_runnable accounting with delayed dequeueK Prateek Nayak1-0/+19
2025-02-08sched/fair: Fix value reported by hot tasks pulled in /proc/schedstatPeter Zijlstra1-4/+13
2025-02-08sched/fair: Untangle NEXT_BUDDY and pick_next_task()Peter Zijlstra1-2/+2
2025-01-23sched/fair: Fix update_cfs_group() vs DELAY_DEQUEUEPeter Zijlstra1-1/+5
2024-12-27sched/dlserver: Fix dlserver time accountingVineeth Pillai (Google)1-6/+9
2024-12-27sched/eevdf: More PELT vs DELAYED_DEQUEUEPeter Zijlstra1-5/+46
2024-12-27sched/fair: Fix NEXT_BUDDYK Prateek Nayak1-5/+2
2024-12-14sched/fair: Check idle_cpu() before need_resched() to detect ilb CPU turning ...K Prateek Nayak1-1/+1
2024-12-14sched/numa: fix memory leak due to the overwritten vma->numab_stateAdrian Huang1-3/+9
2024-10-26sched/numa: Fix the potential null pointer dereference in task_numa_work()Shawn Wang1-2/+2
2024-10-23sched: Fix pick_next_task_fair() vs try_to_wake_up() racePeter Zijlstra1-7/+14
2024-10-11sched: Fix delayed_dequeue vs switched_from_fair()Peter Zijlstra1-16/+0
2024-10-02sched/eevdf: Fix wakeup-preempt by checking cfs_rq->nr_runningChen Yu1-1/+1
2024-10-02sched: Fix sched_delayed vs cfs_bandwidthMike Galbraith1-3/+6
2024-09-21Merge tag 'sched_ext-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-16/+7
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+11
2024-09-19Merge tag 'sched-core-2024-09-19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-190/+580
2024-09-11Merge branch 'tip/sched/core' into sched_ext/for-6.12Tejun Heo1-7/+108
2024-09-10kernel/sched: Fix util_est accounting for DELAY_DEQUEUEDietmar Eggemann1-7/+9
2024-09-10sched/pelt: Use rq_clock_task() for hw_pressureChen Yu1-1/+2
2024-09-10sched/fair: Move effective_cpu_util() and effective_cpu_util() in fair.cVincent Guittot1-0/+99
2024-09-03sched/numa: Fix the vma scan starving issueYujie Liu1-0/+9
2024-09-03Merge branch 'tip/sched/core' into for-6.12Tejun Heo1-66/+56
2024-09-03sched: Add put_prev_task(.next)Peter Zijlstra1-1/+1
2024-09-03sched: Rework dl_serverPeter Zijlstra1-8/+2
2024-09-03sched: Combine the last put_prev_task() and the first set_next_task()Peter Zijlstra1-2/+1
2024-09-03sched: Rework pick_next_task()Peter Zijlstra1-6/+5
2024-09-03sched: Clean up DL server vs core schedPeter Zijlstra1-12/+1
2024-09-03sched: Fixup set_next_task() implementationsPeter Zijlstra1-31/+31
2024-09-03sched/fair: Properly deactivate sched_delayed task upon class changeValentin Schneider1-8/+17
2024-09-01mm: create promo_wmark_pages and clean up open-coded sitesKaiyang Zhao1-1/+1
2024-09-01memory tiering: introduce folio_use_access_time() checkZi Yan1-2/+1
2024-08-20Merge branch 'tip/sched/core' into for-6.12Tejun Heo1-125/+371
2024-08-20softirq: Remove unused 'action' parameter from action callbackCaleb Sander Mateos1-1/+1
2024-08-17sched/eevdf: Propagate min_slice up the cgroup hierarchyPeter Zijlstra1-1/+56
2024-08-17sched/eevdf: Use sched_attr::sched_runtime to set request/slice suggestionPeter Zijlstra1-2/+4
2024-08-17sched/eevdf: Allow shorter slices to wakeup-preemptPeter Zijlstra1-8/+56
2024-08-17sched/fair: Avoid re-setting virtual deadline on 'migrations'Peter Zijlstra1-5/+18
2024-08-17sched/eevdf: Fixup PELT vs DELAYED_DEQUEUEPeter Zijlstra1-0/+2
2024-08-17sched/fair: Implement DELAY_ZEROPeter Zijlstra1-2/+18