summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mm: cma_alloc: allow to specify GFP maskLucas Stach2017-02-255-6/+9
* mm: alloc_contig_range: allow to specify GFP maskLucas Stach2017-02-254-5/+8
* userfaultfd: documentation updateMike Rapoport2017-02-251-0/+89
* userfaultfd_copy: return -ENOSPC in case mm has goneMike Rapoport2017-02-251-0/+2
* userfaultfd: mcopy_atomic: return -ENOENT when no compatible VMA foundMike Rapoport2017-02-251-30/+28
* userfaultfd: non-cooperative: add event for exit() notificationMike Rapoport2017-02-254-1/+41
* userfaultfd: non-cooperative: add event for memory unmapsMike Rapoport2017-02-2515-45/+160
* mm: call vm_munmap in munmap syscall instead of using open coded versionMike Rapoport2017-02-251-8/+1
* mm: convert remove_migration_pte() to use page_vma_mapped_walk()Kirill A. Shutemov2017-02-251-61/+41
* mm: drop page_check_address{,_transhuge}Kirill A. Shutemov2017-02-252-174/+0
* mm: convert page_mapped_in_vma() to use page_vma_mapped_walk()Kirill A. Shutemov2017-02-252-26/+30
* mm, uprobes: convert __replace_page() to use page_vma_mapped_walk()Kirill A. Shutemov2017-02-251-8/+14
* mm, ksm: convert write_protect_page() to use page_vma_mapped_walk()Kirill A. Shutemov2017-02-251-16/+18
* mm: convert try_to_unmap_one() to use page_vma_mapped_walk()Kirill A. Shutemov2017-02-252-139/+137
* mm: convert page_mkclean_one() to use page_vma_mapped_walk()Kirill A. Shutemov2017-02-251-23/+45
* mm, rmap: check all VMAs that PTE-mapped THP can be part ofKirill A. Shutemov2017-02-252-9/+16
* mm: fix handling PTE-mapped THPs in page_idle_clear_pte_refs()Kirill A. Shutemov2017-02-251-17/+17
* mm: fix handling PTE-mapped THPs in page_referenced()Kirill A. Shutemov2017-02-251-32/+34
* mm: introduce page_vma_mapped_walk()Kirill A. Shutemov2017-02-254-5/+224
* uprobes: split THPs before trying to replace themKirill A. Shutemov2017-02-251-2/+2
* mm/hotplug: enable memory hotplug for non-lru movable pagesYisheng Xie2017-02-252-13/+23
* HWPOISON: soft offlining for non-lru movable pageYisheng Xie2017-02-251-10/+16
* mm/migration: make isolate_movable_page always definedYisheng Xie2017-02-251-0/+2
* mm/migration: make isolate_movable_page() return int typeYisheng Xie2017-02-253-5/+5
* z3fold: add kref refcountingVitaly Wool2017-02-251-86/+69
* z3fold: use per-page spinlockVitaly Wool2017-02-251-42/+106
* z3fold: extend compaction functionVitaly Wool2017-02-251-1/+25
* z3fold: fix header size related issuesVitaly Wool2017-02-251-50/+64
* z3fold: make pages_nr atomicVitaly Wool2017-02-251-11/+9
* mm: fix get_user_pages() vs device-dax pud mappingsDan Williams2017-02-251-4/+24
* mm: replace FAULT_FLAG_SIZE with parameter to huge_faultDave Jiang2017-02-258-38/+46
* dax: support for transparent PUD pages for device DAXDave Jiang2017-02-251-0/+48
* mm, x86: add support for PUD-sized transparent hugepagesMatthew Wilcox2017-02-2521-18/+844
* mm,fs,dax: change ->pmd_fault to ->huge_faultDave Jiang2017-02-259-76/+74
* mm, page_alloc: use static global work_struct for draining per-cpu pagesMel Gorman2017-02-251-18/+22
* mm, page_alloc: don't check cpuset allowed twice in fast-pathVlastimil Babka2017-02-251-1/+2
* mm, page_alloc: remove redundant checks from alloc fastpathVlastimil Babka2017-02-251-18/+0
* zram: remove waitqueue for IO doneMinchan Kim2017-02-252-40/+3
* mm: fix comments for mmap_init()seokhoon.yoon2017-02-252-2/+2
* mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-2587-290/+283
* mm, page_alloc: only use per-cpu allocator for irq-safe requestsMel Gorman2017-02-251-20/+23
* mm, page_alloc: do not depend on cpu hotplug locks inside the allocatorMichal Hocko2017-02-251-6/+9
* mm, page_alloc: drain per-cpu pages from workqueue contextMel Gorman2017-02-251-7/+37
* mm, page_alloc: split alloc_pages_nodemask()Mel Gorman2017-02-251-29/+46
* mm, page_alloc: split buffered_rmqueue()Mel Gorman2017-02-251-49/+79
* mm: vmscan: move dirty pages out of the way until they're flushedJohannes Weiner2017-02-253-7/+24
* mm: vmscan: only write dirty pages that the scanner has seen twiceJohannes Weiner2017-02-251-5/+10
* mm: vmscan: remove old flusher wakeup from direct reclaim pathJohannes Weiner2017-02-251-17/+0
* mm: vmscan: kick flushers when we encounter dirty pages on the LRUJohannes Weiner2017-02-253-7/+15
* mm: vmscan: scan dirty pages even in laptop modeJohannes Weiner2017-02-252-14/+2