aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-25mm: compaction: add /proc trigger for memory compactionMel Gorman1-0/+62
2010-05-25mm: compaction: memory compaction coreMel Gorman5-1/+456
2010-05-25mm: move definition for LRU isolation modes to a headerMel Gorman1-5/+0
2010-05-25mm: export fragmentation index via debugfsMel Gorman1-0/+84
2010-05-25mm: export unusable free space index via debugfsMel Gorman1-1/+149
2010-05-25mm: migration: avoid race between shift_arg_pages() and rmap_walk() during migration by not migrating temporary stacksMel Gorman1-1/+29
2010-05-25mm: allow CONFIG_MIGRATION to be set without CONFIG_NUMA or memory hot-removeMel Gorman1-3/+14
2010-05-25mm: migration: allow the migration of PageSwapCache pagesMel Gorman1-17/+36
2010-05-25mm: migration: do not try to migrate unmapped anonymous pagesMel Gorman1-0/+11
2010-05-25mm: migration: share the anon_vma ref counts between KSM and page migrationMel Gorman3-8/+6
2010-05-25mm: migration: take a reference to the anon_vma before migratingMel Gorman2-5/+17
2010-05-25mm: default to node zonelist ordering when nodes have only lowmemDavid Rientjes1-1/+10
2010-05-25mincore: do nested page table walksJohannes Weiner1-17/+58
2010-05-25mincore: pass ranges as start,end address pairsJohannes Weiner1-30/+27
2010-05-25mincore: break do_mincore() into logical piecesJohannes Weiner1-74/+97
2010-05-25mincore: cleanupsJohannes Weiner1-49/+27
2010-05-25cpuset,mm: fix no node to alloc memory when changing cpuset's memsMiao Xie7-12/+52
2010-05-25mempolicy: restructure rebinding-mempolicy functionsMiao Xie1-19/+105
2010-05-25mempolicy: factor mpol_shared_policy_init() return pathsLee Schermerhorn1-10/+6
2010-05-25mempolicy: rename policy_types and cleanup initializationLee Schermerhorn1-6/+12
2010-05-25mempolicy: lose unnecessary loop variable in mpol_parse_str()Lee Schermerhorn1-6/+4
2010-05-25mempolicy: don't call mpol_set_nodemask() when no_contextLee Schermerhorn1-5/+4
2010-05-25mempolicy: remove redundant checkBob Liu1-11/+5
2010-05-25mempolicy: remove case MPOL_INTERLEAVE from policy_zonelist()Bob Liu1-3/+1
2010-05-25mempolicy: remove redundant codeBob Liu1-4/+1
2010-05-25mm: remove return value of putback_lru_pages()Minchan Kim1-6/+1
2010-05-25shmem: remove redundant codeHuang Shijie1-2/+0
2010-05-25sparsemem: on no vmemmap path put mem_map on node high tooYinghai Lu1-3/+6
2010-05-25page allocator: reduce fragmentation in buddy allocator by adding buddies that are merging to the tail of the free listsCorrado Zoccolo1-5/+25
2010-05-25tmpfs: insert tmpfs cache pages to inactive list at firstKOSAKI Motohiro1-2/+2
2010-05-25fs: allow short direct-io reads to be completed via buffered IOJosef Bacik1-5/+31
2010-05-25mm: export remove_from_page_cache() to modulesMiklos Szeredi1-0/+1
2010-05-25mm: export lru_cache_add_*() to modulesMiklos Szeredi1-0/+1
2010-05-24slub: move kmem_cache_node into it's own cachelineAlexander Duyck1-22/+11
2010-05-22Merge branches 'slab/align', 'slab/cleanups', 'slab/fixes', 'slab/memhotadd' and 'slub/fixes' into slab-for-linusPekka Enberg3-92/+160
2010-05-22slub: Use alloc_pages_exact_node() for page allocationMinchan Kim1-1/+1
2010-05-22slub: __kmalloc_node_track_caller should trace kmalloc_large_node caseXiaotian Feng1-2/+9
2010-05-22slub: Potential stack overflowEric Dumazet1-9/+16
2010-05-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds2-20/+11
2010-05-21ramfs: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov1-17/+8
2010-05-21sanitize vfs_fsync calling conventionsChristoph Hellwig1-1/+1
2010-05-21fs: xattr_handler table should be constStephen Hemminger1-2/+2
2010-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds1-0/+5
2010-05-21Merge staging-next tree into Linus's latest versionGreg Kroah-Hartman1-0/+5
2010-05-21Merge branch 'master' into for-2.6.35Jens Axboe9-525/+675
2010-05-21writeback: fix mixed up arguments to bdi_start_writeback()Jens Axboe1-1/+1
2010-05-21writeback: fix problem with !CONFIG_BLOCK compilationJens Axboe1-0/+2
2010-05-21writeback: fixups for !dirty_writeback_centisecsJens Axboe2-5/+11
2010-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-2/+2
2010-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds3-473/+667