aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-29thp, memcg: split hugepage for memcg oom on cowDavid Rientjes2-3/+18
2012-05-29mm/vmstat.c: remove debug fs entries on failure of file creation and made extfrag_debug_root dentry localSasikantha babu1-3/+7
2012-05-29mm/mmap.c: find_vma(): remove unnecessary if(mm) checkRajman Mekaco1-26/+27
2012-05-29mm: use kcalloc() instead of kzalloc() to allocate arrayThomas Meyer1-2/+2
2012-05-29mm: vmscan: remove reclaim_mode_tMel Gorman1-50/+22
2012-05-29mm: vmscan: do not stall on writeback during memory compactionMel Gorman1-77/+8
2012-05-29mm: vmscan: remove lumpy reclaimMel Gorman1-129/+15
2012-05-29mm: remove swap token codeRik van Riel6-170/+2
2012-05-29mm, thp: allow fallback when pte_alloc_one() fails for huge pmdDavid Rientjes1-5/+8
2012-05-29mm, thp: remove unnecessary ret variableDavid Rientjes1-2/+1
2012-05-29mm/hugetlb.c: use long vars instead of int in region_count()Wang Sheng-Hui1-2/+2
2012-05-29mm/mempolicy.c: use enum value MPOL_REBIND_ONCE in mpol_rebind_policy()Wang Sheng-Hui1-1/+1
2012-05-29mm/memory_failure: let the compiler add the function nameBorislav Petkov1-4/+4
2012-05-28Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds2-2/+3
2012-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2-2/+3
2012-05-25mm: add new arch_make_huge_pte() method for tile supportChris Metcalf1-0/+1
2012-05-25arch/tile: allow building Linux with transparent huge pages enabledChris Metcalf1-2/+2
2012-05-25Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma-mappingLinus Torvalds9-216/+675
2012-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-2/+5
2012-05-24Merge branch 'perf-uprobes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-1/+35
2012-05-24mm: add a low limit to alloc_large_system_hashTim Bird1-2/+5
2012-05-23mm: mempolicy: Let vma_merge and vma_split handle vma->vm_policy linkagesMel Gorman1-24/+17
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds4-12/+22
2012-05-22Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-63/+52
2012-05-22Merge tag 'driver-core-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-3/+3
2012-05-21Merge branch 'vm-cleanups' (unmap_vma() interface cleanup)Linus Torvalds2-23/+23
2012-05-21cma: fix migration modeMinchan Kim1-1/+1
2012-05-21mm: trigger page reclaim in alloc_contig_range() to stabilise watermarksMarek Szyprowski1-0/+60
2012-05-21mm: extract reclaim code from __alloc_pages_direct_reclaim()Marek Szyprowski1-9/+21
2012-05-21mm: Serialize access to min_free_kbytesMel Gorman1-8/+15
2012-05-21mm: page_isolation: MIGRATE_CMA isolation functions addedMichal Nazarewicz4-17/+23
2012-05-21mm: mmzone: MIGRATE_CMA migration type addedMichal Nazarewicz4-20/+72
2012-05-21mm: page_alloc: change fallbacks array handlingMichal Nazarewicz1-4/+5
2012-05-21mm: page_alloc: introduce alloc_contig_range()Michal Nazarewicz1-0/+188
2012-05-21mm: compaction: export some of the functionsMichal Nazarewicz3-173/+191
2012-05-21mm: compaction: introduce isolate_freepages_range()Michal Nazarewicz1-18/+93
2012-05-21mm: compaction: introduce map_pages()Michal Nazarewicz1-4/+11
2012-05-21mm: compaction: introduce isolate_migratepages_range()Michal Nazarewicz1-21/+54
2012-05-21mm: page_alloc: remove trailing whitespaceMichal Nazarewicz1-7/+7
2012-05-19memcg,thp: fix res_counter:96 regressionHugh Dickins1-1/+1
2012-05-18slub: use __SetPageSlab function to set PG_slab flagJoonsoo Kim1-1/+1
2012-05-18slub: fix a memory leak in get_partial_node()Joonsoo Kim1-3/+6
2012-05-17slub: missing test for partial pages flush work in flush_all()majianpeng1-1/+1
2012-05-16slub: remove unused argument of init_kmem_cache_node()Joonsoo Kim1-4/+4
2012-05-16slub: fix a possible memory leakJoonsoo Kim1-1/+1
2012-05-15userns: Convert the move_pages, and migrate_pages permission checks to use uid_eqEric W. Biederman2-4/+4
2012-05-15userns: Convert tmpfs to use kuid and kgid where appropriateEric W. Biederman1-6/+16
2012-05-14Merge branch 'perf/uprobes' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/uprobesIngo Molnar6-24/+99
2012-05-11mm: raise MemFree by reverting percpu_pagelist_fraction to 0Hugh Dickins1-1/+1
2012-05-10Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds4-5/+9