summaryrefslogtreecommitdiff
path: root/kernel/sched/fair.c
AgeCommit message (Expand)Author
2016-01-22sched/numa: Fix use-after-free bug in the task_numa_compareGavin Guo
2016-01-06sched/fair: Fix new task's load avg removed from source CPU in wake_up_new_ta...Yuyang Du
2016-01-06Merge branch 'sched/urgent' into sched/core, to pick up fixes before merging ...Ingo Molnar
2016-01-06sched/fair: Fix multiplication overflow on 32-bit systemsAndrey Ryabinin
2015-12-04sched/fair: Disable the task group load_avg update for the root_task_groupWaiman Long
2015-12-04sched/fair: Avoid redundant idle_cpu() call in update_sg_lb_stats()Waiman Long
2015-12-04sched/fair: Make it possible to account fair load avg consistentlyByungchul Park
2015-11-23sched/fair: Modify the comment about lock assumptions in migrate_task_rq_fair()Byungchul Park
2015-11-23sched/core: Fix incorrect wait time and wait count statisticsJoonwoo Park
2015-11-23treewide: Remove old email addressPeter Zijlstra
2015-11-23sched/numa: Cap PTE scanning overhead to 3% of run timeRik van Riel
2015-11-23sched/fair: Consider missed ticks in NOHZ_FULL in update_cpu_load_nohz()Byungchul Park
2015-11-23sched/fair: Prepare __update_cpu_load() to handle active ticklessByungchul Park
2015-11-23sched/fair: Clean up the explanation around decaying load update missesPeter Zijlstra
2015-11-23sched/fair: Remove empty idle enter and exit functionsDietmar Eggemann
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
2015-09-13sched/fair: Factor out the {at,de}taching of the per entity load {to,from} th...Byungchul Park
2015-08-12sched: Make sched_class::set_cpus_allowed() unconditionalPeter Zijlstra
2015-08-12sched: Ensure a task has a non-normalized vruntime when returning back to CFSByungchul Park
2015-08-03sched/fair: Clean up load average referencesYuyang Du
2015-08-03sched/fair: Provide runnable_load_avg back to cfs_rqYuyang Du
2015-08-03sched/fair: Remove task and group entity load when they are deadYuyang Du
2015-08-03sched/fair: Init cfs_rq's sched_entity load averageYuyang Du