summaryrefslogtreecommitdiffstats
path: root/kernel/sched/fair.c
Commit message (Expand)AuthorAgeFilesLines
* sched/fair: Correct unit of load_above_capacityMorten Rasmussen2016-05-121-2/+4
* sched/fair: Clean up scale confusionPeter Zijlstra2016-05-121-2/+1Star
* 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/+28Star
* 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/+1Star
|\
| * sched/fair: Make ilb_notifier an explicit callThomas Gleixner2016-05-061-14/+1Star
* | Merge branch 'sched/urgent' into sched/core to pick up fixesIngo Molnar2016-05-121-15/+14Star
|\ \
| * | Revert "sched/fair: Fix fairness issue on migration"Ingo Molnar2016-05-111-14/+6Star
| * | sched/fair: Fix !CONFIG_SMP kernel cpufreq governor breakageRafael J. Wysocki2016-05-071-1/+8
| |/
* | sched/fair: Fix comment in calculate_imbalance()Dietmar Eggemann2016-05-051-3/+4
* | sched/fair: Remove stale power aware scheduling commentsDietmar Eggemann2016-05-051-10/+3Star
* | sched/fair: Update rq clock before updating nohz CPU loadMatt Fleming2016-05-051-0/+1
* | sched/fair: Optimize sum computation with a lookup tableYuyang Du2016-05-051-8/+13
* | sched/fair: Rename SCHED_LOAD_SHIFT to NICE_0_LOAD_SHIFT and remove SCHED_LOA...Yuyang Du2016-05-051-2/+2
* | sched/fair: Generalize the load/util averages resolution definitionYuyang Du2016-05-051-4/+0Star
* | locking/lockdep, sched/core: Implement a better lock pinning schemePeter Zijlstra2016-05-051-3/+3
* | sched/fair: Optimize !CONFIG_NO_HZ_COMMON CPU load updatesFrederic Weisbecker2016-04-231-2/+7
* | sched/fair: Correctly handle nohz ticks CPU load accountingFrederic Weisbecker2016-04-231-34/+63
* | sched/fair: Gather CPU load functions under a more conventional namespaceFrederic Weisbecker2016-04-231-12/+12
* | sched/fair: Call cpufreq hook in additional pathsSteve Muckle2016-04-231-31/+42
* | sched/fair: Do not call cpufreq hook unless util changedSteve Muckle2016-04-231-4/+6
* | sched/fair: Move cpufreq hook to update_cfs_rq_load_avg()Steve Muckle2016-04-231-24/+26
* | sched/fair: Fix asym packing to select correct CPUSrikar Dronamraju2016-04-231-3/+9
* | sched/fair: Initiate a new task's util avg to a bounded valueYuyang Du2016-03-311-2/+54
* | sched/fair: Update comments after a variable renameYuyang Du2016-03-311-2/+2
* | sched/numa: Remove unnecessary NUMA dequeue update from non-SMP kernelsTim Chen2016-03-311-0/+2
* | sched/fair: Reset nr_balance_failed after active balancingSrikar Dronamraju2016-03-311-6/+6
|/
* Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-03-241-7/+32
|\
| * sched/fair: Add comments to explain select_idle_sibling()Matt Fleming2016-03-211-1/+18
| * sched/fair: Fix fairness issue on migrationPeter Zijlstra2016-03-211-6/+14
* | Merge tag 'pm+acpi-4.6-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-03-161-1/+25
|\ \ | |/ |/|
| * cpufreq: Add mechanism for registering utilization update callbacksRafael J. Wysocki2016-03-091-1/+25
* | sched/fair: Consolidate nohz CPU load update codeFrederic Weisbecker2016-02-291-23/+25
* | sched/fair: Avoid using decay_load_missed() with a negative valueByungchul Park2016-02-291-2/+10
* | Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...Ingo Molnar2016-02-291-16/+21
|\ \
| * | sched/cgroup: Fix cgroup entity load tracking tear-downPeter Zijlstra2016-02-291-16/+21
| |/
* | sched/numa: Spread memory according to CPU and memory useRik van Riel2016-02-091-40/+47
* | sched/debug: Make schedstats a runtime tunable that is disabled by defaultMel Gorman2016-02-091-35/+78
|/
* sched/numa: Fix use-after-free bug in the task_numa_compareGavin Guo2016-01-221-7/+23
* sched/fair: Fix new task's load avg removed from source CPU in wake_up_new_ta...Yuyang Du2016-01-061-10/+28
* Merge branch 'sched/urgent' into sched/core, to pick up fixes before merging ...Ingo Molnar2016-01-061-2/+2
|\
| * sched/fair: Fix multiplication overflow on 32-bit systemsAndrey Ryabinin2016-01-061-1/+1
| * treewide: Remove old email addressPeter Zijlstra2015-11-231-1/+1
* | sched/fair: Disable the task group load_avg update for the root_task_groupWaiman Long2015-12-041-0/+6
* | sched/fair: Avoid redundant idle_cpu() call in update_sg_lb_stats()Waiman Long2015-12-041-3/+7
* | sched/fair: Make it possible to account fair load avg consistentlyByungchul Park2015-12-041-0/+46
* | sched/fair: Modify the comment about lock assumptions in migrate_task_rq_fair()Byungchul Park2015-11-231-2/+1Star
* | sched/core: Fix incorrect wait time and wait count statisticsJoonwoo Park2015-11-231-20/+47