aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-15mm/vmalloc: get rid of dirty bitmap inside vmap_block structureRoman Pen1-18/+17
2015-04-15mm/vmalloc: occupy newly allocated vmap block just after allocationRoman Pen1-21/+37
2015-04-15mm/vmalloc: fix possible exhaustion of vmalloc space caused by vm_map_ram allocatorRoman Pen1-1/+1
2015-04-15hugetlbfs: accept subpool min_size mount option and setup accordinglyMike Kravetz1-4/+21
2015-04-15hugetlbfs: add minimum size accounting to subpoolsMike Kravetz1-23/+100
2015-04-15hugetlbfs: add minimum size tracking fields to subpool structureMike Kravetz1-2/+1
2015-04-15mm/compaction: reset compaction scanner positionsGioh Kim1-0/+8
2015-04-15mm, memcg: sync allocation and memcg charge gfp flags for THPMichal Hocko1-22/+20
2015-04-15mm: rename deactivate_page to deactivate_file_pageMinchan Kim2-13/+13
2015-04-15mm: allow compaction of unevictable pagesEric B Munson1-0/+7
2015-04-15mm/page-writeback: check-before-clear PageReclaimNaoya Horiguchi1-1/+2
2015-04-15mm/migrate: check-before-clear PageSwapCacheNaoya Horiguchi1-1/+2
2015-04-15mm/memory-failure.c: define page types for action_result() in one placeNaoya Horiguchi1-31/+77
2015-04-15memcg: remove obsolete commentVladimir Davydov1-5/+0
2015-04-15memcg: zap mem_cgroup_lookup()Vladimir Davydov1-16/+8
2015-04-15mm/oom_kill.c: fix typo in commentYaowei Bai1-1/+1
2015-04-15Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-4/+2
2015-04-15VFS: assorted weird filesystems: d_inode() annotationsDavid Howells1-15/+15
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