summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-06-14clocksource: Drop unused irqaction.mask from SH drivers.Paul Mundt
2009-06-14sh: Bump the earlytimer probe devices up.Paul Mundt
2009-06-14sh: Use generic sched_clock().Paul Mundt
2009-06-14sh: Bump the earlytimer bits back to time_init().Paul Mundt
2009-06-14cpumask: Use accessors for cpu_*_mask: shRusty Russell
2009-06-14cpumask: use mm_cpumask() wrapper: shRusty Russell
2009-06-14cpumask: arch_send_call_function_ipi_mask: shRusty Russell
2009-06-14cpumask: remove the now-obsoleted pcibus_to_cpumask(): shRusty Russell
2009-06-14sh: pci: remove duplicated #include'sHuang Weiyi
2009-06-12sh: intc: alloc_bootmem() -> kzalloc() conversion.Paul Mundt
2009-06-12sh: Wire up sys_perf_counter_open.Paul Mundt
2009-06-12Merge branch 'sh/ftrace' of git://github.com/mfleming/linux-2.6Paul Mundt
2009-06-11Merge branch 'for-linus' of git://linux-arm.org/linux-2.6Linus Torvalds
2009-06-11Merge branch 'perfcounters-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2009-06-11Merge branch 'topic/slab/earlyboot' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2009-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...Linus Torvalds
2009-06-11Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2009-06-11slow_work_thread() should do the exclusive waitOleg Nesterov
2009-06-11Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2009-06-11Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2009-06-11sh: Fix dynamic ftrace's NOP action.Matt Fleming
2009-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds
2009-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds
2009-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds
2009-06-11Merge branch 'kvm-updates/2.6.31' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2009-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds
2009-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2009-06-11Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds
2009-06-11Merge branch 'for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Linus Torvalds
2009-06-11vgacon: use slab allocator instead of the bootmem allocatorPekka Enberg
2009-06-11irq: use kcalloc() instead of the bootmem allocatorPekka Enberg
2009-06-11sched: use slab in cpupri_init()Pekka Enberg
2009-06-11sched: use alloc_cpumask_var() instead of alloc_bootmem_cpumask_var()Pekka Enberg
2009-06-11memcg: don't use bootmem allocator in setup codeYinghai Lu
2009-06-11irq/cpumask: make memoryless node zero happyYinghai Lu
2009-06-11x86: remove some alloc_bootmem_cpumask_var callingYinghai Lu
2009-06-11vt: use kzalloc() instead of the bootmem allocatorPekka Enberg
2009-06-11sched: use kzalloc() instead of the bootmem allocatorPekka Enberg
2009-06-11init: introduce mm_init()Pekka Enberg
2009-06-11vmalloc: use kzalloc() instead of alloc_bootmem()Pekka Enberg
2009-06-11slab: setup allocators earlier in the boot sequencePekka Enberg
2009-06-11bootmem: fix slab fallback on numaPekka Enberg
2009-06-11bootmem: use slab if bootmem is no longer availablePekka Enberg
2009-06-11kmemleak: Add the corresponding MAINTAINERS entryCatalin Marinas
2009-06-11kmemleak: Simple testing module for kmemleakCatalin Marinas
2009-06-11kmemleak: Enable the building of the memory leak detectorCatalin Marinas
2009-06-11kmemleak: Remove some of the kmemleak false positivesCatalin Marinas
2009-06-11kmemleak: Add modules supportCatalin Marinas
2009-06-11kmemleak: Add kmemleak_alloc callback from alloc_large_system_hashCatalin Marinas
2009-06-11kmemleak: Add the vmalloc memory allocation/freeing hooksCatalin Marinas