index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
nouveau
/
nouveau_svm.c
Age
Commit message (
Expand
)
Author
2020-07-08
drm/nouveau/nouveau: fix page fault on device private memory
Ralph Campbell
2020-06-09
mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
Michel Lespinasse
2020-06-02
Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2020-05-22
drm/nouveau/svm: map pages after migration
Ralph Campbell
2020-05-11
mm/hmm: remove the customizable pfn format from hmm_range_fault
Jason Gunthorpe
2020-05-11
mm/hmm: remove HMM_PFN_SPECIAL
Jason Gunthorpe
2020-05-11
mm/hmm: make hmm_range_fault return 0 or -1
Jason Gunthorpe
2020-04-07
Merge tag 'drm-next-2020-04-08' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2020-04-07
drm/nouveau/svm: remove useless SVM range check
Ralph Campbell
2020-04-07
drm/nouveau/svm: check for SVM initialized before migrating
Ralph Campbell
2020-04-07
drm/nouveau/svm: fix vma range check for migration
Ralph Campbell
2020-03-27
mm/hmm: remove HMM_FAULT_SNAPSHOT
Jason Gunthorpe
2020-03-26
mm: simplify device private page handling in hmm_range_fault
Christoph Hellwig
2019-11-23
nouveau: use mmu_interval_notifier instead of hmm_mirror
Jason Gunthorpe
2019-11-23
nouveau: use mmu_notifier directly for invalidate_range_start
Jason Gunthorpe
2019-08-07
mm/hmm: remove the page_shift member from struct hmm_range
Christoph Hellwig
2019-08-07
mm/hmm: remove superfluous arguments from hmm_range_register
Christoph Hellwig
2019-08-07
nouveau: pass struct nouveau_svmm to nouveau_range_fault
Christoph Hellwig
2019-07-26
mm/hmm: remove hmm_range vma
Ralph Campbell
2019-07-26
mm/hmm: replace the block argument to hmm_range_fault with a flags value
Christoph Hellwig
2019-07-26
mm/hmm: replace hmm_update with mmu_notifier_range
Ralph Campbell
2019-07-25
nouveau: return -EBUSY when hmm_range_wait_until_valid fails
Christoph Hellwig
2019-07-25
nouveau: unlock mmap_sem on all errors from nouveau_range_fault
Christoph Hellwig
2019-07-25
nouveau: remove the block parameter to nouveau_range_fault
Christoph Hellwig
2019-07-25
mm/hmm: move hmm_vma_range_done and hmm_vma_fault to nouveau
Christoph Hellwig
2019-06-10
mm/hmm: Use hmm_mirror not mm as an argument for hmm_range_register
Jason Gunthorpe
2019-02-20
drm/nouveau/svm: new ioctl to migrate process memory to GPU memory
Jérôme Glisse
2019-02-20
drm/nouveau/dmem: device memory helpers for SVM
Jérôme Glisse
2019-02-20
drm/nouveau/svm: initial support for shared virtual memory
Ben Skeggs