summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2017-02-09mm: fix handling PTE-mapped THPs in page_referenced()Kirill A. Shutemov
2017-02-09mm: introduce page_vma_mapped_walk()Kirill A. Shutemov
2017-02-09mm/hotplug: enable memory hotplug for non-lru movable pagesYisheng Xie
2017-02-09HWPOISON: soft offlining for non-lru movable pageYisheng Xie
2017-02-09mm/migration: make isolate_movable_page() return int typeYisheng Xie
2017-02-09mm/migration: make isolate_movable_page() return int typeYisheng Xie
2017-02-09z3fold-add-kref-refcounting-checkpatch-fixesAndrew Morton
2017-02-09z3fold: add kref refcountingVitaly Wool
2017-02-09z3fold: use per-page spinlockVitaly Wool
2017-02-09z3fold: extend compaction functionVitaly Wool
2017-02-09z3fold: fix header size related issuesVitaly Wool
2017-02-09z3fold: make pages_nr atomicVitaly Wool
2017-02-09mm: replace FAULT_FLAG_SIZE with parameter to huge_faultDave Jiang
2017-02-09mm, x86: add support for PUD-sized transparent hugepagesMatthew Wilcox
2017-02-09mm, dax: clear PMD or PUD size flags when in fall through pathDave Jiang
2017-02-09mm,fs,dax: change ->pmd_fault to ->huge_faultDave Jiang
2017-02-09zswap: don't param_set_charp while holding spinlockDan Streetman
2017-02-09mm, page_alloc: use static global work_struct for draining per-cpu pagesMel Gorman
2017-02-09mm, page_alloc: don't check cpuset allowed twice in fast-pathVlastimil Babka
2017-02-09mm, page_alloc: remove redundant checks from alloc fastpathVlastimil Babka
2017-02-09zswap: clear compressor or zpool param if invalid at initDan Streetman
2017-02-09zswap: allow initialization at boot without poolDan Streetman
2017-02-09mm: fix comments for mmap_init()seokhoon.yoon
2017-02-09mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang
2017-02-09mm, page_alloc: only use per-cpu allocator for irq-safe requestsMel Gorman
2017-02-09mm, page_alloc: do not depend on cpu hotplug locks inside the allocatorMichal Hocko
2017-02-09mm, page_alloc: drain per-cpu pages from workqueue contextMel Gorman
2017-02-09mm, page_alloc: split alloc_pages_nodemask()Mel Gorman
2017-02-09mm, page_alloc: split buffered_rmqueue -fixMel Gorman
2017-02-09mm, page_alloc: split buffered_rmqueue()Mel Gorman
2017-02-09mm: vmscan: move dirty pages out of the way until they're flushed fixJohannes Weiner
2017-02-09mm: vmscan: move dirty pages out of the way until they're flushedJohannes Weiner
2017-02-09mm: vmscan: only write dirty pages that the scanner has seen twiceJohannes Weiner
2017-02-09mm: vmscan: remove old flusher wakeup from direct reclaim pathJohannes Weiner
2017-02-09mm: vmscan: kick flushers when we encounter dirty pages on the LRU fixJohannes Weiner
2017-02-09mm: vmscan: kick flushers when we encounter dirty pages on the LRUJohannes Weiner
2017-02-09mm: vmscan: scan dirty pages even in laptop modeJohannes Weiner
2017-02-09userfaultfd: non-cooperative: add madvise() event for MADV_REMOVE requestMike Rapoport
2017-02-09userfaultfd: non-cooperative: rename *EVENT_MADVDONTNEED to *EVENT_REMOVEMike Rapoport
2017-02-09memblock: embed memblock type name within struct memblock_typeHeiko Carstens
2017-02-09memblock: also dump physmem list within __memblock_dump_allHeiko Carstens
2017-02-09memblock: let memblock_type_name know about physmem typeHeiko Carstens
2017-02-09mm/memory_hotplug.c: unexport __remove_pages()Andrew Morton
2017-02-09mm: fix and clarify section_active_mask()Dan Williams
2017-02-09mm: fix maybe-uninitialized warning in section_deactivate()Arnd Bergmann
2017-02-09mm: support section-unaligned ZONE_DEVICE memory rangesDan Williams
2017-02-09mm: prepare for hot-{add, remove} of sub-section rangesDan Williams
2017-02-09mm: convert kmalloc_section_memmap() to populate_section_memmap()Dan Williams
2017-02-09mm: fix register_new_memory() zone type detectionDan Williams
2017-02-09mm: track-active-portions-of-a-section-at-boot-fix fixArnd Bergmann