index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
nouveau
/
nouveau_svm.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
nouveau: use mmu_interval_notifier instead of hmm_mirror
Jason Gunthorpe
2019-11-23
1
-80
/
+99
*
nouveau: use mmu_notifier directly for invalidate_range_start
Jason Gunthorpe
2019-11-23
1
-32
/
+63
*
mm/hmm: remove the page_shift member from struct hmm_range
Christoph Hellwig
2019-08-07
1
-1
/
+0
*
mm/hmm: remove superfluous arguments from hmm_range_register
Christoph Hellwig
2019-08-07
1
-3
/
+2
*
nouveau: pass struct nouveau_svmm to nouveau_range_fault
Christoph Hellwig
2019-08-07
1
-6
/
+6
*
mm/hmm: remove hmm_range vma
Ralph Campbell
2019-07-26
1
-4
/
+3
*
mm/hmm: replace the block argument to hmm_range_fault with a flags value
Christoph Hellwig
2019-07-26
1
-1
/
+1
*
mm/hmm: replace hmm_update with mmu_notifier_range
Ralph Campbell
2019-07-26
1
-2
/
+2
*
nouveau: return -EBUSY when hmm_range_wait_until_valid fails
Christoph Hellwig
2019-07-25
1
-1
/
+1
*
nouveau: unlock mmap_sem on all errors from nouveau_range_fault
Christoph Hellwig
2019-07-25
1
-5
/
+6
*
nouveau: remove the block parameter to nouveau_range_fault
Christoph Hellwig
2019-07-25
1
-6
/
+4
*
mm/hmm: move hmm_vma_range_done and hmm_vma_fault to nouveau
Christoph Hellwig
2019-07-25
1
-2
/
+44
*
mm/hmm: Use hmm_mirror not mm as an argument for hmm_range_register
Jason Gunthorpe
2019-06-10
1
-1
/
+1
*
drm/nouveau/svm: new ioctl to migrate process memory to GPU memory
Jérôme Glisse
2019-02-20
1
-0
/
+96
*
drm/nouveau/dmem: device memory helpers for SVM
Jérôme Glisse
2019-02-20
1
-0
/
+2
*
drm/nouveau/svm: initial support for shared virtual memory
Ben Skeggs
2019-02-20
1
-0
/
+737