summaryrefslogtreecommitdiffstats
path: root/kernel/sched/fair.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-12sched/core: Kill sched_class::task_waking to clean up the migration logicPeter Zijlstra1-30/+28
2016-05-12sched/fair: Prepare to fix fairness problems on migrationPeter Zijlstra1-0/+37
2016-05-12sched/fair: Move record_wakee()Peter Zijlstra1-28/+33
2016-05-12Merge branch 'smp/hotplug' into sched/core, to resolve conflictsIngo Molnar1-14/+1
2016-05-12Merge branch 'sched/urgent' into sched/core to pick up fixesIngo Molnar1-15/+14
2016-05-11Revert "sched/fair: Fix fairness issue on migration"Ingo Molnar1-14/+6
2016-05-07sched/fair: Fix !CONFIG_SMP kernel cpufreq governor breakageRafael J. Wysocki1-1/+8
2016-05-06sched/fair: Make ilb_notifier an explicit callThomas Gleixner1-14/+1
2016-05-05sched/fair: Fix comment in calculate_imbalance()Dietmar Eggemann1-3/+4
2016-05-05sched/fair: Remove stale power aware scheduling commentsDietmar Eggemann1-10/+3
2016-05-05sched/fair: Update rq clock before updating nohz CPU loadMatt Fleming1-0/+1
2016-05-05sched/fair: Optimize sum computation with a lookup tableYuyang Du1-8/+13
2016-05-05sched/fair: Rename SCHED_LOAD_SHIFT to NICE_0_LOAD_SHIFT and remove SCHED_LOA...Yuyang Du1-2/+2
2016-05-05sched/fair: Generalize the load/util averages resolution definitionYuyang Du1-4/+0
2016-05-05locking/lockdep, sched/core: Implement a better lock pinning schemePeter Zijlstra1-3/+3
2016-04-23sched/fair: Optimize !CONFIG_NO_HZ_COMMON CPU load updatesFrederic Weisbecker1-2/+7
2016-04-23sched/fair: Correctly handle nohz ticks CPU load accountingFrederic Weisbecker1-34/+63
2016-04-23sched/fair: Gather CPU load functions under a more conventional namespaceFrederic Weisbecker1-12/+12
2016-04-23sched/fair: Call cpufreq hook in additional pathsSteve Muckle1-31/+42
2016-04-23sched/fair: Do not call cpufreq hook unless util changedSteve Muckle1-4/+6
2016-04-23sched/fair: Move cpufreq hook to update_cfs_rq_load_avg()Steve Muckle1-24/+26
2016-04-23sched/fair: Fix asym packing to select correct CPUSrikar Dronamraju1-3/+9
2016-03-31sched/fair: Initiate a new task's util avg to a bounded valueYuyang Du1-2/+54
2016-03-31sched/fair: Update comments after a variable renameYuyang Du1-2/+2
2016-03-31sched/numa: Remove unnecessary NUMA dequeue update from non-SMP kernelsTim Chen1-0/+2
2016-03-31sched/fair: Reset nr_balance_failed after active balancingSrikar Dronamraju1-6/+6
2016-03-24Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-7/+32
2016-03-21sched/fair: Add comments to explain select_idle_sibling()Matt Fleming1-1/+18
2016-03-21sched/fair: Fix fairness issue on migrationPeter Zijlstra1-6/+14
2016-03-16Merge tag 'pm+acpi-4.6-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+25
2016-03-09cpufreq: Add mechanism for registering utilization update callbacksRafael J. Wysocki1-1/+25
2016-02-29sched/fair: Consolidate nohz CPU load update codeFrederic Weisbecker1-23/+25
2016-02-29sched/fair: Avoid using decay_load_missed() with a negative valueByungchul Park1-2/+10
2016-02-29Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...Ingo Molnar1-16/+21
2016-02-29sched/cgroup: Fix cgroup entity load tracking tear-downPeter Zijlstra1-16/+21
2016-02-09sched/numa: Spread memory according to CPU and memory useRik van Riel1-40/+47
2016-02-09sched/debug: Make schedstats a runtime tunable that is disabled by defaultMel Gorman1-35/+78
2016-01-22sched/numa: Fix use-after-free bug in the task_numa_compareGavin Guo1-7/+23
2016-01-06sched/fair: Fix new task's load avg removed from source CPU in wake_up_new_ta...Yuyang Du1-10/+28
2016-01-06Merge branch 'sched/urgent' into sched/core, to pick up fixes before merging ...Ingo Molnar1-2/+2
2016-01-06sched/fair: Fix multiplication overflow on 32-bit systemsAndrey Ryabinin1-1/+1
2015-12-04sched/fair: Disable the task group load_avg update for the root_task_groupWaiman Long1-0/+6
2015-12-04sched/fair: Avoid redundant idle_cpu() call in update_sg_lb_stats()Waiman Long1-3/+7
2015-12-04sched/fair: Make it possible to account fair load avg consistentlyByungchul Park1-0/+46
2015-11-23sched/fair: Modify the comment about lock assumptions in migrate_task_rq_fair()Byungchul Park1-2/+1
2015-11-23sched/core: Fix incorrect wait time and wait count statisticsJoonwoo Park1-20/+47
2015-11-23treewide: Remove old email addressPeter Zijlstra1-1/+1
2015-11-23sched/numa: Cap PTE scanning overhead to 3% of run timeRik van Riel1-0/+12
2015-11-23sched/fair: Consider missed ticks in NOHZ_FULL in update_cpu_load_nohz()Byungchul Park1-4/+6
2015-11-23sched/fair: Prepare __update_cpu_load() to handle active ticklessByungchul Park1-8/+41