aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-08-20memremap: remove the dev field in struct dev_pagemapChristoph Hellwig4-8/+2
2019-08-20resource: add a not device managed request_free_mem_region variantChristoph Hellwig2-14/+33
2019-08-20mm/mmu_notifiers: check if mmu notifier callbacks are allowed to failDaniel Vetter1-0/+2
2019-08-20mm: remove CONFIG_MIGRATE_VMA_HELPERChristoph Hellwig3-6/+2
2019-08-20mm: remove the unused MIGRATE_PFN_DEVICE flagChristoph Hellwig3-5/+3
2019-08-20mm: remove the unused MIGRATE_PFN_ERROR flagChristoph Hellwig1-1/+0
2019-08-20nouveau: simplify nouveau_dmem_migrate_vmaChristoph Hellwig1-129/+55
2019-08-20nouveau: simplify nouveau_dmem_migrate_to_ramChristoph Hellwig1-121/+40
2019-08-20nouveau: remove a few function stubsChristoph Hellwig1-11/+0
2019-08-20nouveau: factor out dmem fence completionChristoph Hellwig1-18/+15
2019-08-20nouveau: factor out device memory address calculationChristoph Hellwig1-25/+17
2019-08-20nouveau: reset dma_nr in nouveau_dmem_migrate_alloc_and_copyChristoph Hellwig1-0/+1
2019-08-20mm: turn migrate_vma upside downChristoph Hellwig4-344/+194
2019-08-20Merge 'notifier_get_put' into hmm.gitJason Gunthorpe17-383/+354
2019-08-20drm/amdkfd: use mmu_notifier_putJason Gunthorpe2-9/+4
2019-08-20drm/amdkfd: fix a use after free race with mmu_notifer unregisterJason Gunthorpe1-41/+37
2019-08-20drm/radeon: use mmu_notifier_get/put for struct radeon_mnJason Gunthorpe4-126/+38
2019-08-20hmm: use mmu_notifier_get/put for 'struct hmm'Jason Gunthorpe6-111/+34
2019-08-16misc/sgi-gru: use mmu_notifier_get/put for struct gru_mm_structJason Gunthorpe3-62/+25
2019-08-16mm/mmu_notifiers: add a get/put scheme for the registrationJason Gunthorpe2-6/+185
2019-08-16mm/mmu_notifiers: do not speculatively allocate a mmu_notifier_mmJason Gunthorpe1-12/+22
2019-08-16mm/mmu_notifiers: hoist do_mmu_notifier_register down_write to the callerJason Gunthorpe1-21/+14
2019-08-07mm/hmm: make HMM_MIRROR an implicit optionChristoph Hellwig3-10/+12
2019-08-07mm/hmm: allow HMM_MIRROR on all architectures with MMUChristoph Hellwig1-2/+1
2019-08-07mm/hmm: cleanup the hmm_vma_walk_hugetlb_entry stubChristoph Hellwig1-4/+4
2019-08-07mm/hmm: cleanup the hmm_vma_handle_pmd stubChristoph Hellwig1-10/+8
2019-08-07mm/hmm: only define hmm_vma_walk_pud if neededChristoph Hellwig1-13/+16
2019-08-07mm/hmm: don't abuse pte_index() in hmm_vma_handle_pmdChristoph Hellwig1-1/+1
2019-08-07mm/hmm: remove the mask variable in hmm_vma_walk_hugetlb_entryChristoph Hellwig1-5/+2
2019-08-07mm/hmm: remove the page_shift member from struct hmm_rangeChristoph Hellwig4-57/+9
2019-08-07mm/hmm: remove superfluous arguments from hmm_range_registerChristoph Hellwig5-26/+14
2019-08-07mm/hmm: remove the unused vma argument to hmm_range_dma_unmapChristoph Hellwig2-3/+0
2019-08-07nouveau: pass struct nouveau_svmm to nouveau_range_faultChristoph Hellwig1-6/+6
2019-08-07amdgpu: don't initialize range->list in amdgpu_hmm_init_rangeChristoph Hellwig1-1/+0
2019-08-07amdgpu: remove -EAGAIN handling for hmm_range_faultChristoph Hellwig1-20/+3
2019-07-26mm/hmm: remove hmm_range vmaRalph Campbell3-6/+3
2019-07-26mm/hmm: remove hugetlbfs check in hmm_vma_walk_pmdRalph Campbell1-3/+0
2019-07-26mm/hmm: merge hmm_range_snapshot into hmm_range_faultChristoph Hellwig3-93/+13
2019-07-26mm/hmm: replace the block argument to hmm_range_fault with a flags valueChristoph Hellwig4-41/+48
2019-07-26mm/hmm: a few more C style and comment clean upsRalph Campbell1-22/+17
2019-07-26mm/hmm: replace hmm_update with mmu_notifier_rangeRalph Campbell4-45/+20
2019-07-25mm/hmm: comment on VM_FAULT_RETRY semantics in handle_mm_faultJason Gunthorpe1-1/+3
2019-07-25mm/hmm: remove the legacy hmm_pfn_* APIsChristoph Hellwig2-35/+1
2019-07-25nouveau: return -EBUSY when hmm_range_wait_until_valid failsChristoph Hellwig1-1/+1
2019-07-25nouveau: unlock mmap_sem on all errors from nouveau_range_faultChristoph Hellwig1-5/+6
2019-07-25nouveau: remove the block parameter to nouveau_range_faultChristoph Hellwig1-6/+4
2019-07-25mm/hmm: move hmm_vma_range_done and hmm_vma_fault to nouveauChristoph Hellwig2-56/+44
2019-07-25mm/hmm: always return EBUSY for invalid ranges in hmm_range_{fault,snapshot}Christoph Hellwig2-7/+5
2019-07-21Linus 5.3-rc1Linus Torvalds1-2/+2
2019-07-21Merge tag 'devicetree-fixes-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds11-122/+119