index
:
nova.git
nova
nova-next
topic/nova/allocator
wip/fw-loader
dakr's fork of freedesktop.org/drm/nova
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
2024-02-26
Merge v6.8-rc6 into drm-next
Daniel Vetter
2024-02-12
nouveau/svm: fix kvcalloc() argument order
Arnd Bergmann
2024-01-31
drm/nouveau/svm: remove unused but set variables
Jani Nikula
2023-09-29
nouveau/svm: Split assignment from if conditional
Gustavo A. R. Silva
2023-09-29
nouveau/svm: Replace one-element array with flexible-array member in struct n...
Gustavo A. R. Silva
2023-08-04
drm/nouveau: nvkm/vmm: implement raw ops to manage uvmm
Danilo Krummrich
2022-11-09
drm/nouveau/fault: expose replayable fault buffer event class
Ben Skeggs
2022-03-24
Merge tag 'drm-next-2022-03-24' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2022-03-03
mm: don't include <linux/memremap.h> in <linux/mm.h>
Christoph Hellwig
2022-02-08
nouveau/svm: Use struct_size() helper in nouveau_pfns_map()
Gustavo A. R. Silva
2021-11-12
Merge tag 'drm-next-2021-11-12' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2021-11-04
drm/nouveau/svm: Fix refcount leak bug and missing check against null bug
Chenyuan Mi
2021-10-28
nouveau/svm: Use kvcalloc() instead of kvzalloc()
Gustavo A. R. Silva
2021-08-18
drm/nouveau: rip out nvkm_client.super
Ben Skeggs
2021-07-01
nouveau/svm: implement atomic SVM access
Alistair Popple
2021-07-01
nouveau/svm: refactor nouveau_range_fault
Alistair Popple
2021-07-01
mm: rename migrate_pgmap_owner
Alistair Popple
2021-01-29
drm/nouveau/svm: fail NOUVEAU_SVM_INIT ioctl on unsupported devices
Karol Herbst
2020-10-30
drm/nouveau/nouveau: fix the start/end range for migration
Ralph Campbell
2020-08-05
Merge tag 'drm-next-2020-08-06' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2020-08-05
Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...
Linus Torvalds
2020-07-28
nouveau/svm: use the new migration invalidation
Ralph Campbell
2020-07-24
drm/nouveau/nvif: give every notify object a human-readable name
Ben Skeggs
2020-07-24
drm/nouveau/nvif: give every vmm object a human-readable identifier
Ben Skeggs
2020-07-24
drm/nouveau/nvif: give every object a human-readable identifier
Ben Skeggs
2020-07-10
nouveau/hmm: support mapping large sysmem pages
Ralph Campbell
2020-07-10
nouveau/hmm: fault one page at a time
Ralph Campbell
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
[next]