| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | Merge branch 'linus' into sched/core | Ingo Molnar | 2012-05-07 | 3 | -14/+27 |
| |\ \ \ \ |
|
| * \ \ \ \ | Merge branch 'tip/sched/core' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Ingo Molnar | 2012-04-14 | 1 | -30/+26 |
| |\ \ \ \ \
| | |_|_|_|/
| |/| | | | |
|
| | * | | | | sched_rt: Avoid unnecessary dequeue and enqueue of pushable tasks in set_cpus... | Kirill Tkhai | 2012-04-12 | 1 | -30/+26 |
* | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2012-05-22 | 1 | -8/+1 |
|\ \ \ \ \ \
| | |_|_|_|/
| |/| | | | |
|
| * | | | | | Merge remote-tracking branch 'tip/perf/urgent' into perf/core | Arnaldo Carvalho de Melo | 2012-05-18 | 3 | -14/+27 |
| |\ \ \ \ \
| | | |_|/ /
| | |/| | | |
|
| * | | | | | sched, perf: Use a single callback into the scheduler | Peter Zijlstra | 2012-05-09 | 1 | -8/+1 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg... | Linus Torvalds | 2012-05-22 | 1 | -12/+4 |
|\ \ \ \ \ |
|
| * | | | | | cgroup: convert all non-memcg controllers to the new cftype interface | Tejun Heo | 2012-04-01 | 1 | -12/+4 |
| |/ / / / |
|
* | | | | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2012-05-21 | 2 | -2/+2 |
|\ \ \ \ \ |
|
| * \ \ \ \ | Merge branch 'smp/threadalloc' into smp/hotplug | Thomas Gleixner | 2012-05-08 | 3 | -14/+27 |
| |\ \ \ \ \
| | | |/ / /
| | |/| | | |
|
| * | | | | | init_task: Create generic init_task instance | Thomas Gleixner | 2012-05-05 | 1 | -2/+0 |
| * | | | | | smp: Provide generic idle thread allocation | Thomas Gleixner | 2012-04-26 | 1 | -0/+2 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2012-05-21 | 1 | -0/+1 |
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
|
| * | | | | Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul... | Ingo Molnar | 2012-05-14 | 1 | -0/+1 |
| |\ \ \ \
| | |_|/ /
| |/| | | |
|
| | * | | | rcu: Move PREEMPT_RCU preemption to switch_to() invocation | Paul E. McKenney | 2012-05-02 | 1 | -0/+1 |
| | |/ / |
|
* | | | | sched: Fix KVM and ia64 boot crash due to sched_groups circular linked list a... | Igor Mammedov | 2012-05-09 | 1 | -0/+2 |
|/ / / |
|
* | | | sched: Fix OOPS when build_sched_domains() percpu allocation fails | he, bo | 2012-04-26 | 1 | -6/+16 |
* | | | sched: Fix more load-balancing fallout | Peter Zijlstra | 2012-04-26 | 2 | -8/+11 |
|/ / |
|
* | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2012-03-31 | 2 | -9/+7 |
|\ \ |
|
| * | | sched: Fix incorrect usage of for_each_cpu_mask() in select_fallback_rq() | Srivatsa S. Bhat | 2012-03-31 | 1 | -2/+2 |
| * | | Merge branch 'sched/arch' into sched/urgent | Ingo Molnar | 2012-03-29 | 2 | -0/+4 |
| |\ \ |
|
| | * | | sched/arch: Introduce the finish_arch_post_lock_switch() scheduler callback | Catalin Marinas | 2012-03-13 | 2 | -0/+4 |
| | * | | Revert "CPU hotplug, cpusets, suspend: Don't touch cpusets during suspend/res... | Linus Torvalds | 2012-03-07 | 1 | -2/+2 |
| | * | | CPU hotplug, cpusets, suspend: Don't touch cpusets during suspend/resume | Srivatsa S. Bhat | 2012-02-27 | 1 | -2/+2 |
| * | | | sched: Fix __schedule_bug() output when called from an interrupt | Stephen Boyd | 2012-03-29 | 1 | -7/+1 |
* | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2012-03-29 | 3 | -25/+55 |
|\ \ \ \
| |/ / / |
|
| * | | | sched/rt: Improve pick_next_highest_task_rt() | Michael J Wang | 2012-03-27 | 1 | -1/+1 |
| * | | | sched: Fix select_fallback_rq() vs cpu_active/cpu_online | Peter Zijlstra | 2012-03-27 | 1 | -16/+46 |
| * | | | sched: Fix compiler warning about declared inline after use | Peter Zijlstra | 2012-03-23 | 1 | -8/+8 |
| | |/
| |/| |
|
* | | | Add #includes needed to permit the removal of asm/system.h | David Howells | 2012-03-28 | 1 | -0/+1 |
* | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds | 2012-03-21 | 1 | -0/+1 |
|\ \ \ |
|
| * | | | security: trim security.h | Al Viro | 2012-02-14 | 1 | -0/+1 |
* | | | | Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg... | Linus Torvalds | 2012-03-20 | 1 | -12/+8 |
|\ \ \ \ |
|
| * | | | | cgroup: remove cgroup_subsys argument from callbacks | Li Zefan | 2012-02-02 | 1 | -12/+8 |
* | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2012-03-20 | 7 | -289/+307 |
|\ \ \ \ \
| | |_|/ /
| |/| | | |
|
| * | | | | sched: Fix nohz load accounting -- again! | Peter Zijlstra | 2012-03-12 | 1 | -27/+26 |
| * | | | | sched: Update yield() docs | Peter Zijlstra | 2012-03-12 | 1 | -2/+18 |
| * | | | | printk/sched: Introduce special printk_sched() for those awkward moments | Peter Zijlstra | 2012-03-12 | 2 | -2/+8 |
| * | | | | sched/nohz: Correctly initialize 'next_balance' in 'nohz' idle balancer | Diwakar Tundlam | 2012-03-12 | 1 | -0/+1 |
| * | | | | sched: Cleanup cpu_active madness | Peter Zijlstra | 2012-03-12 | 1 | -1/+1 |
| * | | | | sched: Fix load-balance wreckage | Peter Zijlstra | 2012-03-12 | 1 | -71/+39 |
| * | | | | sched: Clean up parameter passing of proc_sched_autogroup_set_nice() | Hiroshi Shimamoto | 2012-03-02 | 1 | -6/+6 |
| * | | | | sched: Ditch per cgroup task lists for load-balancing | Peter Zijlstra | 2012-03-01 | 3 | -109/+80 |
| * | | | | sched: Rename load-balancing fields | Peter Zijlstra | 2012-03-01 | 1 | -58/+60 |
| * | | | | sched: Move load-balancing arguments into helper struct | Peter Zijlstra | 2012-03-01 | 1 | -84/+93 |
| * | | | | sched/rt: Do not submit new work when PI-blocked | Thomas Gleixner | 2012-03-01 | 1 | -1/+1 |
| * | | | | sched/rt: Prevent idle task boosting | Thomas Gleixner | 2012-03-01 | 1 | -2/+19 |
| * | | | | sched/wait: Add __wake_up_all_locked() API | Thomas Gleixner | 2012-03-01 | 1 | -2/+2 |
| * | | | | sched/rt: Document scheduler related skip-resched-check sites | Thomas Gleixner | 2012-03-01 | 1 | -3/+3 |
| * | | | | sched/rt: Add schedule_preempt_disabled() | Thomas Gleixner | 2012-03-01 | 1 | -0/+12 |