summaryrefslogtreecommitdiffstats
path: root/kernel/sched/fair.c
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | 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/+24Star
|\
| * sched/nohz: Clean up select_nohz_load_balancer()Alex Shi2012-09-131-15/+10Star
| * 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/+3Star
| * | sched: using dst_rq instead of this_rq during load balanceMichael Wang2012-08-131-5/+4Star
| * | 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/+0Star
* | 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/+14Star
* 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
* sched: Reorder 'struct lb_env' members to reduce its sizePrashanth Nageshappa2012-07-241-1/+1
* sched: Improve scalability via 'CPU buddies', which withstand random perturba...Mike Galbraith2012-07-241-21/+7Star
* Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-06-081-3/+4
|\
| * sched: Always initialize cpu-powerPeter Zijlstra2012-06-061-1/+1
| * sched: Fix domain iterationPeter Zijlstra2012-06-061-2/+3
* | sched/fair: fix lots of kernel-doc warningsRandy Dunlap2012-06-081-16/+6Star
|/
* sched: Move nr_cpus_allowed out of 'struct sched_rt_entity'Peter Zijlstra2012-05-301-1/+1
* sched: Make sure to not re-read variables after validationPeter Zijlstra2012-05-301-4/+11
* sched: Fix SD_OVERLAPPeter Zijlstra2012-05-301-5/+20
* sched: Remove stale power aware scheduling remnants and dysfunctional knobsPeter Zijlstra2012-05-171-273/+2Star
* sched/fair: Improve the ->group_imb logicPeter Zijlstra2012-05-141-6/+14
* sched/nohz: Fix rq->cpu_load[] calculationsPeter Zijlstra2012-05-141-1/+1
* sched/fair: Revert sched-domain iteration breakagePeter Zijlstra2012-05-141-12/+7Star
* sched/fair: Propagate 'struct lb_env' usage into find_busiest_groupPeter Zijlstra2012-05-091-93/+82Star
* sched/fair: Add some serialization to the sched_domain load-balance walkPeter Zijlstra2012-05-091-2/+7
* sched/fair: Let minimally loaded cpu balance the groupPeter Zijlstra2012-05-091-5/+5