aboutsummaryrefslogtreecommitdiff
path: root/kernel/sched/fair.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-07-25sched/numa: Update the scan period without holding the numa_group lockSrikar Dronamraju1-2/+2
2018-07-25sched/numa: Remove numa_has_capacity()Srikar Dronamraju1-33/+3
2018-07-25sched/numa: Modify migrate_swap() to accept additional parametersSrikar Dronamraju1-1/+2
2018-07-25sched/numa: Remove unused task_capacity from 'struct numa_stats'Srikar Dronamraju1-5/+3
2018-07-25sched/numa: Skip nodes that are at 'hoplimit'Srikar Dronamraju1-1/+1
2018-07-25sched/numa: Use task faults only if numa_group is not yet set upSrikar Dronamraju1-10/+10
2018-07-25sched/numa: Set preferred_node based on best_cpuSrikar Dronamraju1-6/+4
2018-07-25sched/numa: Simplify load_too_imbalanced()Srikar Dronamraju1-18/+2
2018-07-25sched/numa: Evaluate move once per nodeSrikar Dronamraju1-71/+57
2018-07-25sched/fair: Remove #ifdefs from scale_rt_capacity()Vincent Guittot1-10/+3
2018-07-16sched/core: Remove the rt_avg codeVincent Guittot1-2/+0
2018-07-16sched/core: Use PELT for scale_rt_capacity()Vincent Guittot1-22/+22
2018-07-15sched/irq: Add IRQ utilization trackingVincent Guittot1-3/+10
2018-07-15sched/dl: Add dl_rq utilization trackingVincent Guittot1-3/+8
2018-07-15sched/rt: Add rt_rq utilization trackingVincent Guittot1-1/+14
2018-07-15sched/pelt: Move PELT related code in a dedicated fileVincent Guittot1-332/+1
2018-07-15sched/fair: Fix util_avg of new tasks for asymmetric systemsQuentin Perret1-4/+6
2018-07-03Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar1-23/+22
2018-07-03sched/util_est: Fix util_est_dequeue() for throttled cfs_rqVincent Guittot1-12/+4
2018-07-03sched/fair: Advance global expiration when period timer is restartedXunlei Pang1-5/+10
2018-07-03sched/fair: Fix bandwidth timer clock drift conditionXunlei Pang1-6/+8
2018-06-21sched/fair: Remove stale tg_unthrottle_up() commentsLi RongQing1-1/+0
2018-06-21sched/smt: Update sched_smt_present at runtimePeter Zijlstra1-0/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-2/+2
2018-05-25sched/fair: Update util_est before updating schedutilPatrick Bellasi1-1/+8
2018-05-14sched/core: Distinguish between idle_cpu() calls based on desired effect, int...Rohit Jain1-10/+10
2018-05-14sched/numa: Stagger NUMA balancing scan periods for new threadsMel Gorman1-0/+41
2018-05-14Merge tag 'v4.17-rc5' into sched/core, to pick up fixes and dependenciesIngo Molnar1-56/+1
2018-05-13Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2018-05-12Revert "sched/numa: Delay retrying placement for automatic NUMA balance after...Mel Gorman1-56/+1
2018-05-04sched/fair: Avoid calling sync_entity_load_avg() unnecessarilyViresh Kumar1-9/+7
2018-05-04sched/fair: Rearrange select_task_rq_fair() to optimize itViresh Kumar1-21/+16
2018-05-03sched/fair: Fix the update of blocked load when newly idleVincent Guittot1-1/+1