index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
nouveau
Age
Commit message (
Expand
)
Author
Files
Lines
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/bios: make const arrays hwsq_signature and edid_sig static
Colin Ian King
1
-2
/
+2
2017-11-03
drm/nouveau/core/memory: fix missing mutex unlock
Ben Skeggs
1
-0
/
+1
2017-11-03
drm/nouveau/mmu: swap out round for ALIGN
Ben Skeggs
1
-2
/
+2
2017-11-02
drm/nouveau/gr/gf100-: don't prevent module load if firmware missing
Ben Skeggs
1
-2
/
+6
2017-11-02
drm/nouveau/mmu: remove old vmm frontend
Ben Skeggs
57
-427
/
+40
2017-11-02
drm/nouveau: improve selection of GPU page size
Ben Skeggs
1
-10
/
+38
2017-11-02
drm/nouveau: switch over to new memory and vmm interfaces
Ben Skeggs
10
-156
/
+209
2017-11-02
drm/nouveau: remove unused nouveau_fence_work()
Ben Skeggs
2
-57
/
+0
2017-11-02
drm/nouveau: queue delayed unmapping of VMAs on client workqueue
Ben Skeggs
1
-6
/
+30
2017-11-02
drm/nouveau: implement per-client delayed workqueue with fence support
Ben Skeggs
2
-0
/
+70
2017-11-02
drm/nouveau: determine memory class for each client
Ben Skeggs
2
-0
/
+17
2017-11-02
drm/nouveau: pass handle of vmm object to channel allocation ioctls
Ben Skeggs
17
-41
/
+54
2017-11-02
drm/nouveau: switch to vmm limit
Ben Skeggs
2
-8
/
+6
2017-11-02
drm/nouveau: allocate vmm object for every client
Ben Skeggs
6
-36
/
+44
2017-11-02
drm/nouveau: replace use of cpu_coherent with memory types
Ben Skeggs
1
-2
/
+11
2017-11-02
drm/nouveau: use nvif_mmu_type to determine BAR1 caching
Ben Skeggs
2
-2
/
+3
2017-11-02
drm/nouveau: fetch memory type indices that we care about for ttm
Ben Skeggs
2
-1
/
+32
2017-11-02
drm/nouveau: consolidate handling of dma mask
Ben Skeggs
3
-44
/
+13
2017-11-02
drm/nouveau: check kind validity against mmu object
Ben Skeggs
1
-2
/
+12
2017-11-02
drm/nouveau: allocate mmu object for every client
Ben Skeggs
2
-0
/
+22
2017-11-02
drm/nouveau: remove trivial cases of nvxx_device() usage
Ben Skeggs
2
-37
/
+31
2017-11-02
drm/nouveau/mmu: define user interfaces to mmu vmm opertaions
Ben Skeggs
8
-0
/
+647
2017-11-02
drm/nouveau/mmu: define user interfaces to mmu memory allocation
Ben Skeggs
12
-1
/
+363
2017-11-02
drm/nouveau/mmu: define user interfaces to mmu
Ben Skeggs
24
-1
/
+413
2017-11-02
drm/nouveau/mmu/gf100-: type-based vram allocation and bar mapping
Ben Skeggs
12
-0
/
+140
2017-11-02
drm/nouveau/mmu/nv50,g84: type-based vram allocation and bar mapping
Ben Skeggs
7
-0
/
+124
2017-11-02
drm/nouveau/mmu/nv04-nv4x: type-based vram allocation and bar mapping
Ben Skeggs
8
-0
/
+93
2017-11-02
drm/nouveau/mmu: add base for type-based memory allocation
Ben Skeggs
6
-0
/
+275
2017-11-02
drm/nouveau/mmu: build up information on available memory types
Ben Skeggs
11
-0
/
+151
2017-11-02
drm/nouveau: remove explicit unmaps
Ben Skeggs
3
-12
/
+3
2017-11-02
drm/nouveau/gr/gf100-: replace hardcoded instance/vmm setup in grctx generation
Ben Skeggs
1
-52
/
+58
2017-11-02
drm/nouveau/gr/gf100-: use new interfaces for vmm operations
Ben Skeggs
10
-52
/
+39
2017-11-02
drm/nouveau/fifo/gf100-: use new interfaces for vmm operations
Ben Skeggs
8
-36
/
+28
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/fifo: initialise vmm with new interfaces
Ben Skeggs
10
-57
/
+31
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
8
-154
/
+858
2017-11-02
drm/nouveau/mmu: remove support for old backends
Ben Skeggs
16
-358
/
+3
2017-11-02
drm/nouveau/mmu/gp100,gp10b: implement new vmm backend
Ben Skeggs
10
-133
/
+281
2017-11-02
drm/nouveau/mmu/gm200,gm20b: implement new vmm backend
Ben Skeggs
6
-20
/
+101
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
6
-5
/
+306
2017-11-02
drm/nouveau/mmu/nv50,g84: implement new vmm backend
Ben Skeggs
6
-194
/
+360
2017-11-02
drm/nouveau/mmu/nv44: implement new vmm backend
Ben Skeggs
2
-141
/
+168
[next]