summaryrefslogtreecommitdiff
path: root/kernel/sched/fair.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-09Merge tag 'mm-nonmm-stable-2024-01-09-10-33' of git://git.kernel.org/pub/scm/...Linus Torvalds1-13/+0
2024-01-08Merge branch 'sched/urgent' into sched/core, to pick up pending v6.7 fixes fo...Ingo Molnar1-0/+52
2023-12-29sched/fair: Fix tg->load when offlining a CPUVincent Guittot1-0/+52
2023-12-23sched/fair: Remove unused 'next_buddy_marked' local variable in check_preempt...Wang Jinchao1-2/+0
2023-12-23sched/fair: Use all little CPUs for CPU-bound workloadsPierre Gondois1-1/+1
2023-12-23sched/fair: Simplify util_estVincent Guittot1-51/+31
2023-12-23sched/fair: Remove SCHED_FEAT(UTIL_EST_FASTUP, true)Vincent Guittot1-5/+3
2023-12-11sched: fair: move unused stub functions to headerArnd Bergmann1-13/+0
2023-11-29sched/fair: Update min_vruntime for reweight_entity() correctlyYiwei Lin1-10/+10
2023-11-23sched/cpufreq: Rework schedutil governor performance estimationVincent Guittot1-3/+19
2023-11-23sched/pelt: Avoid underestimation of task utilizationVincent Guittot1-0/+13
2023-11-15sched/deadline: Introduce deadline serversPeter Zijlstra1-0/+2
2023-11-15sched: Unify more update_curr*()Peter Zijlstra1-13/+11
2023-11-15sched: Remove vruntime from trace_sched_stat_runtime()Peter Zijlstra1-3/+2
2023-11-15sched: Unify runtime accounting across classesPeter Zijlstra1-14/+43
2023-11-15sched/eevdf: O(1) fastpath for task selectionAbel Wu1-3/+11
2023-11-15sched/eevdf: Sort the rbtree by virtual deadlineAbel Wu1-101/+67
2023-11-15sched/numa: Fix mm numa_scan_seq based unconditional scanRaghavendra K T1-1/+3
2023-11-15sched/fair: Fix the decision for load balanceKeisuke Nishimura1-3/+7
2023-11-15sched/eevdf: Fix vruntime adjustment on reweightAbel Wu1-23/+128
2023-11-03Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-6/+6
2023-10-26sched/fair: use folio_xchg_last_cpupid() in should_numa_migrate_memory()Kefeng Wang1-1/+1
2023-10-26sched/fair: use folio_xchg_access_time() in numa_hint_fault_latency()Kefeng Wang1-1/+1
2023-10-24sched/fair: Remove SIS_PROPPeter Zijlstra1-48/+0
2023-10-24sched/fair: Use candidate prev/recent_used CPU if scanning failed for cluster...Yicong Yang1-1/+16
2023-10-24sched/fair: Scan cluster before scanning LLC in wake-up pathBarry Song1-4/+36
2023-10-23Merge tag 'v6.6-rc7' into sched/core, to pick up fixesIngo Molnar1-14/+60
2023-10-20sched/fair: Remove unused 'curr' argument from pick_next_entity()Yiwei Lin1-4/+4
2023-10-20sched/nohz: Update comments about NEWILB_KICKJoel Fernandes (Google)1-2/+13
2023-10-18sched/fair: Remove duplicate #includeJiapeng Chong1-2/+0
2023-10-18sched/eevdf: Fix heap corruption morePeter Zijlstra1-1/+2
2023-10-17sched/numa, mm: make numa migrate functions to take a folioKefeng Wang1-6/+6
2023-10-13sched: Fix stop_one_cpu_nowait() vs hotplugPeter Zijlstra1-1/+3
2023-10-12sched/topology: Rename 'DIE' domain to 'PKG'Peter Zijlstra1-1/+1
2023-10-11sched/numa: Complete scanning of inactive VMAs when there is no alternativeMel Gorman1-3/+52
2023-10-11sched/numa: Complete scanning of partial VMAs regardless of PID activityMel Gorman1-3/+15
2023-10-10sched/numa: Move up the access pid reset logicRaghavendra K T1-10/+7
2023-10-10sched/numa: Trace decisions related to skipping VMAsMel Gorman1-4/+13
2023-10-10sched/numa: Rename vma_numab_state::access_pids[] => ::pids_active[], ::next_...Mel Gorman1-6/+6
2023-10-09sched/topology: Consolidate and clean up access to a CPU's max compute capacityVincent Guittot1-10/+8
2023-10-09sched/nohz: Remove unnecessarily complex error handling pattern from find_new...Ingo Molnar1-3/+2
2023-10-09sched/nohz: Use consistent variable names in find_new_ilb() and kick_ilb()Ingo Molnar1-5/+5
2023-10-09sched/nohz: Update idle load-balancing (ILB) commentsIngo Molnar1-14/+16
2023-10-09sched/eevdf: Fix pick_eevdf()Benjamin Segall1-14/+58
2023-10-09sched/eevdf: Fix min_deadline heap integrityPeter Zijlstra1-0/+1
2023-10-07Merge branch 'sched/urgent' into sched/core, to pick up fixes and refresh the...Ingo Molnar1-5/+38
2023-10-03sched/eevdf: Fix avg_vruntime()Peter Zijlstra1-1/+9
2023-10-03sched/eevdf: Also update slice on placementPeter Zijlstra1-2/+4
2023-09-29sched/debug: Add new tracepoint to track compute energy computationQais Yousef1-1/+6
2023-09-29sched/uclamp: Ignore (util == 0) optimization in feec() when p_util_max = 0Qais Yousef1-17/+1