summaryrefslogtreecommitdiffstats
path: root/kernel/sched/fair.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-02-191-18/+9
|\
| * sched: Fix select_idle_sibling() bouncing cow syndromeMike Galbraith2013-02-041-14/+7
| * sched/fair: Set se->vruntime directly in place_entity()Viresh Kumar2013-01-241-3/+1
| * 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-161-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/+8
* | 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/+23
* | sched: Replace update_shares weight distribution with per-entity computationPaul Turner2012-10-241-133/+24
* | 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
* | sched: Track the runnable average on a per-task entity basisPaul Turner2012-10-241-0/+129
|/
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-10-011-57/+24
|\
| * sched/nohz: Clean up select_nohz_load_balancer()Alex Shi2012-09-131-15/+10
| * sched: Fix nohz_idle_balance()Vincent Guittot2012-09-131-5/+6
| * Merge branch 'sched/urgent' into sched/coreIngo Molnar2012-09-041-4/+5
| |\
| * | sched: recover SD_WAKE_AFFINE in select_task_rq_fair and code clean upAlex Shi2012-08-131-31/+3
| * | sched: using dst_rq instead of this_rq during load balanceMichael Wang2012-08-131-5/+4
| * | sched: Fix __sched_period commentBorislav Petkov2012-08-131-1/+1
* | | Revert "sched: Improve scalability via 'CPU buddies', which withstand random ...Linus Torvalds2012-09-161-7/+21
| |/ |/|
* | sched: Fix kernel-doc warnings in kernel/sched/fair.cRandy Dunlap2012-09-041-2/+0
* | sched: Unthrottle rt runqueues in __disable_runtime()Peter Boonstoppel2012-09-041-2/+5
|/
* sched, cgroup: Reduce rq->lock hold times for large cgroup hierarchiesPeter Zijlstra2012-08-131-2/+9
* sched/cleanups: Add load balance cpumask pointer to 'struct lb_env'Michael Wang2012-07-311-15/+14
* sched: Improve balance_cpu() to consider other cpus in its group as target of...Srivatsa Vaddagiri2012-07-241-4/+74
* sched: Reset loop counters if all tasks are pinned and we need to redo load b...Prashanth Nageshappa2012-07-241-1/+4
OpenPOWER on IntegriCloud