aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2014-09-19sched: Fix imbalance flag resetVincent Guittot
2014-09-19sched: Add default-disabled option to BUG() when stack end location is overwr...Aaron Tomlin
2014-09-19sched: Add helper for task stack page overrun checkingAaron Tomlin
2014-09-19init/main.c: Give init_task a canaryAaron Tomlin
2014-09-19sched: Do not stop cpu in set_cpus_allowed_ptr() if task is not runningKirill Tkhai
2014-09-19sched/dl: Simplify pick_dl_task()Kirill Tkhai
2014-09-19sched/rt: Remove useless if from cleanup pick_next_task_rt()Kirill Tkhai
2014-09-19sched/core: Use put_prev_task() accessor where possibleKirill Tkhai
2014-09-19sched/fair: cleanup: Remove useless assignment in select_task_rq_fair()Kirill Tkhai
2014-09-19sched, cleanup, treewide: Remove set_current_state(TASK_RUNNING) after schedu...Kirill Tkhai
2014-09-19sched, time: Fix lock inversion in thread_group_cputime()Rik van Riel
2014-09-19seqlock: Add irqsave variant of read_seqbegin_or_lock()Rik van Riel
2014-09-19cpuidle: Use wake_up_all_idle_cpus() to wake up all idle cpusChuansheng Liu
2014-09-19smp: Add new wake_up_all_idle_cpus() functionChuansheng Liu