Merge branch 'sched-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
* 'sched-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip: (46 commits) sched: Add comments to find_busiest_group() function sched: Refactor the power savings balance code sched: Optimize the !power_savings_balance during fbg() sched: Create a helper function to calculate imbalance sched: Create helper to calculate small_imbalance in fbg() sched: Create a helper function to calculate sched_domain stats for fbg() sched: Define structure to store the sched_domain statistics for fbg() sched: Create a helper function to calculate sched_group stats for fbg() sched: Define structure to store the sched_group statistics for fbg() sched: Fix indentations in find_busiest_group() using gotos sched: Simple helper functions for find_busiest_group() sched: remove unused fields from struct rq sched: jiffies not printed per CPU sched: small optimisation of can_migrate_task() sched: fix typos in documentation sched: add avg_overlap decay x86, sched_clock(): mark variables read-mostly sched: optimize ttwu vs group scheduling sched: TIF_NEED_RESCHED -> need_reshed() cleanup sched: don't rebalance if attached on NULL domain ...
No related branches found
No related tags found
Showing
- Documentation/scheduler/00-INDEX 0 additions, 2 deletionsDocumentation/scheduler/00-INDEX
- Documentation/scheduler/sched-coding.txt 0 additions, 126 deletionsDocumentation/scheduler/sched-coding.txt
- arch/x86/kernel/cpu/intel.c 7 additions, 1 deletionarch/x86/kernel/cpu/intel.c
- arch/x86/kernel/tsc.c 5 additions, 4 deletionsarch/x86/kernel/tsc.c
- include/linux/init_task.h 1 addition, 0 deletionsinclude/linux/init_task.h
- include/linux/latencytop.h 9 additions, 1 deletioninclude/linux/latencytop.h
- include/linux/plist.h 6 additions, 3 deletionsinclude/linux/plist.h
- include/linux/sched.h 16 additions, 1 deletioninclude/linux/sched.h
- init/Kconfig 0 additions, 1 deletioninit/Kconfig
- kernel/latencytop.c 71 additions, 12 deletionskernel/latencytop.c
- kernel/sched.c 692 additions, 290 deletionskernel/sched.c
- kernel/sched_clock.c 17 additions, 13 deletionskernel/sched_clock.c
- kernel/sched_debug.c 3 additions, 5 deletionskernel/sched_debug.c
- kernel/sched_fair.c 53 additions, 6 deletionskernel/sched_fair.c
- kernel/sched_features.h 2 additions, 1 deletionkernel/sched_features.h
- kernel/sched_rt.c 374 additions, 163 deletionskernel/sched_rt.c
- kernel/sched_stats.h 3 additions, 4 deletionskernel/sched_stats.h
- lib/Kconfig 0 additions, 6 deletionslib/Kconfig
- lib/Makefile 2 additions, 2 deletionslib/Makefile
- lib/kernel_lock.c 1 addition, 1 deletionlib/kernel_lock.c
Loading
Please register or sign in to comment