summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-05-192-248/+851
|\
| * mm/compaction.c: correct zone boundary handling when isolating pages from a p...Mel Gorman2019-05-181-2/+2
| * mm/vmap: add DEBUG_AUGMENT_LOWEST_MATCH_CHECK macroUladzislau Rezki (Sony)2019-05-181-0/+43
| * mm/vmap: add DEBUG_AUGMENT_PROPAGATE_CHECK macroUladzislau Rezki (Sony)2019-05-181-0/+48
| * mm/vmalloc.c: keep track of free blocks for vmap allocationUladzislau Rezki (Sony)2019-05-181-246/+758
* | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-05-191-7/+8
|\ \ | |/ |/|
| * x86/mpx, mm/core: Fix recursive munmap() corruptionDave Hansen2019-05-091-7/+8
* | slab: remove /proc/slab_allocatorsQian Cai2019-05-161-225/+1
* | 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