aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/fair.c
Commit message (Expand)AuthorAge
* sched/balancing: Fix cfs_rq->task_h_load calculationVladimir Davydov2013-09-20
* sched/balancing: Fix 'local->avg_load > busiest->avg_load' case in fix_small_...Vladimir Davydov2013-09-20
* sched/balancing: Fix 'local->avg_load > sds->avg_load' case in calculate_imba...Vladimir Davydov2013-09-20
* sched/fair: Fix small race where child->se.parent,cfs_rq might point to inval...Daisuke Nishimura2013-09-12
* sched: Fix load balancing performance regression in should_we_balance()Joonsoo Kim2013-09-10
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-09-04
|\
| * sched/fair: Rework and comment the group_imb codePeter Zijlstra2013-09-02
| * sched/fair: Optimize find_busiest_queue()Peter Zijlstra2013-09-02
| * sched/fair: Make group power more consistentPeter Zijlstra2013-09-02
| * sched/fair: Remove duplicate load_per_task computationsPeter Zijlstra2013-09-02
| * sched/fair: Shrink sg_lb_stats and play memset gamesPeter Zijlstra2013-09-02
| * sched: Clean-up struct sd_lb_statJoonsoo Kim2013-09-02
| * sched: Factor out code to should_we_balance()Joonsoo Kim2013-09-02
| * sched: Remove one division operation in find_busiest_queue()Joonsoo Kim2013-09-02
| * Merge tag 'v3.11-rc5' into sched/coreIngo Molnar2013-08-16
| |\
| * | sched/fair: Cleanup: remove duplicate variable declarationKirill Tkhai2013-07-22
* | | Merge branch 'linus' into perf/coreIngo Molnar2013-08-29
|\ \ \
| * \ \ Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-08-13
| |\ \ \ | | |_|/ | |/| |
| | * | sched: Ensure update_cfs_shares() is called for parents of continuously-runni...Peter Zijlstra2013-07-30
| | * | sched: Fix some kernel-doc warningsYacine Belkadi2013-07-18
* | | | Merge tag 'v3.11-rc5' into perf/coreIngo Molnar2013-08-15
|\| | |
| * | | mm: sched: numa: fix NUMA balancing when !SCHED_DEBUGDave Kleikamp2013-07-31
| | |/ | |/|
* | | sched: Micro-optimize the smart wake-affine logicPeter Zijlstra2013-07-23
* | | sched: Implement smarter wake-affine logicMichael Wang2013-07-23
* | | sched: Move h_load calculation to task_h_load()Vladimir Davydov2013-07-23
|/ /
* / kernel: delete __cpuinit usage from all core kernel filesPaul Gortmaker2013-07-14
|/
* sched/fair: Fix typo describing flags in enqueue_entityKamalesh Babulal2013-06-27
* sched/cfs_rq: Change atomic64_t removed_load to atomic_long_tAlex Shi2013-06-27
* sched/tg: Use 'unsigned long' for load variable in task groupAlex Shi2013-06-27
* sched: Change cfs_rq load avg to unsigned longAlex Shi2013-06-27
* sched: Consider runnable load average in move_tasks()Alex Shi2013-06-27
* sched: Compute runnable load avg in cpu_load and cpu_avg_load_per_taskAlex Shi2013-06-27
* sched: Fix sleep time double accounting in enqueue entityAlex Shi2013-06-27
* sched: Set an initial value of runnable avg for new forked taskAlex Shi2013-06-27
* Revert "sched: Introduce temporary FAIR_GROUP_SCHED dependency for load-track...Alex Shi2013-06-27
* sched: Femove the useless declaration in kernel/sched/fair.cMichael Wang2013-06-19
* sched: Refine the code in unthrottle_cfs_rq()Michael Wang2013-06-19
* sched/fair: Remove unused variable from expire_cfs_rq_runtime()Kamalesh Babulal2013-05-31
* sched: Use an accessor to read the rq clockFrederic Weisbecker2013-05-28
* sched: Update rq clock earlier in unthrottle_cfs_rqFrederic Weisbecker2013-05-28
* sched: Update rq clock before setting fair group sharesFrederic Weisbecker2013-05-28
* Merge branch 'sched/cleanups' into sched/coreIngo Molnar2013-05-28
|\
| * sched: Move update_load_*() methods from sched.h to fair.cPaul Gortmaker2013-05-07
* | sched: Use this_rq() helperNathan Zimmer2013-05-10
|/
* 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