Age | Commit message (Expand) | Author | Files | Lines |
2015-04-16 | hugetlbfs: accept subpool min_size mount option and setup accordingly | Mike Kravetz | 1 | -4/+21 |
2015-04-16 | hugetlbfs: add minimum size accounting to subpools | Mike Kravetz | 1 | -23/+100 |
2015-04-16 | hugetlbfs: add minimum size tracking fields to subpool structure | Mike Kravetz | 1 | -2/+1 |
2015-04-16 | mm/compaction: reset compaction scanner positions | Gioh Kim | 1 | -0/+8 |
2015-04-16 | mm, memcg: sync allocation and memcg charge gfp flags for THP | Michal Hocko | 1 | -22/+20 |
2015-04-16 | mm: rename deactivate_page to deactivate_file_page | Minchan Kim | 2 | -13/+13 |
2015-04-16 | mm: allow compaction of unevictable pages | Eric B Munson | 1 | -0/+7 |
2015-04-16 | mm/page-writeback: check-before-clear PageReclaim | Naoya Horiguchi | 1 | -1/+2 |
2015-04-16 | mm/migrate: check-before-clear PageSwapCache | Naoya Horiguchi | 1 | -1/+2 |
2015-04-16 | mm/memory-failure.c: define page types for action_result() in one place | Naoya Horiguchi | 1 | -31/+77 |
2015-04-16 | memcg: remove obsolete comment | Vladimir Davydov | 1 | -5/+0 |
2015-04-16 | memcg: zap mem_cgroup_lookup() | Vladimir Davydov | 1 | -16/+8 |
2015-04-16 | mm/oom_kill.c: fix typo in comment | Yaowei Bai | 1 | -1/+1 |
2015-04-15 | Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 2 | -4/+2 |
2015-04-15 | VFS: assorted weird filesystems: d_inode() annotations | David Howells | 1 | -15/+15 |
2015-04-15 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 30 | -818/+1199 |
2015-04-15 | memtest: use phys_addr_t for physical addresses | Vladimir Murzin | 1 | -8/+8 |
2015-04-15 | mm: move memtest under mm | Vladimir Murzin | 2 | -0/+119 |
2015-04-15 | mm, hugetlb: abort __get_user_pages if current has been oom killed | David Rientjes | 1 | -0/+9 |
2015-04-15 | mm, mempool: do not allow atomic resizing | David Rientjes | 1 | -4/+6 |
2015-04-15 | memcg: print cgroup information when system panics due to panic_on_oom | Balasubramani Vivekanandan | 2 | -10/+13 |
2015-04-15 | mm: numa: remove migrate_ratelimited | Mel Gorman | 1 | -20/+0 |
2015-04-15 | mm: memcontrol: let mem_cgroup_move_account() have effect only if MMU enabled | Chen Gang | 1 | -86/+86 |
2015-04-15 | mm: change vunmap to tear down huge KVA mappings | Toshi Kani | 1 | -0/+4 |
2015-04-15 | mm: change __get_vm_area_node() to use fls_long() | Toshi Kani | 1 | -1/+3 |
2015-04-15 | mm/page_alloc.c: clean up comment | Yaowei Bai | 1 | -1/+1 |
2015-04-15 | mm: cma: constify and use correct signness in mm/cma.c | Sasha Levin | 1 | -10/+14 |
2015-04-15 | mm, thp: really limit transparent hugepage allocation to local node | David Rientjes | 2 | -3/+9 |
2015-04-15 | mm: remove GFP_THISNODE | David Rientjes | 2 | -20/+24 |
2015-04-15 | mm, mempolicy: migrate_to_node should only migrate to node | David Rientjes | 1 | -1/+2 |
2015-04-15 | cleancache: remove limit on the number of cleancache enabled filesystems | Vladimir Davydov | 1 | -181/+89 |
2015-04-15 | cleancache: forbid overriding cleancache_ops | Vladimir Davydov | 1 | -5/+7 |
2015-04-15 | cleancache: zap uuid arg of cleancache_init_shared_fs | Vladimir Davydov | 1 | -3/+3 |
2015-04-15 | mm: refactor do_wp_page handling of shared vma into a function | Shachar Raindel | 1 | -38/+48 |
2015-04-15 | mm: refactor do_wp_page, extract the page copy flow | Shachar Raindel | 1 | -118/+147 |
2015-04-15 | mm: refactor do_wp_page - rewrite the unlock flow | Shachar Raindel | 1 | -9/+12 |
2015-04-15 | mm: refactor do_wp_page, extract the reuse case | Shachar Raindel | 1 | -49/+68 |
2015-04-15 | mm: completely remove dumping per-cpu lists from show_mem() | Konstantin Khlebnikov | 1 | -20/+2 |
2015-04-15 | mm: hide per-cpu lists in output of show_mem() | Konstantin Khlebnikov | 1 | -9/+30 |
2015-04-15 | page_writeback: clean up mess around cancel_dirty_page() | Konstantin Khlebnikov | 3 | -38/+33 |
2015-04-15 | mm: incorporate zero pages into transparent huge pages | Ebru Akagunduz | 1 | -8/+20 |
2015-04-15 | mm/compaction: enhance compaction finish condition | Joonsoo Kim | 3 | -7/+29 |
2015-04-15 | mm/page_alloc: factor out fallback freepage checking | Joonsoo Kim | 1 | -52/+91 |
2015-04-15 | mm/cma: change fallback behaviour for CMA freepage | Joonsoo Kim | 1 | -17/+19 |
2015-04-15 | mm, hotplug: fix concurrent memory hot-add deadlock | David Rientjes | 1 | -21/+12 |
2015-04-15 | mm-cma-allocation-trigger-fix | Andrew Morton | 1 | -1/+1 |
2015-04-15 | mm: cma: release trigger | Sasha Levin | 1 | -0/+58 |
2015-04-15 | mm: cma: allocation trigger | Sasha Levin | 3 | -1/+63 |
2015-04-15 | mm: cma: debugfs interface | Sasha Levin | 5 | -15/+91 |
2015-04-15 | memory hotplug: use macro to switch between section and pfn | Sheng Yong | 1 | -1/+1 |