summaryrefslogtreecommitdiff
path: root/kernel/sched/fair.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-11sched/fair: Don't balance task to its current running CPUYicong Yang1-1/+1
2023-04-05sched/fair: Sanitize vruntime of entity being migratedVincent Guittot1-11/+44
2023-04-05sched/fair: sanitize vruntime of entity being placedZhang Qiao1-2/+13
2021-07-28sched/fair: Fix CFS bandwidth hrtimer expiry typeOdin Ugedal1-2/+2
2021-07-20sched/fair: Fix ascii art by relpacing tabsOdin Ugedal1-4/+4
2021-06-16sched/fair: Make sure to update tg contrib for blocked loadVincent Guittot1-1/+1
2021-06-10sched/fair: Optimize select_idle_cpuCheng Jian1-3/+4
2021-05-22sched/fair: Fix unfairness caused by missing load decayOdin Ugedal1-3/+9
2020-08-19sched/fair: Fix NOHZ next idle balanceVincent Guittot1-9/+14
2020-07-22sched/fair: handle case of task_h_load() returning 0Vincent Guittot1-1/+9
2020-06-22sched/fair: Don't NUMA balance for kthreadsJens Axboe1-1/+1
2020-03-05sched/fair: Fix O(nr_cgroups) in the load balancing pathVincent Guittot1-9/+34
2020-03-05sched/fair: Optimize update_blocked_averages()Vincent Guittot1-5/+21
2020-02-01sched/fair: Fix insertion in rq->leaf_cfs_rq_listVincent Guittot1-5/+28
2020-02-01sched/fair: Add tmp_alone_branch assertionPeter Zijlstra1-55/+71
2019-12-13sched/fair: Scale bandwidth quota and period without losing quota/period rati...Xuewei Zhang1-14/+22
2019-12-01sched/fair: Don't increase sd->balance_interval on newidle balanceValentin Schneider1-2/+11
2019-11-12sched/fair: Fix -Wunused-but-set-variable warningsQian Cai1-13/+6
2019-11-12sched/fair: Fix low cpu usage with high throttling by removing expiration of ...Dave Chiluk1-65/+7
2019-10-05sched/fair: Use rq_lock/unlock in online_fair_sched_groupPhil Auld1-3/+3
2019-10-05sched/fair: Fix imbalance due to CPU affinityVincent Guittot1-2/+3
2019-09-16sched/fair: Don't assign runtime for throttled cfs_rqLiangyan1-0/+5
2019-08-04sched/fair: Use RCU accessors consistently for ->numa_groupJann Horn1-39/+81
2019-08-04sched/fair: Don't free p->numa_faults with concurrent readersJann Horn1-4/+20
2019-06-04jump_label: move 'asm goto' support test to KconfigMasahiro Yamada1-3/+3
2019-05-31sched/nohz: Run NOHZ idle load balancer on HK_FLAG_MISC CPUsNicholas Piggin1-6/+10
2019-05-02sched/numa: Fix a possible divide-by-zeroXie XiuQi1-0/+4
2019-04-27sched/fair: Limit sched_cfs_period_timer() loop to avoid hard lockupPhil Auld1-0/+25
2019-04-17sched/fair: Do not re-read ->h_load_next during hierarchical load calculationMel Gorman1-3/+3
2019-02-12cpu/hotplug: Fix "SMT disabled by BIOS" detection for KVMJosh Poimboeuf1-0/+1
2019-01-13sched/fair: Fix infinite loop in update_blocked_averages() by reverting a9e7f...Linus Torvalds1-34/+9
2018-12-19sched/pelt: Fix warning and clean up IRQ PELT configVincent Guittot1-1/+1
2018-12-01sched/fair: Fix cpu_util_wake() for 'execl' type workloadsPatrick Bellasi1-14/+48
2018-10-16sched/fair: Fix the min_vruntime update logic in dequeue_entity()Song Muchun1-1/+1
2018-10-11sched/fair: Fix throttle_list starvation with low CFS quotaPhil Auld1-3/+19
2018-10-02sched/numa: Migrate pages to local nodes quicker early in the lifetime of a taskMel Gorman1-1/+11
2018-10-02sched/numa: Avoid task migration for small NUMA improvementSrikar Dronamraju1-5/+18
2018-10-02sched/numa: Limit the conditions where scan period is resetMel Gorman1-2/+23
2018-10-02sched/numa: Reset scan rate whenever task moves across nodesSrikar Dronamraju1-7/+19
2018-10-02sched/numa: Pass destination CPU as a parameter to migrate_task_rqSrikar Dronamraju1-1/+1
2018-10-02sched/numa: Stop multiple tasks from moving to the CPU at the same timeSrikar Dronamraju1-0/+22
2018-09-10sched/fair: Fix kernel-doc notation warningRandy Dunlap1-0/+1
2018-09-10sched/fair: Fix load_balance redo for !imbalanceVincent Guittot1-1/+1
2018-09-10sched/fair: Fix scale_rt_capacity() for SMTVincent Guittot1-3/+3
2018-09-10sched/fair: Fix vruntime_normalized() for remote non-migration wakeupSteve Muckle1-1/+2
2018-09-10sched/pelt: Fix update_blocked_averages() for RT and DL classesVincent Guittot1-4/+10
2018-08-14Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds1-0/+1
2018-08-05Merge 4.18-rc7 into master to pick up the KVM dependcyThomas Gleixner1-23/+22
2018-07-25sched/numa: Move task_numa_placement() closer to numa_migrate_preferred()Srikar Dronamraju1-6/+3
2018-07-25sched/numa: Use group_weights to identify if migration degrades localitySrikar Dronamraju1-8/+9