| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-09-16 | Revert "sched: Improve scalability via 'CPU buddies', which withstand random perturbations" |  Linus Torvalds | 2 | -45/+22 |
| 2012-09-04 | sched: Fix kernel-doc warnings in kernel/sched/fair.c |  Randy Dunlap | 1 | -2/+0 |
| 2012-09-04 | sched: Unthrottle rt runqueues in __disable_runtime() |  Peter Boonstoppel | 4 | -6/+6 |
| 2012-09-04 | sched: Fix load avg vs cpu-hotplug |  Peter Zijlstra | 1 | -21/+10 |
| 2012-08-20 | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 5 | -19/+70 |
| 2012-08-13 | sched: Fix migration thread runtime bogosity |  Mike Galbraith | 1 | -1/+21 |
| 2012-08-13 | sched,rt: fix isolated CPUs leaving root_task_group indefinitely throttled |  Mike Galbraith | 1 | -0/+13 |
| 2012-08-13 | sched,cgroup: Fix up task_groups list |  Mike Galbraith | 2 | -1/+2 |
| 2012-08-13 | sched: fix divide by zero at {thread_group,task}_times |  Stanislaw Gruszka | 1 | -14/+20 |
| 2012-08-13 | sched, cgroup: Reduce rq->lock hold times for large cgroup hierarchies |  Peter Zijlstra | 2 | -3/+14 |
| 2012-08-03 | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 3 | -23/+20 |
| 2012-07-31 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -1/+1 |
| 2012-07-31 | sched/cleanups: Add load balance cpumask pointer to 'struct lb_env' |  Michael Wang | 1 | -15/+14 |
| 2012-07-26 | sched: Deliver sched_switch events to the current task |  Andrew Vagin | 1 | -1/+1 |
| 2012-07-26 | sched: Fix minor code style issues |  Ying Xue | 1 | -5/+5 |
| 2012-07-26 | sched: Use task_rq_unlock() in __sched_setscheduler() |  Namhyung Kim | 1 | -3/+1 |
| 2012-07-24 | sched: Fix race in task_group() |  Peter Zijlstra | 2 | -14/+18 |
| 2012-07-24 | sched: Improve balance_cpu() to consider other cpus in its group as target of (pinned) task |  Srivatsa Vaddagiri | 1 | -4/+74 |
| 2012-07-24 | sched: Reset loop counters if all tasks are pinned and we need to redo load balance |  Prashanth Nageshappa | 1 | -1/+4 |
| 2012-07-24 | sched: Reorder 'struct lb_env' members to reduce its size |  Prashanth Nageshappa | 1 | -1/+1 |
| 2012-07-24 | sched: Improve scalability via 'CPU buddies', which withstand random perturbations |  Mike Galbraith | 2 | -22/+45 |
| 2012-07-24 | cpusets, hotplug: Restructure functions that are invoked during hotplug |  Srivatsa S. Bhat | 1 | -2/+2 |
| 2012-07-24 | CPU hotplug, cpusets, suspend: Don't modify cpusets during suspend/resume |  Srivatsa S. Bhat | 1 | -4/+36 |
| 2012-07-14 | Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus' and 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 3 | -76/+203 |
| 2012-07-05 | sched/nohz: Rewrite and fix load-avg computation -- again |  Peter Zijlstra | 3 | -75/+203 |
| 2012-07-02 | Revert "rcu: Move PREEMPT_RCU preemption to switch_to() invocation" |  Paul E. McKenney | 1 | -1/+0 |
| 2012-06-08 | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 4 | -39/+159 |
| 2012-06-08 | sched/fair: fix lots of kernel-doc warnings |  Randy Dunlap | 1 | -16/+6 |
| 2012-06-06 | sched: Fix the relax_domain_level boot parameter |  Dimitri Sivanich | 1 | -6/+3 |
| 2012-06-06 | sched: Validate assumptions in sched_init_numa() |  Peter Zijlstra | 1 | -19/+80 |
| 2012-06-06 | sched: Always initialize cpu-power |  Peter Zijlstra | 2 | -2/+13 |
| 2012-06-06 | sched: Fix domain iteration |  Peter Zijlstra | 3 | -10/+61 |
| 2012-06-06 | sched/rt: Fix lockdep annotation within find_lock_lowest_rq() |  Peter Zijlstra | 1 | -1/+1 |
| 2012-06-06 | sched/numa: Load balance between remote nodes |  Alex Shi | 1 | -1/+1 |
| 2012-05-30 | sched: Remove NULL assignment of dattr_cur |  Kamalesh Babulal | 1 | -1/+0 |
| 2012-05-30 | sched: Remove the last NULL entry from sched_feat_names |  Hiroshi Shimamoto | 1 | -1/+0 |
| 2012-05-30 | sched: Make sched_feat_names const |  Hiroshi Shimamoto | 1 | -1/+1 |
| 2012-05-30 | sched/rt: Fix SCHED_RR across cgroups |  Colin Cross | 1 | -5/+10 |
| 2012-05-30 | sched: Move nr_cpus_allowed out of 'struct sched_rt_entity' |  Peter Zijlstra | 3 | -17/+23 |
| 2012-05-30 | sched: Make sure to not re-read variables after validation |  Peter Zijlstra | 1 | -4/+11 |
| 2012-05-30 | sched: Fix SD_OVERLAP |  Peter Zijlstra | 2 | -7/+25 |
| 2012-05-30 | sched: Don't try allocating memory from offline nodes |  Peter Zijlstra | 1 | -1/+1 |
| 2012-05-30 | sched/nohz: Fix rq->cpu_load calculations some more |  Peter Zijlstra | 1 | -10/+43 |
| 2012-05-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace |  Linus Torvalds | 1 | -5/+2 |
| 2012-05-23 | Merge branches 'perf-urgent-for-linus' and 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -1/+8 |
| 2012-05-23 | Revert "sched, perf: Use a single callback into the scheduler" |  Jiri Olsa | 1 | -1/+8 |
| 2012-05-22 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 6 | -608/+352 |
| 2012-05-22 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -8/+1 |
| 2012-05-22 | Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup |  Linus Torvalds | 1 | -12/+4 |
| 2012-05-21 | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 2 | -2/+2 |