summaryrefslogtreecommitdiffstats
path: root/kernel/sched.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'tracing/core-v2' into tracing-for-linusIngo Molnar2009-04-021-4/+4
|\
| * Merge branch 'x86/core' into tracing/texteditIngo Molnar2009-03-061-9/+4
| |\
| | * Merge branch 'x86/urgent' into x86/coreIngo Molnar2009-03-051-3/+12
| | |\
| * | \ Merge branch 'core/locking' into tracing/ftraceIngo Molnar2009-03-041-3/+68
| |\ \ \
| * \ \ \ Merge branch 'tracing/ftrace'; commit 'v2.6.29-rc7' into tracing/coreIngo Molnar2009-03-041-3/+12
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Merge branch 'linus' into tracing/blktraceIngo Molnar2009-02-191-3/+12
| |\ \ \ \
| * \ \ \ \ Merge branches 'tracing/ftrace', 'tracing/ring-buffer', 'tracing/sysprof', 't...Ingo Molnar2009-02-131-16/+11
| |\ \ \ \ \
| * \ \ \ \ \ Merge commit 'v2.6.29-rc4' into tracing/coreIngo Molnar2009-02-091-2/+2
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branches 'tracing/ftrace', 'tracing/kmemtrace' and 'linus' into tracing...Ingo Molnar2009-02-031-0/+10
| |\ \ \ \ \ \ \
| * | | | | | | | trace, lockdep: manual preempt count adding for local_bh_disableSteven Rostedt2009-01-231-4/+4
* | | | | | | | | epoll keyed wakeups: add __wake_up_locked_key() and __wake_up_sync_key()Davide Libenzi2009-04-011-4/+19
* | | | | | | | | Merge branch 'locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-03-301-3/+68
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| * | | | | | | | Merge branch 'linus' into core/lockingIngo Molnar2009-02-071-20/+37
| |\ \ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | |
| * | | | | | | | mutex: implement adaptive spinningPeter Zijlstra2009-01-141-0/+61
| * | | | | | | | mutex: preemption fixesPeter Zijlstra2009-01-141-3/+7
* | | | | | | | | sched: fix errors in struct & function commentsRandy Dunlap2009-03-291-7/+8
* | | | | | | | | Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar2009-03-271-9/+4
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | Merge branch 'tj-percpu' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Ingo Molnar2009-02-241-3/+3
| |\ \ \ \ \ \ \ \
| | * | | | | | | | alloc_percpu: change percpu_ptr to per_cpu_ptrRusty Russell2009-02-201-3/+3
| | * | | | | | | | Merge commit 'v2.6.29-rc4' into core/percpuIngo Molnar2009-02-091-2/+12
| | |\ \ \ \ \ \ \ \ | | | | |/ / / / / / | | | |/| | | | | |
| * | | | | | | | | Merge branch 'linus' into x86/apicIngo Molnar2009-02-221-3/+12
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / | | |/| | | | | | |
| * | | | | | | | | Merge branch 'linus' into x86/apicIngo Molnar2009-02-131-18/+13
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / | | |/| | | | | | |
| * | | | | | | | | Merge branch 'x86/urgent' into x86/apicIngo Molnar2009-02-051-0/+10
| |\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | | / / | | | |_|_|_|_|/ / | | |/| | | | | |
| * | | | | | | | Merge branch 'x86/mm' into core/percpuIngo Molnar2009-01-211-18/+25
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / | | |/| | | | | |
| * | | | | | | | Merge branch 'core/percpu' into stackprotectorIngo Molnar2009-01-181-479/+639
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / | | |/| | | | | |
| * | | | | | | | Merge branch 'linus' into stackprotectorIngo Molnar2008-12-311-239/+301
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'linus' into stackprotectorIngo Molnar2008-10-151-590/+1094
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'linus' into stackprotectorIngo Molnar2008-06-251-425/+92
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | stackprotector: use canary at end of stack to indicate overruns at oops timeEric Sandeen2008-05-261-6/+1
* | | | | | | | | | | | sched: Add comments to find_busiest_group() functionGautham R Shenoy2009-03-251-8/+42
* | | | | | | | | | | | sched: Refactor the power savings balance codeGautham R Shenoy2009-03-251-83/+153
* | | | | | | | | | | | sched: Optimize the !power_savings_balance during fbg()Gautham R Shenoy2009-03-251-9/+14
* | | | | | | | | | | | sched: Create a helper function to calculate imbalanceGautham R Shenoy2009-03-251-33/+45
* | | | | | | | | | | | sched: Create helper to calculate small_imbalance in fbg()Gautham R Shenoy2009-03-251-61/+70
* | | | | | | | | | | | sched: Create a helper function to calculate sched_domain stats for fbg()Gautham R Shenoy2009-03-251-44/+73
* | | | | | | | | | | | sched: Define structure to store the sched_domain statistics for fbg()Gautham R Shenoy2009-03-251-86/+121
* | | | | | | | | | | | sched: Create a helper function to calculate sched_group stats for fbg()Gautham R Shenoy2009-03-251-75/+100
* | | | | | | | | | | | sched: Define structure to store the sched_group statistics for fbg()Gautham R Shenoy2009-03-251-33/+46
* | | | | | | | | | | | sched: Fix indentations in find_busiest_group() using gotosGautham R Shenoy2009-03-251-15/+17
* | | | | | | | | | | | sched: Simple helper functions for find_busiest_group()Gautham R Shenoy2009-03-251-12/+43
* | | | | | | | | | | | sched: remove unused fields from struct rqLuis Henriques2009-03-241-3/+0
* | | | | | | | | | | | sched: small optimisation of can_migrate_task()Luis Henriques2009-03-171-4/+6
* | | | | | | | | | | | sched: fix typos in documentationLuis Henriques2009-03-171-2/+2
* | | | | | | | | | | | sched: add avg_overlap decayMike Galbraith2009-03-111-1/+23
* | | | | | | | | | | | sched: optimize ttwu vs group schedulingPeter Zijlstra2009-03-101-1/+15
* | | | | | | | | | | | sched: TIF_NEED_RESCHED -> need_reshed() cleanupLai Jiangshan2009-03-061-5/+5
* | | | | | | | | | | | Merge branch 'sched/core' into sched/cleanupsIngo Molnar2009-03-061-1/+8
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | sched: don't rebalance if attached on NULL domainFrederic Weisbecker2009-03-051-1/+8
* | | | | | | | | | | | | sched: kill unused parameter of pick_next_task()Wang Chen2009-03-021-3/+3
|/ / / / / / / / / / / /
| | | | | | | | | | | |
| \ \ \ \ \ \ \ \ \ \ \
*-. \ \ \ \ \ \ \ \ \ \ \ Merge branches 'sched/clock', 'sched/urgent' and 'linus' into sched/coreIngo Molnar2009-03-021-3/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | / | | | |_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | |
OpenPOWER on IntegriCloud