aboutsummaryrefslogtreecommitdiff
path: root/kernel/sched/fair.c
AgeCommit message (Expand)Author
2015-06-10sched, numa: do not hint for NUMA balancing on VM_MIXEDMAP mappingsMel Gorman
2015-04-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2015-04-07mm: numa: disable change protection for vma(VM_HUGETLB)Naoya Horiguchi
2015-03-27sched: Improve load balancing in the presence of idle CPUsPreeti U Murthy
2015-03-27sched: Optimize freq invariant accountingPeter Zijlstra
2015-03-27sched: Move CFS tasks to CPUs with higher capacityVincent Guittot
2015-03-27sched: Remove unused struct sched_group_capacity::capacity_origVincent Guittot
2015-03-27sched: Replace capacity_factor by usageVincent Guittot
2015-03-27sched: Calculate CPU's usage statistic and put it into struct sg_lb_stats::gr...Vincent Guittot
2015-03-27sched: Add struct rq::cpu_capacity_origVincent Guittot
2015-03-27sched: Make scale_rt invariant with frequencyVincent Guittot
2015-03-27sched: Make sched entity usage tracking scale-invariantMorten Rasmussen
2015-03-27sched: Remove frequency scaling from cpu_capacityVincent Guittot
2015-03-27sched: Track group sched_entity usage contributionsMorten Rasmussen
2015-03-27sched: Add sched_avg::utilization_avg_contribVincent Guittot
2015-03-25mm: numa: slow PTE scan rate if migration failures occurMel Gorman
2015-02-18sched/numa: Avoid some pointless iterationsJan Beulich
2015-02-18sched/numa: Do not move past the balance point if unbalancedRik van Riel
2015-01-30Merge branch 'sched/urgent' into sched/coreIngo Molnar
2015-01-28sched/fair: Avoid using uninitialized variable in preferred_group_nid()Jan Beulich
2015-01-14sched/core: Rework rq->clock update skipsPeter Zijlstra
2015-01-14sched/core: Validate rq_clock*() serializationPeter Zijlstra
2015-01-14sched/fair: Fix sched_entity::avg::decay_count initializationKirill Tkhai
2015-01-14sched/fair: Fix the dealing with decay_count in __synchronize_entity_decay()Xunlei Pang
2015-01-09sched/fair: Fix RCU stall upon -ENOMEM in sched_create_group()Tetsuo Handa
2015-01-09sched: Fix odd values in effective_load() calculationsYuyang Du
2014-11-16sched/fair: Fix stale overloaded status in the busiest group finding logicWanpeng Li
2014-11-16sched: Move p->nr_cpus_allowed check to select_task_rq()Wanpeng Li
2014-11-16sched/fair: Kill task_struct::numa_entry and numa_group::task_listKirill Tkhai
2014-11-16Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...Ingo Molnar
2014-11-16sched/cputime: Fix clock_nanosleep()/clock_gettime() inconsistencyStanislaw Gruszka
2014-11-16sched/numa: Avoid selecting oneself as swap targetPeter Zijlstra
2014-11-04sched: Refactor task_struct to use numa_faults instead of numa_* pointersIulia Manda
2014-11-04sched: Check if we got a shallowest_idle_cpu before searching for least_loade...Yao Dongdong
2014-10-28sched/numa: Check all nodes when placing a pseudo-interleaved groupRik van Riel
2014-10-28sched/numa: Find the preferred nid with complex NUMA topologyRik van Riel
2014-10-28sched/numa: Calculate node scores in complex NUMA topologiesRik van Riel
2014-10-28sched/numa: Prepare for complex topology placementRik van Riel
2014-10-28sched/fair: Fix division by zero sysctl_numa_balancing_scan_sizeKirill Tkhai
2014-10-28sched/fair: Care divide error in update_task_scan_period()Yasuaki Ishimatsu
2014-10-28sched/numa: Fix unsafe get_task_struct() in task_numa_assign()Kirill Tkhai
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2014-10-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-10-09mempolicy: remove the "task" arg of vma_policy_mof() and simplify itOleg Nesterov
2014-10-03sched/fair: Delete resched_cpu() from idle_balance()Kirill Tkhai
2014-10-03sched: Improve sysbench performance by fixing spurious active migrationVincent Guittot
2014-09-24sched/fair: Remove duplicate code from can_migrate_task()Kirill Tkhai
2014-09-24sched/fair: Leverage the idle state info when choosing the "idlest" cpuNicolas Pitre
2014-09-24sched/numa: Kill the wrong/dead TASK_DEAD check in task_numa_fault()Oleg Nesterov
2014-09-21sched: Clean up some typos and grammatical errors in code/commentsZhihui Zhang