summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nouveau_svm.c
Commit message (Expand)AuthorAgeFilesLines
* drm/nouveau/nouveau: fix page fault on device private memoryRalph Campbell2020-07-081-0/+1
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-11/+11
* Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-06-021-1/+58
|\
| * drm/nouveau/svm: map pages after migrationRalph Campbell2020-05-221-1/+58
* | mm/hmm: remove the customizable pfn format from hmm_range_faultJason Gunthorpe2020-05-111-28/+59
* | mm/hmm: remove HMM_PFN_SPECIALJason Gunthorpe2020-05-111-1/+0
* | mm/hmm: make hmm_range_fault return 0 or -1Jason Gunthorpe2020-05-111-3/+3
|/
* Merge tag 'drm-next-2020-04-08' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-04-071-3/+6
|\
| * drm/nouveau/svm: remove useless SVM range checkRalph Campbell2020-04-071-3/+0
| * drm/nouveau/svm: check for SVM initialized before migratingRalph Campbell2020-04-071-0/+5
| * drm/nouveau/svm: fix vma range check for migrationRalph Campbell2020-04-071-0/+1
* | mm/hmm: remove HMM_FAULT_SNAPSHOTJason Gunthorpe2020-03-271-1/+1
* | mm: simplify device private page handling in hmm_range_faultChristoph Hellwig2020-03-261-1/+0
|/
* 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