summaryrefslogtreecommitdiff
path: root/kernel/sched/fair.c
AgeCommit message (Expand)Author
2021-07-28sched/fair: Fix CFS bandwidth hrtimer expiry typeOdin Ugedal
2020-07-22sched/fair: handle case of task_h_load() returning 0Vincent Guittot
2020-06-20sched/fair: Don't NUMA balance for kthreadsJens Axboe
2020-05-10sched/fair: Fix calc_cfs_shares() fixed point arithmetics width confusionPeter Zijlstra
2019-12-21sched/fair: Scale bandwidth quota and period without losing quota/period rati...Xuewei Zhang
2019-11-28sched/fair: Don't increase sd->balance_interval on newidle balanceValentin Schneider
2019-10-05sched/fair: Fix imbalance due to CPU affinityVincent Guittot
2019-08-04sched/fair: Don't free p->numa_faults with concurrent readersJann Horn
2019-05-16sched/numa: Fix a possible divide-by-zeroXie XiuQi
2019-04-27sched/fair: Limit sched_cfs_period_timer() loop to avoid hard lockupPhil Auld
2019-04-27sched/fair: Do not re-read ->h_load_next during hierarchical load calculationMel Gorman
2019-04-03sched/fair: Fix new task's load avg removed from source CPU in wake_up_new_ta...Yuyang Du
2018-11-10sched/fair: Fix throttle_list starvation with low CFS quotaPhil Auld
2018-11-10sched/cgroup: Fix cgroup entity load tracking tear-downPeter Zijlstra
2018-04-13sched/numa: Use down_read_trylock() for the mmap_semVlastimil Babka
2017-05-25sched/fair: Initialize throttle_count for new task-groups lazilyKonstantin Khlebnikov
2017-05-25sched/fair: Do not announce throttled next buddy in dequeue_task_fair()Konstantin Khlebnikov
2016-09-15sched/numa: Fix use-after-free bug in the task_numa_compareGavin Guo
2016-08-10sched/fair: Fix effective_load() to consistently use smoothed loadPeter Zijlstra
2016-07-27sched/fair: Fix cfs_rq avg tracking underflowPeter Zijlstra
2016-01-06sched/fair: Fix multiplication overflow on 32-bit systemsAndrey Ryabinin
2015-11-23treewide: Remove old email addressPeter Zijlstra
2015-11-09sched/numa: Fix math underflow in task_tick_numa()Rik van Riel
2015-10-20Merge branch 'sched/urgent' into sched/core, to pick up fixes and resolve con...Ingo Molnar
2015-10-20sched/fair: Update task group's load_avg after task migrationYuyang Du
2015-10-20sched/fair: Fix overly small weight for interactive group entitiesYuyang Du
2015-10-06sched/core: Remove a parameter in the migrate_task_rq() functionxiaofeng.yan
2015-10-06sched/numa: Fix task_tick_fair() from disabling numa_balancingSrikar Dronamraju
2015-09-18sched/fair: Remove unnecessary parameter for group_classify()Leo Yan
2015-09-18sched/fair: Polish comments for LOAD_AVG_MAXLeo Yan
2015-09-18sched/numa: Limit the amount of virtual memory scanned in task_numa_work()Rik van Riel
2015-09-13sched/fair: Optimize per entity utilization trackingPeter Zijlstra
2015-09-13sched/fair: Defer calling scaling functionsDietmar Eggemann
2015-09-13sched/fair: Optimize __update_load_avg()Peter Zijlstra
2015-09-13sched/fair: Rename scale() to cap_scale()Peter Zijlstra
2015-09-13sched/fair: Get rid of scaling utilization by capacity_origDietmar Eggemann
2015-09-13sched/fair: Name utilization related data and functions consistentlyDietmar Eggemann
2015-09-13sched/fair: Make utilization tracking CPU scale-invariantDietmar Eggemann
2015-09-13sched/fair: Convert arch_scale_cpu_capacity() from weak function to #defineMorten Rasmussen
2015-09-13sched/fair: Make load tracking frequency scale-invariantDietmar Eggemann
2015-09-13sched/numa: Convert sched_numa_balancing to a static_branchSrikar Dronamraju
2015-09-13sched/numa: Disable sched_numa_balancing on UMA systemsSrikar Dronamraju
2015-09-13sched/numa: Rename numabalancing_enabled to sched_numa_balancingSrikar Dronamraju
2015-09-13sched/fair: Fix nohz.next_balance updateVincent Guittot
2015-09-13sched/core: Remove unused argument from sched_class::task_move_groupPeter Zijlstra
2015-09-13sched/fair: Unify switched_{from,to}_fair() and task_move_group_fair()Byungchul Park
2015-09-13sched/fair: Make the entity load aging on attaching tunablePeter Zijlstra
2015-09-13sched/fair: Fix switched_to_fair()'s per entity load trackingByungchul Park
2015-09-13sched/fair: Have task_move_group_fair() also detach entity load from the old ...Byungchul Park
2015-09-13sched/fair: Have task_move_group_fair() unconditionally add the entity load t...Byungchul Park