summaryrefslogtreecommitdiff
path: root/kernel/sched/fair.c
AgeCommit message (Expand)Author
14 dayssched/eevdf: Prevent vlag from going out of bounds in reweight_eevdf()Xuewen Yan
14 dayssched/eevdf: Fix miscalculation in reweight_entity() when se is not currTianchen Ding
14 dayssched/eevdf: Always update V if se->on_rq when reweightingTianchen Ding
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-03-04sched/numa, mm: do not try to migrate memory to memoryless nodesByungchul Park
2024-02-28sched/topology: Rename SD_SHARE_PKG_RESOURCES to SD_SHARE_LLCAlex Shi
2024-02-28sched/fair: Check the SD_ASYM_PACKING flag in sched_use_asym_prio()Alex Shi
2024-02-28sched/fair: Rework sched_use_asym_prio() and sched_asym_prefer()Alex Shi
2024-02-28sched/fair: Remove unused parameter from sched_asym()Alex Shi
2024-02-28sched/fair: Simplify the update_sd_pick_busiest() logicDavid Vernet
2024-02-28sched/fair: Do strict inequality check for busiest misfit task groupDavid Vernet
2024-02-28sched/fair: Remove unnecessary goto in update_sd_lb_stats()David Vernet
2024-02-28sched/fair: Take the scheduling domain into account in select_idle_core()Keisuke Nishimura
2024-02-28sched/fair: Take the scheduling domain into account in select_idle_smt()Keisuke Nishimura
2024-02-28sched/fair: Add READ_ONCE() and use existing helper function to access ->avg_irqShrikanth Hegde
2024-02-28sched/fair: Use existing helper functions to access ->avg_rt and ->avg_dlShrikanth Hegde
2024-02-16sched/core: Simplify code by removing duplicate #ifdefsShrikanth Hegde
2024-01-09Merge tag 'mm-nonmm-stable-2024-01-09-10-33' of git://git.kernel.org/pub/scm/...Linus Torvalds
2024-01-08Merge branch 'sched/urgent' into sched/core, to pick up pending v6.7 fixes fo...Ingo Molnar
2023-12-29sched/fair: Fix tg->load when offlining a CPUVincent Guittot
2023-12-23sched/fair: Remove unused 'next_buddy_marked' local variable in check_preempt...Wang Jinchao
2023-12-23sched/fair: Use all little CPUs for CPU-bound workloadsPierre Gondois
2023-12-23sched/fair: Simplify util_estVincent Guittot
2023-12-23sched/fair: Remove SCHED_FEAT(UTIL_EST_FASTUP, true)Vincent Guittot
2023-12-10sched: fair: move unused stub functions to headerArnd Bergmann
2023-11-29sched/fair: Update min_vruntime for reweight_entity() correctlyYiwei Lin
2023-11-23sched/cpufreq: Rework schedutil governor performance estimationVincent Guittot
2023-11-23sched/pelt: Avoid underestimation of task utilizationVincent Guittot
2023-11-15sched/deadline: Introduce deadline serversPeter Zijlstra
2023-11-15sched: Unify more update_curr*()Peter Zijlstra
2023-11-15sched: Remove vruntime from trace_sched_stat_runtime()Peter Zijlstra
2023-11-15sched: Unify runtime accounting across classesPeter Zijlstra
2023-11-15sched/eevdf: O(1) fastpath for task selectionAbel Wu
2023-11-15sched/eevdf: Sort the rbtree by virtual deadlineAbel Wu
2023-11-15sched/numa: Fix mm numa_scan_seq based unconditional scanRaghavendra K T
2023-11-14sched/fair: Fix the decision for load balanceKeisuke Nishimura
2023-11-14sched/eevdf: Fix vruntime adjustment on reweightAbel Wu
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-10-25sched/fair: use folio_xchg_last_cpupid() in should_numa_migrate_memory()Kefeng Wang
2023-10-25sched/fair: use folio_xchg_access_time() in numa_hint_fault_latency()Kefeng Wang
2023-10-24sched/fair: Remove SIS_PROPPeter Zijlstra
2023-10-24sched/fair: Use candidate prev/recent_used CPU if scanning failed for cluster...Yicong Yang
2023-10-24sched/fair: Scan cluster before scanning LLC in wake-up pathBarry Song
2023-10-23Merge tag 'v6.6-rc7' into sched/core, to pick up fixesIngo Molnar
2023-10-20sched/fair: Remove unused 'curr' argument from pick_next_entity()Yiwei Lin
2023-10-20sched/nohz: Update comments about NEWILB_KICKJoel Fernandes (Google)
2023-10-18sched/fair: Remove duplicate #includeJiapeng Chong
2023-10-18sched/eevdf: Fix heap corruption morePeter Zijlstra
2023-10-16sched/numa, mm: make numa migrate functions to take a folioKefeng Wang
2023-10-13sched: Fix stop_one_cpu_nowait() vs hotplugPeter Zijlstra