summaryrefslogtreecommitdiffstats
path: root/kernel/sched/fair.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-10-151-1/+1
|\
| * latent_entropy: Mark functions with __latent_entropyEmese Revfy2016-10-101-1/+1
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-10-031-258/+494
|\ \
| * | sched/fair: Fix min_vruntime trackingPeter Zijlstra2016-09-301-7/+22
| * | sched/debug: Add SCHED_WARN_ON()Peter Zijlstra2016-09-301-5/+3
| * | sched/core: Optimize SCHED_SMTPeter Zijlstra2016-09-301-1/+7
| * | sched/core: Rewrite and improve select_idle_siblings()Peter Zijlstra2016-09-301-46/+221
| * | sched/core: Replace sd_busy/nr_busy_cpus with sched_domain_sharedPeter Zijlstra2016-09-301-10/+12
| * | sched/fair: Fix fixed point arithmetic width for shares and effective loadDietmar Eggemann2016-09-301-2/+2
| * | sched/fair: Fix SCHED_HRTICK bug leading to late preemption of tasksSrivatsa Vaddagiri2016-09-221-1/+1
| * | Revert "sched/fair: Make update_min_vruntime() more readable"Peter Zijlstra2016-09-101-4/+7
| * | sched/debug: Remove several CONFIG_SCHEDSTATS guardsJosh Poimboeuf2016-09-051-79/+69
| * | sched/debug: Clean up schedstat macrosJosh Poimboeuf2016-09-051-21/+21
| * | sched/debug: Rename and move enqueue_sleeper()Josh Poimboeuf2016-09-051-69/+73
| * | sched/fair: Fix load_above_capacity fixed point arithmetic widthDietmar Eggemann2016-09-051-1/+1
| * | sched/fair: Make update_min_vruntime() more readableByungchul Park2016-09-051-10/+7
| * | sched/fair: Let asymmetric CPU configurations balance at wake-upMorten Rasmussen2016-08-181-1/+34
| * | sched/fair: Optimize find_idlest_cpu() when there is no choiceMorten Rasmussen2016-08-101-0/+4
| * | sched/fair: Make the use of prev_cpu consistent in the wakeup pathMorten Rasmussen2016-08-101-11/+13
| * | sched/fair: Improve PELT stuff some morePeter Zijlstra2016-08-101-19/+25
| * | sched/fair: Remove 'cpu_busy' parameter from update_next_balance()Leo Yan2016-08-101-5/+6
| |/
* | cpufreq / sched: SCHED_CPUFREQ_IOWAIT flag to indicate iowait conditionRafael J. Wysocki2016-09-131-0/+8
* | cpufreq / sched: Pass runqueue pointer to cpufreq_update_util()Rafael J. Wysocki2016-08-161-7/+2
* | cpufreq / sched: Pass flags to cpufreq_update_util()Rafael J. Wysocki2016-08-161-8/+4
|/
* sched/fair: Fix typo in sync_throttle()Xunlei Pang2016-08-101-1/+1
* sched/fair: Rework throttle_count syncPeter Zijlstra2016-06-271-20/+19
* sched/fair: Reorder cgroup creation codePeter Zijlstra2016-06-271-4/+18
* sched/fair: Apply more PELT fixesPeter Zijlstra2016-06-271-4/+49
* sched/fair: Fix PELT integrity for new tasksPeter Zijlstra2016-06-271-8/+37
* sched/cgroup: Fix cpu_cgroup_fork() handlingVincent Guittot2016-06-271-1/+22
* sched/fair: Fix PELT integrity for new groupsPeter Zijlstra2016-06-271-0/+10
* sched/fair: Fix and optimize the fork() pathPeter Zijlstra2016-06-271-21/+6
* Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar2016-06-271-36/+70
|\
| * sched/fair: Fix calc_cfs_shares() fixed point arithmetics width confusionPeter Zijlstra2016-06-271-16/+11
| * sched/fair: Fix effective_load() to consistently use smoothed loadPeter Zijlstra2016-06-271-6/+9
| * sched/fair: Do not announce throttled next buddy in dequeue_task_fair()Konstantin Khlebnikov2016-06-241-5/+4
| * sched/fair: Initialize throttle_count for new task-groups lazilyKonstantin Khlebnikov2016-06-241-0/+20
| * sched/fair: Fix cfs_rq avg tracking underflowPeter Zijlstra2016-06-201-8/+25
| * sched/debug: Fix deadlock when enabling sched eventsJosh Poimboeuf2016-06-141-1/+1
* | Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar2016-06-141-1/+7
|\ \ | |/
| * sched/fair: Fix post_init_entity_util_avg() serializationPeter Zijlstra2016-06-141-1/+7
* | sched/fair: Use task_rcu_dereference()Oleg Nesterov2016-06-031-30/+4
* | sched/fair: Fix the wrong throttled clock time for cfs_rq_clock_task()Xunlei Pang2016-06-031-3/+1
|/
* sched/fair: Correct unit of load_above_capacityMorten Rasmussen2016-05-121-2/+4
* sched/fair: Clean up scale confusionPeter Zijlstra2016-05-121-2/+1
* sched/fair: Fix fairness issue on migrationPeter Zijlstra2016-05-121-6/+16
* sched/core: Kill sched_class::task_waking to clean up the migration logicPeter Zijlstra2016-05-121-30/+28
* sched/fair: Prepare to fix fairness problems on migrationPeter Zijlstra2016-05-121-0/+37
* sched/fair: Move record_wakee()Peter Zijlstra2016-05-121-28/+33
* Merge branch 'smp/hotplug' into sched/core, to resolve conflictsIngo Molnar2016-05-121-14/+1
|\
OpenPOWER on IntegriCloud