aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched
AgeCommit message (Expand)AuthorFilesLines
2013-10-09sched/numa: Continue PTE scanning even if migrate rate limitedPeter Zijlstra1-8/+0
2013-10-09sched/numa: Mitigate chance that same task always updates PTEsPeter Zijlstra1-1/+7
2013-10-09sched/numa: Fix commentsPeter Zijlstra1-4/+4
2013-10-06sched/rt: Remove redundant nr_cpus_allowed testShawn Bohrer1-2/+1
2013-09-25sched: Prepare for per-cpu preempt_countPeter Zijlstra1-2/+0
2013-09-25sched: Extract the basic add/sub preempt_count modifiersPeter Zijlstra1-17/+12
2013-09-25sched: Create more preempt_count accessorsPeter Zijlstra1-4/+3
2013-09-25sched: Add NEED_RESCHED to the preempt_countPeter Zijlstra1-5/+15
2013-09-25sched: Introduce preempt_count accessor functionsPeter Zijlstra1-2/+2
2013-09-25sched, rcu: Make RCU use resched_cpu()Peter Zijlstra1-8/+2
2013-09-25sched: Micro-optimize by dropping unnecessary task_rq() callsMichael S. Tsirkin2-25/+27
2013-09-20sched/balancing: Periodically decay max cost of idle balanceJason Low1-7/+31
2013-09-20sched/balancing: Consider max cost of idle balance per sched domainJason Low3-1/+21
2013-09-20sched: Reduce overestimating rq->avg_idleJason Low1-3/+4
2013-09-20sched/balancing: Prevent the reselection of a previous env.dst_cpu if some tasks are pinnedVladimir Davydov1-3/+3
2013-09-20Merge branch 'sched/urgent' into sched/coreIngo Molnar4-29/+19
2013-09-20sched/balancing: Fix cfs_rq->task_h_load calculationVladimir Davydov1-1/+1
2013-09-20sched/balancing: Fix 'local->avg_load > busiest->avg_load' case in fix_small_imbalance()Vladimir Davydov1-2/+2
2013-09-20sched/balancing: Fix 'local->avg_load > sds->avg_load' case in calculate_imbalance()Vladimir Davydov1-1/+2
2013-09-18Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-10/+15
2013-09-16sched: Fix comment for sched_info_departMichael S. Tsirkin1-2/+3
2013-09-12Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2013-09-12sched/fair: Fix the group_capacity computationPeter Zijlstra1-7/+13
2013-09-12sched/fair: Rework and comment the group_capacity codePeter Zijlstra1-8/+24
2013-09-12sched/fair: Fix group power_orig computationPeter Zijlstra1-5/+11
2013-09-12sched/fair: Reduce local_group logicPeter Zijlstra1-12/+17
2013-09-12sched/fair: Rewrite group_imb triggerPeter Zijlstra2-60/+31
2013-09-12sched/debug: Take PID namespace into accountPeter Zijlstra1-3/+3
2013-09-12sched/fair: Fix small race where child->se.parent,cfs_rq might point to invalid onesDaisuke Nishimura1-5/+9
2013-09-10sched: Fix load balancing performance regression in should_we_balance()Joonsoo Kim1-1/+1
2013-09-05Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-8/+11
2013-09-04Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-15/+0
2013-09-04Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-40/+17
2013-09-04Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-228/+302
2013-09-04Merge branches 'perf-urgent-for-linus' and 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-36/+84
2013-09-04sched/cputime: Do not scale when utime == 0Stanislaw Gruszka1-8/+11
2013-09-03Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds3-89/+81
2013-09-02sched/fair: Fix the sd_parent_degenerate() codePeter Zijlstra1-1/+9
2013-09-02sched/fair: Rework and comment the group_imb codePeter Zijlstra1-34/+89
2013-09-02sched/fair: Optimize find_busiest_queue()Peter Zijlstra1-4/+1
2013-09-02sched/fair: Make group power more consistentPeter Zijlstra1-19/+22
2013-09-02sched/fair: Remove duplicate load_per_task computationsPeter Zijlstra1-11/+2
2013-09-02sched/fair: Shrink sg_lb_stats and play memset gamesPeter Zijlstra1-7/+26
2013-09-02sched: Clean-up struct sd_lb_statJoonsoo Kim1-115/+114
2013-09-02sched: Factor out code to should_we_balance()Joonsoo Kim1-54/+53
2013-09-02sched: Remove one division operation in find_busiest_queue()Joonsoo Kim1-5/+9
2013-08-29Merge branch 'linus' into perf/coreIngo Molnar3-26/+84
2013-08-16sched/cputime: Use this_cpu_add() in task_group_account_field()Christoph Lameter1-1/+1
2013-08-16cpumask: Fix cpumask leak in partition_sched_domains()Xiaotian Feng1-2/+3
2013-08-16Merge tag 'v3.11-rc5' into sched/coreIngo Molnar1-2/+2