aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/fair.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-30cpu/hotplug: Fix "SMT disabled by BIOS" detection for KVMJosh Poimboeuf1-0/+1
2019-01-06jump_label: move 'asm goto' support test to KconfigMasahiro Yamada1-3/+3
2018-12-30sched/fair: Fix infinite loop in update_blocked_averages() by reverting a9e7f6544b9cLinus Torvalds1-34/+9
2018-12-27sched/fair: Fix warning on non-SMP buildOlof Johansson1-8/+8
2018-12-26Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-51/+334
2018-12-11sched/fair: Select an energy-efficient CPU on task wake-upQuentin Perret1-2/+141
2018-12-11sched/fair: Introduce an energy estimation helper functionQuentin Perret1-0/+76
2018-12-11sched/fair: Add over-utilization/tipping point indicatorMorten Rasmussen1-2/+57
2018-12-11sched/fair: Clean-up update_sg_lb_stats parametersQuentin Perret1-16/+11
2018-12-11sched/topology: Add lowest CPU asymmetry sched_domain level pointerQuentin Perret1-1/+1
2018-12-11sched/fair: Clean up comment in nohz_idle_balance()Andrea Parri1-3/+1
2018-12-03sched: Fix various typos in commentsIngo Molnar1-4/+4
2018-11-12sched/fair: Make some variables staticMuchun Song1-6/+6
2018-11-12sched/core: Create task_has_idle_policy() helperViresh Kumar1-5/+5
2018-11-12sched/fair: Add lsub_positive() and use it consistentlyPatrick Bellasi1-7/+17
2018-11-12sched/fair: Mask UTIL_AVG_UNCHANGED usagesPatrick Bellasi1-5/+4
2018-11-12Merge branch 'sched/urgent' into sched/core, to pick up dependent fixesIngo Molnar1-16/+50
2018-11-12sched/fair: Fix cpu_util_wake() for 'execl' type workloadsPatrick Bellasi1-14/+48
2018-11-05sched/fair: Fix a comment in task_numa_fault()Yi Wang1-2/+2
2018-11-04sched/fair: Don't increase sd->balance_interval on newidle balanceValentin Schneider1-2/+11
2018-11-04sched/fair: Clean up load_balance() conditionValentin Schneider1-3/+3
2018-10-23Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-47/+140
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/pelt: Fix warning and clean up IRQ PELT configVincent Guittot1-1/+1
2018-10-02Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar1-12/+80
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/numa: Remove unused numa_stats::nr_running fieldVincent Guittot1-3/+0
2018-09-10sched/numa: Remove unused code from update_numa_stats()Vincent Guittot1-20/+1
2018-09-10sched/fair: Don't move tasks to lower capacity CPUs unless necessaryChris Redpath1-0/+11
2018-09-10sched/fair: Set rq->rd->overload when misfitValentin Schneider1-2/+4
2018-09-10sched/fair: Wrap rq->rd->overload accesses with READ/WRITE_ONCE()Valentin Schneider1-3/+3
2018-09-10sched/fair: Change 'prefer_sibling' type to boolValentin Schneider1-4/+2
2018-09-10sched/fair: Kick nohz balance if rq->misfit_task_loadValentin Schneider1-1/+1
2018-09-10sched/fair: Consider misfit tasks when load-balancingMorten Rasmussen1-2/+49
2018-09-10sched/fair: Add sched_group per-CPU max capacityMorten Rasmussen1-4/+20
2018-09-10sched/fair: Add 'group_misfit_task' load-balance typeMorten Rasmussen1-8/+46
2018-09-10sched/topology: Add static_key for asymmetric CPU capacity optimizationsMorten Rasmussen1-0/+3
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/tip/tipLinus Torvalds1-0/+1
2018-08-05Merge 4.18-rc7 into master to pick up the KVM dependcyThomas Gleixner1-23/+22