aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-12-16sched: fix load trackingVincent Guittot
2014-12-16sched:fix cpufreqVincent Guittot
2014-12-03Revert "sched: Get rid of scaling usage by cpu_capacity_orig"Dietmar Eggemann
2014-12-03Revert "arm: Cpu invariant scheduler load-tracking support"Vincent Guittot
2014-12-03Revert "sched: Make usage and load tracking cpu scale-invariant"Vincent Guittot
2014-12-03sched: Include blocked load in weighted_cpuloadmorten.rasmussen@arm.com
2014-12-03sched: Include blocked utilization in usage trackingmorten.rasmussen@arm.com
2014-12-03sched: Track blocked utilization contributionsmorten.rasmussen@arm.com
2014-12-03sched: Get rid of scaling usage by cpu_capacity_origDietmar Eggemann
2014-12-03arm: Cpu invariant scheduler load-tracking supportDietmar Eggemann
2014-12-03arm: Frequency invariant scheduler load-tracking supportMorten Rasmussen
2014-12-03cpufreq: Architecture specific callback for frequency changesMorten Rasmussen
2014-12-03sched: Make usage and load tracking cpu scale-invariantDietmar Eggemann
2014-12-03sched: Make load tracking frequency scale-invariantDietmar Eggemann
2014-11-03sched: move cfs task on a CPU with higher capacitysched-for-mikeVincent Guittot
2014-11-03sched: add SD_PREFER_SIBLING for SMT levelVincent Guittot
2014-11-03sched: replace capacity_factor by usageVincent Guittot
2014-11-03sched: get CPU's usage statisticVincent Guittot
2014-11-03sched: add per rq cpu_capacity_origVincent Guittot
2014-11-03sched: make scale_rt invariant with frequencyVincent Guittot
2014-11-03sched: Make sched entity usage tracking scale-invariantMorten Rasmussen
2014-11-03sched: remove frequency scaling from cpu_capacityVincent Guittot
2014-11-03sched: Track group sched_entity usage contributionsMorten Rasmussen
2014-11-03sched: add utilization_avg_contribVincent Guittot
2014-10-03sched/dl: Use dl_bw_of() under rcu_read_lock_sched()Kirill Tkhai
2014-10-03sched/fair: Delete resched_cpu() from idle_balance()Kirill Tkhai
2014-10-03sched, time: Fix build error with 64 bit cputime_t on 32 bit systemsRik van Riel
2014-10-03sched: Improve sysbench performance by fixing spurious active migrationVincent Guittot
2014-10-03sched/x86: Fix up typo in topology detectionDave Hansen
2014-09-24x86, sched: Add new topology for multi-NUMA-node CPUsDave Hansen
2014-09-24sched/rt: Use resched_curr() in task_tick_rt()Kirill Tkhai
2014-09-24sched: Use rq->rd in sched_setaffinity() under RCU read lockKirill Tkhai
2014-09-24sched: cleanup: Rename 'out_unlock' to 'out_free_new_mask'Kirill Tkhai
2014-09-24sched: Use dl_bw_of() under RCU read lockKirill Tkhai
2014-09-24sched/fair: Remove duplicate code from can_migrate_task()Kirill Tkhai
2014-09-24sched, mips, ia64: Remove __ARCH_WANT_UNLOCKED_CTXSWPeter Zijlstra
2014-09-24sched: print_rq(): Don't use tasklist_lockOleg Nesterov
2014-09-24sched: normalize_rt_tasks(): Don't use _irqsave for tasklist_lock, use task_r...Oleg Nesterov
2014-09-24sched: Fix the task-group check in tg_has_rt_tasks()Oleg Nesterov
2014-09-24sched/fair: Leverage the idle state info when choosing the "idlest" cpuNicolas Pitre
2014-09-24sched: Let the scheduler see CPU idle statesDaniel Lezcano
2014-09-24sched/deadline: Fix inter- exclusive cpusets migrationsJuri Lelli
2014-09-24sched/deadline: Clear dl_entity params when setscheduling to different classJuri Lelli
2014-09-24sched/numa: Kill the wrong/dead TASK_DEAD check in task_numa_fault()Oleg Nesterov
2014-09-21sched: Clean up some typos and grammatical errors in code/commentsZhihui Zhang
2014-09-19sched: Test the CPU's capacity in wake_affine()Vincent Guittot
2014-09-19ARM: topology: Use the new cpu_capacity interfaceVincent Guittot
2014-09-19sched: Allow all architectures to set 'capacity_orig'Vincent Guittot
2014-09-19sched: Fix avg_load computationVincent Guittot
2014-09-19sched: Remove a wake_affine() conditionVincent Guittot