index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
nouveau
/
nvkm
/
subdev
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-16
Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
126
-2166
/
+7263
2017-11-03
drm/nouveau/bios/timing: mark expected switch fall-throughs
Gustavo A. R. Silva
1
-0
/
+5
2017-11-03
drm/nouveau/devinit/nv04: mark expected switch fall-throughs
Gustavo A. R. Silva
1
-6
/
+6
2017-11-03
drm/nouveau/mmu: swap out round for ALIGN
Ben Skeggs
1
-2
/
+2
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
50
-0
/
+50
2017-11-02
drm/nouveau/mmu: remove old vmm frontend
Ben Skeggs
47
-366
/
+39
2017-11-02
drm/nouveau/mmu: define user interfaces to mmu vmm opertaions
Ben Skeggs
4
-0
/
+376
2017-11-02
drm/nouveau/mmu: define user interfaces to mmu memory allocation
Ben Skeggs
4
-0
/
+240
2017-11-02
drm/nouveau/mmu: define user interfaces to mmu
Ben Skeggs
17
-1
/
+185
2017-11-02
drm/nouveau/mmu/gf100-: type-based vram allocation and bar mapping
Ben Skeggs
10
-0
/
+116
2017-11-02
drm/nouveau/mmu/nv50,g84: type-based vram allocation and bar mapping
Ben Skeggs
5
-0
/
+98
2017-11-02
drm/nouveau/mmu/nv04-nv4x: type-based vram allocation and bar mapping
Ben Skeggs
6
-0
/
+81
2017-11-02
drm/nouveau/mmu: add base for type-based memory allocation
Ben Skeggs
4
-0
/
+260
2017-11-02
drm/nouveau/mmu: build up information on available memory types
Ben Skeggs
10
-0
/
+131
2017-11-02
drm/nouveau/secboot/gm200: use new interfaces for vmm operations
Ben Skeggs
1
-6
/
+5
2017-11-02
drm/nouveau/imem/nv50-: use new interfaces for vmm operations
Ben Skeggs
2
-32
/
+41
2017-11-02
drm/nouveau/fb/ram: use new interfaces for vmm operations
Ben Skeggs
1
-4
/
+14
2017-11-02
drm/nouveau/secboot/gm200: initialise vmm with new interfaces
Ben Skeggs
2
-10
/
+10
2017-11-02
drm/nouveau/bar/gf100: initialise vmm with new interfaces
Ben Skeggs
2
-18
/
+14
2017-11-02
drm/nouveau/bar/nv50: initialise vmm with new interfaces
Ben Skeggs
2
-18
/
+19
2017-11-02
drm/nouveau/mmu: implement new vmm frontend
Ben Skeggs
5
-138
/
+820
2017-11-02
drm/nouveau/mmu: remove support for old backends
Ben Skeggs
12
-323
/
+3
2017-11-02
drm/nouveau/mmu/gp100,gp10b: implement new vmm backend
Ben Skeggs
9
-133
/
+268
2017-11-02
drm/nouveau/mmu/gm200,gm20b: implement new vmm backend
Ben Skeggs
5
-20
/
+88
2017-11-02
drm/nouveau/mmu/gk104,gk20a: implement new vmm backend
Ben Skeggs
5
-10
/
+41
2017-11-02
drm/nouveau/mmu/gf100: implement new vmm backend
Ben Skeggs
5
-5
/
+293
2017-11-02
drm/nouveau/mmu/nv50,g84: implement new vmm backend
Ben Skeggs
5
-194
/
+347
2017-11-02
drm/nouveau/mmu/nv44: implement new vmm backend
Ben Skeggs
2
-141
/
+168
2017-11-02
drm/nouveau/mmu/nv41: implement new vmm backend
Ben Skeggs
2
-69
/
+64
2017-11-02
drm/nouveau/mmu/nv04: implement new vmm backend
Ben Skeggs
3
-58
/
+58
2017-11-02
drm/nouveau/mmu: implement new vmm backend
Ben Skeggs
3
-3
/
+806
2017-11-02
drm/nouveau/fb/gm200: enable NV_PFB_MMU_CTRL_USE_FULL_COMP_TAG_LINE where app...
Ben Skeggs
1
-3
/
+3
2017-11-02
drm/nouveau/ltc/gm200: limit NV_MMU_PTE_COMPTAGLINE bits to 16 where required
Ben Skeggs
1
-2
/
+3
2017-11-02
drm/nouveau/mmu: handle instance block setup
Ben Skeggs
10
-142
/
+76
2017-11-02
drm/nouveau/mmu: remove old vm creation hooks
Ben Skeggs
9
-65
/
+1
2017-11-02
drm/nouveau/mmu/gp100,gp10b: implement vmm on top of new base
Ben Skeggs
6
-24
/
+170
2017-11-02
drm/nouveau/mmu/gm200,gm20b: implement vmm on top of new base
Ben Skeggs
6
-2
/
+288
2017-11-02
drm/nouveau/mmu/gk104,gk20a: implement vmm on top of new base
Ben Skeggs
6
-2
/
+157
2017-11-02
drm/nouveau/mmu/gf100: implement vmm on top of new base
Ben Skeggs
4
-2
/
+162
2017-11-02
drm/nouveau/mmu/nv50,g84: implement vmm on top of new base
Ben Skeggs
7
-4
/
+113
2017-11-02
drm/nouveau/mmu/nv44: implement vmm on top of new base
Ben Skeggs
9
-91
/
+93
2017-11-02
drm/nouveau/mmu/nv41: implement vmm on top of new base
Ben Skeggs
4
-28
/
+69
2017-11-02
drm/nouveau/mmu/nv04: implement vmm on top of new base
Ben Skeggs
5
-33
/
+100
2017-11-02
drm/nouveau/mmu: implement base for new vm management
Ben Skeggs
6
-15
/
+333
2017-11-02
drm/nouveau/mmu: implement page table sub-allocation
Ben Skeggs
2
-0
/
+100
2017-11-02
drm/nouveau/mmu: implement page table cache
Ben Skeggs
2
-2
/
+145
2017-11-02
drm/nouveau/mmu: automatically handle "un-bootstrapping" of vmm
Ben Skeggs
3
-8
/
+5
2017-11-02
drm/nouveau/mmu/gp10b: fork from gf100
Ben Skeggs
2
-0
/
+44
2017-11-02
drm/nouveau/mmu/gp100: fork from gf100
Ben Skeggs
2
-0
/
+44
2017-11-02
drm/nouveau/mmu/gm20b: fork from gf100
Ben Skeggs
2
-0
/
+44
[next]