index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2017-11-15
276
-3408
/
+10027
|
\
|
*
drm/nouveau/bios/timing: mark expected switch fall-throughs
Gustavo A. R. Silva
2017-11-03
1
-0
/
+5
|
*
drm/nouveau/devinit/nv04: mark expected switch fall-throughs
Gustavo A. R. Silva
2017-11-03
1
-6
/
+6
|
*
drm/nouveau/bios: make const arrays hwsq_signature and edid_sig static
Colin Ian King
2017-11-03
1
-2
/
+2
|
*
drm/nouveau/core/memory: fix missing mutex unlock
Ben Skeggs
2017-11-03
1
-0
/
+1
|
*
drm/nouveau/mmu: swap out round for ALIGN
Ben Skeggs
2017-11-03
1
-2
/
+2
|
*
drm/nouveau/gr/gf100-: don't prevent module load if firmware missing
Ben Skeggs
2017-11-02
1
-2
/
+6
|
*
drm/nouveau/mmu: remove old vmm frontend
Ben Skeggs
2017-11-02
57
-427
/
+40
|
*
drm/nouveau: improve selection of GPU page size
Ben Skeggs
2017-11-02
1
-10
/
+38
|
*
drm/nouveau: switch over to new memory and vmm interfaces
Ben Skeggs
2017-11-02
10
-156
/
+209
|
*
drm/nouveau: remove unused nouveau_fence_work()
Ben Skeggs
2017-11-02
2
-57
/
+0
|
*
drm/nouveau: queue delayed unmapping of VMAs on client workqueue
Ben Skeggs
2017-11-02
1
-6
/
+30
|
*
drm/nouveau: implement per-client delayed workqueue with fence support
Ben Skeggs
2017-11-02
2
-0
/
+70
|
*
drm/nouveau: determine memory class for each client
Ben Skeggs
2017-11-02
2
-0
/
+17
|
*
drm/nouveau: pass handle of vmm object to channel allocation ioctls
Ben Skeggs
2017-11-02
17
-41
/
+54
|
*
drm/nouveau: switch to vmm limit
Ben Skeggs
2017-11-02
2
-8
/
+6
|
*
drm/nouveau: allocate vmm object for every client
Ben Skeggs
2017-11-02
6
-36
/
+44
|
*
drm/nouveau: replace use of cpu_coherent with memory types
Ben Skeggs
2017-11-02
1
-2
/
+11
|
*
drm/nouveau: use nvif_mmu_type to determine BAR1 caching
Ben Skeggs
2017-11-02
2
-2
/
+3
|
*
drm/nouveau: fetch memory type indices that we care about for ttm
Ben Skeggs
2017-11-02
2
-1
/
+32
|
*
drm/nouveau: consolidate handling of dma mask
Ben Skeggs
2017-11-02
3
-44
/
+13
|
*
drm/nouveau: check kind validity against mmu object
Ben Skeggs
2017-11-02
1
-2
/
+12
|
*
drm/nouveau: allocate mmu object for every client
Ben Skeggs
2017-11-02
2
-0
/
+22
|
*
drm/nouveau: remove trivial cases of nvxx_device() usage
Ben Skeggs
2017-11-02
2
-37
/
+31
|
*
drm/nouveau/mmu: define user interfaces to mmu vmm opertaions
Ben Skeggs
2017-11-02
8
-0
/
+647
|
*
drm/nouveau/mmu: define user interfaces to mmu memory allocation
Ben Skeggs
2017-11-02
12
-1
/
+363
|
*
drm/nouveau/mmu: define user interfaces to mmu
Ben Skeggs
2017-11-02
24
-1
/
+413
|
*
drm/nouveau/mmu/gf100-: type-based vram allocation and bar mapping
Ben Skeggs
2017-11-02
12
-0
/
+140
|
*
drm/nouveau/mmu/nv50,g84: type-based vram allocation and bar mapping
Ben Skeggs
2017-11-02
7
-0
/
+124
|
*
drm/nouveau/mmu/nv04-nv4x: type-based vram allocation and bar mapping
Ben Skeggs
2017-11-02
8
-0
/
+93
|
*
drm/nouveau/mmu: add base for type-based memory allocation
Ben Skeggs
2017-11-02
6
-0
/
+275
|
*
drm/nouveau/mmu: build up information on available memory types
Ben Skeggs
2017-11-02
11
-0
/
+151
|
*
drm/nouveau: remove explicit unmaps
Ben Skeggs
2017-11-02
3
-12
/
+3
|
*
drm/nouveau/gr/gf100-: replace hardcoded instance/vmm setup in grctx generation
Ben Skeggs
2017-11-02
1
-52
/
+58
|
*
drm/nouveau/gr/gf100-: use new interfaces for vmm operations
Ben Skeggs
2017-11-02
10
-52
/
+39
|
*
drm/nouveau/fifo/gf100-: use new interfaces for vmm operations
Ben Skeggs
2017-11-02
8
-36
/
+28
|
*
drm/nouveau/secboot/gm200: use new interfaces for vmm operations
Ben Skeggs
2017-11-02
1
-6
/
+5
|
*
drm/nouveau/imem/nv50-: use new interfaces for vmm operations
Ben Skeggs
2017-11-02
2
-32
/
+41
|
*
drm/nouveau/fb/ram: use new interfaces for vmm operations
Ben Skeggs
2017-11-02
1
-4
/
+14
|
*
drm/nouveau/fifo: initialise vmm with new interfaces
Ben Skeggs
2017-11-02
10
-57
/
+31
|
*
drm/nouveau/secboot/gm200: initialise vmm with new interfaces
Ben Skeggs
2017-11-02
2
-10
/
+10
|
*
drm/nouveau/bar/gf100: initialise vmm with new interfaces
Ben Skeggs
2017-11-02
2
-18
/
+14
|
*
drm/nouveau/bar/nv50: initialise vmm with new interfaces
Ben Skeggs
2017-11-02
2
-18
/
+19
|
*
drm/nouveau/mmu: implement new vmm frontend
Ben Skeggs
2017-11-02
8
-154
/
+858
|
*
drm/nouveau/mmu: remove support for old backends
Ben Skeggs
2017-11-02
16
-358
/
+3
|
*
drm/nouveau/mmu/gp100,gp10b: implement new vmm backend
Ben Skeggs
2017-11-02
10
-133
/
+281
|
*
drm/nouveau/mmu/gm200,gm20b: implement new vmm backend
Ben Skeggs
2017-11-02
6
-20
/
+101
|
*
drm/nouveau/mmu/gk104,gk20a: implement new vmm backend
Ben Skeggs
2017-11-02
5
-10
/
+41
|
*
drm/nouveau/mmu/gf100: implement new vmm backend
Ben Skeggs
2017-11-02
6
-5
/
+306
|
*
drm/nouveau/mmu/nv50,g84: implement new vmm backend
Ben Skeggs
2017-11-02
6
-194
/
+360
[next]