aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-11Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-397/+702
2009-09-11Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-3/+128
2009-09-04sched: Fix dynamic power-balancing crashIngo Molnar1-2/+5
2009-09-04sched: Remove reciprocal for cpu_powerPeter Zijlstra1-67/+34
2009-09-04sched: Try to deal with low capacity, fix update_sd_power_savings_stats()Gautham R Shenoy1-1/+1
2009-09-04sched: Try to deal with low capacityPeter Zijlstra1-5/+28
2009-09-04sched: Scale down cpu_power due to RT tasksPeter Zijlstra1-3/+61
2009-09-04sched: Implement dynamic cpu_powerPeter Zijlstra1-3/+35
2009-09-04sched: Add smt_gainPeter Zijlstra1-1/+7
2009-09-04sched: Update the cpu_power sum during load-balancePeter Zijlstra1-4/+29
2009-09-04sched: Add SD_PREFER_SIBLINGPeter Zijlstra1-1/+13
2009-09-04sched: Restore __cpu_power to a straight sum of powerPeter Zijlstra1-16/+12
2009-09-04Merge branches 'sched/domains' and 'sched/clock' into sched/coreIngo Molnar1-245/+320
2009-09-02sched: Provide iowait countersArjan van de Ven1-0/+4
2009-08-29sched: Rename init_cfs_rq => init_tg_cfs_rqAnirban Sinha1-5/+5
2009-08-28sched: Fix division by zero - reallyPeter Zijlstra1-21/+29
2009-08-23rcu: Renamings to increase RCU clarityPaul E. McKenney1-1/+1
2009-08-21sched: Avoid division by zeroPeter Zijlstra1-13/+10
2009-08-20sched: Use for_each_class macro in move_one_task()Hiroshi Shimamoto1-1/+2
2009-08-18sched: Consolidate definition of variable sd in __build_sched_domainsAndreas Herrmann1-9/+4
2009-08-18sched: Separate out build of NUMA sched groups from __build_sched_domainsAndreas Herrmann1-63/+67
2009-08-18sched: Separate out build of ALLNODES sched groups from __build_sched_domainsAndreas Herrmann1-5/+8
2009-08-18sched: Separate out build of CPU sched groups from __build_sched_domainsAndreas Herrmann1-9/+9
2009-08-18sched: Separate out build of MC sched groups from __build_sched_domainsAndreas Herrmann1-13/+10
2009-08-18sched: Separate out build of SMT sched groups from __build_sched_domainsAndreas Herrmann1-11/+20
2009-08-18sched: Separate out build of SMT sched domain from __build_sched_domainsAndreas Herrmann1-13/+19
2009-08-18sched: Separate out build of MC sched domain from __build_sched_domainsAndreas Herrmann1-12/+18
2009-08-18sched: Separate out build of CPU sched domain from __build_sched_domainsAndreas Herrmann1-9/+17
2009-08-18sched: Separate out build of NUMA sched domain from __build_sched_domainsAndreas Herrmann1-25/+32
2009-08-18sched: Separate out allocation/free/goto-hell from __build_sched_domainsAndreas Herrmann1-72/+99
2009-08-18sched: Use structure to store local data in __build_sched_domainsAndreas Herrmann1-76/+89
2009-08-15Merge commit 'v2.6.31-rc6' into core/rcuIngo Molnar1-17/+44
2009-08-02lockdep: Introduce lockdep_assert_held()Peter Zijlstra1-0/+2
2009-08-02sched: Ensure the migration task doesn't go away during usePeter Zijlstra1-0/+4
2009-08-02sched: Fully integrate cpus_active_map and root-domain codeGregory Haskins1-1/+1
2009-08-02sched: Enhance the pre/post scheduling logicGregory Haskins1-32/+50
2009-08-02sched: Check for pushing rt tasks after all schedulingSteven Rostedt1-11/+27
2009-08-02sched: Optimize unused cgroup configurationPeter Zijlstra1-2/+14
2009-08-02sched: Fix cgroup smp fairnessPeter Zijlstra1-8/+20
2009-08-02Merge branch 'sched/urgent' into sched/coreIngo Molnar1-2/+2
2009-07-24sched: Fix return value of migration_init()Thomas Gleixner1-1/+1
2009-07-18sched: Pull up the might_sleep() check into cond_resched()Frederic Weisbecker1-7/+5
2009-07-18sched: Add a preempt count base offset to __might_sleep()Frederic Weisbecker1-4/+11
2009-07-18sched: Cover the CONFIG_DEBUG_SPINLOCK_SLEEP off-case for __might_sleep()Frederic Weisbecker1-2/+1
2009-07-18sched: Remove obsolete comment in __cond_resched()Frederic Weisbecker1-5/+0
2009-07-18sched: Drop the need_resched() loop from cond_resched()Frederic Weisbecker1-5/+3
2009-07-18Merge branch 'linus' into sched/coreIngo Molnar1-15/+42
2009-07-18sched: fix load average accounting vs. cpu hotplugThomas Gleixner1-2/+2
2009-07-16Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-schedLinus Torvalds1-10/+33
2009-07-10sched: optimize cond_resched()Peter Zijlstra1-5/+9