aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/fair.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-7/+8
2019-03-05mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual1-7/+8
2019-02-13sched/fair: Use non-atomic cpumask_{set,clear}_cpu()Viresh Kumar1-3/+3
2019-02-11sched/fair: Remove unused 'sd' parameter from select_idle_smt()Viresh Kumar1-3/+3
2019-02-11sched/fair: Prune, fix and simplify the nohz_balancer_kick() comment blockValentin Schneider1-9/+2
2019-02-11sched/fair: Explain LLC nohz kick conditionValentin Schneider1-2/+7
2019-02-11sched/fair: Simplify nohz_balancer_kick()Valentin Schneider1-6/+2
2019-02-11sched/fair: Simplify post_init_entity_util_avg() by calling it with a task_struct pointer argumentDietmar Eggemann1-22/+16
2019-02-11sched/fair: Fix O(nr_cgroups) in the load balancing pathVincent Guittot1-9/+34
2019-02-11sched/fair: Optimize update_blocked_averages()Vincent Guittot1-5/+21
2019-02-11Merge tag 'v5.0-rc6' into sched/core, to pick up fixesIngo Molnar1-0/+1
2019-02-04sched/fair: Fix insertion in rq->leaf_cfs_rq_listVincent Guittot1-5/+28
2019-02-04sched/fair: Add tmp_alone_branch assertionPeter Zijlstra1-55/+71
2019-02-04sched/pelt: Skip updating util_est when utilization is higher than CPU's capacityVincent Guittot1-5/+9
2019-02-04sched/fair: Update scale invariance of PELTVincent Guittot1-21/+24
2019-02-04sched/fair: Move the rq_of() helper functionVincent Guittot1-13/+0
2019-02-04sched/fair: Convert numa_group.refcount to refcount_tElena Reshetova1-6/+6
2019-01-30cpu/hotplug: Fix "SMT disabled by BIOS" detection for KVMJosh Poimboeuf1-0/+1
2019-01-27sched/fair: Fix unnecessary increase of balance intervalVincent Guittot1-13/+27
2019-01-27sched/fair: Fix rounding bug for asym packingVincent Guittot1-3/+1
2019-01-27sched/fair: Trigger asym_packing during idle load balanceVincent Guittot1-1/+1
2019-01-27sched/fair: Robustify CFS-bandwidth timer lockingPeter Zijlstra1-14/+16
2019-01-27sched/core: Give DCE a fighting chancePeter Zijlstra1-2/+2
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