aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* lockdep: add stack dumps to assertsPeter Zijlstra2009-03-311-0/+5
* hrtimer: fix rq->lock inversion (again)Peter Zijlstra2009-03-313-25/+46
* Merge branch 'linus' into locking-for-linusIngo Molnar2009-03-3149-1182/+2643
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumaskLinus Torvalds2009-03-308-20/+29
| |\
| | * cpumask: remove cpumask_t from coreRusty Russell2009-03-302-2/+2
| | * cpumask: convert rcutorture.cRusty Russell2009-03-301-8/+17
| | * cpumask: use new cpumask_ functions in core code.Rusty Russell2009-03-301-3/+3
| | * cpumask: use mm_cpumask() wrapper: kernel/fork.cRusty Russell2009-03-301-1/+1
| | * cpumask: use set_cpu_active in init/main.cRusty Russell2009-03-301-3/+3
| | * cpumask: remove dangerous CPU_MASK_ALL_PTR, &CPU_MASK_ALLRusty Russell2009-03-302-3/+3
| * | Merge branch 'locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-03-3011-317/+597
| |\ \
| | * | lockdep: fix deadlock in lockdep_trace_allocPeter Zijlstra2009-03-301-2/+19
| * | | 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