aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
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: Highest energy aware balancing sched_domain level pointerMorten 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: Introduce SD_SHARE_CAP_STATES sched_domain flagMorten Rasmussen
2015-04-09sched: Allocate and initialize energy data structuresDietmar Eggemann
2015-04-09sched: Introduce energy data structuresDietmar Eggemann
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: add SD_PREFER_SIBLING for SMT levelVincent 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/idle: fix compilation errorJuri Lelli
2015-04-09Revert "sched/idle: Simplify wake_up_idle_cpu()"Juri Lelli
2015-04-09Revert "sched, trace: Add a tracepoint for IPI-less remote wakeups"Juri Lelli
2015-04-09Revert "sched/idle: Avoid spurious wakeup IPIs"Juri Lelli
2015-04-09Revert "sched/idle: Optimize try-to-wake-up IPI"Juri Lelli
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: Change get_rq_runnable_load() to static and inlineAlex Shi
2015-04-09sched/tg: Remove tg.load_weightAlex Shi
2015-04-09top/rcu: remove __cpuinit attr for few functionsAlex Shi
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: Let the scheduler see CPU idle statesDaniel Lezcano
2015-04-09sched/fair: Fix reschedule which is generated on throttled cfs_rqKirill Tkhai
2015-04-09sched: Change autogroup_move_group() to use for_each_thread()Oleg Nesterov
2015-04-09sched: Change thread_group_cputime() to use for_each_thread()Oleg Nesterov