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: (26 commits) sched: Resched proper CPU on yield_to() sched: Allow users with sufficient RLIMIT_NICE to change from SCHED_IDLE policy sched: Allow SCHED_BATCH to preempt SCHED_IDLE tasks sched: Clean up the IRQ_TIME_ACCOUNTING code sched: Add #ifdef around irq time accounting functions sched, autogroup: Stop claiming ownership of the root task group sched, autogroup: Stop going ahead if autogroup is disabled sched, autogroup, sysctl: Use proc_dointvec_minmax() instead sched: Fix the group_imb logic sched: Clean up some f_b_g() comments sched: Clean up remnants of sd_idle sched: Wholesale removal of sd_idle logic sched: Add yield_to(task, preempt) functionality sched: Use a buddy to implement yield_task_fair() sched: Limit the scope of clear_buddies sched: Check the right ->nr_running in yield_task_fair() sched: Avoid expensive initial update_cfs_load(), on UP too sched: Fix switch_from_fair() sched: Simplify the idle scheduling class softirqs: Account ksoftirqd time as cpustat softirq ...
No related branches found
No related tags found
Showing
- include/asm-generic/cputime.h 3 additions, 0 deletionsinclude/asm-generic/cputime.h
- include/linux/interrupt.h 7 additions, 0 deletionsinclude/linux/interrupt.h
- include/linux/jiffies.h 1 addition, 0 deletionsinclude/linux/jiffies.h
- include/linux/sched.h 5 additions, 8 deletionsinclude/linux/sched.h
- kernel/sched.c 262 additions, 34 deletionskernel/sched.c
- kernel/sched_autogroup.c 10 additions, 5 deletionskernel/sched_autogroup.c
- kernel/sched_autogroup.h 5 additions, 0 deletionskernel/sched_autogroup.h
- kernel/sched_debug.c 1 addition, 1 deletionkernel/sched_debug.c
- kernel/sched_fair.c 230 additions, 167 deletionskernel/sched_fair.c
- kernel/sched_idletask.c 5 additions, 21 deletionskernel/sched_idletask.c
- kernel/sched_rt.c 10 additions, 9 deletionskernel/sched_rt.c
- kernel/sched_stoptask.c 3 additions, 4 deletionskernel/sched_stoptask.c
- kernel/softirq.c 1 addition, 2 deletionskernel/softirq.c
- kernel/sysctl.c 1 addition, 8 deletionskernel/sysctl.c
- kernel/time.c 21 additions, 2 deletionskernel/time.c
Loading
Please register or sign in to comment