summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
...
* | 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-253-5/+198
* | 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() return int typeYisheng Xie2017-02-252-4/+4
* | z3fold: add kref refcountingVitaly Wool2017-02-251-86/+69Star
* | 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/+9Star
* | mm: replace FAULT_FLAG_SIZE with parameter to huge_faultDave Jiang2017-02-251-13/+4Star
* | mm, x86: add support for PUD-sized transparent hugepagesMatthew Wilcox2017-02-255-8/+370
* | mm,fs,dax: change ->pmd_fault to ->huge_faultDave Jiang2017-02-251-6/+12
* | 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/+0Star
* | 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-256-21/+20Star
* | 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-252-7/+17
* | 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/+0Star
* | mm: vmscan: kick flushers when we encounter dirty pages on the LRUJohannes Weiner2017-02-251-5/+13
* | mm: vmscan: scan dirty pages even in laptop modeJohannes Weiner2017-02-251-12/+2Star
* | userfaultfd: non-cooperative: add madvise() event for MADV_REMOVE requestMike Rapoport2017-02-251-0/+1
* | userfaultfd: non-cooperative: rename *EVENT_MADVDONTNEED to *EVENT_REMOVEMike Rapoport2017-02-251-1/+1
* | memblock: embed memblock type name within struct memblock_typeHeiko Carstens2017-02-251-24/+11Star
* | memblock: also dump physmem list within __memblock_dump_allHeiko Carstens2017-02-251-0/+3
* | memblock: let memblock_type_name know about physmem typeHeiko Carstens2017-02-251-0/+4
* | mm/memory_hotplug.c: unexport __remove_pages()Andrew Morton2017-02-251-1/+0Star
* | mm: validate device_hotplug is held for memory hotplugDan Williams2017-02-251-0/+2
* | mm, oom: header nodemask is NULL when cpusets are disabledDavid Rientjes2017-02-251-7/+9
* | mm/ksm: improve deduplication of zero pages with colouringClaudio Imbrenda2017-02-251-3/+65
* | mm/z3fold.c: limit first_num to the actual range of possible buddy indexeszhong jiang2017-02-231-3/+7
* | mm/memblock.c: remove unnecessary log and clean upMiles Chen2017-02-231-29/+25Star
* | oom-reaper: use madvise_dontneed() logic to decide if unmap the VMAKirill A. Shutemov2017-02-233-9/+9
* | mm: drop unused argument of zap_page_range()Kirill A. Shutemov2017-02-232-4/+3Star
* | mm: drop zap_details::check_swap_entriesKirill A. Shutemov2017-02-232-4/+3Star
* | mm: drop zap_details::ignore_dirtyKirill A. Shutemov2017-02-232-8/+1Star
* | mm, page_alloc: warn_alloc nodemask is NULL when cpusets are disabledDavid Rientjes2017-02-231-3/+7
* | mm: help __GFP_NOFAIL allocations which do not trigger OOM killerMichal Hocko2017-02-231-10/+36
* | mm, oom: do not enforce OOM killer for __GFP_NOFAIL automaticallyMichal Hocko2017-02-232-26/+25Star
* | mm: consolidate GFP_NOFAIL checks in the allocator slowpathMichal Hocko2017-02-231-39/+52
* | lib/show_mem.c: teach show_mem to work with the given nodemaskMichal Hocko2017-02-233-23/+23