| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | mm: codgin-style fixes | Tobin C Harding | 2017-02-24 | 1 | -31/+29 |
* | | mm/memory.c: use NULL instead of literal 0 | Tobin C Harding | 2017-02-24 | 1 | -3/+3 |
* | | mm/page_alloc.c: remove duplicate inclusion of page_ext.h | Masanari Iida | 2017-02-24 | 1 | -1/+0 |
* | | vmalloc: back off when the current task is killed | Michal Hocko | 2017-02-24 | 1 | -0/+5 |
* | | mm: cma: print allocation failure reason and bitmap status | Jaewon Kim | 2017-02-24 | 1 | -1/+33 |
* | | mm, madvise: fail with ENOMEM when splitting vma will hit max_map_count | David Rientjes | 2017-02-24 | 2 | -13/+46 |
* | | mm: cma_alloc: allow to specify GFP mask | Lucas Stach | 2017-02-24 | 2 | -3/+4 |
* | | mm: alloc_contig_range: allow to specify GFP mask | Lucas Stach | 2017-02-24 | 3 | -4/+7 |
* | | userfaultfd: mcopy_atomic: return -ENOENT when no compatible VMA found | Mike Rapoport | 2017-02-24 | 1 | -30/+28 |
* | | userfaultfd: non-cooperative: add event for memory unmaps | Mike Rapoport | 2017-02-24 | 4 | -28/+53 |
* | | mm: call vm_munmap in munmap syscall instead of using open coded version | Mike Rapoport | 2017-02-24 | 1 | -8/+1 |
* | | mm: convert remove_migration_pte() to use page_vma_mapped_walk() | Kirill A. Shutemov | 2017-02-24 | 1 | -61/+41 |
* | | mm: drop page_check_address{,_transhuge} | Kirill A. Shutemov | 2017-02-24 | 1 | -138/+0 |
* | | mm: convert page_mapped_in_vma() to use page_vma_mapped_walk() | Kirill A. Shutemov | 2017-02-24 | 2 | -26/+30 |
* | | mm, ksm: convert write_protect_page() to use page_vma_mapped_walk() | Kirill A. Shutemov | 2017-02-24 | 1 | -16/+18 |
* | | mm: convert try_to_unmap_one() to use page_vma_mapped_walk() | Kirill A. Shutemov | 2017-02-24 | 2 | -139/+137 |
* | | mm: convert page_mkclean_one() to use page_vma_mapped_walk() | Kirill A. Shutemov | 2017-02-24 | 1 | -23/+45 |
* | | mm, rmap: check all VMAs that PTE-mapped THP can be part of | Kirill A. Shutemov | 2017-02-24 | 2 | -9/+16 |
* | | mm: fix handling PTE-mapped THPs in page_idle_clear_pte_refs() | Kirill A. Shutemov | 2017-02-24 | 1 | -17/+17 |
* | | mm: fix handling PTE-mapped THPs in page_referenced() | Kirill A. Shutemov | 2017-02-24 | 1 | -32/+34 |
* | | mm: introduce page_vma_mapped_walk() | Kirill A. Shutemov | 2017-02-24 | 3 | -5/+198 |
* | | 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 |