summaryrefslogtreecommitdiff
path: root/kernel/sched/fair.c
AgeCommit message (Expand)Author
2024-10-04sched/numa: Fix the vma scan starving issueYujie Liu
2024-10-04sched/numa: Complete scanning of inactive VMAs when there is no alternativeMel Gorman
2024-10-04sched/numa: Complete scanning of partial VMAs regardless of PID activityMel Gorman
2024-10-04sched/numa: Move up the access pid reset logicRaghavendra K T
2024-10-04sched/numa: Trace decisions related to skipping VMAsMel Gorman
2024-10-04sched/numa: Rename vma_numab_state::access_pids[] => ::pids_active[], ::next_...Mel Gorman
2024-10-04sched/fair: Make SCHED_IDLE entity be preempted in strict hierarchyTianchen Ding
2024-08-03sched/fair: set_load_weight() must also call reweight_task() for SCHED_IDLE t...Tejun Heo
2024-07-18Revert "sched/fair: Make sure to try to detach at least one movable task"Josh Don
2024-06-12sched/fair: Add EAS checks before updating root_domain::overutilizedShrikanth Hegde
2024-05-02sched/eevdf: Prevent vlag from going out of bounds in reweight_eevdf()Xuewen Yan
2024-05-02sched/eevdf: Fix miscalculation in reweight_entity() when se is not currTianchen Ding
2024-05-02sched/eevdf: Always update V if se->on_rq when reweightingTianchen Ding
2024-03-26sched/fair: Take the scheduling domain into account in select_idle_core()Keisuke Nishimura
2024-03-26sched/fair: Take the scheduling domain into account in select_idle_smt()Keisuke Nishimura
2024-01-25sched/fair: Update min_vruntime for reweight_entity() correctlyYiwei Lin
2023-12-03sched/fair: Fix the decision for load balanceKeisuke Nishimura
2023-12-03sched/eevdf: Fix vruntime adjustment on reweightAbel Wu
2023-11-20sched: Fix stop_one_cpu_nowait() vs hotplugPeter Zijlstra
2023-11-20sched/uclamp: Ignore (util == 0) optimization in feec() when p_util_max = 0Qais Yousef
2023-11-20sched/uclamp: Set max_spare_cap_cpu even if max_spare_cap is 0Qais Yousef
2023-11-20sched/fair: Fix cfs_rq_is_decayed() on !SMPChengming Zhou
2023-10-18sched/eevdf: Fix heap corruption morePeter Zijlstra
2023-10-09sched/eevdf: Fix pick_eevdf()Benjamin Segall
2023-10-09sched/eevdf: Fix min_deadline heap integrityPeter Zijlstra
2023-10-03sched/eevdf: Fix avg_vruntime()Peter Zijlstra
2023-10-03sched/eevdf: Also update slice on placementPeter Zijlstra
2023-09-13sched/fair: Fix SMT4 group_smt_balance handlingTim Chen
2023-09-02sched/fair: Optimize should_we_balance() for large SMT systemsShrikanth Hegde
2023-08-29sched/fair: Make update_entity_lag() staticHao Jia
2023-08-28Merge tag 'x86-cleanups-2023-08-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-08-28Merge tag 'sched-core-2023-08-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-08-17sched/eevdf: Curb wakeup-preemptionPeter Zijlstra
2023-08-10Merge branch 'sched/eevdf' into sched/coreIngo Molnar
2023-08-02sched/fair: Block nohz tick_stop when cfs bandwidth in usePhil Auld
2023-08-02sched, cgroup: Restore meaning to hierarchical_quotaPhil Auld
2023-07-31Revert "sched/fair: Move unused stub functions to header"Peter Zijlstra
2023-07-26sched/fair: remove util_est boostingVincent Guittot
2023-07-19sched/fair: Propagate enqueue flags into place_entity()Peter Zijlstra
2023-07-19sched/debug: Rename sysctl_sched_min_granularity to sysctl_sched_base_slicePeter Zijlstra
2023-07-19sched/fair: Commit to EEVDFPeter Zijlstra
2023-07-19sched/smp: Use lag to simplify cross-runqueue placementPeter Zijlstra
2023-07-19sched/fair: Commit to lag based placementPeter Zijlstra
2023-07-19sched/fair: Implement an EEVDF-like scheduling policyPeter Zijlstra
2023-07-19sched/fair: Add lag based placementPeter Zijlstra
2023-07-19sched/fair: Remove sched_feat(START_DEBIT)Peter Zijlstra
2023-07-19sched/fair: Add cfs_rq::avg_vruntimePeter Zijlstra
2023-07-19Merge tag 'v6.5-rc2' into sched/core, to pick up fixesIngo Molnar
2023-07-17sched: add WF_CURRENT_CPU and externise ttwuPeter Oskolkov
2023-07-13sched/fair: Stabilize asym cpu capacity system idle cpu selectionVincent Guittot