summaryrefslogtreecommitdiffstats
path: root/kernel/sched/fair.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | mm: sched: numa: fix NUMA balancing when !SCHED_DEBUGDave Kleikamp2013-07-311-2/+2
* | 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
| * sched: Explicitly cpu_idle_type checking in rebalance_domains()Joonsoo Kim2013-04-241-3/+4
| * sched: Change position of resched_cpu() in load_balance()Joonsoo Kim2013-04-241-5/+5
| * sched: Fix wrong rq's runnable_avg update with rt tasksVincent Guittot2013-04-211-2/+21
| * sched: Fix comment in rebalance_domains()Libin2013-04-101-1/+1
| * sched: Simplify can_migrate_task()Zhang Hang2013-04-101-7/+4
* | nohz: Rename CONFIG_NO_HZ to CONFIG_NO_HZ_COMMONFrederic Weisbecker2013-04-031-5/+5
|/
* sched: Fix variable name misnomer, add commentsAndrei Epure2013-03-141-4/+5
* sched: Spelling fixAndrei Epure2013-03-111-1/+1
* sched: Make default_scale_freq_power() staticLi Zefan2013-03-061-3/+3
* 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