aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched
Commit message (Expand)AuthorAge
* sched/balancing: Fix cfs_rq->task_h_load calculationVladimir Davydov2013-09-20
* sched/balancing: Fix 'local->avg_load > busiest->avg_load' case in fix_small_...Vladimir Davydov2013-09-20
* sched/balancing: Fix 'local->avg_load > sds->avg_load' case in calculate_imba...Vladimir Davydov2013-09-20
* Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-09-18
|\
| * sched: Fix comment for sched_info_departMichael S. Tsirkin2013-09-16
| * sched/debug: Take PID namespace into accountPeter Zijlstra2013-09-12
| * sched/fair: Fix small race where child->se.parent,cfs_rq might point to inval...Daisuke Nishimura2013-09-12
* | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-09-12
|\|
| * sched: Fix load balancing performance regression in should_we_balance()Joonsoo Kim2013-09-10
* | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2013-09-05
|\ \
| * | sched/cputime: Do not scale when utime == 0Stanislaw Gruszka2013-09-04
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-09-04
|\ \ \ | |_|/ |/| |
| * | remove sched notifier for cross-cpu migrationsMarcelo Tosatti2013-07-18
* | | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-09-04
|\ \ \ | | |/ | |/|
| * | Merge branch 'timers/nohz-v3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Ingo Molnar2013-08-14
| |\ \
| | * | vtime: Always debug check snapshot source _before_ updating itFrederic Weisbecker2013-08-14
| | * | vtime: Always scale generic vtime accounting resultsFrederic Weisbecker2013-08-14
| | * | vtime: Optimize full dynticks accounting off case with static keysFrederic Weisbecker2013-08-14
| | * | vtime: Fix racy cputime delta updateFrederic Weisbecker2013-08-14
| | * | vtime: Remove a few unneeded generic vtime state checksFrederic Weisbecker2013-08-14
| | * | context_tracking: Optimize guest APIs off case with static keyFrederic Weisbecker2013-08-14
| | * | vtime: Update a few commentsFrederic Weisbecker2013-08-12
| | * | sched: Consolidate open coded preemptible() checksFrederic Weisbecker2013-08-12
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-09-04
|\ \ \ \
| * | | | sched/fair: Fix the sd_parent_degenerate() codePeter Zijlstra2013-09-02
| * | | | sched/fair: Rework and comment the group_imb codePeter Zijlstra2013-09-02
| * | | | sched/fair: Optimize find_busiest_queue()Peter Zijlstra2013-09-02
| * | | | sched/fair: Make group power more consistentPeter Zijlstra2013-09-02
| * | | | sched/fair: Remove duplicate load_per_task computationsPeter Zijlstra2013-09-02
| * | | | sched/fair: Shrink sg_lb_stats and play memset gamesPeter Zijlstra2013-09-02
| * | | | sched: Clean-up struct sd_lb_statJoonsoo Kim2013-09-02
| * | | | sched: Factor out code to should_we_balance()Joonsoo Kim2013-09-02
| * | | | sched: Remove one division operation in find_busiest_queue()Joonsoo Kim2013-09-02
| * | | | sched/cputime: Use this_cpu_add() in task_group_account_field()Christoph Lameter2013-08-16
| * | | | cpumask: Fix cpumask leak in partition_sched_domains()Xiaotian Feng2013-08-16
| * | | | Merge tag 'v3.11-rc5' into sched/coreIngo Molnar2013-08-16
| |\| | |
| * | | | sched/fair: Cleanup: remove duplicate variable declarationKirill Tkhai2013-07-22
| * | | | Merge tag 'v3.11-rc2' into sched/coreIngo Molnar2013-07-22
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | sched/__wake_up_sync_key(): Fix nr_exclusive tasks which lead to WF_SYNC clea...Kirill Tkhai2013-07-12
| | |_|/ | |/| |
| | | |
| \ \ \
*-. \ \ \ Merge branches 'perf-urgent-for-linus' and 'perf-core-for-linus' of git://git...Linus Torvalds2013-09-04
|\ \ \ \ \
| | * \ \ \ Merge branch 'linus' into perf/coreIngo Molnar2013-08-29
| | |\ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Merge tag 'v3.11-rc5' into perf/coreIngo Molnar2013-08-15
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | * | | | sched: Micro-optimize the smart wake-affine logicPeter Zijlstra2013-07-23
| | * | | | sched: Implement smarter wake-affine logicMichael Wang2013-07-23
| | * | | | sched: Move h_load calculation to task_h_load()Vladimir Davydov2013-07-23
| | | |_|/ | | |/| |
* | | | | Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2013-09-03
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | cgroup: make cgroup_taskset deal with cgroup_subsys_state instead of cgroupTejun Heo2013-08-08
| * | | | cgroup: pass around cgroup_subsys_state instead of cgroup in file methodsTejun Heo2013-08-08
| * | | | cgroup: pass around cgroup_subsys_state instead of cgroup in subsystem methodsTejun Heo2013-08-08
| * | | | cgroup: add css_parent()Tejun Heo2013-08-08