summaryrefslogtreecommitdiffstats
path: root/kernel/sched
AgeCommit message (Expand)AuthorLines
2013-09-20sched/balancing: Fix cfs_rq->task_h_load calculationVladimir Davydov-1/+1
2013-09-20sched/balancing: Fix 'local->avg_load > busiest->avg_load' case in fix_small_...Vladimir Davydov-2/+2
2013-09-20sched/balancing: Fix 'local->avg_load > sds->avg_load' case in calculate_imba...Vladimir Davydov-1/+2
2013-09-18Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-10/+15
2013-09-16sched: Fix comment for sched_info_departMichael S. Tsirkin-2/+3
2013-09-12Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-1/+1
2013-09-12sched/debug: Take PID namespace into accountPeter Zijlstra-3/+3
2013-09-12sched/fair: Fix small race where child->se.parent,cfs_rq might point to inval...Daisuke Nishimura-5/+9
2013-09-10sched: Fix load balancing performance regression in should_we_balance()Joonsoo Kim-1/+1
2013-09-05Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-8/+11
2013-09-04Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-15/+0
2013-09-04Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-40/+17
2013-09-04Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-228/+302
2013-09-04Merge branches 'perf-urgent-for-linus' and 'perf-core-for-linus' of git://git...Linus Torvalds-36/+84
2013-09-04sched/cputime: Do not scale when utime == 0Stanislaw Gruszka-8/+11
2013-09-03Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds-89/+81
2013-09-02sched/fair: Fix the sd_parent_degenerate() codePeter Zijlstra-1/+9
2013-09-02sched/fair: Rework and comment the group_imb codePeter Zijlstra-34/+89
2013-09-02sched/fair: Optimize find_busiest_queue()Peter Zijlstra-4/+1
2013-09-02sched/fair: Make group power more consistentPeter Zijlstra-19/+22
2013-09-02sched/fair: Remove duplicate load_per_task computationsPeter Zijlstra-11/+2
2013-09-02sched/fair: Shrink sg_lb_stats and play memset gamesPeter Zijlstra-7/+26
2013-09-02sched: Clean-up struct sd_lb_statJoonsoo Kim-115/+114
2013-09-02sched: Factor out code to should_we_balance()Joonsoo Kim-54/+53
2013-09-02sched: Remove one division operation in find_busiest_queue()Joonsoo Kim-5/+9
2013-08-29Merge branch 'linus' into perf/coreIngo Molnar-26/+84
2013-08-16sched/cputime: Use this_cpu_add() in task_group_account_field()Christoph Lameter-1/+1
2013-08-16cpumask: Fix cpumask leak in partition_sched_domains()Xiaotian Feng-2/+3
2013-08-16Merge tag 'v3.11-rc5' into sched/coreIngo Molnar-2/+2
2013-08-15Merge tag 'v3.11-rc5' into perf/coreIngo Molnar-2/+2
2013-08-14Merge branch 'timers/nohz-v3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Ingo Molnar-40/+17
2013-08-14vtime: Always debug check snapshot source _before_ updating itFrederic Weisbecker-2/+2
2013-08-14vtime: Always scale generic vtime accounting resultsFrederic Weisbecker-6/+0
2013-08-14vtime: Optimize full dynticks accounting off case with static keysFrederic Weisbecker-18/+4
2013-08-14vtime: Fix racy cputime delta updateFrederic Weisbecker-1/+2
2013-08-14vtime: Remove a few unneeded generic vtime state checksFrederic Weisbecker-12/+1
2013-08-14context_tracking: Optimize guest APIs off case with static keyFrederic Weisbecker-0/+2
2013-08-13Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-25/+71
2013-08-13sched: fix the theoretical signal_wake_up() vs schedule() raceOleg Nesterov-1/+13
2013-08-13vtime: Update a few commentsFrederic Weisbecker-0/+7
2013-08-13sched: Consolidate open coded preemptible() checksFrederic Weisbecker-3/+1
2013-08-08cgroup: make cgroup_taskset deal with cgroup_subsys_state instead of cgroupTejun Heo-2/+2
2013-08-08cgroup: pass around cgroup_subsys_state instead of cgroup in file methodsTejun Heo-50/+43
2013-08-08cgroup: pass around cgroup_subsys_state instead of cgroup in subsystem methodsTejun Heo-23/+25
2013-08-08cgroup: add css_parent()Tejun Heo-15/+5
2013-08-08cgroup: add/update accessors which obtain subsys specific data from cssTejun Heo-6/+13
2013-08-08cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/Tejun Heo-7/+7
2013-07-31mm: sched: numa: fix NUMA balancing when !SCHED_DEBUGDave Kleikamp-2/+2
2013-07-30sched: Ensure update_cfs_shares() is called for parents of continuously-runni...Peter Zijlstra-0/+1
2013-07-23sched: Micro-optimize the smart wake-affine logicPeter Zijlstra-2/+8