summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2012-07-10mm: cma: don't replace lowmem pages with highmemRabin Vincent
2012-06-27HACK force min_free_kbytes set by proc to min 32K to workaround smsc problemsAndy Green
2012-06-27HACK force min_free_kbytes to 32K to workaround smsc problemsAndy Green
2012-06-27mm: fix faulty initialization in vmalloc_init()KyongHo
2012-06-22cma: Fix CMA checkpatch warningsSubramaniam Chanderashekarapuram
2012-05-21Automatically merging rebase-umm-wip into merge-linux-linaro-core-trackingAndrey Konovalov
2012-05-21Merge branch 'rebase-linaro-android-3.4' into merge-linux-linaro-core-trackingAndrey Konovalov
2012-05-19memcg,thp: fix res_counter:96 regressionHugh Dickins
2012-05-17slub: missing test for partial pages flush work in flush_all()majianpeng
2012-05-14Merge commit 'v3.4-rc7' into android-3.4Colin Cross
2012-05-11mm: raise MemFree by reverting percpu_pagelist_fraction to 0Hugh Dickins
2012-05-10Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-05-10mm: nobootmem: fix sign extend problem in __free_pages_memory()Russ Anderson
2012-05-10memcg: free spare array to avoid memory leakSha Zhengju
2012-05-10hugetlb: prevent BUG_ON in hugetlb_fault() -> hugetlb_cow()Chris Metcalf
2012-05-10mm: fix division by 0 in percpu_pagelist_fraction()Sasha Levin
2012-05-09kmemleak: Fix the kmemleak tracking of the percpu areas with !SMPCatalin Marinas
2012-05-09percpu: pcpu_embed_first_chunk() should free unused parts after all allocs ar...Tejun Heo
2012-05-08Merge branch 'for-3.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2012-05-01Merge commit 'v3.4-rc5' into android-3.4Colin Cross
2012-04-27Merge commit 'v3.4-rc4' into android-3.4Colin Cross
2012-04-26Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-04-25mm: fix NULL ptr dereference in move_pagesSasha Levin
2012-04-25mm: fix NULL ptr dereference in migrate_pagesSasha Levin
2012-04-25mm: fix up the vmscan stat in vmstatYing Han
2012-04-25mm/hugetlb: fix warning in alloc_huge_page/dequeue_huge_page_vmaKonstantin Khlebnikov
2012-04-25mm: memcg: move pc lookup point to commit_charge()Johannes Weiner
2012-04-25mm: nobootmem: Correct alloc_bootmem semantics.David Miller
2012-04-24Merge branch 'dma-mapping-next' of git://git.linaro.org/people/mszyprowski/li...Sumit Semwal
2012-04-23mm: fix s390 BUG by __set_page_dirty_no_writeback on swapHugh Dickins
2012-04-21kill mm argument of vm_munmap()Al Viro
2012-04-20VM: add "vm_mmap()" helper functionLinus Torvalds
2012-04-20VM: add "vm_munmap()" helper functionLinus Torvalds
2012-04-20VM: add "vm_brk()" helper functionLinus Torvalds
2012-04-20memblock: memblock should be able to handle zero length operationsTejun Heo
2012-04-20mm: trigger page reclaim in alloc_contig_range() to stabilise watermarksMarek Szyprowski
2012-04-20mm: extract reclaim code from __alloc_pages_direct_reclaim()Marek Szyprowski
2012-04-20mm: Serialize access to min_free_kbytesMel Gorman
2012-04-20mm: page_isolation: MIGRATE_CMA isolation functions addedMichal Nazarewicz
2012-04-20mm: mmzone: MIGRATE_CMA migration type addedMichal Nazarewicz
2012-04-20mm: page_alloc: change fallbacks array handlingMichal Nazarewicz
2012-04-20mm: page_alloc: introduce alloc_contig_range()Michal Nazarewicz
2012-04-20mm: compaction: export some of the functionsMichal Nazarewicz
2012-04-20mm: compaction: introduce isolate_freepages_range()Michal Nazarewicz
2012-04-20mm: compaction: introduce map_pages()Michal Nazarewicz
2012-04-20mm: compaction: introduce isolate_migratepages_range()Michal Nazarewicz
2012-04-20mm: page_alloc: remove trailing whitespaceMichal Nazarewicz
2012-04-19Merge commit 'v3.4-rc3' into android-3.4Colin Cross
2012-04-18memcg: fix Bad page state after replace_page_cacheHugh Dickins
2012-04-12Revert "mm: vmscan: fix misused nr_reclaimed in shrink_mem_cgroup_zone()"Ying Han