summaryrefslogtreecommitdiff
path: root/kernel/sched.c
AgeCommit message (Expand)Author
2009-04-06Merge branch 'locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2009-04-05Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2009-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumaskLinus Torvalds
2009-04-03Merge branch 'ipi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2009-04-02Merge branch 'tracing/core-v2' into tracing-for-linusIngo Molnar
2009-04-01epoll keyed wakeups: add __wake_up_locked_key() and __wake_up_sync_key()Davide Libenzi
2009-03-31hrtimer: fix rq->lock inversion (again)Peter Zijlstra
2009-03-31Merge branch 'cpumask-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Rusty Russell
2009-03-30Merge branch 'locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2009-03-30Merge branch 'linus' into cpumask-for-linusIngo Molnar
2009-03-29sched: fix errors in struct & function commentsRandy Dunlap
2009-03-27Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar
2009-03-25sched: Add comments to find_busiest_group() functionGautham R Shenoy
2009-03-25sched: Refactor the power savings balance codeGautham R Shenoy
2009-03-25sched: Optimize the !power_savings_balance during fbg()Gautham R Shenoy
2009-03-25sched: Create a helper function to calculate imbalanceGautham R Shenoy
2009-03-25sched: Create helper to calculate small_imbalance in fbg()Gautham R Shenoy
2009-03-25sched: Create a helper function to calculate sched_domain stats for fbg()Gautham R Shenoy
2009-03-25sched: Define structure to store the sched_domain statistics for fbg()Gautham R Shenoy
2009-03-25sched: Create a helper function to calculate sched_group stats for fbg()Gautham R Shenoy
2009-03-25sched: Define structure to store the sched_group statistics for fbg()Gautham R Shenoy
2009-03-25sched: Fix indentations in find_busiest_group() using gotosGautham R Shenoy
2009-03-25sched: Simple helper functions for find_busiest_group()Gautham R Shenoy
2009-03-24sched: remove unused fields from struct rqLuis Henriques
2009-03-19cpumask: remove cpumask allocation from idle_balance, fixRusty Russell
2009-03-19cpumask: remove cpumask allocation from idle_balanceRusty Russell
2009-03-17sched: small optimisation of can_migrate_task()Luis Henriques
2009-03-17sched: fix typos in documentationLuis Henriques
2009-03-13Merge branch 'x86/core' into core/ipiIngo Molnar
2009-03-13cpumask: use topology_core_cpumask/topology_thread_cpumask instead of cpu_cor...Rusty Russell
2009-03-13Merge branch 'linus' into core/ipiIngo Molnar
2009-03-11sched: add avg_overlap decayMike Galbraith
2009-03-10sched: optimize ttwu vs group schedulingPeter Zijlstra
2009-03-06Merge branch 'x86/core' into tracing/texteditIngo Molnar
2009-03-06sched: TIF_NEED_RESCHED -> need_reshed() cleanupLai Jiangshan
2009-03-06Merge branch 'sched/core' into sched/cleanupsIngo Molnar
2009-03-05Merge branch 'x86/urgent' into x86/coreIngo Molnar
2009-03-05sched: don't rebalance if attached on NULL domainFrederic Weisbecker
2009-03-04Merge branch 'core/locking' into tracing/ftraceIngo Molnar
2009-03-04Merge branch 'tracing/ftrace'; commit 'v2.6.29-rc7' into tracing/coreIngo Molnar
2009-03-02sched: kill unused parameter of pick_next_task()Wang Chen
2009-03-02Merge branches 'sched/clock', 'sched/urgent' and 'linus' into sched/coreIngo Molnar
2009-02-27sched: don't allow setuid to succeed if the user does not have rt bandwidthDhaval Giani
2009-02-26sched_rt: don't start timer when rt bandwidth disabledHiroshi Shimamoto
2009-02-26cpuacct: add a branch predictionLi Zefan
2009-02-25generic-ipi: remove CSD_FLAG_WAITPeter Zijlstra
2009-02-24Merge branch 'tj-percpu' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Ingo Molnar
2009-02-22Merge branch 'linus' into x86/apicIngo Molnar
2009-02-20alloc_percpu: change percpu_ptr to per_cpu_ptrRusty Russell
2009-02-19Merge branch 'linus' into tracing/blktraceIngo Molnar