| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-10-05 | sched: Ensure 'sched_domains_numa_levels' is safe to use in other functions |  Tang Chen | 1 | -0/+13 |
| 2012-10-01 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 7 | -693/+679 |
| 2012-10-01 | sanitize tsk_is_polling() |  Al Viro | 1 | -1/+1 |
| 2012-09-26 | rcu: Exit RCU extended QS on user preemption |  Frederic Weisbecker | 1 | -0/+15 |
| 2012-09-26 | rcu: Exit RCU extended QS on kernel preemption after irq/exception |  Frederic Weisbecker | 1 | -0/+1 |
| 2012-09-26 | rcu: Switch task's syscall hooks on context switch |  Frederic Weisbecker | 1 | -0/+1 |
| 2012-09-25 | Merge remote-tracking branch 'tip/core/rcu' into next.2012.09.25b |  Paul E. McKenney | 4 | -62/+29 |
| 2012-09-25 | vtime: Consolidate system/idle context detection |  Frederic Weisbecker | 1 | -0/+26 |
| 2012-09-25 | cputime: Use a proper subsystem naming for vtime related APIs |  Frederic Weisbecker | 2 | -5/+5 |
| 2012-09-23 | sched: Fix load avg vs cpu-hotplug |  Peter Zijlstra | 1 | -21/+20 |
| 2012-09-16 | Revert "sched: Improve scalability via 'CPU buddies', which withstand random perturbations" |  Linus Torvalds | 2 | -45/+22 |
| 2012-09-13 | sched: cpu_power: enable ARCH_POWER |  Vincent Guittot | 1 | -1/+1 |
| 2012-09-13 | sched/nohz: Clean up select_nohz_load_balancer() |  Alex Shi | 1 | -15/+10 |
| 2012-09-13 | sched: Fix load avg vs. cpu-hotplug |  Peter Zijlstra | 1 | -0/+2 |
| 2012-09-13 | sched: Remove __ARCH_WANT_INTERRUPTS_ON_CTXSW |  Peter Zijlstra | 3 | -50/+1 |
| 2012-09-13 | sched: Fix nohz_idle_balance() |  Vincent Guittot | 1 | -5/+6 |
| 2012-09-04 | sched: Remove useless code in yield_to() |  Michael Wang | 1 | -7/+0 |
| 2012-09-04 | sched/debug: Limit sd->*_idx range on sysctl |  Namhyung Kim | 1 | -13/+22 |
| 2012-09-04 | sched: Remove AFFINE_WAKEUPS feature flag |  Namhyung Kim | 1 | -8/+0 |
| 2012-09-04 | Merge branch 'sched/urgent' into sched/core |  Ingo Molnar | 4 | -29/+16 |
| 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-20 | cputime: Consolidate vtime handling on context switch |  Frederic Weisbecker | 1 | -0/+1 |
| 2012-08-20 | sched: Move cputime code to its own file |  Frederic Weisbecker | 4 | -556/+570 |
| 2012-08-13 | sched: recover SD_WAKE_AFFINE in select_task_rq_fair and code clean up |  Alex Shi | 2 | -32/+3 |
| 2012-08-13 | sched: using dst_rq instead of this_rq during load balance |  Michael Wang | 1 | -5/+4 |
| 2012-08-13 | sched: Document schedule() entry points |  Pekka Enberg | 1 | -0/+34 |
| 2012-08-13 | sched: Fix __sched_period comment |  Borislav Petkov | 1 | -1/+1 |
| 2012-08-13 | Merge branch 'sched/urgent' into sched/core |  Thomas Gleixner | 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 |