aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched (follow)
AgeCommit message (Expand)AuthorFilesLines
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/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
2013-08-15Merge tag 'v3.11-rc5' into perf/coreIngo Molnar1-2/+2
2013-08-14Merge branch 'timers/nohz-v3' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into timers/nohzIngo Molnar2-40/+17
2013-08-14vtime: Always debug check snapshot source _before_ updating itFrederic Weisbecker1-2/+2
2013-08-14vtime: Always scale generic vtime accounting resultsFrederic Weisbecker1-6/+0
2013-08-14vtime: Optimize full dynticks accounting off case with static keysFrederic Weisbecker1-18/+4
2013-08-14vtime: Fix racy cputime delta updateFrederic Weisbecker1-1/+2
2013-08-14vtime: Remove a few unneeded generic vtime state checksFrederic Weisbecker1-12/+1
2013-08-14context_tracking: Optimize guest APIs off case with static keyFrederic Weisbecker1-0/+2
2013-08-13Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-25/+71
2013-08-13sched: fix the theoretical signal_wake_up() vs schedule() raceOleg Nesterov1-1/+13
2013-08-13vtime: Update a few commentsFrederic Weisbecker1-0/+7
2013-08-13sched: Consolidate open coded preemptible() checksFrederic Weisbecker1-3/+1
2013-08-08cgroup: make cgroup_taskset deal with cgroup_subsys_state instead of cgroupTejun Heo1-2/+2
2013-08-08cgroup: pass around cgroup_subsys_state instead of cgroup in file methodsTejun Heo2-50/+43
2013-08-08cgroup: pass around cgroup_subsys_state instead of cgroup in subsystem methodsTejun Heo2-23/+25
2013-08-08cgroup: add css_parent()Tejun Heo2-15/+5
2013-08-08cgroup: add/update accessors which obtain subsys specific data from cssTejun Heo2-6/+13
2013-08-08cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/Tejun Heo3-7/+7
2013-07-31mm: sched: numa: fix NUMA balancing when !SCHED_DEBUGDave Kleikamp1-2/+2
2013-07-30sched: Ensure update_cfs_shares() is called for parents of continuously-running tasksPeter Zijlstra1-0/+1
2013-07-23sched: Micro-optimize the smart wake-affine logicPeter Zijlstra3-2/+8