summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 98Thomas Gleixner2019-05-241-5/+1Star
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-214-0/+4
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-2122-0/+22
* 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-191-2/+2
| * mm/vmap: add DEBUG_AUGMENT_LOWEST_MATCH_CHECK macroUladzislau Rezki (Sony)2019-05-191-0/+43
| * mm/vmap: add DEBUG_AUGMENT_PROPAGATE_CHECK macroUladzislau Rezki (Sony)2019-05-191-0/+48
| * mm/vmalloc.c: keep track of free blocks for vmap allocationUladzislau Rezki (Sony)2019-05-191-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-171-225/+1Star
* | mm: memcontrol: fix NUMA round-robin reclaim at intermediate levelJohannes Weiner2019-05-151-4/+4
* | mm: memcontrol: fix recursive statistics correctness & scalabiltyJohannes Weiner2019-05-151-106/+99Star
* | mm: memcontrol: move stat/event counting functions out-of-lineJohannes Weiner2019-05-151-0/+79
* | mm: memcontrol: make cgroup stats and events query API explicitly localJohannes Weiner2019-05-153-25/+28
* | mm, memcg: rename ambiguously named memory.stat counters and functionsChris Down2019-05-151-72/+76
* | mm/mincore.c: make mincore() more conservativeJiri Kosina2019-05-151-1/+22
* | mm: maintain randomization of page free listsDan Williams2019-05-153-2/+44
* | mm: move buddy list manipulations into helpersDan Williams2019-05-152-45/+24Star
* | mm: shuffle initial free memory to improve memory-side-cache utilizationDan Williams2019-05-155-2/+250
* | mm/vmalloc.c: convert vmap_lazy_nr to atomic_long_tUladzislau Rezki (Sony)2019-05-151-10/+10
* | mm/vmalloc.c: add priority threshold to __purge_vmap_area_lazy()Uladzislau Rezki (Sony)2019-05-151-6/+12
* | mm: update references to page _refcountBaruch Siach2019-05-152-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/+0Star
| * | 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/+2Star
| * | 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/+23Star
| * | 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/+5Star
| * | 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/+5Star
| * | 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/+9Star
| * | 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/+0Star
| * | mm: fix false-positive OVERCOMMIT_GUESS failuresJohannes Weiner2019-05-141-46/+5Star
| * | mm/memory_hotplug: make __remove_pages() and arch_remove_memory() never failDavid Hildenbrand2019-05-141-3/+2Star
| * | mm/memory_hotplug: make __remove_section() never failDavid Hildenbrand2019-05-141-13/+9Star
| * | mm/memory_hotplug: make unregister_memory_section() never failDavid Hildenbrand2019-05-141-3/+1Star
| * | 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/+20Star