-
- Downloads
Merge branch 'sched-fixes-for-linus' of...
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip * 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip: (25 commits) sched: Fix broken assertion sched: Assert task state bits at build time sched: Update task_state_arraypwith new states sched: Add missing state chars to TASK_STATE_TO_CHAR_STR sched: Move TASK_STATE_TO_CHAR_STR near the TASK_state bits sched: Teach might_sleep() about preemptible RCU sched: Make warning less noisy sched: Simplify set_task_cpu() sched: Remove the cfs_rq dependency from set_task_cpu() sched: Add pre and post wakeup hooks sched: Move kthread_bind() back to kthread.c sched: Fix select_task_rq() vs hotplug issues sched: Fix sched_exec() balancing sched: Ensure set_task_cpu() is never called on blocked tasks sched: Use TASK_WAKING for fork wakups sched: Select_task_rq_fair() must honour SD_LOAD_BALANCE sched: Fix task_hot() test order sched: Fix set_cpu_active() in cpu_down() sched: Mark boot-cpu active before smp_init() sched: Fix cpu_clock() in NMIs, on !CONFIG_HAVE_UNSTABLE_SCHED_CLOCK ...
No related branches found
No related tags found
Showing
- fs/proc/array.c 12 additions, 7 deletionsfs/proc/array.c
- include/linux/rcutiny.h 5 additions, 0 deletionsinclude/linux/rcutiny.h
- include/linux/rcutree.h 11 additions, 0 deletionsinclude/linux/rcutree.h
- include/linux/sched.h 9 additions, 4 deletionsinclude/linux/sched.h
- init/main.c 1 addition, 6 deletionsinit/main.c
- kernel/cpu.c 3 additions, 21 deletionskernel/cpu.c
- kernel/kthread.c 23 additions, 0 deletionskernel/kthread.c
- kernel/sched.c 207 additions, 194 deletionskernel/sched.c
- kernel/sched_clock.c 15 additions, 8 deletionskernel/sched_clock.c
- kernel/sched_fair.c 47 additions, 6 deletionskernel/sched_fair.c
- kernel/sched_idletask.c 1 addition, 1 deletionkernel/sched_idletask.c
- kernel/sched_rt.c 2 additions, 2 deletionskernel/sched_rt.c
Loading
Please register or sign in to comment