aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
Commit message (Expand)AuthorAgeFilesLines
* mm: memcontrol: fix NUMA round-robin reclaim at intermediate levelJohannes Weiner2019-05-141-4/+4
* mm: memcontrol: fix recursive statistics correctness & scalabiltyJohannes Weiner2019-05-141-106/+99
* mm: memcontrol: move stat/event counting functions out-of-lineJohannes Weiner2019-05-141-0/+79
* mm: memcontrol: make cgroup stats and events query API explicitly localJohannes Weiner2019-05-143-25/+28
* mm, memcg: rename ambiguously named memory.stat counters and functionsChris Down2019-05-141-72/+76
* mm/mincore.c: make mincore() more conservativeJiri Kosina2019-05-141-1/+22
* mm: maintain randomization of page free listsDan Williams2019-05-143-2/+44
* mm: move buddy list manipulations into helpersDan Williams2019-05-142-45/+24
* mm: shuffle initial free memory to improve memory-side-cache utilizationDan Williams2019-05-145-2/+250
* mm/vmalloc.c: convert vmap_lazy_nr to atomic_long_tUladzislau Rezki (Sony)2019-05-141-10/+10
* mm/vmalloc.c: add priority threshold to __purge_vmap_area_lazy()Uladzislau Rezki (Sony)2019-05-141-6/+12
* mm: update references to page _refcountBaruch Siach2019-05-142-2/+2
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-05-1441-1388/+2513
|\
| * mm: delete find_get_entries_tagMatthew Wilcox (Oracle)2019-05-141-61/+0
| * mm/huge_memory.c: make __thp_get_unmapped_area staticBharath Vedartham2019-05-141-1/+1
| * mm/mprotect.c: fix compilation warning because of unused 'mm' variableMike Rapoport2019-05-141-3/+2
| * mm/page-writeback: introduce tracepoint for wait_on_page_writeback()Yafang Shao2019-05-141-0/+12
| * mm/Kconfig: update "Memory Model" help textMike Rapoport2019-05-141-25/+23
| * mm/vmscan.c: don't disable irq again when count pgrefill for memcgYafang Shao2019-05-141-1/+1
| * mm: memblock: make keeping memblock memory opt-in rather than opt-outMike Rapoport2019-05-143-6/+5
| * hugetlbfs: always use address space in inode for resv_map pointerMike Kravetz2019-05-141-1/+18
| * mm/z3fold.c: support page migrationVitaly Wool2019-05-141-10/+231
| * mm/z3fold.c: add structure for buddy handlesVitaly Wool2019-05-141-40/+145
| * mm/z3fold.c: improve compression by extending searchVitaly Wool2019-05-141-0/+36
| * mm/z3fold.c: introduce helper functionsVitaly Wool2019-05-141-84/+100
| * mm/page_alloc.c: remove unnecessary parameter in rmqueue_pcplistYafang Shao2019-05-141-6/+5
| * mm/hmm: add ARCH_HAS_HMM_MIRROR ARCH_HAS_HMM_DEVICE KconfigJérôme Glisse2019-05-141-0/+16
| * mm/vmscan.c: simplify shrink_inactive_list()Kirill Tkhai2019-05-141-22/+9
| * mm: introduce new vm_map_pages() and vm_map_pages_zero() APISouptick Joarder2019-05-142-0/+95
| * mm: remove redundant 'default n' from Kconfig-sBartlomiej Zolnierkiewicz2019-05-142-12/+0
| * mm: fix false-positive OVERCOMMIT_GUESS failuresJohannes Weiner2019-05-141-46/+5
| * mm/memory_hotplug: make __remove_pages() and arch_remove_memory() never failDavid Hildenbrand2019-05-141-3/+2
| * mm/memory_hotplug: make __remove_section() never failDavid Hildenbrand2019-05-141-13/+9
| * mm/memory_hotplug: make unregister_memory_section() never failDavid Hildenbrand2019-05-141-3/+1
| * mm/memory_hotplug: release memory resource after arch_remove_memory()David Hildenbrand2019-05-141-14/+21
| * mm/filemap.c: fix minor typoLaurent Dufour2019-05-141-1/+1
| * mm, memory_hotplug: provide a more generic restrictions for memory hotplugMichal Hocko2019-05-141-4/+7
| * mm, memory_hotplug: cleanup memory offline pathMichal Hocko2019-05-142-36/+20
| * mm: initialize MAX_ORDER_NR_PAGES at a time instead of doing larger sectionsAlexander Duyck2019-05-141-41/+121
| * mm: implement new zone specific memblock iteratorAlexander Duyck2019-05-142-19/+76
| * mm: drop meminit_pfn_in_nid as it is redundantAlexander Duyck2019-05-141-37/+14
| * mm/rmap.c: use the pra.mapcount to do the checkHuang Shijie2019-05-141-1/+1
| * mm/filemap.c: enable error injection at add_to_page_cache()Josef Bacik2019-05-141-0/+2
| * mm/mmu_notifier: mmu_notifier_range_update_to_read_only() helperJérôme Glisse2019-05-141-0/+10
| * mm/mmu_notifier: use correct mmu_notifier events for each invalidationJérôme Glisse2019-05-149-30/+29
| * mm/mmu_notifier: contextual information for event triggering invalidationJérôme Glisse2019-05-1411-27/+54
| * mm/mmu_notifier: convert user range->blockable to helper functionJérôme Glisse2019-05-142-4/+4
| * mm/hmm: convert various hmm_pfn_* to device_entry which is a better nameJérôme Glisse2019-05-141-8/+11
| * mm/hmm: add a helper function that fault pages and map them to a deviceJérôme Glisse2019-05-141-0/+152
| * mm/hmm: allow to mirror vma of a file on a DAX backed filesystemJérôme Glisse2019-05-141-21/+126