summaryrefslogtreecommitdiff
path: root/kernel/sched.c
AgeCommit message (Expand)Author
2009-08-25Merge commit 'percpu/for-next'Stephen Rothwell
2009-08-21Merge branch 'sched/core' into auto-latestIngo Molnar
2009-08-21sched: Avoid division by zeroPeter Zijlstra
2009-08-20sched: Use for_each_class macro in move_one_task()Hiroshi Shimamoto
2009-08-19Merge branch 'sched/domains' into auto-latestIngo Molnar
2009-08-18sched: Consolidate definition of variable sd in __build_sched_domainsAndreas Herrmann
2009-08-18sched: Separate out build of NUMA sched groups from __build_sched_domainsAndreas Herrmann
2009-08-18sched: Separate out build of ALLNODES sched groups from __build_sched_domainsAndreas Herrmann
2009-08-18sched: Separate out build of CPU sched groups from __build_sched_domainsAndreas Herrmann
2009-08-18sched: Separate out build of MC sched groups from __build_sched_domainsAndreas Herrmann
2009-08-18sched: Separate out build of SMT sched groups from __build_sched_domainsAndreas Herrmann
2009-08-18sched: Separate out build of SMT sched domain from __build_sched_domainsAndreas Herrmann
2009-08-18sched: Separate out build of MC sched domain from __build_sched_domainsAndreas Herrmann
2009-08-18sched: Separate out build of CPU sched domain from __build_sched_domainsAndreas Herrmann
2009-08-18sched: Separate out build of NUMA sched domain from __build_sched_domainsAndreas Herrmann
2009-08-18sched: Separate out allocation/free/goto-hell from __build_sched_domainsAndreas Herrmann
2009-08-18sched: Use structure to store local data in __build_sched_domainsAndreas Herrmann
2009-08-17Merge branch 'auto-timers-next' into auto-latestIngo Molnar
2009-08-17Merge branch 'auto-sched-next' into auto-latestIngo Molnar
2009-08-17Merge branch 'core/rcu' into auto-sched-nextIngo Molnar
2009-08-17Merge branch 'core/rcu' into auto-core-nextIngo Molnar
2009-08-15Merge commit 'v2.6.31-rc6' into core/rcuIngo Molnar
2009-08-14Merge branch 'percpu-for-linus' into percpu-for-nextTejun Heo
2009-08-03cputime: Optimize jiffies_to_cputime(1)Stanislaw Gruszka
2009-08-02lockdep: Introduce lockdep_assert_held()Peter Zijlstra
2009-08-02sched: Ensure the migration task doesn't go away during usePeter Zijlstra
2009-08-02sched: Fully integrate cpus_active_map and root-domain codeGregory Haskins
2009-08-02sched: Enhance the pre/post scheduling logicGregory Haskins
2009-08-02sched: Check for pushing rt tasks after all schedulingSteven Rostedt
2009-08-02sched: Optimize unused cgroup configurationPeter Zijlstra
2009-08-02sched: Fix cgroup smp fairnessPeter Zijlstra
2009-08-02Merge branch 'sched/urgent' into sched/coreIngo Molnar
2009-07-24sched: Fix return value of migration_init()Thomas Gleixner
2009-07-18sched: Pull up the might_sleep() check into cond_resched()Frederic Weisbecker
2009-07-18sched: Add a preempt count base offset to __might_sleep()Frederic Weisbecker
2009-07-18sched: Cover the CONFIG_DEBUG_SPINLOCK_SLEEP off-case for __might_sleep()Frederic Weisbecker
2009-07-18sched: Remove obsolete comment in __cond_resched()Frederic Weisbecker
2009-07-18sched: Drop the need_resched() loop from cond_resched()Frederic Weisbecker
2009-07-18Merge branch 'linus' into sched/coreIngo Molnar
2009-07-18sched: fix load average accounting vs. cpu hotplugThomas Gleixner
2009-07-16Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2009-07-10sched: optimize cond_resched()Peter Zijlstra
2009-07-10sched: Fix rt_rq->pushable_tasks initialization in init_rt_rq()Fabio Checconi
2009-07-10sched: Reset sched stats on fork()Lucas De Marchi
2009-07-10sched_rt: Fix overload bug on rt group schedulingPeter Zijlstra
2009-07-03rcu: Add synchronize_sched_expedited() primitivePaul E. McKenney
2009-06-29sched: Hide runqueues from direct reference at source code level for __raw_ge...Hitoshi Mitake
2009-06-29Merge branch 'linus' into sched/coreIngo Molnar
2009-06-24percpu: use DEFINE_PER_CPU_SHARED_ALIGNED()Tejun Heo
2009-06-20Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds