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_uvmm.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
nouveau: set placement to original placement on uvmm validate.
Dave Airlie
2024-08-01
1
-0
/
+1
*
drm/nouveau: Constify struct nouveau_job_ops
Christophe JAILLET
2024-06-17
1
-1
/
+1
*
nouveau/uvmm: fix addr/range calcs for remap operations
Dave Airlie
2024-03-28
1
-3
/
+3
*
drm/nouveau: don't fini scheduler if not initialized
Danilo Krummrich
2024-02-12
1
-1
/
+1
*
drm/exec: Pass in initial # of objects
Rob Clark
2023-12-10
1
-1
/
+1
*
drm/nouveau: Removes unnecessary args check in nouveau_uvmm_sm_prepare
Yuran Pereira
2023-11-30
1
-1
/
+4
*
drm/nouveau: enable dynamic job-flow control
Danilo Krummrich
2023-11-24
1
-1
/
+3
*
drm/nouveau: implement 1:1 scheduler - entity relationship
Danilo Krummrich
2023-11-24
1
-48
/
+21
*
drm/nouveau: use GPUVM common infrastructure
Danilo Krummrich
2023-11-24
1
-62
/
+72
*
drm/gpuvm: add an abstraction for a VM / BO combination
Danilo Krummrich
2023-11-13
1
-18
/
+45
*
drm/gpuvm: reference count drm_gpuvm structures
Danilo Krummrich
2023-11-13
1
-5
/
+15
*
drm/nouveau: separately allocate struct nouveau_uvmm
Danilo Krummrich
2023-11-13
1
-32
/
+31
*
drm/gpuvm: add drm_gpuvm_flags to drm_gpuvm
Danilo Krummrich
2023-11-13
1
-1
/
+1
*
drm/nouveau: make use of the GPUVM's shared dma-resv
Danilo Krummrich
2023-11-13
1
-5
/
+2
*
drm/gpuvm: add common dma-resv per struct drm_gpuvm
Danilo Krummrich
2023-11-13
1
-2
/
+11
*
drm/nouveau: make use of drm_gpuvm_range_valid()
Danilo Krummrich
2023-11-13
1
-16
/
+1
*
drm/gpuvm: convert WARN() to drm_WARN() variants
Danilo Krummrich
2023-11-13
1
-1
/
+2
*
drm/nouveau: uvmm: rename 'umgr' to 'base'
Danilo Krummrich
2023-09-26
1
-16
/
+16
*
drm/gpuvm: rename struct drm_gpuva_manager to struct drm_gpuvm
Danilo Krummrich
2023-09-26
1
-14
/
+14
*
drm/nouveau: uvmm: fix unset region pointer on remap
Danilo Krummrich
2023-08-22
1
-0
/
+1
*
drm/nouveau: uvmm: remove dedicated VM pointer from VMAs
Danilo Krummrich
2023-08-08
1
-5
/
+4
*
drm/nouveau: uvmm: remove incorrect calls to mas_unlock()
Danilo Krummrich
2023-08-08
1
-6
/
+2
*
drm/nouveau: remove incorrect __user annotations
Danilo Krummrich
2023-08-08
1
-3
/
+3
*
drm/nouveau: implement new VM_BIND uAPI
Danilo Krummrich
2023-08-04
1
-0
/
+1921