aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/fair.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-24Merge branch 'sched-hrtimers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+8
2015-06-22Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-48/+28
2015-06-22Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-76/+296
2015-06-19sched,lockdep: Employ lock pinningPeter Zijlstra1-3/+8
2015-06-19Merge branch 'timers/core' into sched/hrtimersThomas Gleixner1-48/+28
2015-06-10sched, numa: do not hint for NUMA balancing on VM_MIXEDMAP mappingsMel Gorman1-1/+1
2015-06-07sched/numa: Only consider less busy nodes as numa balancing destinationsRik van Riel1-2/+28
2015-06-07Revert 095bebf61a46 ("sched/numa: Do not move past the balance point if unbalanced")Rik van Riel1-26/+15
2015-06-07sched/fair: Prevent throttling in early pick_next_task_fair()Ben Segall1-11/+14
2015-05-19sched/numa: Reduce conflict between fbq_classify_rq() and migrationRik van Riel1-27/+33
2015-05-18sched,perf: Fix periodic timersPeter Zijlstra1-4/+13
2015-05-17sched: Fix function declaration return type mismatchNicholas Mc Guire1-3/+3
2015-05-08sched/numa: Document usages of mm->numa_scan_seqJason Low1-0/+13
2015-05-08sched, timer: Convert usages of ACCESS_ONCE() in the scheduler to READ_ONCE()/WRITE_ONCE()Jason Low1-9/+9
2015-05-08sched: Move the loadavg code to a more obvious locationPeter Zijlstra1-0/+183
2015-04-22sched: Cleanup bandwidth timersPeter Zijlstra1-44/+15
2015-04-22sched: core: Use hrtimer_start[_expires]()Thomas Gleixner1-1/+1
2015-04-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-163/+262
2015-04-07mm: numa: disable change protection for vma(VM_HUGETLB)Naoya Horiguchi1-1/+3
2015-03-27sched: Improve load balancing in the presence of idle CPUsPreeti U Murthy1-3/+5
2015-03-27sched: Optimize freq invariant accountingPeter Zijlstra1-12/+0
2015-03-27sched: Move CFS tasks to CPUs with higher capacityVincent Guittot1-22/+47
2015-03-27sched: Remove unused struct sched_group_capacity::capacity_origVincent Guittot1-10/+3
2015-03-27sched: Replace capacity_factor by usageVincent Guittot1-67/+72
2015-03-27sched: Calculate CPU's usage statistic and put it into struct sg_lb_stats::group_usageVincent Guittot1-0/+29
2015-03-27sched: Add struct rq::cpu_capacity_origVincent Guittot1-1/+7
2015-03-27sched: Make scale_rt invariant with frequencyVincent Guittot1-12/+5
2015-03-27sched: Make sched entity usage tracking scale-invariantMorten Rasmussen1-7/+14
2015-03-27sched: Remove frequency scaling from cpu_capacityVincent Guittot1-7/+0
2015-03-27sched: Track group sched_entity usage contributionsMorten Rasmussen1-0/+3
2015-03-27sched: Add sched_avg::utilization_avg_contribVincent Guittot1-16/+58
2015-03-25mm: numa: slow PTE scan rate if migration failures occurMel Gorman1-2/+6
2015-02-18sched/numa: Avoid some pointless iterationsJan Beulich1-0/+2
2015-02-18sched/numa: Do not move past the balance point if unbalancedRik van Riel1-15/+26
2015-01-30Merge branch 'sched/urgent' into sched/coreIngo Molnar1-1/+1
2015-01-28sched/fair: Avoid using uninitialized variable in preferred_group_nid()Jan Beulich1-1/+1
2015-01-14sched/core: Rework rq->clock update skipsPeter Zijlstra1-1/+1
2015-01-14sched/core: Validate rq_clock*() serializationPeter Zijlstra1-1/+1
2015-01-14sched/fair: Fix sched_entity::avg::decay_count initializationKirill Tkhai1-1/+0
2015-01-14sched/fair: Fix the dealing with decay_count in __synchronize_entity_decay()Xunlei Pang1-1/+1
2015-01-09sched/fair: Fix RCU stall upon -ENOMEM in sched_create_group()Tetsuo Handa1-0/+4
2015-01-09sched: Fix odd values in effective_load() calculationsYuyang Du1-1/+1
2014-11-16sched/fair: Fix stale overloaded status in the busiest group finding logicWanpeng Li1-1/+3
2014-11-16sched: Move p->nr_cpus_allowed check to select_task_rq()Wanpeng Li1-3/+0
2014-11-16sched/fair: Kill task_struct::numa_entry and numa_group::task_listKirill Tkhai1-5/+0
2014-11-16Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying more changesIngo Molnar1-0/+14
2014-11-16sched/cputime: Fix clock_nanosleep()/clock_gettime() inconsistencyStanislaw Gruszka1-0/+7
2014-11-16sched/numa: Avoid selecting oneself as swap targetPeter Zijlstra1-0/+7
2014-11-04sched: Refactor task_struct to use numa_faults instead of numa_* pointersIulia Manda1-53/+57
2014-11-04sched: Check if we got a shallowest_idle_cpu before searching for least_loaded_cpuYao Dongdong1-1/+1