summaryrefslogtreecommitdiff
path: root/kernel/sched/fair.c
AgeCommit message (Expand)Author
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
2018-07-03sched/util_est: Fix util_est_dequeue() for throttled cfs_rqVincent Guittot
2018-07-03sched/fair: Advance global expiration when period timer is restartedXunlei Pang
2018-07-03sched/fair: Fix bandwidth timer clock drift conditionXunlei Pang
2018-06-21sched/fair: Remove stale tg_unthrottle_up() commentsLi RongQing
2018-06-21sched/smt: Update sched_smt_present at runtimePeter Zijlstra
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-05-25sched/fair: Update util_est before updating schedutilPatrick Bellasi
2018-05-14sched/core: Distinguish between idle_cpu() calls based on desired effect, int...Rohit Jain
2018-05-14sched/numa: Stagger NUMA balancing scan periods for new threadsMel Gorman
2018-05-14Merge tag 'v4.17-rc5' into sched/core, to pick up fixes and dependenciesIngo Molnar
2018-05-13Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-05-12Revert "sched/numa: Delay retrying placement for automatic NUMA balance after...Mel Gorman
2018-05-04sched/fair: Avoid calling sync_entity_load_avg() unnecessarilyViresh Kumar
2018-05-04sched/fair: Rearrange select_task_rq_fair() to optimize itViresh Kumar
2018-05-03sched/fair: Fix the update of blocked load when newly idleVincent Guittot
2018-04-05sched/core: Simplify helpers for rq clock update skip requestsDavidlohr Bueso
2018-03-20sched/fair: Update util_est only on util_avg updatesPatrick Bellasi
2018-03-20sched/fair: Use util_est in LB and WU pathsPatrick Bellasi
2018-03-20sched/fair: Add util_est on top of PELTPatrick Bellasi
2018-03-09sched/fair: Update blocked load when newly idleVincent Guittot
2018-03-09sched/fair: Move idle_balance()Peter Zijlstra
2018-03-09sched/nohz: Merge CONFIG_NO_HZ_COMMON blocksPeter Zijlstra
2018-03-09sched/fair: Move rebalance_domains()Peter Zijlstra
2018-03-09sched/nohz: Optimize nohz_idle_balance()Peter Zijlstra
2018-03-09sched/fair: Reduce the periodic update durationVincent Guittot
2018-03-09sched/nohz: Stop NOHZ stats when decayedVincent Guittot
2018-03-09sched/cpufreq: Provide migration hintPeter Zijlstra
2018-03-09sched/nohz: Clean up nohz enter/exitPeter Zijlstra