aboutsummaryrefslogtreecommitdiff
path: root/kernel/sched/fair.c
AgeCommit message (Expand)Author
2015-04-09sched: add tracing for capacity_currJuri Lelli
2015-04-09sched: Disable energy-unfriendly nohz kicksMorten Rasmussen
2015-04-09sched: Enable active migration for cpus of lower capacityMorten Rasmussen
2015-04-09sched: Skip cpu as lb src which has one task and capacity gte the dst cpuDietmar Eggemann
2015-04-09sched: Tipping point from energy-aware to conventional load balancingDietmar Eggemann
2015-04-09sched: Introduce energy awareness into detach_tasksDietmar Eggemann
2015-04-09sched: Introduce energy awareness into find_busiest_queueDietmar Eggemann
2015-04-09sched: Introduce energy awareness into find_busiest_groupDietmar Eggemann
2015-04-09sched: Introduce energy awareness into update_sd_lb_statsDietmar Eggemann
2015-04-09sched: Introduce energy awareness into update_sg_lb_statsDietmar Eggemann
2015-04-09sched: Infrastructure to query if load balancing is energy-awareDietmar Eggemann
2015-04-09sched: Bias new task wakeups towards higher capacity cpusMorten Rasmussen
2015-04-09sched: Energy-aware wake-up task placementMorten Rasmussen
2015-04-09sched: Estimate energy impact of scheduling decisionsMorten Rasmussen
2015-04-09sched: Extend sched_group_energy to test load-balancing decisionsMorten Rasmussen
2015-04-09sched: Calculate energy consumption of sched_groupMorten Rasmussen
2015-04-09sched: Use capacity_curr to cap utilization in get_cpu_usage()Morten Rasmussen
2015-04-09sched: Relocated get_cpu_usage()Morten Rasmussen
2015-04-09sched: Compute cpu capacity available at current frequencyMorten Rasmussen
2015-04-09sched: Make energy awareness a sched featureMorten Rasmussen
2015-04-09sched: Include blocked utilization in usage trackingMorten Rasmussen
2015-04-09sched: Track blocked utilization contributionsMorten Rasmussen
2015-04-09sched: Get rid of scaling usage by cpu_capacity_origDietmar Eggemann
2015-04-09sched: Make usage tracking cpu scale-invariantDietmar Eggemann
2015-04-09sched: Make load tracking frequency scale-invariantDietmar Eggemann
2015-04-09sched: move cfs task on a CPU with higher capacityVincent Guittot
2015-04-09sched: replace capacity_factor by usageVincent Guittot
2015-04-09sched: get CPU's usage statisticVincent Guittot
2015-04-09sched: add per rq cpu_capacity_origVincent Guittot
2015-04-09sched: make scale_rt invariant with frequencyVincent Guittot
2015-04-09sched: Make sched entity usage tracking scale-invariantMorten Rasmussen
2015-04-09sched: remove frequency scaling from cpu_capacityVincent Guittot
2015-04-09sched: Track group sched_entity usage contributionsMorten Rasmussen
2015-04-09sched: add utilization_avg_contribVincent Guittot
2015-04-09sched/fair: Change "has_capacity" to "has_free_capacity"Nicolas Pitre
2015-04-09sched/fair: Remove duplicate code from can_migrate_task()Kirill Tkhai
2015-04-09sched/numa: Favour moving tasks towards the preferred nodeMel Gorman
2015-04-09sched: Test the CPU's capacity in wake_affine()Vincent Guittot
2015-04-09sched: Fix avg_load computationVincent Guittot
2015-04-09sched: Remove a wake_affine() conditionVincent Guittot
2015-04-09sched: Fix imbalance flag resetVincent Guittot
2015-04-09sched: Allow all architectures to set 'capacity_orig'Vincent Guittot
2015-04-09sched: Improve sysbench performance by fixing spurious active migrationVincent Guittot
2015-04-09sched/fair: Leverage the idle state info when choosing the "idlest" cpuNicolas Pitre
2015-04-09sched/fair: Fix reschedule which is generated on throttled cfs_rqKirill Tkhai
2015-04-09sched/fair: Allow calculate_imbalance() to move idle cpusPeter Zijlstra
2015-04-09sched/fair: Make update_sd_pick_busiest() return 'true' on a busier sdRik van Riel
2015-04-09sched/fair: Make calculate_imbalance() independentPeter Zijlstra
2015-04-09sched: Fix CACHE_HOT_BUDY conditionHillf Danton
2015-04-09sched: Rename capacity related flagsNicolas Pitre