summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2015-04-15mm/memory-failure.c: define page types for action_result() in one placeNaoya Horiguchi
2015-04-15memcg: remove obsolete commentVladimir Davydov
2015-04-15memcg: zap mem_cgroup_lookup()Vladimir Davydov
2015-04-15mm/oom_kill.c: fix typo in commentYaowei Bai
2015-04-15Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2015-04-15VFS: assorted weird filesystems: d_inode() annotationsDavid Howells
2015-04-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-04-14memtest: use phys_addr_t for physical addressesVladimir Murzin
2015-04-14mm: move memtest under mmVladimir Murzin
2015-04-14mm, hugetlb: abort __get_user_pages if current has been oom killedDavid Rientjes
2015-04-14mm, mempool: do not allow atomic resizingDavid Rientjes
2015-04-14memcg: print cgroup information when system panics due to panic_on_oomBalasubramani Vivekanandan
2015-04-14mm: numa: remove migrate_ratelimitedMel Gorman
2015-04-14mm: memcontrol: let mem_cgroup_move_account() have effect only if MMU enabledChen Gang
2015-04-14mm: change vunmap to tear down huge KVA mappingsToshi Kani
2015-04-14mm: change __get_vm_area_node() to use fls_long()Toshi Kani
2015-04-14mm/page_alloc.c: clean up commentYaowei Bai
2015-04-14mm: cma: constify and use correct signness in mm/cma.cSasha Levin
2015-04-14mm, thp: really limit transparent hugepage allocation to local nodeDavid Rientjes
2015-04-14mm: remove GFP_THISNODEDavid Rientjes
2015-04-14mm, mempolicy: migrate_to_node should only migrate to nodeDavid Rientjes
2015-04-14cleancache: remove limit on the number of cleancache enabled filesystemsVladimir Davydov
2015-04-14cleancache: forbid overriding cleancache_opsVladimir Davydov
2015-04-14cleancache: zap uuid arg of cleancache_init_shared_fsVladimir Davydov
2015-04-14mm: refactor do_wp_page handling of shared vma into a functionShachar Raindel
2015-04-14mm: refactor do_wp_page, extract the page copy flowShachar Raindel
2015-04-14mm: refactor do_wp_page - rewrite the unlock flowShachar Raindel
2015-04-14mm: refactor do_wp_page, extract the reuse caseShachar Raindel
2015-04-14mm: completely remove dumping per-cpu lists from show_mem()Konstantin Khlebnikov
2015-04-14mm: hide per-cpu lists in output of show_mem()Konstantin Khlebnikov
2015-04-14page_writeback: clean up mess around cancel_dirty_page()Konstantin Khlebnikov
2015-04-14mm: incorporate zero pages into transparent huge pagesEbru Akagunduz
2015-04-14mm/compaction: enhance compaction finish conditionJoonsoo Kim
2015-04-14mm/page_alloc: factor out fallback freepage checkingJoonsoo Kim
2015-04-14mm/cma: change fallback behaviour for CMA freepageJoonsoo Kim
2015-04-14mm, hotplug: fix concurrent memory hot-add deadlockDavid Rientjes
2015-04-14mm-cma-allocation-trigger-fixAndrew Morton
2015-04-14mm: cma: release triggerSasha Levin
2015-04-14mm: cma: allocation triggerSasha Levin
2015-04-14mm: cma: debugfs interfaceSasha Levin
2015-04-14memory hotplug: use macro to switch between section and pfnSheng Yong
2015-04-14mm: memcontrol: update copyright noticeJohannes Weiner
2015-04-14mm/memblock.c: rename local variable of memblock_type to `type'Baoquan He
2015-04-14mm: move mm_populate()-related code to mm/gup.cKirill A. Shutemov
2015-04-14mm: move gup() -> posix mlock() error conversion out of __mm_populateKirill A. Shutemov
2015-04-14mm: rename __mlock_vma_pages_range() to populate_vma_page_range()Kirill A. Shutemov
2015-04-14mm: rename FOLL_MLOCK to FOLL_POPULATEKirill A. Shutemov
2015-04-14slob: make slob_alloc_node() static and remove EXPORT_SYMBOL()Fabian Frederick
2015-04-14slub: use bool function return values of true/false not 1/0Joe Perches
2015-04-14mm/slub.c: parse slub_debug O option in switch statementChris J Arges