aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-25mem-hotplug: fix potential race while building zonelist for new populated zoneHaicheng Li2-9/+17
2010-05-25mem-hotplug: avoid multiple zones sharing same boot strapping boot_pagesetHaicheng Li2-9/+26
2010-05-25mem-hotplug: separate setup_per_cpu_pageset() into separate functionsWu Fengguang1-17/+20
2010-05-25highmem: remove unneeded #ifdef CONFIG_TRACE_IRQFLAGS_SUPPORT for debug_kmap_atomic()Akinobu Mita1-1/+1
2010-05-25cpu/mem hotplug: enable CPUs online before local memory onlineminskey guo1-0/+23
2010-05-25vmscan: remove isolate_pages callback scan controlJohannes Weiner1-24/+28
2010-05-25vmscan: remove all_unreclaimable scan controlJohannes Weiner1-8/+6
2010-05-25mm: document follow_page()Johannes Weiner1-2/+11
2010-05-25mm: introduce free_pages_prepare()KOSAKI Motohiro1-19/+21
2010-05-25vmscan: page_check_references(): check low order lumpy reclaim properlyKOSAKI Motohiro1-15/+26
2010-05-25readahead.c: fix commentHuang Shijie1-1/+1
2010-05-25vmscan: prevent get_scan_ratio() rounding errorsShaohua Li1-52/+55
2010-05-25mm: consider the entire user address space during node migrationGreg Thelen1-1/+1
2010-05-25mm: compaction: defer compaction using an exponential backoff when compaction failsMel Gorman1-1/+4
2010-05-25mm: compaction: add a tunable that decides when memory should be compacted and when it should be reclaimedMel Gorman1-1/+11
2010-05-25mm: compaction: direct compact when a high-order allocation failsMel Gorman3-2/+194
2010-05-25mm: compaction: add /sys trigger for per-node memory compactionMel Gorman1-0/+23
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-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