aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2014-12-23sched/fair: Change "has_capacity" to "has_free_capacity"HEADmasterNicolas Pitre
2014-12-23sched/fair: Remove duplicate code from can_migrate_task()Kirill Tkhai
2014-12-23sched/numa: Favour moving tasks towards the preferred nodeMel Gorman
2014-12-23sched: Change get_rq_runnable_load() to static and inlineAlex Shi
2014-12-23sched/tg: Remove tg.load_weightAlex Shi
2014-12-05top/rcu: remove __cpuinit attr for few functionsAlex Shi
2014-12-04sched: Test the CPU's capacity in wake_affine()Vincent Guittot
2014-12-04sched: Fix avg_load computationVincent Guittot
2014-12-04sched: Remove a wake_affine() conditionVincent Guittot
2014-12-04sched: Fix imbalance flag resetVincent Guittot
2014-12-04sched: Allow all architectures to set 'capacity_orig'Vincent Guittot
2014-12-04sched: Improve sysbench performance by fixing spurious active migrationVincent Guittot
2014-12-04sched/fair: Leverage the idle state info when choosing the "idlest" cpuNicolas Pitre
2014-12-04sched: Let the scheduler see CPU idle statesDaniel Lezcano
2014-12-04sched/fair: Fix reschedule which is generated on throttled cfs_rqKirill Tkhai
2014-12-04sched: Change autogroup_move_group() to use for_each_thread()Oleg Nesterov
2014-12-04sched: Change thread_group_cputime() to use for_each_thread()Oleg Nesterov
2014-12-04sched: s/do_each_thread/for_each_process_thread/ in core.cOleg Nesterov
2014-12-04sched: Rename a misleading variable in build_overlap_sched_groups()Zhihui Zhang
2014-12-04sched/fair: Allow calculate_imbalance() to move idle cpusPeter Zijlstra
2014-12-04sched/fair: Make update_sd_pick_busiest() return 'true' on a busier sdRik van Riel
2014-12-04sched/fair: Make calculate_imbalance() independentPeter Zijlstra
2014-12-04sched: Robustify topology setupPeter Zijlstra
2014-12-04tracing: Add __bitmask() macro to trace events to cpumasks and other bitmasksSteven Rostedt (Red Hat)
2014-12-04cpuidle: move idle traces to cpuidle_enter_state()Sandeep Tripathy
2014-12-04sched: Fix CACHE_HOT_BUDY conditionHillf Danton
2014-12-03sched: Rename capacity related flagsNicolas Pitre
2014-12-03sched: Final power vs. capacity cleanupsNicolas Pitre
2014-12-03sched: Remove remaining dubious usage of "power"Nicolas Pitre
2014-12-03sched: Let 'struct sched_group_power' care about CPU capacityNicolas Pitre
2014-12-03sched/fair: Disambiguate existing/remaining "capacity" usageNicolas Pitre
2014-12-03sched/fair: Rework Change "has_capacity" to "has_free_capacity"Nicolas Pitre
2014-12-03sched/balancing: Reduce the rate of needless idle load balancingTim Chen
2014-12-03sched/fair: Fix unlocked reads of some cfs_b->quota/periodBen Segall
2014-12-03sched, powerpc: Create a dedicated topology tableVincent Guittot
2014-12-03sched: Do not zero sg->cpumask and sg->sgp->power in build_sched_groups()Dietmar Eggemann
2014-12-03sched/idle: replace smp_mb__after_atomic function in cpu_idle_loopAlex Shi
2014-12-03sched/idle: Optimize try-to-wake-up IPIPeter Zijlstra
2014-12-03sched/idle: Simplify wake_up_idle_cpu()Andy Lutomirski
2014-12-03sched/idle: Clear polling before descheduling the idle threadAndy Lutomirski
2014-12-03sched, trace: Add a tracepoint for IPI-less remote wakeupsAndy Lutomirski
2014-12-03sched/idle: Make cpuidle_idle_call() voidRafael J. Wysocki
2014-12-03sched/idle: Reflow cpuidle_idle_call()Peter Zijlstra
2014-12-03sched/fair: Fix tg_set_cfs_bandwidth() deadlock on rq->lockRoman Gushchin
2014-12-03sched/idle: Delay clearing the polling bitPeter Zijlstra
2014-12-03sched/idle: Avoid spurious wakeup IPIsPeter Zijlstra
2014-12-03sched/fair: Stop searching for tasks in newidle balance if there are runnable...Jason Low
2014-12-03sched: Add a new SD_SHARE_POWERDOMAIN for sched_domainVincent Guittot
2014-12-03sched: Rework sched_domain topology definitionVincent Guittot
2014-12-03cpuidle: Combine cpuidle_enabled() with cpuidle_select()Rafael J. Wysocki