aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-14mm/mincore.c: make mincore() more conservativeJiri Kosina1-1/+22
2019-05-14mm: maintain randomization of page free listsDan Williams3-2/+44
2019-05-14mm: move buddy list manipulations into helpersDan Williams2-45/+24
2019-05-14mm: shuffle initial free memory to improve memory-side-cache utilizationDan Williams5-2/+250
2019-05-14mm/vmalloc.c: convert vmap_lazy_nr to atomic_long_tUladzislau Rezki (Sony)1-10/+10
2019-05-14mm/vmalloc.c: add priority threshold to __purge_vmap_area_lazy()Uladzislau Rezki (Sony)1-6/+12
2019-05-14mm: update references to page _refcountBaruch Siach2-2/+2
2019-05-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds41-1388/+2513
2019-05-14mm: delete find_get_entries_tagMatthew Wilcox (Oracle)1-61/+0
2019-05-14mm/huge_memory.c: make __thp_get_unmapped_area staticBharath Vedartham1-1/+1
2019-05-14mm/mprotect.c: fix compilation warning because of unused 'mm' variableMike Rapoport1-3/+2
2019-05-14mm/page-writeback: introduce tracepoint for wait_on_page_writeback()Yafang Shao1-0/+12
2019-05-14mm/Kconfig: update "Memory Model" help textMike Rapoport1-25/+23
2019-05-14mm/vmscan.c: don't disable irq again when count pgrefill for memcgYafang Shao1-1/+1
2019-05-14mm: memblock: make keeping memblock memory opt-in rather than opt-outMike Rapoport3-6/+5
2019-05-14hugetlbfs: always use address space in inode for resv_map pointerMike Kravetz1-1/+18
2019-05-14mm/z3fold.c: support page migrationVitaly Wool1-10/+231
2019-05-14mm/z3fold.c: add structure for buddy handlesVitaly Wool1-40/+145
2019-05-14mm/z3fold.c: improve compression by extending searchVitaly Wool1-0/+36
2019-05-14mm/z3fold.c: introduce helper functionsVitaly Wool1-84/+100
2019-05-14mm/page_alloc.c: remove unnecessary parameter in rmqueue_pcplistYafang Shao1-6/+5
2019-05-14mm/hmm: add ARCH_HAS_HMM_MIRROR ARCH_HAS_HMM_DEVICE KconfigJérôme Glisse1-0/+16
2019-05-14mm/vmscan.c: simplify shrink_inactive_list()Kirill Tkhai1-22/+9
2019-05-14mm: introduce new vm_map_pages() and vm_map_pages_zero() APISouptick Joarder2-0/+95
2019-05-14mm: remove redundant 'default n' from Kconfig-sBartlomiej Zolnierkiewicz2-12/+0
2019-05-14mm: fix false-positive OVERCOMMIT_GUESS failuresJohannes Weiner1-46/+5
2019-05-14mm/memory_hotplug: make __remove_pages() and arch_remove_memory() never failDavid Hildenbrand1-3/+2
2019-05-14mm/memory_hotplug: make __remove_section() never failDavid Hildenbrand1-13/+9
2019-05-14mm/memory_hotplug: make unregister_memory_section() never failDavid Hildenbrand1-3/+1
2019-05-14mm/memory_hotplug: release memory resource after arch_remove_memory()David Hildenbrand1-14/+21
2019-05-14mm/filemap.c: fix minor typoLaurent Dufour1-1/+1
2019-05-14mm, memory_hotplug: provide a more generic restrictions for memory hotplugMichal Hocko1-4/+7
2019-05-14mm, memory_hotplug: cleanup memory offline pathMichal Hocko2-36/+20
2019-05-14mm: initialize MAX_ORDER_NR_PAGES at a time instead of doing larger sectionsAlexander Duyck1-41/+121
2019-05-14mm: implement new zone specific memblock iteratorAlexander Duyck2-19/+76
2019-05-14mm: drop meminit_pfn_in_nid as it is redundantAlexander Duyck1-37/+14
2019-05-14mm/rmap.c: use the pra.mapcount to do the checkHuang Shijie1-1/+1
2019-05-14mm/filemap.c: enable error injection at add_to_page_cache()Josef Bacik1-0/+2
2019-05-14mm/mmu_notifier: mmu_notifier_range_update_to_read_only() helperJérôme Glisse1-0/+10
2019-05-14mm/mmu_notifier: use correct mmu_notifier events for each invalidationJérôme Glisse9-30/+29
2019-05-14mm/mmu_notifier: contextual information for event triggering invalidationJérôme Glisse11-27/+54
2019-05-14mm/mmu_notifier: convert user range->blockable to helper functionJérôme Glisse2-4/+4
2019-05-14mm/hmm: convert various hmm_pfn_* to device_entry which is a better nameJérôme Glisse1-8/+11
2019-05-14mm/hmm: add a helper function that fault pages and map them to a deviceJérôme Glisse1-0/+152
2019-05-14mm/hmm: allow to mirror vma of a file on a DAX backed filesystemJérôme Glisse1-21/+126
2019-05-14mm/hmm: mirror hugetlbfs (snapshoting, faulting and DMA mapping)Jérôme Glisse1-14/+109
2019-05-14mm/hmm: add default fault flags to avoid the need to pre-fill pfns arraysJérôme Glisse1-0/+12
2019-05-14mm/hmm: improve driver API to work and wait over a rangeJérôme Glisse1-274/+257
2019-05-14mm/hmm: improve and rename hmm_vma_fault() to hmm_range_fault()Jérôme Glisse1-52/+39
2019-05-14mm/hmm: improve and rename hmm_vma_get_pfns() to hmm_range_snapshot()Jérôme Glisse1-14/+17