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