aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched.c
Commit message (Expand)AuthorAge
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-09-11
|\
| * sched: Fix dynamic power-balancing crashIngo Molnar2009-09-04
| * sched: Remove reciprocal for cpu_powerPeter Zijlstra2009-09-04
| * sched: Try to deal with low capacity, fix update_sd_power_savings_stats()Gautham R Shenoy2009-09-04
| * sched: Try to deal with low capacityPeter Zijlstra2009-09-04
| * sched: Scale down cpu_power due to RT tasksPeter Zijlstra2009-09-04
| * sched: Implement dynamic cpu_powerPeter Zijlstra2009-09-04
| * sched: Add smt_gainPeter Zijlstra2009-09-04
| * sched: Update the cpu_power sum during load-balancePeter Zijlstra2009-09-04
| * sched: Add SD_PREFER_SIBLINGPeter Zijlstra2009-09-04
| * sched: Restore __cpu_power to a straight sum of powerPeter Zijlstra2009-09-04
| *-. Merge branches 'sched/domains' and 'sched/clock' into sched/coreIngo Molnar2009-09-04
| |\ \
| | * | sched: Consolidate definition of variable sd in __build_sched_domainsAndreas Herrmann2009-08-18
| | * | sched: Separate out build of NUMA sched groups from __build_sched_domainsAndreas Herrmann2009-08-18
| | * | sched: Separate out build of ALLNODES sched groups from __build_sched_domainsAndreas Herrmann2009-08-18
| | * | sched: Separate out build of CPU sched groups from __build_sched_domainsAndreas Herrmann2009-08-18
| | * | sched: Separate out build of MC sched groups from __build_sched_domainsAndreas Herrmann2009-08-18
| | * | sched: Separate out build of SMT sched groups from __build_sched_domainsAndreas Herrmann2009-08-18
| | * | sched: Separate out build of SMT sched domain from __build_sched_domainsAndreas Herrmann2009-08-18
| | * | sched: Separate out build of MC sched domain from __build_sched_domainsAndreas Herrmann2009-08-18
| | * | sched: Separate out build of CPU sched domain from __build_sched_domainsAndreas Herrmann2009-08-18
| | * | sched: Separate out build of NUMA sched domain from __build_sched_domainsAndreas Herrmann2009-08-18
| | * | sched: Separate out allocation/free/goto-hell from __build_sched_domainsAndreas Herrmann2009-08-18
| | * | sched: Use structure to store local data in __build_sched_domainsAndreas Herrmann2009-08-18
| | |/
| * | sched: Provide iowait countersArjan van de Ven2009-09-02
| * | sched: Rename init_cfs_rq => init_tg_cfs_rqAnirban Sinha2009-08-29
| * | sched: Fix division by zero - reallyPeter Zijlstra2009-08-28
| * | sched: Avoid division by zeroPeter Zijlstra2009-08-21
| * | sched: Use for_each_class macro in move_one_task()Hiroshi Shimamoto2009-08-20
| * | sched: Ensure the migration task doesn't go away during usePeter Zijlstra2009-08-02
| * | sched: Fully integrate cpus_active_map and root-domain codeGregory Haskins2009-08-02
| * | sched: Enhance the pre/post scheduling logicGregory Haskins2009-08-02
| * | sched: Check for pushing rt tasks after all schedulingSteven Rostedt2009-08-02
| * | sched: Optimize unused cgroup configurationPeter Zijlstra2009-08-02
| * | sched: Fix cgroup smp fairnessPeter Zijlstra2009-08-02
| * | Merge branch 'sched/urgent' into sched/coreIngo Molnar2009-08-02
| |\|
| * | sched: Fix return value of migration_init()Thomas Gleixner2009-07-24
| * | sched: Pull up the might_sleep() check into cond_resched()Frederic Weisbecker2009-07-18
| * | sched: Add a preempt count base offset to __might_sleep()Frederic Weisbecker2009-07-18
| * | sched: Cover the CONFIG_DEBUG_SPINLOCK_SLEEP off-case for __might_sleep()Frederic Weisbecker2009-07-18
| * | sched: Remove obsolete comment in __cond_resched()Frederic Weisbecker2009-07-18
| * | sched: Drop the need_resched() loop from cond_resched()Frederic Weisbecker2009-07-18
| * | Merge branch 'linus' into sched/coreIngo Molnar2009-07-18
| |\ \
| * | | sched: Hide runqueues from direct reference at source code level for __raw_ge...Hitoshi Mitake2009-06-29
| * | | Merge branch 'linus' into sched/coreIngo Molnar2009-06-29
| |\ \ \
| * | | | sched: Add SCHED_RESET_ON_FORK functionality for nice < 0 tasksMike Galbraith2009-06-17
| * | | | sched: Clean up SCHED_RESET_ON_FORKMike Galbraith2009-06-17
| * | | | sched: Introduce SCHED_RESET_ON_FORK scheduling policy flagLennart Poettering2009-06-15
* | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2009-09-11
|\ \ \ \ \
| * | | | | rcu: Renamings to increase RCU clarityPaul E. McKenney2009-08-23