aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* trivial: fix typos/grammar errors in Kconfig textsMatt LaPlante2009-03-301-5/+4
* trivial: Fix misspelling of firmwareNick Andrew2009-03-301-2/+2
* trivial: fix typo "resgister" -> "register"Uwe Kleine-Koenig2009-03-301-1/+1
* sched: fix errors in struct & function commentsRandy Dunlap2009-03-291-7/+8
* Merge branch 'futexes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-03-281-125/+76
|\
| * Merge branch 'linus' into core/futexesIngo Molnar2009-03-2835-931/+2206
| |\
| * | futex: remove the pointer math from double_unlock_hb, fixIngo Molnar2009-03-131-1/+2
| * | futex: remove the pointer math from double_unlock_hbDarren Hart2009-03-131-8/+2
| * | futex: clean up fault logicDarren Hart2009-03-121-90/+36
| * | futex: unlock before returning -EFAULTDarren Hart2009-03-121-0/+7
| * | futex: use current->time_slack_ns for rt tasks tooDarren Hart2009-03-121-5/+2
| * | futex: add double_unlock_hb()Darren Hart2009-03-121-12/+17
| * | futex: additional (get|put)_futex_key() fixesDarren Hart2009-03-121-5/+11
| * | futex: update futex commentaryDarren Hart2009-03-121-19/+14
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/arjan/linux-2.6-async-for-30Linus Torvalds2009-03-281-13/+5
|\ \ \ | |_|/ |/| |
| * | async: remove the temporary (2.6.29) "async is off by default" codeArjan van de Ven2009-03-281-13/+5
* | | Merge branch 'linus' into percpu-cpumask-x86-for-linus-2Ingo Molnar2009-03-281-2/+3
|\ \ \ | |/ /
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2009-03-271-2/+3
| |\ \
| | * | vfs: simple_set_mnt() should return voidSukadev Bhattiprolu2009-03-271-1/+2
| | * | constify dentry_operations: restAl Viro2009-03-271-1/+1
* | | | Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar2009-03-2716-82/+167
|\ \ \ \ | |/ / / |/| | |
| * | | percpu, module: implement reserved allocation and use it for module percpu va...Tejun Heo2009-03-061-1/+1
| * | | Merge branch 'x86/core' into core/percpuIngo Molnar2009-03-042-7/+21
| |\ \ \
| | | \ \
| | | \ \
| | | \ \
| | | \ \
| | | \ \
| | | \ \
| | | \ \
| | | \ \
| | *-------. \ \ Merge branches 'x86/apic', 'x86/cpu', 'x86/fixmap', 'x86/mm', 'x86/sched', 'x...Ingo Molnar2009-03-042-7/+21
| | |\ \ \ \ \ \ \
| | | | | * \ \ \ \ Merge branch 'x86/urgent' into x86/patIngo Molnar2009-03-011-4/+17
| | | | | |\ \ \ \ \ | | | |_|/ / / / / / | | |/| | | | | | |
| | | | * | | | | | Merge branch 'x86/urgent' into x86/coreIngo Molnar2009-02-2011-67/+135
| | | | |\ \ \ \ \ \ | | | |/ / / / / / /
| * | | | | | | | | Merge branch 'tj-percpu' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Ingo Molnar2009-02-243-19/+53
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| | * | | | | | | | percpu: implement new dynamic percpu allocatorTejun Heo2009-02-201-0/+31
| | * | | | | | | | alloc_percpu: change percpu_ptr to per_cpu_ptrRusty Russell2009-02-202-4/+4
| | * | | | | | | | module: reorder module pcpu related functionsTejun Heo2009-02-201-15/+18
| * | | | | | | | | Merge branch 'linus' into x86/apicIngo Molnar2009-02-2217-79/+189
| |\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | |
| | | | | | | | | |
| | \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| *-----. \ \ \ \ \ \ \ \ Merge branches 'x86/acpi', 'x86/apic', 'x86/cpudetect', 'x86/headers', 'x86/p...Ingo Molnar2009-02-1723-119/+295
| |\ \ \ \ \ \ \ \ \ \ \ \
| | | | * \ \ \ \ \ \ \ \ \ Merge branch 'core/percpu' into x86/coreIngo Molnar2009-02-132-5/+1
| | | | |\ \ \ \ \ \ \ \ \ \ | | | | | | |_|/ / / / / / / | | | | | |/| | | | | | | |
| | | | | * | | | | | | | | stackprotector: update make rulesTejun Heo2009-02-101-4/+0
| | | | | * | | | | | | | | elf: add ELF_CORE_COPY_KERNEL_REGS()Tejun Heo2009-02-101-1/+1
| | | | | * | | | | | | | | Merge commit 'v2.6.29-rc4' into core/percpuIngo Molnar2009-02-0920-93/+365
| | | | | |\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | |
| | | | | * | | | | | | | | Merge branch 'linus' into core/percpuIngo Molnar2009-01-304-19/+45
| | | | | |\ \ \ \ \ \ \ \ \
| | * | | | \ \ \ \ \ \ \ \ \ Merge commit 'v2.6.29-rc5' into x86/apicIngo Molnar2009-02-151-2/+1
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / / / | | |/| | | | | | | | | | | |
| | * | | | | | | | | | | | | Merge branch 'linus' into x86/apicIngo Molnar2009-02-1316-104/+332
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'x86/urgent' into x86/apicIngo Molnar2009-02-0516-52/+229
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'core/percpu' into x86/coreIngo Molnar2009-01-2813-65/+121
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|/ / / / / / / / / / | | | |/| | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Merge branch 'linus' into core/percpuIngo Molnar2009-01-2712-132/+75
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'x86/mm' into core/percpuIngo Molnar2009-01-2127-210/+222
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'cpus4096' into core/percpuIngo Molnar2009-01-211-10/+10
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | | | | | | work_on_cpu: Use our own workqueue.Rusty Russell2009-01-161-1/+7
| | | | * | | | | | | | | | | | | | | | work_on_cpu: don't try to get_online_cpus() in work_on_cpu.Rusty Russell2009-01-161-10/+4
| | | | * | | | | | | | | | | | | | | | Merge branch 'linus' into cpus4096Ingo Molnar2009-01-156-60/+135
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'core/percpu' into stackprotectorIngo Molnar2009-01-1885-2479/+3862
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | *-. \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branches 'cpus4096', 'x86/cleanups' and 'x86/urgent' into x86/percpuIngo Molnar2009-01-159-54/+103
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | |/ / / / / / / / / / / / / / / / / | | | | | |/| / / / / / / / / / / / / / / / / | | | | | |_|/ / / / / / / / / / / / / / / / | | | | |/| | | | | | | | | | | | | / / / / | | | | | | | |_|_|_|_|_|_|_|_|_|_|/ / / / | | | | | | |/| | | | | | | | | | | | | |
| | | | | * | | | | | | | | | | | | | | | x86: arch_probe_nr_irqsYinghai Lu2009-01-122-7/+7