summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nouveau_svm.c
Commit message (Expand)AuthorAgeFilesLines
* nouveau: use mmu_interval_notifier instead of hmm_mirrorJason Gunthorpe2019-11-231-80/+99
* nouveau: use mmu_notifier directly for invalidate_range_startJason Gunthorpe2019-11-231-32/+63
* mm/hmm: remove the page_shift member from struct hmm_rangeChristoph Hellwig2019-08-071-1/+0
* mm/hmm: remove superfluous arguments from hmm_range_registerChristoph Hellwig2019-08-071-3/+2
* nouveau: pass struct nouveau_svmm to nouveau_range_faultChristoph Hellwig2019-08-071-6/+6
* mm/hmm: remove hmm_range vmaRalph Campbell2019-07-261-4/+3
* mm/hmm: replace the block argument to hmm_range_fault with a flags valueChristoph Hellwig2019-07-261-1/+1
* mm/hmm: replace hmm_update with mmu_notifier_rangeRalph Campbell2019-07-261-2/+2
* nouveau: return -EBUSY when hmm_range_wait_until_valid failsChristoph Hellwig2019-07-251-1/+1
* nouveau: unlock mmap_sem on all errors from nouveau_range_faultChristoph Hellwig2019-07-251-5/+6
* nouveau: remove the block parameter to nouveau_range_faultChristoph Hellwig2019-07-251-6/+4
* mm/hmm: move hmm_vma_range_done and hmm_vma_fault to nouveauChristoph Hellwig2019-07-251-2/+44
* mm/hmm: Use hmm_mirror not mm as an argument for hmm_range_registerJason Gunthorpe2019-06-101-1/+1
* drm/nouveau/svm: new ioctl to migrate process memory to GPU memoryJérôme Glisse2019-02-201-0/+96
* drm/nouveau/dmem: device memory helpers for SVMJérôme Glisse2019-02-201-0/+2
* drm/nouveau/svm: initial support for shared virtual memoryBen Skeggs2019-02-201-0/+737