index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
nouveau
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-02
drm/nouveau/mmu: define user interfaces to mmu memory allocation
Ben Skeggs
4
-0
/
+31
2017-11-02
drm/nouveau/mmu: define user interfaces to mmu
Ben Skeggs
4
-0
/
+105
2017-11-02
drm/nouveau/mmu/gf100-: type-based vram allocation and bar mapping
Ben Skeggs
2
-0
/
+24
2017-11-02
drm/nouveau/mmu/nv50,g84: type-based vram allocation and bar mapping
Ben Skeggs
2
-0
/
+26
2017-11-02
drm/nouveau/mmu/nv04-nv4x: type-based vram allocation and bar mapping
Ben Skeggs
2
-0
/
+12
2017-11-02
drm/nouveau/mmu: add base for type-based memory allocation
Ben Skeggs
2
-0
/
+15
2017-11-02
drm/nouveau/mmu: build up information on available memory types
Ben Skeggs
1
-0
/
+20
2017-11-02
drm/nouveau/fifo: initialise vmm with new interfaces
Ben Skeggs
1
-1
/
+1
2017-11-02
drm/nouveau/mmu: implement new vmm frontend
Ben Skeggs
2
-16
/
+36
2017-11-02
drm/nouveau/mmu: remove support for old backends
Ben Skeggs
2
-4
/
+0
2017-11-02
drm/nouveau/mmu/gp100,gp10b: implement new vmm backend
Ben Skeggs
1
-0
/
+13
2017-11-02
drm/nouveau/mmu/gm200,gm20b: implement new vmm backend
Ben Skeggs
1
-0
/
+13
2017-11-02
drm/nouveau/mmu/gf100: implement new vmm backend
Ben Skeggs
1
-0
/
+13
2017-11-02
drm/nouveau/mmu/nv50,g84: implement new vmm backend
Ben Skeggs
1
-0
/
+13
2017-11-02
drm/nouveau/mmu/nv04: implement new vmm backend
Ben Skeggs
1
-0
/
+4
2017-11-02
drm/nouveau/mmu: implement new vmm backend
Ben Skeggs
1
-0
/
+23
2017-11-02
drm/nouveau/mmu: handle instance block setup
Ben Skeggs
2
-9
/
+3
2017-11-02
drm/nouveau/mmu/gp100,gp10b: implement vmm on top of new base
Ben Skeggs
2
-0
/
+9
2017-11-02
drm/nouveau/mmu/gm200,gm20b: implement vmm on top of new base
Ben Skeggs
2
-0
/
+15
2017-11-02
drm/nouveau/mmu/gf100: implement vmm on top of new base
Ben Skeggs
2
-0
/
+9
2017-11-02
drm/nouveau/mmu/nv50,g84: implement vmm on top of new base
Ben Skeggs
3
-1
/
+9
2017-11-02
drm/nouveau/mmu/nv44: implement vmm on top of new base
Ben Skeggs
1
-0
/
+3
2017-11-02
drm/nouveau/mmu/nv04: implement vmm on top of new base
Ben Skeggs
2
-1
/
+10
2017-11-02
drm/nouveau/mmu: implement base for new vm management
Ben Skeggs
3
-4
/
+17
2017-11-02
drm/nouveau/mmu: implement page table sub-allocation
Ben Skeggs
1
-1
/
+1
2017-11-02
drm/nouveau/mmu: implement page table cache
Ben Skeggs
1
-0
/
+5
2017-11-02
drm/nouveau/mmu: automatically handle "un-bootstrapping" of vmm
Ben Skeggs
1
-0
/
+2
2017-11-02
drm/nouveau/mmu/gp10b: fork from gf100
Ben Skeggs
1
-0
/
+1
2017-11-02
drm/nouveau/mmu/gp100: fork from gf100
Ben Skeggs
1
-0
/
+1
2017-11-02
drm/nouveau/mmu/gm20b: fork from gf100
Ben Skeggs
1
-0
/
+1
2017-11-02
drm/nouveau/mmu/gm200: fork from gf100
Ben Skeggs
1
-0
/
+1
2017-11-02
drm/nouveau/mmu/gk20a: fork from gf100
Ben Skeggs
1
-0
/
+1
2017-11-02
drm/nouveau/mmu/gk104: fork from gf100
Ben Skeggs
1
-0
/
+1
2017-11-02
drm/nouveau/mmu/g84: fork from nv50
Ben Skeggs
1
-0
/
+1
2017-11-02
drm/nouveau/fb/ram: remove old allocators
Ben Skeggs
1
-4
/
+0
2017-11-02
drm/nouveau: directly handle comptag allocation
Ben Skeggs
1
-2
/
+0
2017-11-02
drm/nouveau: wrap nvkm_mem objects in nvkm_memory interfaces
Ben Skeggs
1
-0
/
+3
2017-11-02
drm/nouveau/ltc/gf100-: allocate tagram with nvkm_ram_get()
Ben Skeggs
1
-1
/
+1
2017-11-02
drm/nouveau/fb/ram: add interface to allocate vram as an nvkm_memory object
Ben Skeggs
1
-0
/
+4
2017-11-02
drm/nouveau/core/memory: add some useful accessor macros
Ben Skeggs
3
-15
/
+47
2017-11-02
drm/nouveau/core/memory: add reference counting
Ben Skeggs
1
-1
/
+3
2017-11-02
drm/nouveau/core/memory: add mechanism to retrieve allocation granularity
Ben Skeggs
1
-0
/
+2
2017-11-02
drm/nouveau/core/memory: change map interface to support upcoming mmu changes
Ben Skeggs
2
-9
/
+8
2017-11-02
drm/nouveau/core/memory: comptag allocation
Ben Skeggs
1
-0
/
+12
2017-11-02
drm/nouveau/ltc: init comptag mm in fb subdev
Ben Skeggs
1
-1
/
+0
2017-11-02
drm/nouveau/fb/gf100: clear comptags at allocation time rather than mmu map
Ben Skeggs
1
-1
/
+1
2017-11-02
drm/nouveau/fb: move comptags mm into nvkm_fb
Ben Skeggs
1
-1
/
+1
2017-11-02
drm/nouveau/core/mm: introduce functions to access info about a given allocation
Ben Skeggs
1
-0
/
+30
2017-11-02
drm/nouveau/core/mm: have users explicitly define heap identifiers
Ben Skeggs
2
-1
/
+5
2017-11-02
drm/nouveau: separate constant-va tracking from nvkm vma structure
Ben Skeggs
1
-2
/
+0
[prev]
[next]