summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2019-06-27mm/hmm: Fix error flows in hmm_invalidate_range_startJason Gunthorpe
2019-06-24mm/hmm: Remove confusing comment and logic from hmm_releaseJason Gunthorpe
2019-06-24mm/hmm: Poison hmm_range during unregisterJason Gunthorpe
2019-06-24mm/hmm: Remove racy protection against double-unregistrationJason Gunthorpe
2019-06-18mm/hmm: Use lockdep instead of commentsJason Gunthorpe
2019-06-18mm/hmm: Hold on to the mmget for the lifetime of the rangeJason Gunthorpe
2019-06-18mm/hmm: Do not use list*_rcu() for hmm->rangesJason Gunthorpe
2019-06-18mm/hmm: Simplify hmm_get_or_create and make it reliableJason Gunthorpe
2019-06-10mm/hmm: Hold a mmgrab from hmm to mmJason Gunthorpe
2019-06-10mm/hmm: Use hmm_mirror not mm as an argument for hmm_range_registerJason Gunthorpe
2019-06-07mm/hmm: fix use after free with struct hmm in the mmu notifiersJason Gunthorpe
2019-06-06mm/hmm: Only set FAULT_FLAG_ALLOW_RETRY for non-blockingKuehling, Felix
2019-06-06mm/hmm: support automatic NUMA balancingPhilip Yang
2019-06-06mm/hmm: clean up some coding style and commentsRalph Campbell
2019-06-06mm/hmm.c: suppress compilation warnings when CONFIG_HUGETLB_PAGE is not setJason Gunthorpe
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)