summaryrefslogtreecommitdiffstats
path: root/kernel/sched/fair.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-nonmm-stable-2024-01-09-10-33' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-01-091-13/+0
|\
| * sched: fair: move unused stub functions to headerArnd Bergmann2023-12-101-13/+0
* | Merge branch 'sched/urgent' into sched/core, to pick up pending v6.7 fixes fo...Ingo Molnar2024-01-081-0/+52
|\ \
| * | sched/fair: Fix tg->load when offlining a CPUVincent Guittot2023-12-291-0/+52
| |/
* | sched/fair: Remove unused 'next_buddy_marked' local variable in check_preempt...Wang Jinchao2023-12-231-2/+0
* | sched/fair: Use all little CPUs for CPU-bound workloadsPierre Gondois2023-12-231-1/+1
* | sched/fair: Simplify util_estVincent Guittot2023-12-231-51/+31
* | sched/fair: Remove SCHED_FEAT(UTIL_EST_FASTUP, true)Vincent Guittot2023-12-231-5/+3
* | sched/fair: Update min_vruntime for reweight_entity() correctlyYiwei Lin2023-11-291-10/+10
* | sched/cpufreq: Rework schedutil governor performance estimationVincent Guittot2023-11-231-3/+19
* | sched/pelt: Avoid underestimation of task utilizationVincent Guittot2023-11-231-0/+13
* | sched/deadline: Introduce deadline serversPeter Zijlstra2023-11-151-0/+2
* | sched: Unify more update_curr*()Peter Zijlstra2023-11-151-13/+11
* | sched: Remove vruntime from trace_sched_stat_runtime()Peter Zijlstra2023-11-151-3/+2
* | sched: Unify runtime accounting across classesPeter Zijlstra2023-11-151-14/+43
* | sched/eevdf: O(1) fastpath for task selectionAbel Wu2023-11-151-3/+11
* | sched/eevdf: Sort the rbtree by virtual deadlineAbel Wu2023-11-151-101/+67
* | sched/numa: Fix mm numa_scan_seq based unconditional scanRaghavendra K T2023-11-151-1/+3
|/
* sched/fair: Fix the decision for load balanceKeisuke Nishimura2023-11-141-3/+7
* sched/eevdf: Fix vruntime adjustment on reweightAbel Wu2023-11-141-23/+128
* Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-11-021-6/+6
|\
| * sched/fair: use folio_xchg_last_cpupid() in should_numa_migrate_memory()Kefeng Wang2023-10-251-1/+1
| * sched/fair: use folio_xchg_access_time() in numa_hint_fault_latency()Kefeng Wang2023-10-251-1/+1
| * sched/numa, mm: make numa migrate functions to take a folioKefeng Wang2023-10-161-6/+6
* | sched/fair: Remove SIS_PROPPeter Zijlstra2023-10-241-48/+0
* | sched/fair: Use candidate prev/recent_used CPU if scanning failed for cluster...Yicong Yang2023-10-241-1/+16
* | sched/fair: Scan cluster before scanning LLC in wake-up pathBarry Song2023-10-241-4/+36
* | Merge tag 'v6.6-rc7' into sched/core, to pick up fixesIngo Molnar2023-10-231-14/+60
|\ \
| * | sched/eevdf: Fix heap corruption morePeter Zijlstra2023-10-181-1/+2
| * | sched/eevdf: Fix pick_eevdf()Benjamin Segall2023-10-091-14/+58
| * | sched/eevdf: Fix min_deadline heap integrityPeter Zijlstra2023-10-091-0/+1
* | | sched/fair: Remove unused 'curr' argument from pick_next_entity()Yiwei Lin2023-10-201-4/+4
* | | sched/nohz: Update comments about NEWILB_KICKJoel Fernandes (Google)2023-10-201-2/+13
* | | sched/fair: Remove duplicate #includeJiapeng Chong2023-10-181-2/+0
* | | sched: Fix stop_one_cpu_nowait() vs hotplugPeter Zijlstra2023-10-131-1/+3
* | | sched/topology: Rename 'DIE' domain to 'PKG'Peter Zijlstra2023-10-121-1/+1
* | | sched/numa: Complete scanning of inactive VMAs when there is no alternativeMel Gorman2023-10-101-3/+52
* | | sched/numa: Complete scanning of partial VMAs regardless of PID activityMel Gorman2023-10-101-3/+15
* | | sched/numa: Move up the access pid reset logicRaghavendra K T2023-10-101-10/+7
* | | sched/numa: Trace decisions related to skipping VMAsMel Gorman2023-10-101-4/+13
* | | sched/numa: Rename vma_numab_state::access_pids[] => ::pids_active[], ::next_...Mel Gorman2023-10-101-6/+6
* | | sched/topology: Consolidate and clean up access to a CPU's max compute capacityVincent Guittot2023-10-091-10/+8
* | | sched/nohz: Remove unnecessarily complex error handling pattern from find_new...Ingo Molnar2023-10-091-3/+2
* | | sched/nohz: Use consistent variable names in find_new_ilb() and kick_ilb()Ingo Molnar2023-10-091-5/+5
* | | sched/nohz: Update idle load-balancing (ILB) commentsIngo Molnar2023-10-091-14/+16
* | | Merge branch 'sched/urgent' into sched/core, to pick up fixes and refresh the...Ingo Molnar2023-10-071-5/+38
|\| |
| * | sched/eevdf: Fix avg_vruntime()Peter Zijlstra2023-10-031-1/+9
| * | sched/eevdf: Also update slice on placementPeter Zijlstra2023-10-031-2/+4
| |/
| * sched/fair: Fix SMT4 group_smt_balance handlingTim Chen2023-09-131-1/+11
| * sched/fair: Optimize should_we_balance() for large SMT systemsShrikanth Hegde2023-09-021-1/+14