summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2019-06-01mm, compaction: make sure we isolate a valid PFNSuzuki K Poulose
2019-06-01kasan: initialize tag to 0xff in __kasan_kmallocNathan Chancellor
2019-06-01z3fold: fix sheduling while atomicVitaly Wool
2019-06-01mm/gup: continue VM_FAULT_RETRY processing even for pre-faultsMike Rapoport
2019-06-01memcg: make it work on sparse non-0-node systemsJiri Slaby
2019-06-01prctl_set_mm: downgrade mmap_sem to read lockMichal Koutný
2019-06-01mm/vmalloc.c: fix typo in commentAndrew Morton
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 225Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 98Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-05-19Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-05-19Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-05-18mm/compaction.c: correct zone boundary handling when isolating pages from a p...Mel Gorman
2019-05-18mm/vmap: add DEBUG_AUGMENT_LOWEST_MATCH_CHECK macroUladzislau Rezki (Sony)
2019-05-18mm/vmap: add DEBUG_AUGMENT_PROPAGATE_CHECK macroUladzislau Rezki (Sony)
2019-05-18mm/vmalloc.c: keep track of free blocks for vmap allocationUladzislau Rezki (Sony)
2019-05-16slab: remove /proc/slab_allocatorsQian Cai
2019-05-14mm: memcontrol: fix NUMA round-robin reclaim at intermediate levelJohannes Weiner
2019-05-14mm: memcontrol: fix recursive statistics correctness & scalabiltyJohannes Weiner
2019-05-14mm: memcontrol: move stat/event counting functions out-of-lineJohannes Weiner
2019-05-14mm: memcontrol: make cgroup stats and events query API explicitly localJohannes Weiner
2019-05-14mm, memcg: rename ambiguously named memory.stat counters and functionsChris Down
2019-05-14mm/mincore.c: make mincore() more conservativeJiri Kosina
2019-05-14mm: maintain randomization of page free listsDan Williams
2019-05-14mm: move buddy list manipulations into helpersDan Williams
2019-05-14mm: shuffle initial free memory to improve memory-side-cache utilizationDan Williams
2019-05-14mm/vmalloc.c: convert vmap_lazy_nr to atomic_long_tUladzislau Rezki (Sony)
2019-05-14mm/vmalloc.c: add priority threshold to __purge_vmap_area_lazy()Uladzislau Rezki (Sony)
2019-05-14mm: update references to page _refcountBaruch Siach
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