Merge branch 'sched-core-for-linus' of...
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip * 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip: (30 commits) sched: Change wait_for_completion_*_timeout() to return a signed long sched, autogroup: Fix reference leak sched, autogroup: Fix potential access to freed memory sched: Remove redundant CONFIG_CGROUP_SCHED ifdef sched: Fix interactivity bug by charging unaccounted run-time on entity re-weight sched: Move periodic share updates to entity_tick() printk: Use this_cpu_{read|write} api on printk_pending sched: Make pushable_tasks CONFIG_SMP dependant sched: Add 'autogroup' scheduling feature: automated per session task groups sched: Fix unregister_fair_sched_group() sched: Remove unused argument dest_cpu to migrate_task() mutexes, sched: Introduce arch_mutex_cpu_relax() sched: Add some clock info to sched_debug cpu: Remove incorrect BUG_ON cpu: Remove unused variable sched: Fix UP build breakage sched: Make task dump print all 15 chars of proc comm sched: Update tg->shares after cpu.shares write sched: Allow update_cfs_load() to update global load sched: Implement demand based update_cfs_load() ...
Showing
- Documentation/kernel-parameters.txt 2 additions, 0 deletionsDocumentation/kernel-parameters.txt
- arch/Kconfig 3 additions, 0 deletionsarch/Kconfig
- arch/s390/Kconfig 1 addition, 0 deletionsarch/s390/Kconfig
- arch/s390/include/asm/mutex.h 2 additions, 0 deletionsarch/s390/include/asm/mutex.h
- fs/proc/base.c 79 additions, 0 deletionsfs/proc/base.c
- include/linux/completion.h 4 additions, 4 deletionsinclude/linux/completion.h
- include/linux/init_task.h 8 additions, 1 deletioninclude/linux/init_task.h
- include/linux/mutex.h 4 additions, 0 deletionsinclude/linux/mutex.h
- include/linux/sched.h 29 additions, 7 deletionsinclude/linux/sched.h
- init/Kconfig 13 additions, 0 deletionsinit/Kconfig
- kernel/cpu.c 8 additions, 10 deletionskernel/cpu.c
- kernel/fork.c 5 additions, 2 deletionskernel/fork.c
- kernel/irq/manage.c 3 additions, 1 deletionkernel/irq/manage.c
- kernel/kthread.c 1 addition, 1 deletionkernel/kthread.c
- kernel/mutex.c 1 addition, 1 deletionkernel/mutex.c
- kernel/printk.c 4 additions, 4 deletionskernel/printk.c
- kernel/sched.c 138 additions, 431 deletionskernel/sched.c
- kernel/sched_autogroup.c 238 additions, 0 deletionskernel/sched_autogroup.c
- kernel/sched_autogroup.h 32 additions, 0 deletionskernel/sched_autogroup.h
- kernel/sched_clock.c 1 addition, 1 deletionkernel/sched_clock.c
Loading
Please register or sign in to comment