summaryrefslogtreecommitdiffstats
path: root/kernel/sched/fair.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | sched/numa: Cap PTE scanning overhead to 3% of run timeRik van Riel2015-11-231-0/+12
* | sched/fair: Consider missed ticks in NOHZ_FULL in update_cpu_load_nohz()Byungchul Park2015-11-231-4/+6
* | sched/fair: Prepare __update_cpu_load() to handle active ticklessByungchul Park2015-11-231-8/+41
* | sched/fair: Clean up the explanation around decaying load update missesPeter Zijlstra2015-11-231-29/+24Star
* | sched/fair: Remove empty idle enter and exit functionsDietmar Eggemann2015-11-231-23/+1Star
|/
* sched/numa: Fix math underflow in task_tick_numa()Rik van Riel2015-11-091-1/+1
* Merge branch 'sched/urgent' into sched/core, to pick up fixes and resolve con...Ingo Molnar2015-10-201-4/+5
|\
| * sched/fair: Update task group's load_avg after task migrationYuyang Du2015-10-201-2/+3
| * sched/fair: Fix overly small weight for interactive group entitiesYuyang Du2015-10-201-2/+2
* | sched/core: Remove a parameter in the migrate_task_rq() functionxiaofeng.yan2015-10-061-1/+1
* | sched/numa: Fix task_tick_fair() from disabling numa_balancingSrikar Dronamraju2015-10-061-1/+1
* | sched/fair: Remove unnecessary parameter for group_classify()Leo Yan2015-09-181-5/+5
* | sched/fair: Polish comments for LOAD_AVG_MAXLeo Yan2015-09-181-2/+3
* | sched/numa: Limit the amount of virtual memory scanned in task_numa_work()Rik van Riel2015-09-181-6/+12
* | sched/fair: Optimize per entity utilization trackingPeter Zijlstra2015-09-131-7/+10
* | sched/fair: Defer calling scaling functionsDietmar Eggemann2015-09-131-2/+4
* | sched/fair: Optimize __update_load_avg()Peter Zijlstra2015-09-131-1/+1
* | sched/fair: Rename scale() to cap_scale()Peter Zijlstra2015-09-131-7/+7
* | sched/fair: Get rid of scaling utilization by capacity_origDietmar Eggemann2015-09-131-16/+22
* | sched/fair: Name utilization related data and functions consistentlyDietmar Eggemann2015-09-131-18/+19
* | sched/fair: Make utilization tracking CPU scale-invariantDietmar Eggemann2015-09-131-3/+4
* | sched/fair: Convert arch_scale_cpu_capacity() from weak function to #defineMorten Rasmussen2015-09-131-21/+1Star
* | sched/fair: Make load tracking frequency scale-invariantDietmar Eggemann2015-09-131-10/+17
* | sched/numa: Convert sched_numa_balancing to a static_branchSrikar Dronamraju2015-09-131-3/+3
* | sched/numa: Disable sched_numa_balancing on UMA systemsSrikar Dronamraju2015-09-131-2/+2
* | sched/numa: Rename numabalancing_enabled to sched_numa_balancingSrikar Dronamraju2015-09-131-2/+2
* | sched/fair: Fix nohz.next_balance updateVincent Guittot2015-09-131-4/+30
* | sched/core: Remove unused argument from sched_class::task_move_groupPeter Zijlstra2015-09-131-1/+1
* | sched/fair: Unify switched_{from,to}_fair() and task_move_group_fair()Byungchul Park2015-09-131-77/+52Star
* | sched/fair: Make the entity load aging on attaching tunablePeter Zijlstra2015-09-131-0/+4
* | sched/fair: Fix switched_to_fair()'s per entity load trackingByungchul Park2015-09-131-0/+23
* | sched/fair: Have task_move_group_fair() also detach entity load from the old ...Byungchul Park2015-09-131-1/+5