summaryrefslogtreecommitdiff
path: root/kernel/sched/fair.c
AgeCommit message (Expand)Author
2018-11-05sched/fair: Fix a comment in task_numa_fault()Yi Wang
2018-10-23Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
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/pelt: Fix warning and clean up IRQ PELT configVincent Guittot
2018-10-02Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar
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/numa: Remove unused numa_stats::nr_running fieldVincent Guittot
2018-09-10sched/numa: Remove unused code from update_numa_stats()Vincent Guittot
2018-09-10sched/fair: Don't move tasks to lower capacity CPUs unless necessaryChris Redpath
2018-09-10sched/fair: Set rq->rd->overload when misfitValentin Schneider
2018-09-10sched/fair: Wrap rq->rd->overload accesses with READ/WRITE_ONCE()Valentin Schneider
2018-09-10sched/fair: Change 'prefer_sibling' type to boolValentin Schneider
2018-09-10sched/fair: Kick nohz balance if rq->misfit_task_loadValentin Schneider
2018-09-10sched/fair: Consider misfit tasks when load-balancingMorten Rasmussen
2018-09-10sched/fair: Add sched_group per-CPU max capacityMorten Rasmussen
2018-09-10sched/fair: Add 'group_misfit_task' load-balance typeMorten Rasmussen
2018-09-10sched/topology: Add static_key for asymmetric CPU capacity optimizationsMorten Rasmussen
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
2018-07-25sched/numa: Update the scan period without holding the numa_group lockSrikar Dronamraju
2018-07-25sched/numa: Remove numa_has_capacity()Srikar Dronamraju
2018-07-25sched/numa: Modify migrate_swap() to accept additional parametersSrikar Dronamraju
2018-07-25sched/numa: Remove unused task_capacity from 'struct numa_stats'Srikar Dronamraju
2018-07-25sched/numa: Skip nodes that are at 'hoplimit'Srikar Dronamraju
2018-07-25sched/numa: Use task faults only if numa_group is not yet set upSrikar Dronamraju
2018-07-25sched/numa: Set preferred_node based on best_cpuSrikar Dronamraju
2018-07-25sched/numa: Simplify load_too_imbalanced()Srikar Dronamraju
2018-07-25sched/numa: Evaluate move once per nodeSrikar Dronamraju
2018-07-25sched/fair: Remove #ifdefs from scale_rt_capacity()Vincent Guittot
2018-07-16sched/core: Remove the rt_avg codeVincent Guittot
2018-07-16sched/core: Use PELT for scale_rt_capacity()Vincent Guittot
2018-07-15sched/irq: Add IRQ utilization trackingVincent Guittot
2018-07-15sched/dl: Add dl_rq utilization trackingVincent Guittot
2018-07-15sched/rt: Add rt_rq utilization trackingVincent Guittot
2018-07-15sched/pelt: Move PELT related code in a dedicated fileVincent Guittot
2018-07-15sched/fair: Fix util_avg of new tasks for asymmetric systemsQuentin Perret
2018-07-03Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar