summaryrefslogtreecommitdiff
path: root/kernel/sched/fair.c
AgeCommit message (Expand)Author
2013-07-31mm: sched: numa: fix NUMA balancing when !SCHED_DEBUGDave Kleikamp
2013-07-14kernel: delete __cpuinit usage from all core kernel filesPaul Gortmaker
2013-06-27sched/fair: Fix typo describing flags in enqueue_entityKamalesh Babulal
2013-06-27sched/cfs_rq: Change atomic64_t removed_load to atomic_long_tAlex Shi
2013-06-27sched/tg: Use 'unsigned long' for load variable in task groupAlex Shi
2013-06-27sched: Change cfs_rq load avg to unsigned longAlex Shi
2013-06-27sched: Consider runnable load average in move_tasks()Alex Shi
2013-06-27sched: Compute runnable load avg in cpu_load and cpu_avg_load_per_taskAlex Shi
2013-06-27sched: Fix sleep time double accounting in enqueue entityAlex Shi
2013-06-27sched: Set an initial value of runnable avg for new forked taskAlex Shi
2013-06-27Revert "sched: Introduce temporary FAIR_GROUP_SCHED dependency for load-track...Alex Shi
2013-06-19sched: Femove the useless declaration in kernel/sched/fair.cMichael Wang
2013-06-19sched: Refine the code in unthrottle_cfs_rq()Michael Wang
2013-05-31sched/fair: Remove unused variable from expire_cfs_rq_runtime()Kamalesh Babulal
2013-05-28sched: Use an accessor to read the rq clockFrederic Weisbecker
2013-05-28sched: Update rq clock earlier in unthrottle_cfs_rqFrederic Weisbecker
2013-05-28sched: Update rq clock before setting fair group sharesFrederic Weisbecker
2013-05-28Merge branch 'sched/cleanups' into sched/coreIngo Molnar
2013-05-10sched: Use this_rq() helperNathan Zimmer
2013-05-07sched: Move update_load_*() methods from sched.h to fair.cPaul Gortmaker
2013-05-02Merge commit '8700c95adb03' into timers/nohzFrederic Weisbecker
2013-04-26sched: Fix init NOHZ_IDLE flagVincent Guittot
2013-04-24sched: Prevent to re-select dst-cpu in load_balance()Joonsoo Kim
2013-04-24sched: Rename load_balance_tmpmask to load_balance_maskJoonsoo Kim
2013-04-24sched: Move up affinity check to mitigate useless redoing overheadJoonsoo Kim
2013-04-24sched: Don't consider other cpus in our group in case of NEWLY_IDLEJoonsoo Kim
2013-04-24sched: Explicitly cpu_idle_type checking in rebalance_domains()Joonsoo Kim
2013-04-24sched: Change position of resched_cpu() in load_balance()Joonsoo Kim
2013-04-21sched: Fix wrong rq's runnable_avg update with rt tasksVincent Guittot
2013-04-10sched: Fix comment in rebalance_domains()Libin
2013-04-10sched: Simplify can_migrate_task()Zhang Hang
2013-04-03nohz: Rename CONFIG_NO_HZ to CONFIG_NO_HZ_COMMONFrederic Weisbecker
2013-03-14sched: Fix variable name misnomer, add commentsAndrei Epure
2013-03-11sched: Spelling fixAndrei Epure
2013-03-06sched: Make default_scale_freq_power() staticLi Zefan
2013-02-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2013-02-04sched: Fix select_idle_sibling() bouncing cow syndromeMike Galbraith
2013-01-25sched: Fix warning in kernel/sched/fair.cArnd Bergmann
2013-01-24sched/fair: Set se->vruntime directly in place_entity()Viresh Kumar
2013-01-24sched: Fix the broken sched_rr_get_interval()Zhu Yanhai
2012-12-20sched: numa: ksm: fix oops in task_numa_placment()Hugh Dickins
2012-12-17sched: numa: Fix build error if CONFIG_NUMA_BALANCING && !CONFIG_TRANSPARENT_...Mel Gorman
2012-12-16Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-12-14Revert "sched: Update_cfs_shares at period edge"Linus Torvalds
2012-12-11mm: sched: numa: Delay PTE scanning until a task is scheduled on a new nodeMel Gorman
2012-12-11mm: sched: numa: Control enabling and disabling of NUMA balancingMel Gorman
2012-12-11mm: sched: Adapt the scanning rate if a NUMA hinting fault does not migrateMel Gorman
2012-12-11sched: numa: Slowly increase the scanning period as NUMA faults are handledMel Gorman
2012-12-11mm: numa: Rate limit setting of pte_numa if node is saturatedMel Gorman
2012-12-11mm: sched: numa: Implement slow start for working set samplingPeter Zijlstra