aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/fair.c
AgeCommit message (Expand)Author
2023-08-11sched/fair: Don't balance task to its current running CPUYicong Yang
2023-04-05sched/fair: Sanitize vruntime of entity being migratedVincent Guittot
2023-04-05sched/fair: sanitize vruntime of entity being placedZhang Qiao
2021-07-28sched/fair: Fix CFS bandwidth hrtimer expiry typeOdin Ugedal
2021-07-20sched/fair: Fix ascii art by relpacing tabsOdin Ugedal
2021-06-16sched/fair: Make sure to update tg contrib for blocked loadVincent Guittot
2021-06-10sched/fair: Optimize select_idle_cpuCheng Jian
2021-05-22sched/fair: Fix unfairness caused by missing load decayOdin Ugedal
2020-08-19sched/fair: Fix NOHZ next idle balanceVincent Guittot
2020-07-22sched/fair: handle case of task_h_load() returning 0Vincent Guittot
2020-06-22sched/fair: Don't NUMA balance for kthreadsJens Axboe
2020-03-05sched/fair: Fix O(nr_cgroups) in the load balancing pathVincent Guittot
2020-03-05sched/fair: Optimize update_blocked_averages()Vincent Guittot
2020-02-01sched/fair: Fix insertion in rq->leaf_cfs_rq_listVincent Guittot
2020-02-01sched/fair: Add tmp_alone_branch assertionPeter Zijlstra
2019-12-13sched/fair: Scale bandwidth quota and period without losing quota/period rati...Xuewei Zhang
2019-12-01sched/fair: Don't increase sd->balance_interval on newidle balanceValentin Schneider
2019-11-12sched/fair: Fix -Wunused-but-set-variable warningsQian Cai
2019-11-12sched/fair: Fix low cpu usage with high throttling by removing expiration of ...Dave Chiluk
2019-10-05sched/fair: Use rq_lock/unlock in online_fair_sched_groupPhil Auld
2019-10-05sched/fair: Fix imbalance due to CPU affinityVincent Guittot
2019-09-16sched/fair: Don't assign runtime for throttled cfs_rqLiangyan
2019-08-04sched/fair: Use RCU accessors consistently for ->numa_groupJann Horn
2019-08-04sched/fair: Don't free p->numa_faults with concurrent readersJann Horn
2019-06-04jump_label: move 'asm goto' support test to KconfigMasahiro Yamada
2019-05-31sched/nohz: Run NOHZ idle load balancer on HK_FLAG_MISC CPUsNicholas Piggin
2019-05-02sched/numa: Fix a possible divide-by-zeroXie XiuQi
2019-04-27sched/fair: Limit sched_cfs_period_timer() loop to avoid hard lockupPhil Auld
2019-04-17sched/fair: Do not re-read ->h_load_next during hierarchical load calculationMel Gorman
2019-02-12cpu/hotplug: Fix "SMT disabled by BIOS" detection for KVMJosh Poimboeuf
2019-01-13sched/fair: Fix infinite loop in update_blocked_averages() by reverting a9e7f...Linus Torvalds
2018-12-19sched/pelt: Fix warning and clean up IRQ PELT configVincent Guittot
2018-12-01sched/fair: Fix cpu_util_wake() for 'execl' type workloadsPatrick Bellasi
2018-10-16sched/fair: Fix the min_vruntime update logic in dequeue_entity()Song Muchun
2018-10-11sched/fair: Fix throttle_list starvation with low CFS quotaPhil Auld
2018-10-02sched/numa: Migrate pages to local nodes quicker early in the lifetime of a taskMel Gorman
2018-10-02sched/numa: Avoid task migration for small NUMA improvementSrikar Dronamraju
2018-10-02sched/numa: Limit the conditions where scan period is resetMel Gorman
2018-10-02sched/numa: Reset scan rate whenever task moves across nodesSrikar Dronamraju
2018-10-02sched/numa: Pass destination CPU as a parameter to migrate_task_rqSrikar Dronamraju
2018-10-02sched/numa: Stop multiple tasks from moving to the CPU at the same timeSrikar Dronamraju
2018-09-10sched/fair: Fix kernel-doc notation warningRandy Dunlap
2018-09-10sched/fair: Fix load_balance redo for !imbalanceVincent Guittot
2018-09-10sched/fair: Fix scale_rt_capacity() for SMTVincent Guittot
2018-09-10sched/fair: Fix vruntime_normalized() for remote non-migration wakeupSteve Muckle
2018-09-10sched/pelt: Fix update_blocked_averages() for RT and DL classesVincent Guittot
2018-08-14Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds
2018-08-05Merge 4.18-rc7 into master to pick up the KVM dependcyThomas Gleixner
2018-07-25sched/numa: Move task_numa_placement() closer to numa_migrate_preferred()Srikar Dronamraju
2018-07-25sched/numa: Use group_weights to identify if migration degrades localitySrikar Dronamraju