summaryrefslogtreecommitdiff
path: root/kernel/sched/fair.c
AgeCommit message (Expand)Author
2014-02-06sched/fair: Optimize cgroup pick_next_task_fairPeter Zijlstra
2014-02-06sched/fair: clean up __clear_buddies_*Peter Zijlstra
2014-02-06sched: Push put_prev_task() into pick_next_task()Peter Zijlstra
2014-02-06sched/fair: track cgroup depthPeter Zijlstra
2014-02-06sched: Clean up idle task SMP logicPeter Zijlstra
2014-02-06sched: Move idle_stamp up to the coreDaniel Lezcano
2014-02-06sched: Fix race in idle_balance()Daniel Lezcano
2014-02-06sched: Remove 'cpu' parameter for idle_balance()Daniel Lezcano
2014-02-02Merge branch 'linus' into sched/core, to resolve conflictsIngo Molnar
2014-01-28sched/numa: Turn some magic numbers into #definesRik van Riel
2014-01-28sched/numa: Rename variables in task_numa_fault()Rik van Riel
2014-01-28sched/numa: Do statistics calculation using local variables onlyRik van Riel
2014-01-28sched/numa: Normalize faults_cpu stats and weigh by CPU useRik van Riel
2014-01-28sched/numa, mm: Use active_nodes nodemask to limit numa migrationsRik van Riel
2014-01-28sched/numa: Build per numa_group active node mask from numa_faults_cpu statis...Rik van Riel
2014-01-28sched/numa: Track from which nodes NUMA faults are triggeredRik van Riel
2014-01-28sched/numa: Rename p->numa_faults to numa_faults_memoryRik van Riel
2014-01-28sched/numa, mm: Remove p->numa_migrate_deferredRik van Riel
2014-01-25Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2014-01-23Revert "sched: Fix sleep time double accounting in enqueue entity"Vincent Guittot
2014-01-21sched: add tracepoints related to NUMA task migrationMel Gorman
2014-01-13sched: Factor out the on_null_domain() checks in trigger_load_balance()Daniel Lezcano
2014-01-13sched: Pass 'struct rq' to nohz_idle_balance()Daniel Lezcano
2014-01-13sched: Pass 'struct rq' to rebalance_domains()Daniel Lezcano
2014-01-13sched: Remove unused parameter from nohz_balancer_kick()Daniel Lezcano
2014-01-13sched: Remove unused parameter from find_new_ilb()Daniel Lezcano
2014-01-13sched: Pass 'struct rq' to on_null_domain()Daniel Lezcano
2014-01-13sched: Reduce nohz_kick_needed() parametersDaniel Lezcano
2014-01-13sched: Reduce trigger_load_balance() parametersDaniel Lezcano
2014-01-13Merge branch 'sched/urgent' into sched/coreIngo Molnar
2014-01-12sched: Calculate effective load even if local weight is 0Rik van Riel
2013-12-18sched: numa: skip inaccessible VMAsMel Gorman
2013-12-17sched/numa: Fix period_slot recalculationWanpeng Li
2013-12-17sched/numa: Use wrapper function task_faults_idx to calculate index in group_...Wanpeng Li
2013-12-17sched/numa: Use wrapper function task_node to get node which task is onWanpeng Li
2013-12-17sched/numa: Drop sysctl_numa_balancing_settle_count sysctlWanpeng Li
2013-12-17Merge branch 'sched/urgent' into sched/coreIngo Molnar
2013-12-11sched/fair: Rework sched_fair time accountingPeter Zijlstra
2013-12-05sched/numa: Drop idx field of task_numa_env structWanpeng Li
2013-11-27sched/fair: Clean up update_sg_lb_stats() a bitKamalesh Babulal
2013-11-27sched/fair: Move load idx selection in find_idlest_groupVincent Guittot
2013-11-19sched: Check sched_domain before computing group powerSrikar Dronamraju
2013-11-13sched/fair: Avoid integer overflowMichal Nazarewicz
2013-11-13sched/numa: Cure update_numa_stats() vs. hotplugPeter Zijlstra
2013-11-13sched/numa: Fix NULL pointer dereference in task_numa_migrate()Rik van Riel
2013-11-06sched: Remove unnecessary iteration over sched domains to update nr_busy_cpusPreeti U Murthy
2013-11-06sched: Fix asymmetric scheduling for POWER7Vaidyanathan Srinivasan
2013-10-29sched: Avoid throttle_cfs_rq() racing with period_timer stoppingBen Segall
2013-10-29sched: Guarantee new group-entities always have weightPaul Turner
2013-10-29sched: Fix hrtimer_cancel()/rq->lock deadlockBen Segall