aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-06-12Revert "arm64: Fix definition of arm_pm_restart to match the declaration"stable/sched-upstreameas-testAlex Shi
2015-06-12Revert "arm64: use common reboot infrastructure"Alex Shi
2015-06-12Revert "arm64: enable generic clockevent broadcast"Alex Shi
2015-06-12Revert "arm64: Support arch_irq_work_raise() via self IPIs"Alex Shi
2015-06-12Revert "ARM64: add IPI tracepoints"Alex Shi
2015-06-12sched/core: Validate rq_clock*() serializationPeter Zijlstra
2015-06-12sched: Improve load balancing in the presence of idle CPUsPreeti U Murthy
2015-06-12sched: Optimize freq invariant accountingPeter Zijlstra
2015-06-12sched: Move CFS tasks to CPUs with higher capacityVincent Guittot
2015-06-12sched: Add SD_PREFER_SIBLING for SMT levelVincent Guittot
2015-06-12sched: Remove unused struct sched_group_capacity::capacity_origVincent Guittot
2015-06-12sched: Replace capacity_factor by usageVincent Guittot
2015-06-12sched: Calculate CPU's usage statistic and put it into struct sg_lb_stats::gr...Vincent Guittot
2015-06-12sched: Add struct rq::cpu_capacity_origVincent Guittot
2015-06-12sched: Make scale_rt invariant with frequencyVincent Guittot
2015-06-12sched: Make sched entity usage tracking scale-invariantMorten Rasmussen
2015-06-12sched: Remove frequency scaling from cpu_capacityVincent Guittot
2015-06-12sched: Track group sched_entity usage contributionsMorten Rasmussen
2015-06-12sched: Add sched_avg::utilization_avg_contribVincent Guittot
2015-06-12sched/fair: cleanup: Remove useless assignment in select_task_rq_fair()Kirill Tkhai
2015-02-27sched/fair: Remove double_lock_balance() from load_balance()Kirill Tkhai
2015-02-27sched/fair: Remove double_lock_balance() from active_load_balance_cpu_stop()Kirill Tkhai
2015-02-27sched: Remove double_rq_lock() from __migrate_task()Kirill Tkhai
2015-02-27sched: Teach scheduler to understand TASK_ON_RQ_MIGRATING stateKirill Tkhai
2015-02-27sched: Add wrapper for checking task_struct::on_rqKirill Tkhai
2014-12-23sched/fair: Change "has_capacity" to "has_free_capacity"HEADmasterNicolas Pitre
2014-12-23sched, ARM: Create a dedicated scheduler topology tableVincent Guittot
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-05arm/smp: remove __cpuinit attr from __cpu_up/boot_secondaryAlex Shi
2014-12-05arm/lib: remove __cpuinit attr from calibrate_delay_is_known()Alex 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-04ARM: topology: Use the new cpu_capacity interfaceVincent 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