summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
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-17slub: missing test for partial pages flush work in flush_all()majianpeng1-1/+1
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
2012-05-10mm: nobootmem: fix sign extend problem in __free_pages_memory()Russ Anderson1-2/+1
2012-05-10memcg: free spare array to avoid memory leakSha Zhengju1-0/+6
2012-05-10hugetlb: prevent BUG_ON in hugetlb_fault() -> hugetlb_cow()Chris Metcalf1-1/+0
2012-05-10mm: fix division by 0 in percpu_pagelist_fraction()Sasha Levin1-2/+2
2012-05-09kmemleak: Fix the kmemleak tracking of the percpu areas with !SMPCatalin Marinas1-0/+2
2012-05-09percpu: pcpu_embed_first_chunk() should free unused parts after all allocs ar...Tejun Heo1-0/+10
2012-05-08Merge branch 'for-3.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-5/+5
2012-04-26Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds5-18/+26
2012-04-25mm: fix NULL ptr dereference in move_pagesSasha Levin1-8/+8
2012-04-25mm: fix NULL ptr dereference in migrate_pagesSasha Levin1-4/+7
2012-04-25mm: fix up the vmscan stat in vmstatYing Han2-5/+10
2012-04-25mm/hugetlb: fix warning in alloc_huge_page/dequeue_huge_page_vmaKonstantin Khlebnikov1-1/+1
2012-04-25mm: memcg: move pc lookup point to commit_charge()Johannes Weiner1-12/+5
2012-04-25mm: nobootmem: Correct alloc_bootmem semantics.David Miller1-2/+8
2012-04-23mm: fix s390 BUG by __set_page_dirty_no_writeback on swapHugh Dickins1-1/+1
2012-04-21kill mm argument of vm_munmap()Al Viro2-4/+6
2012-04-20VM: add "vm_mmap()" helper functionLinus Torvalds2-4/+54
2012-04-20VM: add "vm_munmap()" helper functionLinus Torvalds2-8/+16
2012-04-20VM: add "vm_brk()" helper functionLinus Torvalds2-3/+15
2012-04-20memblock: memblock should be able to handle zero length operationsTejun Heo1-1/+6
2012-04-18memcg: fix Bad page state after replace_page_cacheHugh Dickins1-0/+1
2012-04-12Revert "mm: vmscan: fix misused nr_reclaimed in shrink_mem_cgroup_zone()"Ying Han1-6/+1
2012-04-12hugetlb: fix race condition in hugetlb_fault()Chris Metcalf1-0/+2
2012-04-12memcg: do not open code accesses to res_counter membersGlauber Costa1-2/+2
2012-04-12memcg: fix broken boolen expressionKirill A. Shutemov1-1/+1
2012-03-29percpu: use KERN_CONT in pcpu_dump_alloc_info()Tejun Heo1-5/+5
2012-03-28Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds6-51/+136
2012-03-28radix-tree: use iterators in find_get_pages* functionsKonstantin Khlebnikov1-48/+38
2012-03-28mm: only IPI CPUs to drain local pages if they existGilad Ben-Yossef1-2/+38
2012-03-28slub: only IPI CPUs that have per cpu obj to flushGilad Ben-Yossef1-1/+9
2012-03-28swapon: check validity of swap_flagsHugh Dickins1-0/+3
2012-03-28mm, coredump: fail allocations when coredumping instead of oom killingDavid Rientjes1-0/+4
2012-03-28mm: thp: fix up pmd_trans_unstable() locationsAndrea Arcangeli1-0/+4
2012-03-28mm for fs: add truncate_pagecache_range()Hugh Dickins1-0/+40