summaryrefslogtreecommitdiffstats
path: root/kernel/sched/fair.c
Commit message (Expand)AuthorAgeFilesLines
* sched/eevdf: Prevent vlag from going out of bounds in reweight_eevdf()Xuewen Yan2024-04-221-6/+12
* sched/eevdf: Fix miscalculation in reweight_entity() when se is not currTianchen Ding2024-04-221-5/+6
* sched/eevdf: Always update V if se->on_rq when reweightingTianchen Ding2024-04-221-3/+2
* Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-03-141-0/+6
|\
| * sched/numa, mm: do not try to migrate memory to memoryless nodesByungchul Park2024-03-041-0/+6
* | sched/topology: Rename SD_SHARE_PKG_RESOURCES to SD_SHARE_LLCAlex Shi2024-02-281-1/+1
* | sched/fair: Check the SD_ASYM_PACKING flag in sched_use_asym_prio()Alex Shi2024-02-281-9/+7
* | sched/fair: Rework sched_use_asym_prio() and sched_asym_prefer()Alex Shi2024-02-281-25/+20
* | sched/fair: Remove unused parameter from sched_asym()Alex Shi2024-02-281-4/+2
* | sched/fair: Simplify the update_sd_pick_busiest() logicDavid Vernet2024-02-281-9/+3
* | sched/fair: Do strict inequality check for busiest misfit task groupDavid Vernet2024-02-281-1/+1
* | sched/fair: Remove unnecessary goto in update_sd_lb_stats()David Vernet2024-02-281-6/+1
* | sched/fair: Take the scheduling domain into account in select_idle_core()Keisuke Nishimura2024-02-281-2/+2
* | sched/fair: Take the scheduling domain into account in select_idle_smt()Keisuke Nishimura2024-02-281-3/+9
* | sched/fair: Add READ_ONCE() and use existing helper function to access ->avg_irqShrikanth Hegde2024-02-281-3/+1
* | sched/fair: Use existing helper functions to access ->avg_rt and ->avg_dlShrikanth Hegde2024-02-281-4/+4
* | sched/core: Simplify code by removing duplicate #ifdefsShrikanth Hegde2024-02-161-2/+0
|/
* 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