aboutsummaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)Author
2012-10-12Merge branch 'task-placement-v2' into big-LITTLE-MP-v10big-LITTLE-MP-v10Viresh Kumar
2012-10-12sched: Only down migrate low priority tasks if allowed by affinity maskMorten Rasmussen
2012-10-12Merge branches 'per-cpu-thread-hotplug-v3-fixed', 'task-placement-v2', 'arm-a...Viresh Kumar
2012-10-08sched: SCHED_HMP multi-domain task migration controlMorten Rasmussen
2012-10-08sched: Add HMP task migration ftrace eventMorten Rasmussen
2012-10-08sched: Add ftrace events for entity load-trackingMorten Rasmussen
2012-10-08sched: Introduce priority-based task migration filterMorten Rasmussen
2012-10-08sched: Forced task migration on heterogeneous systemsMorten Rasmussen
2012-10-08sched: Task placement for heterogeneous systems based on task load-trackingMorten Rasmussen
2012-10-08sched: entity load-tracking load_avg_ratioMorten Rasmussen
2012-10-08sched: introduce temporary FAIR_GROUP_SCHED dependency for load-trackingPaul Turner
2012-10-08sched: implement usage trackingPaul Turner
2012-10-08sched: make __update_entity_runnable_avg() fastPaul Turner
2012-10-08sched: update_cfs_shares at period edgePaul Turner
2012-10-08sched: refactor update_shares_cpu() -> update_blocked_avgs()Paul Turner
2012-10-08sched: replace update_shares weight distribution with per-entity computationPaul Turner
2012-10-08sched: maintain runnable averages across throttled periodsPaul Turner
2012-10-08sched: normalize tg load contributions against runnable timePaul Turner
2012-10-08sched: compute load contribution by a group entityPaul Turner
2012-10-08sched: aggregate total task_group loadPaul Turner
2012-10-08sched: account for blocked load waking back upPaul Turner
2012-10-08sched: add an rq migration call-back to sched_classPaul Turner
2012-10-08sched: maintain the load contribution of blocked entitiesPaul Turner
2012-10-08sched: aggregate load contributed by task entities on parenting cfs_rqPaul Turner
2012-10-08sched: maintain per-rq runnable averagesBen Segall
2012-10-08sched: track the runnable average on a per-task entity basisPaul Turner
2012-10-03sched: Fix nohz_idle_balance()Vincent Guittot
2012-10-03sched: cpu_power: enable ARCH_POWERVincent Guittot
2012-09-16Revert "sched: Improve scalability via 'CPU buddies', which withstand random ...Linus Torvalds
2012-09-04sched: Fix kernel-doc warnings in kernel/sched/fair.cRandy Dunlap
2012-09-04sched: Unthrottle rt runqueues in __disable_runtime()Peter Boonstoppel
2012-09-04sched: Fix load avg vs cpu-hotplugPeter Zijlstra
2012-08-20Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2012-08-13sched: Fix migration thread runtime bogosityMike Galbraith
2012-08-13sched,rt: fix isolated CPUs leaving root_task_group indefinitely throttledMike Galbraith
2012-08-13sched,cgroup: Fix up task_groups listMike Galbraith
2012-08-13sched: fix divide by zero at {thread_group,task}_timesStanislaw Gruszka
2012-08-13sched, cgroup: Reduce rq->lock hold times for large cgroup hierarchiesPeter Zijlstra
2012-08-03Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2012-07-31Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2012-07-31sched/cleanups: Add load balance cpumask pointer to 'struct lb_env'Michael Wang
2012-07-26sched: Deliver sched_switch events to the current taskAndrew Vagin
2012-07-26sched: Fix minor code style issuesYing Xue
2012-07-26sched: Use task_rq_unlock() in __sched_setscheduler()Namhyung Kim
2012-07-24sched: Fix race in task_group()Peter Zijlstra
2012-07-24sched: Improve balance_cpu() to consider other cpus in its group as target of...Srivatsa Vaddagiri
2012-07-24sched: Reset loop counters if all tasks are pinned and we need to redo load b...Prashanth Nageshappa
2012-07-24sched: Reorder 'struct lb_env' members to reduce its sizePrashanth Nageshappa
2012-07-24sched: Improve scalability via 'CPU buddies', which withstand random perturba...Mike Galbraith
2012-07-24cpusets, hotplug: Restructure functions that are invoked during hotplugSrivatsa S. Bhat