summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2019-05-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-05-14mm: delete find_get_entries_tagMatthew Wilcox (Oracle)
2019-05-14mm/huge_memory.c: make __thp_get_unmapped_area staticBharath Vedartham
2019-05-14mm/mprotect.c: fix compilation warning because of unused 'mm' variableMike Rapoport
2019-05-14mm/page-writeback: introduce tracepoint for wait_on_page_writeback()Yafang Shao
2019-05-14mm/Kconfig: update "Memory Model" help textMike Rapoport
2019-05-14mm/vmscan.c: don't disable irq again when count pgrefill for memcgYafang Shao
2019-05-14mm: memblock: make keeping memblock memory opt-in rather than opt-outMike Rapoport
2019-05-14hugetlbfs: always use address space in inode for resv_map pointerMike Kravetz
2019-05-14mm/z3fold.c: support page migrationVitaly Wool
2019-05-14mm/z3fold.c: add structure for buddy handlesVitaly Wool
2019-05-14mm/z3fold.c: improve compression by extending searchVitaly Wool
2019-05-14mm/z3fold.c: introduce helper functionsVitaly Wool
2019-05-14mm/page_alloc.c: remove unnecessary parameter in rmqueue_pcplistYafang Shao
2019-05-14mm/hmm: add ARCH_HAS_HMM_MIRROR ARCH_HAS_HMM_DEVICE KconfigJérôme Glisse
2019-05-14mm/vmscan.c: simplify shrink_inactive_list()Kirill Tkhai
2019-05-14mm: introduce new vm_map_pages() and vm_map_pages_zero() APISouptick Joarder
2019-05-14mm: remove redundant 'default n' from Kconfig-sBartlomiej Zolnierkiewicz
2019-05-14mm: fix false-positive OVERCOMMIT_GUESS failuresJohannes Weiner
2019-05-14mm/memory_hotplug: make __remove_pages() and arch_remove_memory() never failDavid Hildenbrand
2019-05-14mm/memory_hotplug: make __remove_section() never failDavid Hildenbrand
2019-05-14mm/memory_hotplug: make unregister_memory_section() never failDavid Hildenbrand
2019-05-14mm/memory_hotplug: release memory resource after arch_remove_memory()David Hildenbrand
2019-05-14mm/filemap.c: fix minor typoLaurent Dufour
2019-05-14mm, memory_hotplug: provide a more generic restrictions for memory hotplugMichal Hocko
2019-05-14mm, memory_hotplug: cleanup memory offline pathMichal Hocko
2019-05-14mm: initialize MAX_ORDER_NR_PAGES at a time instead of doing larger sectionsAlexander Duyck
2019-05-14mm: implement new zone specific memblock iteratorAlexander Duyck
2019-05-14mm: drop meminit_pfn_in_nid as it is redundantAlexander Duyck
2019-05-14mm/rmap.c: use the pra.mapcount to do the checkHuang Shijie
2019-05-14mm/filemap.c: enable error injection at add_to_page_cache()Josef Bacik
2019-05-14mm/mmu_notifier: mmu_notifier_range_update_to_read_only() helperJérôme Glisse
2019-05-14mm/mmu_notifier: use correct mmu_notifier events for each invalidationJérôme Glisse
2019-05-14mm/mmu_notifier: contextual information for event triggering invalidationJérôme Glisse
2019-05-14mm/mmu_notifier: convert user range->blockable to helper functionJérôme Glisse
2019-05-14mm/hmm: convert various hmm_pfn_* to device_entry which is a better nameJérôme Glisse
2019-05-14mm/hmm: add a helper function that fault pages and map them to a deviceJérôme Glisse
2019-05-14mm/hmm: allow to mirror vma of a file on a DAX backed filesystemJérôme Glisse
2019-05-14mm/hmm: mirror hugetlbfs (snapshoting, faulting and DMA mapping)Jérôme Glisse
2019-05-14mm/hmm: add default fault flags to avoid the need to pre-fill pfns arraysJérôme Glisse
2019-05-14mm/hmm: improve driver API to work and wait over a rangeJérôme Glisse
2019-05-14mm/hmm: improve and rename hmm_vma_fault() to hmm_range_fault()Jérôme Glisse
2019-05-14mm/hmm: improve and rename hmm_vma_get_pfns() to hmm_range_snapshot()Jérôme Glisse
2019-05-14mm/hmm: do not erase snapshot when a range is invalidatedJérôme Glisse
2019-05-14mm/hmm: use reference counting for HMM structJérôme Glisse
2019-05-14mm/hmm: select mmu notifier when selecting HMMJérôme Glisse
2019-05-14hugetlb: use same fault hash key for shared and private mappingsMike Kravetz
2019-05-14hugetlbfs: on restore reserve error path retain subpool reservationMike Kravetz
2019-05-14mm/sparse.c: clean up obsolete code commentBaoquan He
2019-05-14mm/swap.c: __pagevec_lru_add_fn: typo fixPeng Fan