summaryrefslogtreecommitdiff
path: root/kernel/sched/fair.c
AgeCommit message (Expand)Author
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
2023-10-12sched/topology: Rename 'DIE' domain to 'PKG'Peter Zijlstra
2023-10-10sched/numa: Complete scanning of inactive VMAs when there is no alternativeMel Gorman
2023-10-10sched/numa: Complete scanning of partial VMAs regardless of PID activityMel Gorman
2023-10-10sched/numa: Move up the access pid reset logicRaghavendra K T
2023-10-10sched/numa: Trace decisions related to skipping VMAsMel Gorman
2023-10-10sched/numa: Rename vma_numab_state::access_pids[] => ::pids_active[], ::next_...Mel Gorman
2023-10-09sched/topology: Consolidate and clean up access to a CPU's max compute capacityVincent Guittot
2023-10-09sched/nohz: Remove unnecessarily complex error handling pattern from find_new...Ingo Molnar
2023-10-09sched/nohz: Use consistent variable names in find_new_ilb() and kick_ilb()Ingo Molnar
2023-10-09sched/nohz: Update idle load-balancing (ILB) commentsIngo Molnar
2023-10-09sched/eevdf: Fix pick_eevdf()Benjamin Segall
2023-10-09sched/eevdf: Fix min_deadline heap integrityPeter Zijlstra
2023-10-07Merge branch 'sched/urgent' into sched/core, to pick up fixes and refresh the...Ingo Molnar
2023-10-03sched/eevdf: Fix avg_vruntime()Peter Zijlstra
2023-10-03sched/eevdf: Also update slice on placementPeter Zijlstra
2023-09-29sched/debug: Add new tracepoint to track compute energy computationQais Yousef
2023-09-29sched/uclamp: Ignore (util == 0) optimization in feec() when p_util_max = 0Qais Yousef