summaryrefslogtreecommitdiff
path: root/kernel/sched/fair.c
AgeCommit message (Expand)Author
2015-06-07sched/numa: Only consider less busy nodes as numa balancing destinationsRik van Riel
2015-06-07Revert 095bebf61a46 ("sched/numa: Do not move past the balance point if unbal...Rik van Riel
2015-06-07sched/fair: Prevent throttling in early pick_next_task_fair()Ben Segall
2015-05-19sched/numa: Reduce conflict between fbq_classify_rq() and migrationRik van Riel
2015-05-17sched: Fix function declaration return type mismatchNicholas Mc Guire
2015-05-08sched/numa: Document usages of mm->numa_scan_seqJason Low
2015-05-08sched, timer: Convert usages of ACCESS_ONCE() in the scheduler to READ_ONCE()...Jason Low
2015-05-08sched: Move the loadavg code to a more obvious locationPeter Zijlstra
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