summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm: introduce compound_nr()Matthew Wilcox (Oracle)2019-09-2414-21/+20
* mm: introduce page_size()Matthew Wilcox (Oracle)2019-09-246-22/+17
* mm/rmap.c: remove set but not used variable 'cstart'YueHaibing2019-09-241-3/+1
* mm/page_poison.c: fix a typo in a commentChristophe JAILLET2019-09-241-1/+1
* kasan: add memory corruption identification for software tag-based modeWalter Wu2019-09-244-13/+91
* mm/kmemleak.c: record the current memory pool sizeQian Cai2019-09-241-1/+2
* mm: kmemleak: use the memory pool for early allocationsCatalin Marinas2019-09-241-239/+26
* mm: kmemleak: simple memory allocation pool for kmemleak objectsCatalin Marinas2019-09-241-2/+52
* mm: kmemleak: make the tool tolerant to struct scan_area allocation failuresCatalin Marinas2019-09-241-6/+10
* mm/slub.c: fix -Wunused-function compiler warningsQian Cai2019-09-241-0/+2
* mm, slab: move memcg_cache_params structure to mm/slab.hWaiman Long2019-09-241-0/+63
* mm, slab: extend slab/shrink to shrink all memcg cachesWaiman Long2019-09-243-1/+39
* z3fold: fix retry mechanism in page reclaimVitaly Wool2019-09-241-15/+34
* Revert "mm/z3fold.c: fix race between migration and destruction"Vitaly Wool2019-09-241-90/+0
* Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds2019-09-2112-734/+675
|\
| * mm, notifier: Catch sleeping/blocking for !blockableDaniel Vetter2019-09-071-2/+13
| * pagewalk: use lockdep_assert_held for locking validationChristoph Hellwig2019-09-071-2/+2
| * pagewalk: separate function pointers from iterator dataChristoph Hellwig2019-09-078-148/+140
| * mm: split out a new pagewalk.h header from mm.hChristoph Hellwig2019-09-078-6/+8
| * mm/mmu_notifiers: prime lockdepDaniel Vetter2019-09-071-0/+7
| * mm/mmu_notifiers: add a lockdep map for invalidate_range_start/endDaniel Vetter2019-09-071-0/+8
| * mm/mmu_notifiers: remove the __mmu_notifier_invalidate_range_start/end exportsChristoph Hellwig2019-08-281-3/+0
| * mm/hmm: hmm_range_fault() infinite loopRalph Campbell2019-08-271-0/+3
| * mm/hmm: hmm_range_fault() NULL pointer bugRalph Campbell2019-08-271-4/+9
| * mm/hmm: fix hmm_range_fault()'s handling of swapped out pagesYang, Philip2019-08-231-0/+3
| * mm/mmu_notifiers: remove unregister_no_releaseJason Gunthorpe2019-08-211-31/+0
| * Merge branch 'odp_fixes' into hmm.gitJason Gunthorpe2019-08-2119-159/+755
| |\
| * | memremap: remove the dev field in struct dev_pagemapChristoph Hellwig2019-08-201-1/+1
| * | mm/mmu_notifiers: check if mmu notifier callbacks are allowed to failDaniel Vetter2019-08-201-0/+2
| * | mm: remove CONFIG_MIGRATE_VMA_HELPERChristoph Hellwig2019-08-202-5/+2
| * | mm: remove the unused MIGRATE_PFN_DEVICE flagChristoph Hellwig2019-08-201-2/+2
| * | mm: turn migrate_vma upside downChristoph Hellwig2019-08-201-134/+110
| * | hmm: use mmu_notifier_get/put for 'struct hmm'Jason Gunthorpe2019-08-201-93/+28
| * | mm/mmu_notifiers: add a get/put scheme for the registrationJason Gunthorpe2019-08-161-6/+150
| * | mm/mmu_notifiers: do not speculatively allocate a mmu_notifier_mmJason Gunthorpe2019-08-161-12/+22
| * | mm/mmu_notifiers: hoist do_mmu_notifier_register down_write to the callerJason Gunthorpe2019-08-161-21/+14
| * | mm/hmm: make HMM_MIRROR an implicit optionChristoph Hellwig2019-08-071-8/+6
| * | mm/hmm: allow HMM_MIRROR on all architectures with MMUChristoph Hellwig2019-08-071-2/+1
| * | mm/hmm: cleanup the hmm_vma_walk_hugetlb_entry stubChristoph Hellwig2019-08-071-4/+4
| * | mm/hmm: cleanup the hmm_vma_handle_pmd stubChristoph Hellwig2019-08-071-10/+8
| * | mm/hmm: only define hmm_vma_walk_pud if neededChristoph Hellwig2019-08-071-13/+16
| * | mm/hmm: don't abuse pte_index() in hmm_vma_handle_pmdChristoph Hellwig2019-08-071-1/+1
| * | mm/hmm: remove the mask variable in hmm_vma_walk_hugetlb_entryChristoph Hellwig2019-08-071-5/+2
| * | mm/hmm: remove the page_shift member from struct hmm_rangeChristoph Hellwig2019-08-071-33/+9
| * | mm/hmm: remove superfluous arguments from hmm_range_registerChristoph Hellwig2019-08-071-15/+5
| * | mm/hmm: remove the unused vma argument to hmm_range_dma_unmapChristoph Hellwig2019-08-071-2/+0
| * | mm/hmm: remove hmm_range vmaRalph Campbell2019-07-261-1/+0
| * | mm/hmm: remove hugetlbfs check in hmm_vma_walk_pmdRalph Campbell2019-07-261-3/+0
| * | mm/hmm: merge hmm_range_snapshot into hmm_range_faultChristoph Hellwig2019-07-261-83/+2
| * | mm/hmm: replace the block argument to hmm_range_fault with a flags valueChristoph Hellwig2019-07-261-37/+37