index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
nouveau
/
nvkm
/
subdev
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/nouveau/mmu/gk104,gk20a: implement vmm on top of new base
Ben Skeggs
2017-11-02
6
-2
/
+157
*
drm/nouveau/mmu/gf100: implement vmm on top of new base
Ben Skeggs
2017-11-02
4
-2
/
+162
*
drm/nouveau/mmu/nv50,g84: implement vmm on top of new base
Ben Skeggs
2017-11-02
7
-4
/
+113
*
drm/nouveau/mmu/nv44: implement vmm on top of new base
Ben Skeggs
2017-11-02
9
-91
/
+93
*
drm/nouveau/mmu/nv41: implement vmm on top of new base
Ben Skeggs
2017-11-02
4
-28
/
+69
*
drm/nouveau/mmu/nv04: implement vmm on top of new base
Ben Skeggs
2017-11-02
5
-33
/
+100
*
drm/nouveau/mmu: implement base for new vm management
Ben Skeggs
2017-11-02
6
-15
/
+333
*
drm/nouveau/mmu: implement page table sub-allocation
Ben Skeggs
2017-11-02
2
-0
/
+100
*
drm/nouveau/mmu: implement page table cache
Ben Skeggs
2017-11-02
2
-2
/
+145
*
drm/nouveau/mmu: automatically handle "un-bootstrapping" of vmm
Ben Skeggs
2017-11-02
3
-8
/
+5
*
drm/nouveau/mmu/gp10b: fork from gf100
Ben Skeggs
2017-11-02
2
-0
/
+44
*
drm/nouveau/mmu/gp100: fork from gf100
Ben Skeggs
2017-11-02
2
-0
/
+44
*
drm/nouveau/mmu/gm20b: fork from gf100
Ben Skeggs
2017-11-02
2
-0
/
+44
*
drm/nouveau/mmu/gm200: fork from gf100
Ben Skeggs
2017-11-02
2
-0
/
+44
*
drm/nouveau/mmu/gk20a: fork from gf100
Ben Skeggs
2017-11-02
2
-0
/
+44
*
drm/nouveau/mmu/gk104: fork from gf100
Ben Skeggs
2017-11-02
4
-6
/
+60
*
drm/nouveau/mmu/g84: fork from nv50
Ben Skeggs
2017-11-02
4
-6
/
+60
*
drm/nouveau/fb/ram: remove old allocators
Ben Skeggs
2017-11-02
10
-163
/
+0
*
drm/nouveau: directly handle comptag allocation
Ben Skeggs
2017-11-02
3
-53
/
+0
*
drm/nouveau: wrap nvkm_mem objects in nvkm_memory interfaces
Ben Skeggs
2017-11-02
2
-0
/
+10
*
drm/nouveau/ltc/gf100-: allocate tagram with nvkm_ram_get()
Ben Skeggs
2017-11-02
2
-8
/
+8
*
drm/nouveau/imem/nv50: allocate memory with nvkm_ram_get()
Ben Skeggs
2017-11-02
1
-23
/
+14
*
drm/nouveau/fb/ram/gt215: allocate training buffer with nvkm_ram_get()
Ben Skeggs
2017-11-02
1
-9
/
+9
*
drm/nouveau/fb/ram: add interface to allocate vram as an nvkm_memory object
Ben Skeggs
2017-11-02
1
-0
/
+122
*
drm/nouveau/core/memory: add reference counting
Ben Skeggs
2017-11-02
8
-15
/
+15
*
drm/nouveau/core/memory: change map interface to support upcoming mmu changes
Ben Skeggs
2017-11-02
3
-9
/
+17
*
drm/nouveau/ltc: init comptag mm in fb subdev
Ben Skeggs
2017-11-02
3
-6
/
+9
*
drm/nouveau/fb/gf100: clear comptags at allocation time rather than mmu map
Ben Skeggs
2017-11-02
3
-5
/
+7
*
drm/nouveau/fb: move comptag init out of ram submodule
Ben Skeggs
2017-11-02
30
-38
/
+63
*
drm/nouveau/fb: move comptags mm into nvkm_fb
Ben Skeggs
2017-11-02
9
-12
/
+12
*
drm/nouveau/core/mm: have users explicitly define heap identifiers
Ben Skeggs
2017-11-02
9
-14
/
+20
*
drm/nouveau: separate buffer object backing memory from nvkm structures
Ben Skeggs
2017-11-02
2
-2
/
+0
*
drm/nouveau/fb: finalise big page size selection in constructor
Ben Skeggs
2017-11-02
10
-26
/
+32
*
drm/nouveau/mmu/nv04-nv4x: move global vmm to nvkm_mmu
Ben Skeggs
2017-11-02
4
-15
/
+14
*
drm/nouveau/imem: use fast-path for resume restore
Ben Skeggs
2017-11-02
3
-5
/
+12
*
drm/nouveau/imem: use fast-path for suspend backup
Ben Skeggs
2017-11-02
2
-4
/
+11
*
drm/nouveau/imem: separate pre-BAR2-bootstrap objects from the rest
Ben Skeggs
2017-11-02
3
-0
/
+29
*
drm/nouveau/imem: switch to kvmalloc/kvfree for suspend/resume backup
Ben Skeggs
2017-11-02
1
-2
/
+2
*
drm/nouveau/imem: separate suspend/resume backup handling into their own func...
Ben Skeggs
2017-11-02
1
-30
/
+46
*
drm/nouveau/imem: remove now-unused wrapper for backend objects
Ben Skeggs
2017-11-02
6
-170
/
+2
*
drm/nouveau/imem/nv50: support eviction of BAR2 mappings
Ben Skeggs
2017-11-02
1
-5
/
+67
*
drm/nouveau/imem/nv50: prevent fast-path for mapped objects when BAR isn't ready
Ben Skeggs
2017-11-02
1
-3
/
+5
*
drm/nouveau/imem/nv50: map bar2 write-combined
Ben Skeggs
2017-11-02
1
-2
/
+3
*
drm/nouveau/imem/nv50: embed nvkm_instobj directly into nv04_instobj
Ben Skeggs
2017-11-02
1
-32
/
+102
*
drm/nouveau/imem/nv50: move slow-path locking into rd/wr functions
Ben Skeggs
2017-11-02
1
-8
/
+6
*
drm/nouveau/imem/nv50: split object map out from api functions
Ben Skeggs
2017-11-02
1
-25
/
+32
*
drm/nouveau/imem/nv40: map bar2 write-combined
Ben Skeggs
2017-11-02
1
-2
/
+3
*
drm/nouveau/imem/nv40: embed nvkm_instobj directly into nv04_instobj
Ben Skeggs
2017-11-02
1
-7
/
+7
*
drm/nouveau/imem/nv04: directly embed nvkm_instobj into nv04_instobj
Ben Skeggs
2017-11-02
1
-7
/
+7
*
drm/nouveau/imem: allow nvkm_instobj to be directly embedded in backend object
Ben Skeggs
2017-11-02
2
-13
/
+38
[next]