summaryrefslogtreecommitdiffstats
path: root/kernel/sched
Commit message (Expand)AuthorAgeFilesLines
* sched/balancing: Fix cfs_rq->task_h_load calculationVladimir Davydov2013-09-201-1/+1
* sched/balancing: Fix 'local->avg_load > busiest->avg_load' case in fix_small_...Vladimir Davydov2013-09-201-2/+2
* sched/balancing: Fix 'local->avg_load > sds->avg_load' case in calculate_imba...Vladimir Davydov2013-09-201-1/+2
* Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-09-183-10/+15
|\
| * sched: Fix comment for sched_info_departMichael S. Tsirkin2013-09-161-2/+3
| * sched/debug: Take PID namespace into accountPeter Zijlstra2013-09-121-3/+3
| * sched/fair: Fix small race where child->se.parent,cfs_rq might point to inval...Daisuke Nishimura2013-09-121-5/+9
* | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-09-121-1/+1
|\|
| * sched: Fix load balancing performance regression in should_we_balance()Joonsoo Kim2013-09-101-1/+1
* | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2013-09-051-8/+11
|\ \
| * | sched/cputime: Do not scale when utime == 0Stanislaw Gruszka2013-09-041-8/+11
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-09-041-15/+0
|\ \ \ | |_|/ |/| |
| * | remove sched notifier for cross-cpu migrationsMarcelo Tosatti2013-07-181-15/+0
* | | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-09-042-40/+17
|\ \ \ | | |/ | |/|
| * | Merge branch 'timers/nohz-v3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Ingo Molnar2013-08-142-40/+17
| |\ \
| | * | vtime: Always debug check snapshot source _before_ updating itFrederic Weisbecker2013-08-141-2/+2
| | * | vtime: Always scale generic vtime accounting resultsFrederic Weisbecker2013-08-141-6/+0
| | * | vtime: Optimize full dynticks accounting off case with static keysFrederic Weisbecker2013-08-141-18/+4
| | * | vtime: Fix racy cputime delta updateFrederic Weisbecker2013-08-141-1/+2
| | * | vtime: Remove a few unneeded generic vtime state checksFrederic Weisbecker2013-08-141-12/+1
| | * | context_tracking: Optimize guest APIs off case with static keyFrederic Weisbecker2013-08-141-0/+2
| | * | vtime: Update a few commentsFrederic Weisbecker2013-08-131-0/+7
| | * | sched: Consolidate open coded preemptible() checksFrederic Weisbecker2013-08-131-3/+1
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-09-043-228/+302
|\ \ \ \
| * | | | sched/fair: Fix the sd_parent_degenerate() codePeter Zijlstra2013-09-021-1/+9
| * | | | sched/fair: Rework and comment the group_imb codePeter Zijlstra2013-09-021-34/+89
| * | | | sched/fair: Optimize find_busiest_queue()Peter Zijlstra2013-09-021-4/+1
| * | | | sched/fair: Make group power more consistentPeter Zijlstra2013-09-021-19/+22
| * | | | sched/fair: Remove duplicate load_per_task computationsPeter Zijlstra2013-09-021-11/+2
| * | | | sched/fair: Shrink sg_lb_stats and play memset gamesPeter Zijlstra2013-09-021-7/+26
| * | | | sched: Clean-up struct sd_lb_statJoonsoo Kim2013-09-021-115/+114
| * | | | sched: Factor out code to should_we_balance()Joonsoo Kim2013-09-021-54/+53
| * | | | sched: Remove one division operation in find_busiest_queue()Joonsoo Kim2013-09-021-5/+9
| * | | | sched/cputime: Use this_cpu_add() in task_group_account_field()Christoph Lameter2013-08-161-1/+1
| * | | | cpumask: Fix cpumask leak in partition_sched_domains()Xiaotian Feng2013-08-161-2/+3
| * | | | Merge tag 'v3.11-rc5' into sched/coreIngo Molnar2013-08-161-2/+2
| |\| | |
| * | | | sched/fair: Cleanup: remove duplicate variable declarationKirill Tkhai2013-07-221-5/+3
| * | | | Merge tag 'v3.11-rc2' into sched/coreIngo Molnar2013-07-222-7/+7
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | sched/__wake_up_sync_key(): Fix nr_exclusive tasks which lead to WF_SYNC clea...Kirill Tkhai2013-07-121-1/+1
| | |_|/ | |/| |
| | | |
| \ \ \
*-. \ \ \ Merge branches 'perf-urgent-for-linus' and 'perf-core-for-linus' of git://git...Linus Torvalds2013-09-043-36/+84
|\ \ \ \ \
| | * \ \ \ Merge branch 'linus' into perf/coreIngo Molnar2013-08-293-26/+84
| | |\ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Merge tag 'v3.11-rc5' into perf/coreIngo Molnar2013-08-151-2/+2
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | * | | | sched: Micro-optimize the smart wake-affine logicPeter Zijlstra2013-07-233-2/+8
| | * | | | sched: Implement smarter wake-affine logicMichael Wang2013-07-231-0/+47
| | * | | | sched: Move h_load calculation to task_h_load()Vladimir Davydov2013-07-232-35/+30
| | | |_|/ | | |/| |
* | | | | Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2013-09-033-89/+81
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | cgroup: make cgroup_taskset deal with cgroup_subsys_state instead of cgroupTejun Heo2013-08-081-2/+2
| * | | | cgroup: pass around cgroup_subsys_state instead of cgroup in file methodsTejun Heo2013-08-082-50/+43
| * | | | cgroup: pass around cgroup_subsys_state instead of cgroup in subsystem methodsTejun Heo2013-08-082-23/+25
| * | | | cgroup: add css_parent()Tejun Heo2013-08-082-15/+5