summaryrefslogtreecommitdiff
path: root/kernel/sched/fair.c
AgeCommit message (Expand)Author
2019-04-25sched/numa: Fix a possible divide-by-zeroXie XiuQi
2019-04-16sched/fair: Limit sched_cfs_period_timer() loop to avoid hard lockupPhil Auld
2019-04-03sched/fair: Do not re-read ->h_load_next during hierarchical load calculationMel Gorman
2019-03-24Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-03-19sched/fair: Skip LLC NOHZ logic for asymmetric systemsValentin Schneider
2019-03-19sched/fair: Tune down misfit NOHZ kicksValentin Schneider
2019-03-19sched/fair: Comment some nohz_balancer_kick() kick conditionsValentin Schneider
2019-03-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-03-05mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual
2019-02-13sched/fair: Use non-atomic cpumask_{set,clear}_cpu()Viresh Kumar
2019-02-11sched/fair: Remove unused 'sd' parameter from select_idle_smt()Viresh Kumar
2019-02-11sched/fair: Prune, fix and simplify the nohz_balancer_kick() comment blockValentin Schneider
2019-02-11sched/fair: Explain LLC nohz kick conditionValentin Schneider
2019-02-11sched/fair: Simplify nohz_balancer_kick()Valentin Schneider
2019-02-11sched/fair: Simplify post_init_entity_util_avg() by calling it with a task_st...Dietmar Eggemann
2019-02-11sched/fair: Fix O(nr_cgroups) in the load balancing pathVincent Guittot
2019-02-11sched/fair: Optimize update_blocked_averages()Vincent Guittot
2019-02-11Merge tag 'v5.0-rc6' into sched/core, to pick up fixesIngo Molnar
2019-02-04sched/fair: Fix insertion in rq->leaf_cfs_rq_listVincent Guittot
2019-02-04sched/fair: Add tmp_alone_branch assertionPeter Zijlstra
2019-02-04sched/pelt: Skip updating util_est when utilization is higher than CPU's capa...Vincent Guittot
2019-02-04sched/fair: Update scale invariance of PELTVincent Guittot
2019-02-04sched/fair: Move the rq_of() helper functionVincent Guittot
2019-02-04sched/fair: Convert numa_group.refcount to refcount_tElena Reshetova
2019-01-30cpu/hotplug: Fix "SMT disabled by BIOS" detection for KVMJosh Poimboeuf
2019-01-27sched/fair: Fix unnecessary increase of balance intervalVincent Guittot
2019-01-27sched/fair: Fix rounding bug for asym packingVincent Guittot
2019-01-27sched/fair: Trigger asym_packing during idle load balanceVincent Guittot
2019-01-27sched/fair: Robustify CFS-bandwidth timer lockingPeter Zijlstra
2019-01-27sched/core: Give DCE a fighting chancePeter Zijlstra
2019-01-06jump_label: move 'asm goto' support test to KconfigMasahiro Yamada
2018-12-30sched/fair: Fix infinite loop in update_blocked_averages() by reverting a9e7f...Linus Torvalds
2018-12-27sched/fair: Fix warning on non-SMP buildOlof Johansson
2018-12-26Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-12-11sched/fair: Select an energy-efficient CPU on task wake-upQuentin Perret
2018-12-11sched/fair: Introduce an energy estimation helper functionQuentin Perret
2018-12-11sched/fair: Add over-utilization/tipping point indicatorMorten Rasmussen
2018-12-11sched/fair: Clean-up update_sg_lb_stats parametersQuentin Perret
2018-12-11sched/topology: Add lowest CPU asymmetry sched_domain level pointerQuentin Perret
2018-12-11sched/fair: Clean up comment in nohz_idle_balance()Andrea Parri
2018-12-03sched: Fix various typos in commentsIngo Molnar
2018-11-12sched/fair: Make some variables staticMuchun Song
2018-11-12sched/core: Create task_has_idle_policy() helperViresh Kumar
2018-11-12sched/fair: Add lsub_positive() and use it consistentlyPatrick Bellasi
2018-11-12sched/fair: Mask UTIL_AVG_UNCHANGED usagesPatrick Bellasi
2018-11-12Merge branch 'sched/urgent' into sched/core, to pick up dependent fixesIngo Molnar
2018-11-12sched/fair: Fix cpu_util_wake() for 'execl' type workloadsPatrick Bellasi
2018-11-05sched/fair: Fix a comment in task_numa_fault()Yi Wang
2018-11-04sched/fair: Don't increase sd->balance_interval on newidle balanceValentin Schneider
2018-11-04sched/fair: Clean up load_balance() conditionValentin Schneider