aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2012-05-31split ->file_mmap() into ->mmap_addr()/->mmap_file()Al Viro
2012-05-30unexport do_mmap()Al Viro
2012-05-30merge do_mremap() into sys_mremap()Al Viro
2012-05-30fs: move file_remove_suid() to fs/inode.cCong Wang
2012-05-29->encode_fh() API changeAl Viro
2012-05-28Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds
2012-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds
2012-05-25mm: add new arch_make_huge_pte() method for tile supportChris Metcalf
2012-05-25arch/tile: allow building Linux with transparent huge pages enabledChris Metcalf
2012-05-25Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds
2012-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2012-05-24Merge branch 'perf-uprobes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2012-05-24mm: add a low limit to alloc_large_system_hashTim Bird
2012-05-23mm: mempolicy: Let vma_merge and vma_split handle vma->vm_policy linkagesMel Gorman
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2012-05-22Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2012-05-22Merge tag 'driver-core-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2012-05-21Merge branch 'vm-cleanups' (unmap_vma() interface cleanup)Linus Torvalds
2012-05-21cma: fix migration modeMinchan Kim
2012-05-21mm: trigger page reclaim in alloc_contig_range() to stabilise watermarksMarek Szyprowski
2012-05-21mm: extract reclaim code from __alloc_pages_direct_reclaim()Marek Szyprowski
2012-05-21mm: Serialize access to min_free_kbytesMel Gorman
2012-05-21mm: page_isolation: MIGRATE_CMA isolation functions addedMichal Nazarewicz
2012-05-21mm: mmzone: MIGRATE_CMA migration type addedMichal Nazarewicz
2012-05-21mm: page_alloc: change fallbacks array handlingMichal Nazarewicz
2012-05-21mm: page_alloc: introduce alloc_contig_range()Michal Nazarewicz
2012-05-21mm: compaction: export some of the functionsMichal Nazarewicz
2012-05-21mm: compaction: introduce isolate_freepages_range()Michal Nazarewicz
2012-05-21mm: compaction: introduce map_pages()Michal Nazarewicz
2012-05-21mm: compaction: introduce isolate_migratepages_range()Michal Nazarewicz
2012-05-21mm: page_alloc: remove trailing whitespaceMichal Nazarewicz
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-15userns: Convert the move_pages, and migrate_pages permission checks to use ui...Eric W. Biederman
2012-05-15userns: Convert tmpfs to use kuid and kgid where appropriateEric W. Biederman
2012-05-14Merge branch 'perf/uprobes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar
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-08mm: use KERN_CONT in printk() continuation linesKay Sievers
2012-05-06vm: remove 'nr_accounted' calculations from the unmap_vmas() interfacesLinus Torvalds
2012-05-06vm: simplify unmap_vmas() calling conventionLinus Torvalds
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara
2012-05-06writeback: initialize global_dirty_limitFengguang Wu