summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2017-02-24mm: cma: print allocation failure reason and bitmap statusJaewon Kim
2017-02-24mm, madvise: fail with ENOMEM when splitting vma will hit max_map_countDavid Rientjes
2017-02-24mm: cma_alloc: allow to specify GFP maskLucas Stach
2017-02-24mm: alloc_contig_range: allow to specify GFP maskLucas Stach
2017-02-24userfaultfd: mcopy_atomic: return -ENOENT when no compatible VMA foundMike Rapoport
2017-02-24userfaultfd: non-cooperative: add event for memory unmapsMike Rapoport
2017-02-24mm: call vm_munmap in munmap syscall instead of using open coded versionMike Rapoport
2017-02-24mm: convert remove_migration_pte() to use page_vma_mapped_walk()Kirill A. Shutemov
2017-02-24mm: drop page_check_address{,_transhuge}Kirill A. Shutemov
2017-02-24mm: convert page_mapped_in_vma() to use page_vma_mapped_walk()Kirill A. Shutemov
2017-02-24mm, ksm: convert write_protect_page() to use page_vma_mapped_walk()Kirill A. Shutemov
2017-02-24mm: convert try_to_unmap_one() to use page_vma_mapped_walk()Kirill A. Shutemov
2017-02-24mm: convert page_mkclean_one() to use page_vma_mapped_walk()Kirill A. Shutemov
2017-02-24mm, rmap: check all VMAs that PTE-mapped THP can be part ofKirill A. Shutemov
2017-02-24mm: fix handling PTE-mapped THPs in page_idle_clear_pte_refs()Kirill A. Shutemov
2017-02-24mm: fix handling PTE-mapped THPs in page_referenced()Kirill A. Shutemov
2017-02-24mm: introduce page_vma_mapped_walk()Kirill A. Shutemov
2017-02-24mm/hotplug: enable memory hotplug for non-lru movable pagesYisheng Xie
2017-02-24HWPOISON: soft offlining for non-lru movable pageYisheng Xie
2017-02-24mm/migration: make isolate_movable_page() return int typeYisheng Xie
2017-02-24z3fold: add kref refcountingVitaly Wool
2017-02-24z3fold: use per-page spinlockVitaly Wool
2017-02-24z3fold: extend compaction functionVitaly Wool
2017-02-24z3fold: fix header size related issuesVitaly Wool
2017-02-24z3fold: make pages_nr atomicVitaly Wool
2017-02-24mm: replace FAULT_FLAG_SIZE with parameter to huge_faultDave Jiang
2017-02-24mm, x86: add support for PUD-sized transparent hugepagesMatthew Wilcox
2017-02-24mm,fs,dax: change ->pmd_fault to ->huge_faultDave Jiang
2017-02-24mm, page_alloc: use static global work_struct for draining per-cpu pagesMel Gorman
2017-02-24mm, page_alloc: don't check cpuset allowed twice in fast-pathVlastimil Babka
2017-02-24mm, page_alloc: remove redundant checks from alloc fastpathVlastimil Babka
2017-02-24mm: fix comments for mmap_init()seokhoon.yoon
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang
2017-02-24mm, page_alloc: only use per-cpu allocator for irq-safe requestsMel Gorman
2017-02-24mm, page_alloc: do not depend on cpu hotplug locks inside the allocatorMichal Hocko
2017-02-24mm, page_alloc: drain per-cpu pages from workqueue contextMel Gorman
2017-02-24mm, page_alloc: split alloc_pages_nodemask()Mel Gorman
2017-02-24mm, page_alloc: split buffered_rmqueue()Mel Gorman
2017-02-24mm: vmscan: move dirty pages out of the way until they're flushedJohannes Weiner
2017-02-24mm: vmscan: only write dirty pages that the scanner has seen twiceJohannes Weiner
2017-02-24mm: vmscan: remove old flusher wakeup from direct reclaim pathJohannes Weiner
2017-02-24mm: vmscan: kick flushers when we encounter dirty pages on the LRUJohannes Weiner
2017-02-24mm: vmscan: scan dirty pages even in laptop modeJohannes Weiner
2017-02-24userfaultfd: non-cooperative: add madvise() event for MADV_REMOVE requestMike Rapoport
2017-02-24userfaultfd: non-cooperative: rename *EVENT_MADVDONTNEED to *EVENT_REMOVEMike Rapoport
2017-02-24memblock: embed memblock type name within struct memblock_typeHeiko Carstens
2017-02-24memblock: also dump physmem list within __memblock_dump_allHeiko Carstens
2017-02-24memblock: let memblock_type_name know about physmem typeHeiko Carstens
2017-02-24mm/memory_hotplug.c: unexport __remove_pages()Andrew Morton
2017-02-24mm: validate device_hotplug is held for memory hotplugDan Williams