summaryrefslogtreecommitdiff
path: root/kernel/sched/fair.c
AgeCommit message (Expand)Author
2025-06-04sched: Reduce the default slice to avoid tasks getting an extra tickzihan zhou
2025-05-02sched/cpufreq: Rework schedutil governor performance estimationVincent Guittot
2025-05-02sched/topology: Consolidate and clean up access to a CPU's max compute capacityVincent Guittot
2025-03-13sched/fair: Fix potential memory corruption in child_cfs_rq_on_listZecheng Li
2025-02-08sched/topology: Rename 'DIE' domain to 'PKG'Peter Zijlstra
2025-02-08sched/fair: Fix value reported by hot tasks pulled in /proc/schedstatPeter Zijlstra
2024-12-14sched: Unify more update_curr*()Peter Zijlstra
2024-12-14sched: Remove vruntime from trace_sched_stat_runtime()Peter Zijlstra
2024-12-14sched: Unify runtime accounting across classesPeter Zijlstra
2024-12-14sched/fair: Rename check_preempt_curr() to wakeup_preempt()Ingo Molnar
2024-12-14sched/fair: Rename check_preempt_wakeup() to check_preempt_wakeup_fair()Ingo Molnar
2024-12-14sched/fair: Check idle_cpu() before need_resched() to detect ilb CPU turning ...K Prateek Nayak
2024-12-14sched/numa: fix memory leak due to the overwritten vma->numab_stateAdrian Huang
2024-12-14sched/numa: Fix mm numa_scan_seq based unconditional scanRaghavendra K T
2024-11-08sched/numa: Fix the potential null pointer dereference in task_numa_work()Shawn Wang
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