aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2010-05-25mm: allow CONFIG_MIGRATION to be set without CONFIG_NUMA or memory hot-removeMel Gorman
2010-05-25mm: migration: allow the migration of PageSwapCache pagesMel Gorman
2010-05-25mm: migration: do not try to migrate unmapped anonymous pagesMel Gorman
2010-05-25mm: migration: share the anon_vma ref counts between KSM and page migrationMel Gorman
2010-05-25mm: migration: take a reference to the anon_vma before migratingMel Gorman
2010-05-25mm: default to node zonelist ordering when nodes have only lowmemDavid Rientjes
2010-05-25mincore: do nested page table walksJohannes Weiner
2010-05-25mincore: pass ranges as start,end address pairsJohannes Weiner
2010-05-25mincore: break do_mincore() into logical piecesJohannes Weiner
2010-05-25mincore: cleanupsJohannes Weiner
2010-05-25cpuset,mm: fix no node to alloc memory when changing cpuset's memsMiao Xie
2010-05-25mempolicy: restructure rebinding-mempolicy functionsMiao Xie
2010-05-25mempolicy: factor mpol_shared_policy_init() return pathsLee Schermerhorn
2010-05-25mempolicy: rename policy_types and cleanup initializationLee Schermerhorn
2010-05-25mempolicy: lose unnecessary loop variable in mpol_parse_str()Lee Schermerhorn
2010-05-25mempolicy: don't call mpol_set_nodemask() when no_contextLee Schermerhorn
2010-05-25mempolicy: remove redundant checkBob Liu
2010-05-25mempolicy: remove case MPOL_INTERLEAVE from policy_zonelist()Bob Liu
2010-05-25mempolicy: remove redundant codeBob Liu
2010-05-25mm: remove return value of putback_lru_pages()Minchan Kim
2010-05-25shmem: remove redundant codeHuang Shijie
2010-05-25sparsemem: on no vmemmap path put mem_map on node high tooYinghai Lu
2010-05-25page allocator: reduce fragmentation in buddy allocator by adding buddies tha...Corrado Zoccolo
2010-05-25tmpfs: insert tmpfs cache pages to inactive list at firstKOSAKI Motohiro
2010-05-25fs: allow short direct-io reads to be completed via buffered IOJosef Bacik
2010-05-25mm: export remove_from_page_cache() to modulesMiklos Szeredi
2010-05-25mm: export lru_cache_add_*() to modulesMiklos Szeredi
2010-05-24slub: move kmem_cache_node into it's own cachelineAlexander Duyck
2010-05-22Merge branches 'slab/align', 'slab/cleanups', 'slab/fixes', 'slab/memhotadd' ...Pekka Enberg
2010-05-22slub: Use alloc_pages_exact_node() for page allocationMinchan Kim
2010-05-22slub: __kmalloc_node_track_caller should trace kmalloc_large_node caseXiaotian Feng
2010-05-22slub: Potential stack overflowEric Dumazet
2010-05-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2010-05-21ramfs: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov
2010-05-21sanitize vfs_fsync calling conventionsChristoph Hellwig
2010-05-21fs: xattr_handler table should be constStephen Hemminger
2010-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds
2010-05-21Merge staging-next tree into Linus's latest versionGreg Kroah-Hartman
2010-05-21Merge branch 'master' into for-2.6.35Jens Axboe
2010-05-21writeback: fix mixed up arguments to bdi_start_writeback()Jens Axboe
2010-05-21writeback: fix problem with !CONFIG_BLOCK compilationJens Axboe
2010-05-21writeback: fixups for !dirty_writeback_centisecsJens Axboe
2010-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2010-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds
2010-05-19mm: Move ARCH_SLAB_MINALIGN and ARCH_KMALLOC_MINALIGN to <linux/slub_def.h>David Woodhouse
2010-05-19mm: Move ARCH_SLAB_MINALIGN and ARCH_KMALLOC_MINALIGN to <linux/slob_def.h>David Woodhouse
2010-05-19mm: Move ARCH_SLAB_MINALIGN and ARCH_KMALLOC_MINALIGN to <linux/slab_def.h>David Woodhouse
2010-05-18swap: Add swap slot free callback to block_device_operationsNitin Gupta
2010-05-18swap: Add flag to identify block swap devicesNitin Gupta
2010-05-18Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds