aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds30-818/+1199
2015-04-14memtest: use phys_addr_t for physical addressesVladimir Murzin1-8/+8
2015-04-14mm: move memtest under mmVladimir Murzin2-0/+119
2015-04-14mm, hugetlb: abort __get_user_pages if current has been oom killedDavid Rientjes1-0/+9
2015-04-14mm, mempool: do not allow atomic resizingDavid Rientjes1-4/+6
2015-04-14memcg: print cgroup information when system panics due to panic_on_oomBalasubramani Vivekanandan2-10/+13
2015-04-14mm: numa: remove migrate_ratelimitedMel Gorman1-20/+0
2015-04-14mm: memcontrol: let mem_cgroup_move_account() have effect only if MMU enabledChen Gang1-86/+86
2015-04-14mm: change vunmap to tear down huge KVA mappingsToshi Kani1-0/+4
2015-04-14mm: change __get_vm_area_node() to use fls_long()Toshi Kani1-1/+3
2015-04-14mm/page_alloc.c: clean up commentYaowei Bai1-1/+1
2015-04-14mm: cma: constify and use correct signness in mm/cma.cSasha Levin1-10/+14
2015-04-14mm, thp: really limit transparent hugepage allocation to local nodeDavid Rientjes2-3/+9
2015-04-14mm: remove GFP_THISNODEDavid Rientjes2-20/+24
2015-04-14mm, mempolicy: migrate_to_node should only migrate to nodeDavid Rientjes1-1/+2
2015-04-14cleancache: remove limit on the number of cleancache enabled filesystemsVladimir Davydov1-181/+89
2015-04-14cleancache: forbid overriding cleancache_opsVladimir Davydov1-5/+7
2015-04-14cleancache: zap uuid arg of cleancache_init_shared_fsVladimir Davydov1-3/+3
2015-04-14mm: refactor do_wp_page handling of shared vma into a functionShachar Raindel1-38/+48
2015-04-14mm: refactor do_wp_page, extract the page copy flowShachar Raindel1-118/+147
2015-04-14mm: refactor do_wp_page - rewrite the unlock flowShachar Raindel1-9/+12
2015-04-14mm: refactor do_wp_page, extract the reuse caseShachar Raindel1-49/+68
2015-04-14mm: completely remove dumping per-cpu lists from show_mem()Konstantin Khlebnikov1-20/+2
2015-04-14mm: hide per-cpu lists in output of show_mem()Konstantin Khlebnikov1-9/+30
2015-04-14page_writeback: clean up mess around cancel_dirty_page()Konstantin Khlebnikov3-38/+33
2015-04-14mm: incorporate zero pages into transparent huge pagesEbru Akagunduz1-8/+20
2015-04-14mm/compaction: enhance compaction finish conditionJoonsoo Kim3-7/+29
2015-04-14mm/page_alloc: factor out fallback freepage checkingJoonsoo Kim1-52/+91
2015-04-14mm/cma: change fallback behaviour for CMA freepageJoonsoo Kim1-17/+19
2015-04-14mm, hotplug: fix concurrent memory hot-add deadlockDavid Rientjes1-21/+12
2015-04-14mm-cma-allocation-trigger-fixAndrew Morton1-1/+1
2015-04-14mm: cma: release triggerSasha Levin1-0/+58
2015-04-14mm: cma: allocation triggerSasha Levin3-1/+63
2015-04-14mm: cma: debugfs interfaceSasha Levin5-15/+91
2015-04-14memory hotplug: use macro to switch between section and pfnSheng Yong1-1/+1
2015-04-14mm: memcontrol: update copyright noticeJohannes Weiner1-0/+6
2015-04-14mm/memblock.c: rename local variable of memblock_type to `type'Baoquan He1-2/+2
2015-04-14mm: move mm_populate()-related code to mm/gup.cKirill A. Shutemov2-118/+118
2015-04-14mm: move gup() -> posix mlock() error conversion out of __mm_populateKirill A. Shutemov1-4/+7
2015-04-14mm: rename __mlock_vma_pages_range() to populate_vma_page_range()Kirill A. Shutemov3-9/+9
2015-04-14mm: rename FOLL_MLOCK to FOLL_POPULATEKirill A. Shutemov3-5/+5
2015-04-14slob: make slob_alloc_node() static and remove EXPORT_SYMBOL()Fabian Frederick1-2/+1
2015-04-14slub: use bool function return values of true/false not 1/0Joe Perches1-6/+6
2015-04-14mm/slub.c: parse slub_debug O option in switch statementChris J Arges1-9/+7
2015-04-14mm/migrate: mark unmap_and_move() "noinline" to avoid ICE in gcc 4.7.3Geert Uytterhoeven1-3/+14
2015-04-14mm/hugetlb: use pmd_page() in follow_huge_pmd()Gerald Schaefer1-2/+1
2015-04-14Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds4-27/+14
2015-04-13Merge branch 'for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-2/+2
2015-04-11process_vm_access: switch to {compat_,}import_iovec()Al Viro1-23/+12
2015-04-11Merge branch 'iocb' into for-nextAl Viro3-4/+2