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