Age | Commit message (Expand) | Author | Files | Lines |
2020-07-08 | drm/nouveau/nouveau: fix page fault on device private memory | Ralph Campbell | 1 | -0/+1 |
2020-06-09 | mmap locking API: use coccinelle to convert mmap_sem rwsem call sites | Michel Lespinasse | 1 | -11/+11 |
2020-06-03 | Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds | 1 | -1/+58 |
2020-05-22 | drm/nouveau/svm: map pages after migration | Ralph Campbell | 1 | -1/+58 |
2020-05-11 | mm/hmm: remove the customizable pfn format from hmm_range_fault | Jason Gunthorpe | 1 | -28/+59 |
2020-05-11 | mm/hmm: remove HMM_PFN_SPECIAL | Jason Gunthorpe | 1 | -1/+0 |
2020-05-11 | mm/hmm: make hmm_range_fault return 0 or -1 | Jason Gunthorpe | 1 | -3/+3 |
2020-04-08 | Merge tag 'drm-next-2020-04-08' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds | 1 | -3/+6 |
2020-04-07 | drm/nouveau/svm: remove useless SVM range check | Ralph Campbell | 1 | -3/+0 |
2020-04-07 | drm/nouveau/svm: check for SVM initialized before migrating | Ralph Campbell | 1 | -0/+5 |
2020-04-07 | drm/nouveau/svm: fix vma range check for migration | Ralph Campbell | 1 | -0/+1 |
2020-03-28 | mm/hmm: remove HMM_FAULT_SNAPSHOT | Jason Gunthorpe | 1 | -1/+1 |
2020-03-26 | mm: simplify device private page handling in hmm_range_fault | Christoph Hellwig | 1 | -1/+0 |
2019-11-24 | nouveau: use mmu_interval_notifier instead of hmm_mirror | Jason Gunthorpe | 1 | -80/+99 |
2019-11-24 | nouveau: use mmu_notifier directly for invalidate_range_start | Jason Gunthorpe | 1 | -32/+63 |
2019-08-07 | mm/hmm: remove the page_shift member from struct hmm_range | Christoph Hellwig | 1 | -1/+0 |
2019-08-07 | mm/hmm: remove superfluous arguments from hmm_range_register | Christoph Hellwig | 1 | -3/+2 |
2019-08-07 | nouveau: pass struct nouveau_svmm to nouveau_range_fault | Christoph Hellwig | 1 | -6/+6 |
2019-07-26 | mm/hmm: remove hmm_range vma | Ralph Campbell | 1 | -4/+3 |
2019-07-26 | mm/hmm: replace the block argument to hmm_range_fault with a flags value | Christoph Hellwig | 1 | -1/+1 |
2019-07-26 | mm/hmm: replace hmm_update with mmu_notifier_range | Ralph Campbell | 1 | -2/+2 |
2019-07-25 | nouveau: return -EBUSY when hmm_range_wait_until_valid fails | Christoph Hellwig | 1 | -1/+1 |
2019-07-25 | nouveau: unlock mmap_sem on all errors from nouveau_range_fault | Christoph Hellwig | 1 | -5/+6 |
2019-07-25 | nouveau: remove the block parameter to nouveau_range_fault | Christoph Hellwig | 1 | -6/+4 |
2019-07-25 | mm/hmm: move hmm_vma_range_done and hmm_vma_fault to nouveau | Christoph Hellwig | 1 | -2/+44 |
2019-06-10 | mm/hmm: Use hmm_mirror not mm as an argument for hmm_range_register | Jason Gunthorpe | 1 | -1/+1 |
2019-02-20 | drm/nouveau/svm: new ioctl to migrate process memory to GPU memory | Jérôme Glisse | 1 | -0/+96 |
2019-02-20 | drm/nouveau/dmem: device memory helpers for SVM | Jérôme Glisse | 1 | -0/+2 |
2019-02-20 | drm/nouveau/svm: initial support for shared virtual memory | Ben Skeggs | 1 | -0/+737 |