aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/fair.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-05-02Merge commit '8700c95adb03' into timers/nohzFrederic Weisbecker1-50/+81
2013-04-26sched: Fix init NOHZ_IDLE flagVincent Guittot1-10/+16
2013-04-24sched: Prevent to re-select dst-cpu in load_balance()Joonsoo Kim1-18/+15
2013-04-24sched: Rename load_balance_tmpmask to load_balance_maskJoonsoo Kim1-2/+2
2013-04-24sched: Move up affinity check to mitigate useless redoing overheadJoonsoo Kim1-9/+7
2013-04-24sched: Don't consider other cpus in our group in case of NEWLY_IDLEJoonsoo Kim1-1/+14
2013-04-24sched: Explicitly cpu_idle_type checking in rebalance_domains()Joonsoo Kim1-3/+4
2013-04-24sched: Change position of resched_cpu() in load_balance()Joonsoo Kim1-5/+5
2013-04-21sched: Fix wrong rq's runnable_avg update with rt tasksVincent Guittot1-2/+21
2013-04-10sched: Fix comment in rebalance_domains()Libin1-1/+1
2013-04-10sched: Simplify can_migrate_task()Zhang Hang1-7/+4
2013-04-03nohz: Rename CONFIG_NO_HZ to CONFIG_NO_HZ_COMMONFrederic Weisbecker1-5/+5
2013-03-14sched: Fix variable name misnomer, add commentsAndrei Epure1-4/+5
2013-03-11sched: Spelling fixAndrei Epure1-1/+1
2013-03-06sched: Make default_scale_freq_power() staticLi Zefan1-3/+3
2013-02-19Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-18/+9
2013-02-04sched: Fix select_idle_sibling() bouncing cow syndromeMike Galbraith1-14/+7
2013-01-25sched: Fix warning in kernel/sched/fair.cArnd Bergmann1-1/+1
2013-01-24sched/fair: Set se->vruntime directly in place_entity()Viresh Kumar1-3/+1
2013-01-24sched: Fix the broken sched_rr_get_interval()Zhu Yanhai1-1/+1
2012-12-20sched: numa: ksm: fix oops in task_numa_placment()Hugh Dickins1-1/+4
2012-12-17sched: numa: Fix build error if CONFIG_NUMA_BALANCING && !CONFIG_TRANSPARENT_HUGEPAGEMel Gorman1-1/+1
2012-12-16Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/mel/linux-balancenumaLinus Torvalds1-0/+227
2012-12-14Revert "sched: Update_cfs_shares at period edge"Linus Torvalds1-10/+8
2012-12-11mm: sched: numa: Delay PTE scanning until a task is scheduled on a new nodeMel Gorman1-0/+18
2012-12-11mm: sched: numa: Control enabling and disabling of NUMA balancingMel Gorman1-0/+3
2012-12-11mm: sched: Adapt the scanning rate if a NUMA hinting fault does not migrateMel Gorman1-8/+21
2012-12-11sched: numa: Slowly increase the scanning period as NUMA faults are handledMel Gorman1-1/+10
2012-12-11mm: numa: Rate limit setting of pte_numa if node is saturatedMel Gorman1-0/+9
2012-12-11mm: sched: numa: Implement slow start for working set samplingPeter Zijlstra1-0/+5
2012-12-11sched, numa, mm: Count WS scanning against present PTEs, not virtual memory rangesMel Gorman1-15/+21
2012-12-11mm: sched: numa: Implement constant, per task Working Set Sampling (WSS) ratePeter Zijlstra1-13/+52
2012-12-11mm: numa: Add fault driven placement and migrationPeter Zijlstra1-0/+125
2012-11-18Merge branch 'sched/urgent' into sched/coreIngo Molnar1-1/+1
2012-10-24sched: Describe CFS load-balancerPeter Zijlstra1-2/+116
2012-10-24sched: Introduce temporary FAIR_GROUP_SCHED dependency for load-trackingPaul Turner1-2/+11
2012-10-24sched: Make __update_entity_runnable_avg() fastPaul Turner1-24/+101
2012-10-24sched: Update_cfs_shares at period edgePaul Turner1-8/+10
2012-10-24sched: Refactor update_shares_cpu() -> update_blocked_avgs()Paul Turner1-27/+23
2012-10-24sched: Replace update_shares weight distribution with per-entity computationPaul Turner1-133/+24
2012-10-24sched: Maintain runnable averages across throttled periodsPaul Turner1-10/+40
2012-10-24sched: Normalize tg load contributions against runnable timePaul Turner1-0/+56
2012-10-24sched: Compute load contribution by a group entityPaul Turner1-6/+27
2012-10-24sched: Aggregate total task_group loadPaul Turner1-0/+22
2012-10-24sched: Account for blocked load waking back upPaul Turner1-20/+80
2012-10-24sched: Add an rq migration call-back to sched_classPaul Turner1-0/+12
2012-10-24sched: Maintain the load contribution of blocked entitiesPaul Turner1-13/+115
2012-10-24sched: Aggregate load contributed by task entities on parenting cfs_rqPaul Turner1-4/+47
2012-10-24sched: Maintain per-rq runnable averagesBen Segall1-2/+16
2012-10-24sched: Track the runnable average on a per-task entity basisPaul Turner1-0/+129