summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/nouveau_svm.c
AgeCommit message (Expand)Author
2024-02-26Merge v6.8-rc6 into drm-nextDaniel Vetter
2024-02-12nouveau/svm: fix kvcalloc() argument orderArnd Bergmann
2024-01-31drm/nouveau/svm: remove unused but set variablesJani Nikula
2023-09-29nouveau/svm: Split assignment from if conditionalGustavo A. R. Silva
2023-09-29nouveau/svm: Replace one-element array with flexible-array member in struct n...Gustavo A. R. Silva
2023-08-04drm/nouveau: nvkm/vmm: implement raw ops to manage uvmmDanilo Krummrich
2022-11-09drm/nouveau/fault: expose replayable fault buffer event classBen Skeggs
2022-03-24Merge tag 'drm-next-2022-03-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2022-03-03mm: don't include <linux/memremap.h> in <linux/mm.h>Christoph Hellwig
2022-02-08nouveau/svm: Use struct_size() helper in nouveau_pfns_map()Gustavo A. R. Silva
2021-11-12Merge tag 'drm-next-2021-11-12' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2021-11-04drm/nouveau/svm: Fix refcount leak bug and missing check against null bugChenyuan Mi
2021-10-28nouveau/svm: Use kvcalloc() instead of kvzalloc()Gustavo A. R. Silva
2021-08-18drm/nouveau: rip out nvkm_client.superBen Skeggs
2021-07-01nouveau/svm: implement atomic SVM accessAlistair Popple
2021-07-01nouveau/svm: refactor nouveau_range_faultAlistair Popple
2021-07-01mm: rename migrate_pgmap_ownerAlistair Popple
2021-01-29drm/nouveau/svm: fail NOUVEAU_SVM_INIT ioctl on unsupported devicesKarol Herbst
2020-10-30drm/nouveau/nouveau: fix the start/end range for migrationRalph Campbell
2020-08-05Merge tag 'drm-next-2020-08-06' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2020-08-05Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds
2020-07-28nouveau/svm: use the new migration invalidationRalph Campbell
2020-07-24drm/nouveau/nvif: give every notify object a human-readable nameBen Skeggs
2020-07-24drm/nouveau/nvif: give every vmm object a human-readable identifierBen Skeggs
2020-07-24drm/nouveau/nvif: give every object a human-readable identifierBen Skeggs
2020-07-10nouveau/hmm: support mapping large sysmem pagesRalph Campbell
2020-07-10nouveau/hmm: fault one page at a timeRalph Campbell
2020-07-08drm/nouveau/nouveau: fix page fault on device private memoryRalph Campbell
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse
2020-06-02Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2020-05-22drm/nouveau/svm: map pages after migrationRalph Campbell
2020-05-11mm/hmm: remove the customizable pfn format from hmm_range_faultJason Gunthorpe
2020-05-11mm/hmm: remove HMM_PFN_SPECIALJason Gunthorpe
2020-05-11mm/hmm: make hmm_range_fault return 0 or -1Jason Gunthorpe
2020-04-07Merge tag 'drm-next-2020-04-08' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2020-04-07drm/nouveau/svm: remove useless SVM range checkRalph Campbell
2020-04-07drm/nouveau/svm: check for SVM initialized before migratingRalph Campbell
2020-04-07drm/nouveau/svm: fix vma range check for migrationRalph Campbell
2020-03-27mm/hmm: remove HMM_FAULT_SNAPSHOTJason Gunthorpe
2020-03-26mm: simplify device private page handling in hmm_range_faultChristoph Hellwig
2019-11-23nouveau: use mmu_interval_notifier instead of hmm_mirrorJason Gunthorpe
2019-11-23nouveau: use mmu_notifier directly for invalidate_range_startJason Gunthorpe
2019-08-07mm/hmm: remove the page_shift member from struct hmm_rangeChristoph Hellwig
2019-08-07mm/hmm: remove superfluous arguments from hmm_range_registerChristoph Hellwig
2019-08-07nouveau: pass struct nouveau_svmm to nouveau_range_faultChristoph Hellwig
2019-07-26mm/hmm: remove hmm_range vmaRalph Campbell
2019-07-26mm/hmm: replace the block argument to hmm_range_fault with a flags valueChristoph Hellwig
2019-07-26mm/hmm: replace hmm_update with mmu_notifier_rangeRalph Campbell
2019-07-25nouveau: return -EBUSY when hmm_range_wait_until_valid failsChristoph Hellwig
2019-07-25nouveau: unlock mmap_sem on all errors from nouveau_range_faultChristoph Hellwig