aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/fair.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-02-21sched,numa: add cond_resched to task_numa_workRik van Riel1-0/+2
2014-01-25Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-7/+1
2014-01-23Revert "sched: Fix sleep time double accounting in enqueue entity"Vincent Guittot1-7/+1
2014-01-21sched: add tracepoints related to NUMA task migrationMel Gorman1-1/+5
2014-01-13sched: Factor out the on_null_domain() checks in trigger_load_balance()Daniel Lezcano1-3/+5
2014-01-13sched: Pass 'struct rq' to nohz_idle_balance()Daniel Lezcano1-6/+5
2014-01-13sched: Pass 'struct rq' to rebalance_domains()Daniel Lezcano1-4/+4
2014-01-13sched: Remove unused parameter from nohz_balancer_kick()Daniel Lezcano1-4/+2
2014-01-13sched: Remove unused parameter from find_new_ilb()Daniel Lezcano1-2/+2
2014-01-13sched: Pass 'struct rq' to on_null_domain()Daniel Lezcano1-4/+4
2014-01-13sched: Reduce nohz_kick_needed() parametersDaniel Lezcano1-4/+4
2014-01-13sched: Reduce trigger_load_balance() parametersDaniel Lezcano1-1/+3
2014-01-13Merge branch 'sched/urgent' into sched/coreIngo Molnar1-1/+8
2014-01-12sched: Calculate effective load even if local weight is 0Rik van Riel1-1/+1
2013-12-18sched: numa: skip inaccessible VMAsMel Gorman1-0/+7
2013-12-17sched/numa: Fix period_slot recalculationWanpeng Li1-1/+0
2013-12-17sched/numa: Use wrapper function task_faults_idx to calculate index in group_faultsWanpeng Li1-1/+2
2013-12-17sched/numa: Use wrapper function task_node to get node which task is onWanpeng Li1-2/+2
2013-12-17sched/numa: Drop sysctl_numa_balancing_settle_count sysctlWanpeng Li1-9/+0
2013-12-17Merge branch 'sched/urgent' into sched/coreIngo Molnar1-83/+88
2013-12-11sched/fair: Rework sched_fair time accountingPeter Zijlstra1-80/+64
2013-12-05sched/numa: Drop idx field of task_numa_env structWanpeng Li1-1/+1
2013-11-27sched/fair: Clean up update_sg_lb_stats() a bitKamalesh Babulal1-4/+1
2013-11-27sched/fair: Move load idx selection in find_idlest_groupVincent Guittot1-6/+6
2013-11-19sched: Check sched_domain before computing group powerSrikar Dronamraju1-3/+24
2013-11-13sched/fair: Avoid integer overflowMichal Nazarewicz1-1/+1
2013-11-13sched/numa: Cure update_numa_stats() vs. hotplugPeter Zijlstra1-1/+14
2013-11-13sched/numa: Fix NULL pointer dereference in task_numa_migrate()Rik van Riel1-1/+13
2013-11-06sched: Remove unnecessary iteration over sched domains to update nr_busy_cpusPreeti U Murthy1-18/+20
2013-11-06sched: Fix asymmetric scheduling for POWER7Vaidyanathan Srinivasan1-1/+1
2013-10-29sched: Avoid throttle_cfs_rq() racing with period_timer stoppingBen Segall1-0/+2
2013-10-29sched: Guarantee new group-entities always have weightPaul Turner1-1/+2
2013-10-29sched: Fix hrtimer_cancel()/rq->lock deadlockBen Segall1-4/+11
2013-10-29sched: Fix cfs_bandwidth misuse of hrtimer_expires_remainingBen Segall1-3/+11
2013-10-29sched: Fix race on toggling cfs_bandwidth_usedBen Segall1-7/+9
2013-10-16sched: Fix race in migrate_swap_stop()Peter Zijlstra1-9/+0
2013-10-14sched/fair: Fix trivial typos in commentsKamalesh Babulal1-2/+2
2013-10-12sched: Remove bogus parameter in structured commentRamkumar Ramachandra1-1/+0
2013-10-09sched/numa: Reflow task_numa_group() to avoid a compiler warningPeter Zijlstra1-7/+11
2013-10-09sched/numa: Retry task_numa_migrate() periodicallyRik van Riel1-9/+13
2013-10-09sched/numa: Use unsigned longs for numa group fault statsMel Gorman1-29/+20
2013-10-09sched/numa: Skip some page migrations after a shared faultRik van Riel1-0/+8
2013-10-09mm: numa: Revert temporarily disabling of NUMA migrationRik van Riel1-24/+1
2013-10-09sched/numa: Remove the numa_balancing_scan_period_reset sysctlMel Gorman1-17/+1
2013-10-09sched/numa: Adjust scan rate in task_numa_placementRik van Riel1-25/+87
2013-10-09sched/numa: Take false sharing into account when adapting scan rateMel Gorman1-2/+6
2013-10-09sched/numa: Be more careful about joining numa groupsRik van Riel1-5/+11
2013-10-09sched/numa: Avoid migrating tasks that are placed on their preferred nodePeter Zijlstra1-12/+108
2013-10-09sched/numa: Fix task or group comparisonRik van Riel1-7/+25
2013-10-09sched/numa: Decide whether to favour task or group weights based on swap candidate relationshipsRik van Riel1-23/+36