summaryrefslogtreecommitdiff
path: root/kernel/sched/fair.c
AgeCommit message (Expand)Author
2016-05-10sched/fair: jump to max OPP when crossing UP thresholdSteve Muckle
2016-05-10sched/fair: cpufreq_sched triggers for load balancingJuri Lelli
2016-05-10sched/{core,fair}: trigger OPP change request on fork()Juri Lelli
2016-05-10sched/fair: add triggers for OPP change requestsJuri Lelli
2016-05-10sched: scheduler-driven cpu frequency selectionMichael Turquette
2016-05-10sched: Consider misfit tasks when load-balancingMorten Rasmussen
2016-05-10sched: Add group_misfit_task load-balance typeMorten Rasmussen
2016-05-10sched: Add per-cpu max capacity to sched_group_capacityMorten Rasmussen
2016-05-10sched: Do eas idle balance regardless of the rq avg idle valueDietmar Eggemann
2016-05-10sched: Update max cpu capacity in case of max frequency constraintsDietmar Eggemann
2016-05-10sched: Disable energy-unfriendly nohz kicksMorten Rasmussen
2016-05-10sched: Consider a not over-utilized energy-aware system as balancedDietmar Eggemann
2016-05-10sched: Energy-aware wake-up task placementMorten Rasmussen
2016-05-10sched: Determine the current sched_group idle-stateDietmar Eggemann
2016-05-10sched: Add over-utilization/tipping point indicatorMorten Rasmussen
2016-05-10sched: Estimate energy impact of scheduling decisionsMorten Rasmussen
2016-05-10sched: Extend sched_group_energy to test load-balancing decisionsMorten Rasmussen
2016-05-10sched: Calculate energy consumption of sched_groupMorten Rasmussen
2016-05-10sched: Relocated cpu_util() and change return typeMorten Rasmussen
2016-05-10sched: Compute cpu capacity available at current frequencyMorten Rasmussen
2016-05-10sched: Make energy awareness a sched featureMorten Rasmussen
2016-05-10sched: Prevent unnecessary active balance of single task in sched groupMorten Rasmussen
2016-05-10sched: Enable idle balance to pull single task towards cpu with higher capacityDietmar Eggemann
2016-05-10sched: Consider spare cpu capacity at task wake-upMorten Rasmussen
2016-05-10sched: Add cpu capacity awareness to wakeup balancingMorten Rasmussen
2016-05-10sched/fair: Fix new task's load avg removed from source CPU in wake_up_new_ta...Yuyang Du
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