summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | lockdep: sanitize reclaim bit namesPeter Zijlstra2009-02-141-19/+19
| * | lockdep: sanitize bit namesPeter Zijlstra2009-02-142-48/+48
| * | lockdep: annotate reclaim context (__GFP_NOFS)Nick Piggin2009-02-143-16/+222
| * | timer: implement lockdep deadlock detectionJohannes Berg2009-02-141-11/+57
| * | Merge branch 'linus' into core/lockingIngo Molnar2009-02-0753-440/+637
| |\ \
| * | | mutex: adaptive spinnning, performance tweaksChris Mason2009-01-141-13/+7
| * | | mutex: implement adaptive spinningPeter Zijlstra2009-01-146-29/+197
| * | | mutex: preemption fixesPeter Zijlstra2009-01-142-4/+11
| * | | mutex: small cleanupPeter Zijlstra2009-01-141-5/+2
* | | | kexec: Change kexec jump code orderingRafael J. Wysocki2009-03-301-10/+9
* | | | PM: Change hibernation code orderingRafael J. Wysocki2009-03-301-48/+61
* | | | PM: Change suspend code orderingRafael J. Wysocki2009-03-301-16/+22
* | | | PM: Rework handling of interrupts during suspend-resumeRafael J. Wysocki2009-03-303-20/+44
* | | | PM: Introduce functions for suspending and resuming device interruptsRafael J. Wysocki2009-03-304-7/+106
* | | | Merge commit 'origin/master' into nextBenjamin Herrenschmidt2009-03-3036-1056/+2265
|\ \ \ \ | | |_|/ | |/| |
| * | | 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
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|/ / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | |
OpenPOWER on IntegriCloud