summaryrefslogtreecommitdiffstats
path: root/kernel/sched/fair.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '8700c95adb03' into timers/nohzFrederic Weisbecker2013-05-021-50/+81
|\
| * sched: Fix init NOHZ_IDLE flagVincent Guittot2013-04-261-10/+16
| * sched: Prevent to re-select dst-cpu in load_balance()Joonsoo Kim2013-04-241-18/+15Star
| * sched: Rename load_balance_tmpmask to load_balance_maskJoonsoo Kim2013-04-241-2/+2
| * sched: Move up affinity check to mitigate useless redoing overheadJoonsoo Kim2013-04-241-9/+7Star
| * sched: Don't consider other cpus in our group in case of NEWLY_IDLEJoonsoo Kim2013-04-241-1/+14
| * sched: Explicitly cpu_idle_type checking in rebalance_domains()Joonsoo Kim2013-04-241-3/+4
| * sched: Change position of resched_cpu() in load_balance()Joonsoo Kim2013-04-241-5/+5
| * sched: Fix wrong rq's runnable_avg update with rt tasksVincent Guittot2013-04-211-2/+21
| * sched: Fix comment in rebalance_domains()Libin2013-04-101-1/+1
| * sched: Simplify can_migrate_task()Zhang Hang2013-04-101-7/+4Star
* | nohz: Rename CONFIG_NO_HZ to CONFIG_NO_HZ_COMMONFrederic Weisbecker2013-04-031-5/+5
|/
* sched: Fix variable name misnomer, add commentsAndrei Epure2013-03-141-4/+5
* sched: Spelling fixAndrei Epure2013-03-111-1/+1
* sched: Make default_scale_freq_power() staticLi Zefan2013-03-061-3/+3
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-02-201-18/+9Star
|\
| * sched: Fix select_idle_sibling() bouncing cow syndromeMike Galbraith2013-02-041-14/+7Star
| * sched/fair: Set se->vruntime directly in place_entity()Viresh Kumar2013-01-241-3/+1Star
| * sched: Fix the broken sched_rr_get_interval()Zhu Yanhai2013-01-241-1/+1
* | sched: Fix warning in kernel/sched/fair.cArnd Bergmann2013-01-251-1/+1
|/
* sched: numa: ksm: fix oops in task_numa_placment()Hugh Dickins2012-12-201-1/+4
* sched: numa: Fix build error if CONFIG_NUMA_BALANCING && !CONFIG_TRANSPARENT_...Mel Gorman2012-12-171-1/+1
* Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-12-171-0/+227
|\
| * mm: sched: numa: Delay PTE scanning until a task is scheduled on a new nodeMel Gorman2012-12-111-0/+18
| * mm: sched: numa: Control enabling and disabling of NUMA balancingMel Gorman2012-12-111-0/+3
| * mm: sched: Adapt the scanning rate if a NUMA hinting fault does not migrateMel Gorman2012-12-111-8/+21
| * sched: numa: Slowly increase the scanning period as NUMA faults are handledMel Gorman2012-12-111-1/+10
| * mm: numa: Rate limit setting of pte_numa if node is saturatedMel Gorman2012-12-111-0/+9
| * mm: sched: numa: Implement slow start for working set samplingPeter Zijlstra2012-12-111-0/+5
| * sched, numa, mm: Count WS scanning against present PTEs, not virtual memory r...Mel Gorman2012-12-111-15/+21
| * mm: sched: numa: Implement constant, per task Working Set Sampling (WSS) ratePeter Zijlstra2012-12-111-13/+52
| * mm: numa: Add fault driven placement and migrationPeter Zijlstra2012-12-111-0/+125
* | Revert "sched: Update_cfs_shares at period edge"Linus Torvalds2012-12-141-10/+8Star
* | Merge branch 'sched/urgent' into sched/coreIngo Molnar2012-11-181-1/+1
|\ \
| * | sched: Add WAKEUP_PREEMPTION feature flag, on by defaultIngo Molnar2012-10-161-1/+1
| |/
* | sched: Describe CFS load-balancerPeter Zijlstra2012-10-241-2/+116
* | sched: Introduce temporary FAIR_GROUP_SCHED dependency for load-trackingPaul Turner2012-10-241-2/+11
* | sched: Make __update_entity_runnable_avg() fastPaul Turner2012-10-241-24/+101
* | sched: Update_cfs_shares at period edgePaul Turner2012-10-241-8/+10
* | sched: Refactor update_shares_cpu() -> update_blocked_avgs()Paul Turner2012-10-241-27/+23Star
* | sched: Replace update_shares weight distribution with per-entity computationPaul Turner2012-10-241-133/+24Star
* | sched: Maintain runnable averages across throttled periodsPaul Turner2012-10-241-10/+40
* | sched: Normalize tg load contributions against runnable timePaul Turner2012-10-241-0/+56
* | sched: Compute load contribution by a group entityPaul Turner2012-10-241-6/+27
* | sched: Aggregate total task_group loadPaul Turner2012-10-241-0/+22
* | sched: Account for blocked load waking back upPaul Turner2012-10-241-20/+80
* | sched: Add an rq migration call-back to sched_classPaul Turner2012-10-241-0/+12
* | sched: Maintain the load contribution of blocked entitiesPaul Turner2012-10-241-13/+115
* | sched: Aggregate load contributed by task entities on parenting cfs_rqPaul Turner2012-10-241-4/+47
* | sched: Maintain per-rq runnable averagesBen Segall2012-10-241-2/+16