aboutsummaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mem-hotplug: fix potential race while building zonelist for new populated zoneHaicheng Li2010-05-252-9/+17
* mem-hotplug: avoid multiple zones sharing same boot strapping boot_pagesetHaicheng Li2010-05-252-9/+26
* mem-hotplug: separate setup_per_cpu_pageset() into separate functionsWu Fengguang2010-05-251-17/+20
* highmem: remove unneeded #ifdef CONFIG_TRACE_IRQFLAGS_SUPPORT for debug_kmap_...Akinobu Mita2010-05-251-1/+1
* cpu/mem hotplug: enable CPUs online before local memory onlineminskey guo2010-05-251-0/+23
* vmscan: remove isolate_pages callback scan controlJohannes Weiner2010-05-251-24/+28
* vmscan: remove all_unreclaimable scan controlJohannes Weiner2010-05-251-8/+6
* mm: document follow_page()Johannes Weiner2010-05-251-2/+11
* mm: introduce free_pages_prepare()KOSAKI Motohiro2010-05-251-19/+21
* vmscan: page_check_references(): check low order lumpy reclaim properlyKOSAKI Motohiro2010-05-251-15/+26
* readahead.c: fix commentHuang Shijie2010-05-251-1/+1
* vmscan: prevent get_scan_ratio() rounding errorsShaohua Li2010-05-251-52/+55
* mm: consider the entire user address space during node migrationGreg Thelen2010-05-251-1/+1
* mm: compaction: defer compaction using an exponential backoff when compaction...Mel Gorman2010-05-251-1/+4
* mm: compaction: add a tunable that decides when memory should be compacted an...Mel Gorman2010-05-251-1/+11
* mm: compaction: direct compact when a high-order allocation failsMel Gorman2010-05-253-2/+194
* mm: compaction: add /sys trigger for per-node memory compactionMel Gorman2010-05-251-0/+23
* mm: compaction: add /proc trigger for memory compactionMel Gorman2010-05-251-0/+62
* mm: compaction: memory compaction coreMel Gorman2010-05-255-1/+456
* mm: move definition for LRU isolation modes to a headerMel Gorman2010-05-251-5/+0
* mm: export fragmentation index via debugfsMel Gorman2010-05-251-0/+84
* mm: export unusable free space index via debugfsMel Gorman2010-05-251-1/+149
* mm: migration: avoid race between shift_arg_pages() and rmap_walk() during mi...Mel Gorman2010-05-251-1/+29
* mm: allow CONFIG_MIGRATION to be set without CONFIG_NUMA or memory hot-removeMel Gorman2010-05-251-3/+14
* mm: migration: allow the migration of PageSwapCache pagesMel Gorman2010-05-251-17/+36
* mm: migration: do not try to migrate unmapped anonymous pagesMel Gorman2010-05-251-0/+11
* mm: migration: share the anon_vma ref counts between KSM and page migrationMel Gorman2010-05-253-8/+6
* mm: migration: take a reference to the anon_vma before migratingMel Gorman2010-05-252-5/+17
* mm: default to node zonelist ordering when nodes have only lowmemDavid Rientjes2010-05-251-1/+10
* mincore: do nested page table walksJohannes Weiner2010-05-251-17/+58
* mincore: pass ranges as start,end address pairsJohannes Weiner2010-05-251-30/+27
* mincore: break do_mincore() into logical piecesJohannes Weiner2010-05-251-74/+97
* mincore: cleanupsJohannes Weiner2010-05-251-49/+27
* cpuset,mm: fix no node to alloc memory when changing cpuset's memsMiao Xie2010-05-257-12/+52
* mempolicy: restructure rebinding-mempolicy functionsMiao Xie2010-05-251-19/+105
* mempolicy: factor mpol_shared_policy_init() return pathsLee Schermerhorn2010-05-251-10/+6
* mempolicy: rename policy_types and cleanup initializationLee Schermerhorn2010-05-251-6/+12
* mempolicy: lose unnecessary loop variable in mpol_parse_str()Lee Schermerhorn2010-05-251-6/+4
* mempolicy: don't call mpol_set_nodemask() when no_contextLee Schermerhorn2010-05-251-5/+4
* mempolicy: remove redundant checkBob Liu2010-05-251-11/+5
* mempolicy: remove case MPOL_INTERLEAVE from policy_zonelist()Bob Liu2010-05-251-3/+1
* mempolicy: remove redundant codeBob Liu2010-05-251-4/+1
* mm: remove return value of putback_lru_pages()Minchan Kim2010-05-251-6/+1
* shmem: remove redundant codeHuang Shijie2010-05-251-2/+0
* sparsemem: on no vmemmap path put mem_map on node high tooYinghai Lu2010-05-251-3/+6
* page allocator: reduce fragmentation in buddy allocator by adding buddies tha...Corrado Zoccolo2010-05-251-5/+25
* tmpfs: insert tmpfs cache pages to inactive list at firstKOSAKI Motohiro2010-05-251-2/+2
*-------. Merge branches 'slab/align', 'slab/cleanups', 'slab/fixes', 'slab/memhotadd' ...Pekka Enberg2010-05-223-92/+160
|\ \ \ \ \
| | | | | * slub: Use alloc_pages_exact_node() for page allocationMinchan Kim2010-05-221-1/+1
| | | | | * slub: __kmalloc_node_track_caller should trace kmalloc_large_node caseXiaotian Feng2010-05-221-2/+9