summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | mm/hmm: a few more C style and comment clean upsRalph Campbell2019-07-261-22/+17
| * | mm/hmm: replace hmm_update with mmu_notifier_rangeRalph Campbell2019-07-261-9/+4
| * | mm/hmm: comment on VM_FAULT_RETRY semantics in handle_mm_faultJason Gunthorpe2019-07-251-1/+3
* | | Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-09-191-1/+4
|\ \ \
| * | | vmalloc: lift the arm flag for coherent mappings to common codeChristoph Hellwig2019-09-041-1/+4
* | | | Merge branch 'work.mount2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-09-191-137/+248
|\ \ \ \
| * | | | vfs: Convert ramfs, shmem, tmpfs, devtmpfs, rootfs to use the new mount APIDavid Howells2019-09-121-79/+108
| * | | | shmem_parse_one(): switch to use of fs_parse()Al Viro2019-09-121-67/+116
| * | | | shmem_parse_options(): take handling a single option into a helperAl Viro2019-09-121-69/+79
| * | | | shmem_parse_options(): don't bother with mpol in separate variableAl Viro2019-09-121-6/+5
| * | | | shmem_parse_options(): use a separate structure to keep the resultsAl Viro2019-09-121-43/+67
| * | | | make shmem_fill_super() staticAl Viro2019-09-051-2/+2
| | |_|/ | |/| |
* | | | Merge tag 'xfs-5.4-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2019-09-182-8/+18
|\ \ \ \
| * | | | fs: Export generic_fadvise()Jan Kara2019-08-301-2/+2