aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/fair.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-10-28sched/numa: Check all nodes when placing a pseudo-interleaved groupRik van Riel1-2/+9
2014-10-28sched/numa: Find the preferred nid with complex NUMA topologyRik van Riel1-1/+87
2014-10-28sched/numa: Calculate node scores in complex NUMA topologiesRik van Riel1-0/+74
2014-10-28sched/numa: Prepare for complex topology placementRik van Riel1-20/+37
2014-10-28sched/fair: Fix division by zero sysctl_numa_balancing_scan_sizeKirill Tkhai1-2/+3
2014-10-28sched/fair: Care divide error in update_task_scan_period()Yasuaki Ishimatsu1-1/+1
2014-10-28sched/numa: Fix unsafe get_task_struct() in task_numa_assign()Kirill Tkhai1-2/+12
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-1/+1
2014-10-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-188/+291
2014-10-09mempolicy: remove the "task" arg of vma_policy_mof() and simplify itOleg Nesterov1-1/+1
2014-10-03sched/fair: Delete resched_cpu() from idle_balance()Kirill Tkhai1-6/+0
2014-10-03sched: Improve sysbench performance by fixing spurious active migrationVincent Guittot1-6/+7
2014-09-24sched/fair: Remove duplicate code from can_migrate_task()Kirill Tkhai1-14/+2
2014-09-24sched/fair: Leverage the idle state info when choosing the "idlest" cpuNicolas Pitre1-7/+34
2014-09-24sched/numa: Kill the wrong/dead TASK_DEAD check in task_numa_fault()Oleg Nesterov1-4/+0
2014-09-21sched: Clean up some typos and grammatical errors in code/commentsZhihui Zhang1-3/+3
2014-09-19sched: Test the CPU's capacity in wake_affine()Vincent Guittot1-9/+10