Age | Commit message (Expand) | Author | Files | Lines |
2017-02-24 | mm: fix handling PTE-mapped THPs in page_idle_clear_pte_refs() | Kirill A. Shutemov | 1 | -17/+17 |
2017-02-24 | mm: fix handling PTE-mapped THPs in page_referenced() | Kirill A. Shutemov | 1 | -32/+34 |
2017-02-24 | mm: introduce page_vma_mapped_walk() | Kirill A. Shutemov | 3 | -5/+198 |
2017-02-24 | mm/hotplug: enable memory hotplug for non-lru movable pages | Yisheng Xie | 2 | -13/+23 |
2017-02-24 | HWPOISON: soft offlining for non-lru movable page | Yisheng Xie | 1 | -10/+16 |
2017-02-24 | mm/migration: make isolate_movable_page() return int type | Yisheng Xie | 2 | -4/+4 |
2017-02-24 | z3fold: add kref refcounting | Vitaly Wool | 1 | -86/+69 |
2017-02-24 | z3fold: use per-page spinlock | Vitaly Wool | 1 | -42/+106 |
2017-02-24 | z3fold: extend compaction function | Vitaly Wool | 1 | -1/+25 |
2017-02-24 | z3fold: fix header size related issues | Vitaly Wool | 1 | -50/+64 |
2017-02-24 | z3fold: make pages_nr atomic | Vitaly Wool | 1 | -11/+9 |
2017-02-24 | mm: replace FAULT_FLAG_SIZE with parameter to huge_fault | Dave Jiang | 1 | -13/+4 |
2017-02-24 | mm, x86: add support for PUD-sized transparent hugepages | Matthew Wilcox | 5 | -8/+370 |
2017-02-24 | mm,fs,dax: change ->pmd_fault to ->huge_fault | Dave Jiang | 1 | -6/+12 |
2017-02-24 | mm, page_alloc: use static global work_struct for draining per-cpu pages | Mel Gorman | 1 | -18/+22 |
2017-02-24 | mm, page_alloc: don't check cpuset allowed twice in fast-path | Vlastimil Babka | 1 | -1/+2 |
2017-02-24 | mm, page_alloc: remove redundant checks from alloc fastpath | Vlastimil Babka | 1 | -18/+0 |
2017-02-24 | mm: fix comments for mmap_init() | seokhoon.yoon | 2 | -2/+2 |
2017-02-24 | mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf | Dave Jiang | 6 | -21/+20 |
2017-02-24 | mm, page_alloc: only use per-cpu allocator for irq-safe requests | Mel Gorman | 1 | -20/+23 |
2017-02-24 | mm, page_alloc: do not depend on cpu hotplug locks inside the allocator | Michal Hocko | 1 | -6/+9 |
2017-02-24 | mm, page_alloc: drain per-cpu pages from workqueue context | Mel Gorman | 1 | -7/+37 |
2017-02-24 | mm, page_alloc: split alloc_pages_nodemask() | Mel Gorman | 1 | -29/+46 |
2017-02-24 | mm, page_alloc: split buffered_rmqueue() | Mel Gorman | 1 | -49/+79 |
2017-02-24 | mm: vmscan: move dirty pages out of the way until they're flushed | Johannes Weiner | 2 | -7/+17 |
2017-02-24 | mm: vmscan: only write dirty pages that the scanner has seen twice | Johannes Weiner | 1 | -5/+10 |
2017-02-24 | mm: vmscan: remove old flusher wakeup from direct reclaim path | Johannes Weiner | 1 | -17/+0 |
2017-02-24 | mm: vmscan: kick flushers when we encounter dirty pages on the LRU | Johannes Weiner | 1 | -5/+13 |
2017-02-24 | mm: vmscan: scan dirty pages even in laptop mode | Johannes Weiner | 1 | -12/+2 |
2017-02-24 | userfaultfd: non-cooperative: add madvise() event for MADV_REMOVE request | Mike Rapoport | 1 | -0/+1 |
2017-02-24 | userfaultfd: non-cooperative: rename *EVENT_MADVDONTNEED to *EVENT_REMOVE | Mike Rapoport | 1 | -1/+1 |
2017-02-24 | memblock: embed memblock type name within struct memblock_type | Heiko Carstens | 1 | -24/+11 |
2017-02-24 | memblock: also dump physmem list within __memblock_dump_all | Heiko Carstens | 1 | -0/+3 |
2017-02-24 | memblock: let memblock_type_name know about physmem type | Heiko Carstens | 1 | -0/+4 |
2017-02-24 | mm/memory_hotplug.c: unexport __remove_pages() | Andrew Morton | 1 | -1/+0 |
2017-02-24 | mm: validate device_hotplug is held for memory hotplug | Dan Williams | 1 | -0/+2 |
2017-02-24 | mm, oom: header nodemask is NULL when cpusets are disabled | David Rientjes | 1 | -7/+9 |
2017-02-24 | mm/ksm: improve deduplication of zero pages with colouring | Claudio Imbrenda | 1 | -3/+65 |
2017-02-22 | mm/z3fold.c: limit first_num to the actual range of possible buddy indexes | zhong jiang | 1 | -3/+7 |
2017-02-22 | mm/memblock.c: remove unnecessary log and clean up | Miles Chen | 1 | -29/+25 |
2017-02-22 | oom-reaper: use madvise_dontneed() logic to decide if unmap the VMA | Kirill A. Shutemov | 3 | -9/+9 |
2017-02-22 | mm: drop unused argument of zap_page_range() | Kirill A. Shutemov | 2 | -4/+3 |
2017-02-22 | mm: drop zap_details::check_swap_entries | Kirill A. Shutemov | 2 | -4/+3 |
2017-02-22 | mm: drop zap_details::ignore_dirty | Kirill A. Shutemov | 2 | -8/+1 |
2017-02-22 | mm, page_alloc: warn_alloc nodemask is NULL when cpusets are disabled | David Rientjes | 1 | -3/+7 |
2017-02-22 | mm: help __GFP_NOFAIL allocations which do not trigger OOM killer | Michal Hocko | 1 | -10/+36 |
2017-02-22 | mm, oom: do not enforce OOM killer for __GFP_NOFAIL automatically | Michal Hocko | 2 | -26/+25 |
2017-02-22 | mm: consolidate GFP_NOFAIL checks in the allocator slowpath | Michal Hocko | 1 | -39/+52 |
2017-02-22 | lib/show_mem.c: teach show_mem to work with the given nodemask | Michal Hocko | 3 | -23/+23 |
2017-02-22 | mm, page_alloc: warn_alloc print nodemask | Michal Hocko | 2 | -6/+8 |