summaryrefslogtreecommitdiffstats
path: root/kernel/sched/fair.c
Commit message (Expand)AuthorAgeFilesLines
* sched/balancing: Fix cfs_rq->task_h_load calculationVladimir Davydov2013-09-201-1/+1
* sched/balancing: Fix 'local->avg_load > busiest->avg_load' case in fix_small_...Vladimir Davydov2013-09-201-2/+2
* sched/balancing: Fix 'local->avg_load > sds->avg_load' case in calculate_imba...Vladimir Davydov2013-09-201-1/+2
* sched/fair: Fix small race where child->se.parent,cfs_rq might point to inval...Daisuke Nishimura2013-09-121-5/+9
* sched: Fix load balancing performance regression in should_we_balance()Joonsoo Kim2013-09-101-1/+1
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-09-041-223/+288
|\
| * sched/fair: Rework and comment the group_imb codePeter Zijlstra2013-09-021-34/+89
| * sched/fair: Optimize find_busiest_queue()Peter Zijlstra2013-09-021-4/+1
| * sched/fair: Make group power more consistentPeter Zijlstra2013-09-021-19/+22
| * sched/fair: Remove duplicate load_per_task computationsPeter Zijlstra2013-09-021-11/+2
| * sched/fair: Shrink sg_lb_stats and play memset gamesPeter Zijlstra2013-09-021-7/+26
| * sched: Clean-up struct sd_lb_statJoonsoo Kim2013-09-021-115/+114
| * sched: Factor out code to should_we_balance()Joonsoo Kim2013-09-021-54/+53
| * sched: Remove one division operation in find_busiest_queue()Joonsoo Kim2013-09-021-5/+9
| * Merge tag 'v3.11-rc5' into sched/coreIngo Molnar2013-08-161-2/+2
| |\
| * | sched/fair: Cleanup: remove duplicate variable declarationKirill Tkhai2013-07-221-5/+3
* | | Merge branch 'linus' into perf/coreIngo Molnar2013-08-291-2/+8
|\ \ \
| * \ \ Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-08-131-2/+8
| |\ \ \ | | |_|/ | |/| |
| | * | sched: Ensure update_cfs_shares() is called for parents of continuously-runni...Peter Zijlstra2013-07-301-0/+1
| | * | sched: Fix some kernel-doc warningsYacine Belkadi2013-07-181-2/+7
* | | | Merge tag 'v3.11-rc5' into perf/coreIngo Molnar2013-08-151-2/+2
|\ \ \ \ | |/ / /
| * | | mm: sched: numa: fix NUMA balancing when !SCHED_DEBUGDave Kleikamp2013-07-311-2/+2
| | |/ | |/|
* | | sched: Micro-optimize the smart wake-affine logicPeter Zijlstra2013-07-231-1/+1
* | | sched: Implement smarter wake-affine logicMichael Wang2013-07-231-0/+47
* | | sched: Move h_load calculation to task_h_load()Vladimir Davydov2013-07-231-31/+27
|/ /
* | kernel: delete __cpuinit usage from all core kernel filesPaul Gortmaker2013-07-141-1/+1
|/
* sched/fair: Fix typo describing flags in enqueue_entityKamalesh Babulal2013-06-271-1/+1
* sched/cfs_rq: Change atomic64_t removed_load to atomic_long_tAlex Shi2013-06-271-4/+6
* sched/tg: Use 'unsigned long' for load variable in task groupAlex Shi2013-06-271-6/+6
* sched: Change cfs_rq load avg to unsigned longAlex Shi2013-06-271-5/+2
* sched: Consider runnable load average in move_tasks()Alex Shi2013-06-271-9/+9
* sched: Compute runnable load avg in cpu_load and cpu_avg_load_per_taskAlex Shi2013-06-271-2/+3
* sched: Fix sleep time double accounting in enqueue entityAlex Shi2013-06-271-1/+7
* sched: Set an initial value of runnable avg for new forked taskAlex Shi2013-06-271-0/+24
* Revert "sched: Introduce temporary FAIR_GROUP_SCHED dependency for load-track...Alex Shi2013-06-271-13/+4
* sched: Femove the useless declaration in kernel/sched/fair.cMichael Wang2013-06-191-4/+0
* sched: Refine the code in unthrottle_cfs_rq()Michael Wang2013-06-191-1/+1
* sched/fair: Remove unused variable from expire_cfs_rq_runtime()Kamalesh Babulal2013-05-311-1/+0
* sched: Use an accessor to read the rq clockFrederic Weisbecker2013-05-281-22/+22
* sched: Update rq clock earlier in unthrottle_cfs_rqFrederic Weisbecker2013-05-281-1/+3
* sched: Update rq clock before setting fair group sharesFrederic Weisbecker2013-05-281-0/+3
* Merge branch 'sched/cleanups' into sched/coreIngo Molnar2013-05-281-0/+18
|\
| * sched: Move update_load_*() methods from sched.h to fair.cPaul Gortmaker2013-05-071-0/+18
* | sched: Use this_rq() helperNathan Zimmer2013-05-101-4/+2
|/
* 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/+15
| * 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/+7
| * sched: Don't consider other cpus in our group in case of NEWLY_IDLEJoonsoo Kim2013-04-241-1/+14
OpenPOWER on IntegriCloud