summaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)Author
2010-08-05memblock: Add debug markers at the end of the arrayBenjamin Herrenschmidt
2010-08-05memblock: Move memblock arrays to static storage in memblock.c and make their...Benjamin Herrenschmidt
2010-08-05memblock: Remove memblock_type.size and add memblock.memory_size insteadBenjamin Herrenschmidt
2010-08-05memblock: Change u64 to phys_addr_tBenjamin Herrenschmidt
2010-08-05memblock: Remove rmo_size, burry it in arch/powerpc where it belongsBenjamin Herrenschmidt
2010-08-05memblock: Introduce default allocation limit and use it to replace explicit onesBenjamin Herrenschmidt
2010-08-05memblock: Expose MEMBLOCK_ALLOC_ANYWHEREBenjamin Herrenschmidt
2010-08-05memblock: Factor the lowest level alloc functionBenjamin Herrenschmidt
2010-08-05memblock: Remove nid_range argument, arch provides memblock_nid_range() insteadBenjamin Herrenschmidt
2010-08-05memblock: Remove memblock_find()Benjamin Herrenschmidt
2010-08-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds
2010-08-04Merge branches 'slab/fixes', 'slob/fixes', 'slub/cleanups' and 'slub/fixes' i...Pekka Enberg
2010-08-04Merge branch 'kvm-updates/2.6.36' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2010-08-04memblock: Implement memblock_is_memory and memblock_is_region_memoryBenjamin Herrenschmidt
2010-08-04memblock: Rename memblock_region to memblock_type and memblock_property to me...Benjamin Herrenschmidt
2010-08-04memblock: Fix memblock_is_region_reserved() to return a booleanBenjamin Herrenschmidt
2010-08-03slub: Allow removal of slab caches during bootChristoph Lameter
2010-08-03Revert "slub: Allow removal of slab caches during boot"Pekka Enberg
2010-08-02Merge commit 'v2.6.35' into perf/coreIngo Molnar
2010-08-01KVM: Fix a race condition for usage of is_hwpoison_address()Huang Ying
2010-08-01KVM: Avoid killing userspace through guest SRAO MCE on unmapped pagesHuang Ying
2010-07-30mm: fix ia64 crash when gcore reads gate areaHugh Dickins
2010-07-29slub numa: Fix rare allocation from unexpected nodeChristoph Lameter
2010-07-27vmap: add flag to allow lazy unmap to be disabled at runtimeJeremy Fitzhardinge
2010-07-21Merge branch 'linus' into perf/coreIngo Molnar
2010-07-20x86,nobootmem: make alloc_bootmem_node fall back to other node when 32bit num...Yinghai Lu
2010-07-20mm/vmscan.c: fix mapping use after freeNick Piggin
2010-07-20slab: use deferable timers for its periodic housekeepingArjan van de Ven
2010-07-19kmemleak: Add DocBook style comments to kmemleak.cCatalin Marinas
2010-07-19kmemleak: Introduce a default off mode for kmemleakJason Baron
2010-07-19kmemleak: Show more information for objects found by aliasCatalin Marinas
2010-07-19kmemleak: Add support for NO_BOOTMEM configurationsCatalin Marinas
2010-07-19kmemleak: Annotate false positive in init_section_page_cgroup()Catalin Marinas
2010-07-19mm: add context argument to shrinker callbackDave Chinner
2010-07-19Merge branch 'kmemleak' of git://git.kernel.org/pub/scm/linux/kernel/git/cmar...Linus Torvalds
2010-07-16slub: Use kmem_cache flags to detect if slab is in debugging mode.Christoph Lameter
2010-07-16slub: Allow removal of slab caches during bootChristoph Lameter
2010-07-16slub: Check kasprintf results in kmem_cache_init()Christoph Lameter
2010-07-16SLUB: Constants need ULChristoph Lameter
2010-07-16slub: Use a constant for a unspecified node.Christoph Lameter
2010-07-16SLOB: Free objects to their own listBob Liu
2010-07-14lmb: rename to memblockYinghai Lu
2010-07-09x86, ioremap: Fix incorrect physical address handling in PAE modeKenji Kaneshige
2010-07-08Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2010-07-06writeback: simplify the write back thread queueChristoph Hellwig
2010-07-06writeback: remove writeback_inodes_wbcChristoph Hellwig
2010-07-05Merge commit 'v2.6.35-rc4' into perf/coreIngo Molnar
2010-07-01Merge branch 'linus' into core/rcuIngo Molnar
2010-06-29mempolicy: fix dangling reference to tmpfs superblock mpolLee Schermerhorn
2010-06-29memcg: fix wake up in oom wait queueKAMEZAWA Hiroyuki