summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm: trigger page reclaim in alloc_contig_range() to stabilise watermarksMarek Szyprowski2012-05-211-0/+60
* mm: extract reclaim code from __alloc_pages_direct_reclaim()Marek Szyprowski2012-05-211-9/+21
* mm: Serialize access to min_free_kbytesMel Gorman2012-05-211-8/+15
* mm: page_isolation: MIGRATE_CMA isolation functions addedMichal Nazarewicz2012-05-214-17/+23
* mm: mmzone: MIGRATE_CMA migration type addedMichal Nazarewicz2012-05-214-20/+72
* mm: page_alloc: change fallbacks array handlingMichal Nazarewicz2012-05-211-4/+5
* mm: page_alloc: introduce alloc_contig_range()Michal Nazarewicz2012-05-211-0/+188
* mm: compaction: export some of the functionsMichal Nazarewicz2012-05-213-173/+191
* mm: compaction: introduce isolate_freepages_range()Michal Nazarewicz2012-05-211-18/+93
* mm: compaction: introduce map_pages()Michal Nazarewicz2012-05-211-4/+11
* mm: compaction: introduce isolate_migratepages_range()Michal Nazarewicz2012-05-211-21/+54
* mm: page_alloc: remove trailing whitespaceMichal Nazarewicz2012-05-211-7/+7
* memcg,thp: fix res_counter:96 regressionHugh Dickins2012-05-191-1/+1
* slub: missing test for partial pages flush work in flush_all()majianpeng2012-05-171-1/+1
* mm: raise MemFree by reverting percpu_pagelist_fraction to 0Hugh Dickins2012-05-111-1/+1
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-05-104-5/+9
|\
| * mm: nobootmem: fix sign extend problem in __free_pages_memory()Russ Anderson2012-05-101-2/+1
| * memcg: free spare array to avoid memory leakSha Zhengju2012-05-101-0/+6
| * hugetlb: prevent BUG_ON in hugetlb_fault() -> hugetlb_cow()Chris Metcalf2012-05-101-1/+0
| * mm: fix division by 0 in percpu_pagelist_fraction()Sasha Levin2012-05-101-2/+2
* | kmemleak: Fix the kmemleak tracking of the percpu areas with !SMPCatalin Marinas2012-05-091-0/+2
* | percpu: pcpu_embed_first_chunk() should free unused parts after all allocs ar...Tejun Heo2012-05-091-0/+10
|/
* Merge branch 'for-3.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-05-081-5/+5
|\
| * percpu: use KERN_CONT in pcpu_dump_alloc_info()Tejun Heo2012-03-291-5/+5
* | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-04-265-18/+26
|\ \
| * | mm: fix NULL ptr dereference in move_pagesSasha Levin2012-04-251-8/+8
| * | mm: fix NULL ptr dereference in migrate_pagesSasha Levin2012-04-251-4/+7
| * | mm: fix up the vmscan stat in vmstatYing Han2012-04-252-5/+10
| * | mm/hugetlb: fix warning in alloc_huge_page/dequeue_huge_page_vmaKonstantin Khlebnikov2012-04-251-1/+1
* | | mm: memcg: move pc lookup point to commit_charge()Johannes Weiner2012-04-251-12/+5
* | | mm: nobootmem: Correct alloc_bootmem semantics.David Miller2012-04-251-2/+8
* | | mm: fix s390 BUG by __set_page_dirty_no_writeback on swapHugh Dickins2012-04-231-1/+1
|/ /
* | kill mm argument of vm_munmap()Al Viro2012-04-212-4/+6
* | VM: add "vm_mmap()" helper functionLinus Torvalds2012-04-202-4/+54
* | VM: add "vm_munmap()" helper functionLinus Torvalds2012-04-202-8/+16
* | VM: add "vm_brk()" helper functionLinus Torvalds2012-04-202-3/+15
* | memblock: memblock should be able to handle zero length operationsTejun Heo2012-04-201-1/+6
* | memcg: fix Bad page state after replace_page_cacheHugh Dickins2012-04-181-0/+1
* | Revert "mm: vmscan: fix misused nr_reclaimed in shrink_mem_cgroup_zone()"Ying Han2012-04-121-6/+1
* | hugetlb: fix race condition in hugetlb_fault()Chris Metcalf2012-04-121-0/+2
* | memcg: do not open code accesses to res_counter membersGlauber Costa2012-04-121-2/+2
* | memcg: fix broken boolen expressionKirill A. Shutemov2012-04-121-1/+1
|/
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-03-286-51/+136
|\
| * radix-tree: use iterators in find_get_pages* functionsKonstantin Khlebnikov2012-03-281-48/+38
| * mm: only IPI CPUs to drain local pages if they existGilad Ben-Yossef2012-03-281-2/+38
| * slub: only IPI CPUs that have per cpu obj to flushGilad Ben-Yossef2012-03-281-1/+9
| * swapon: check validity of swap_flagsHugh Dickins2012-03-281-0/+3
| * mm, coredump: fail allocations when coredumping instead of oom killingDavid Rientjes2012-03-281-0/+4
| * mm: thp: fix up pmd_trans_unstable() locationsAndrea Arcangeli2012-03-281-0/+4
| * mm for fs: add truncate_pagecache_range()Hugh Dickins2012-03-281-0/+40