index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
nouveau
/
nouveau_svm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-24
Merge tag 'drm-next-2022-03-24' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-2
/
+2
2022-03-03
mm: don't include <linux/memremap.h> in <linux/mm.h>
Christoph Hellwig
1
-0
/
+1
2022-02-08
nouveau/svm: Use struct_size() helper in nouveau_pfns_map()
Gustavo A. R. Silva
1
-2
/
+2
2021-11-12
Merge tag 'drm-next-2021-11-12' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-0
/
+4
2021-11-04
drm/nouveau/svm: Fix refcount leak bug and missing check against null bug
Chenyuan Mi
1
-0
/
+4
2021-10-28
nouveau/svm: Use kvcalloc() instead of kvzalloc()
Gustavo A. R. Silva
1
-1
/
+1
2021-08-18
drm/nouveau: rip out nvkm_client.super
Ben Skeggs
1
-9
/
+0
2021-07-01
nouveau/svm: implement atomic SVM access
Alistair Popple
1
-11
/
+115
2021-07-01
nouveau/svm: refactor nouveau_range_fault
Alistair Popple
1
-14
/
+20
2021-07-01
mm: rename migrate_pgmap_owner
Alistair Popple
1
-1
/
+1
2021-01-29
drm/nouveau/svm: fail NOUVEAU_SVM_INIT ioctl on unsupported devices
Karol Herbst
1
-0
/
+4
2020-10-30
drm/nouveau/nouveau: fix the start/end range for migration
Ralph Campbell
1
-11
/
+3
2020-08-05
Merge tag 'drm-next-2020-08-06' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-7
/
+8
2020-08-05
Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...
Linus Torvalds
1
-150
/
+107
2020-07-28
nouveau/svm: use the new migration invalidation
Ralph Campbell
1
-12
/
+9
2020-07-24
drm/nouveau/nvif: give every notify object a human-readable name
Ben Skeggs
1
-3
/
+3
2020-07-24
drm/nouveau/nvif: give every vmm object a human-readable identifier
Ben Skeggs
1
-1
/
+2
2020-07-24
drm/nouveau/nvif: give every object a human-readable identifier
Ben Skeggs
1
-3
/
+3
2020-07-10
nouveau/hmm: support mapping large sysmem pages
Ralph Campbell
1
-13
/
+40
2020-07-10
nouveau/hmm: fault one page at a time
Ralph Campbell
1
-133
/
+66
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-02
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-07
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-27
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-23
nouveau: use mmu_interval_notifier instead of hmm_mirror
Jason Gunthorpe
1
-80
/
+99
2019-11-23
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