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
/
nvkm
Age
Commit message (
Expand
)
Author
Files
Lines
2015-08-28
drm/nouveau/device: cleaner abstraction for device resource functions
Ben Skeggs
13
-49
/
+58
2015-08-28
drm/nouveau/mc: move device irq handling to platform-specific code
Ben Skeggs
15
-312
/
+176
2015-08-28
drm/nouveau/mc/gf100-: handle second interrupt tree
Ben Skeggs
4
-9
/
+38
2015-08-28
drm/nouveau/mc: abstract interface to master intr registers
Ben Skeggs
12
-11
/
+81
2015-08-28
drm/nouveau/pci: new subdev
Ben Skeggs
13
-39
/
+467
2015-08-28
drm/nouveau/object: merge with handle
Ben Skeggs
12
-365
/
+171
2015-08-28
drm/nouveau/core: remove the remainder of the previous style
Ben Skeggs
60
-1571
/
+431
2015-08-28
drm/nouveau/mpeg: convert to new-style nvkm_engine
Ben Skeggs
12
-327
/
+161
2015-08-28
drm/nouveau/sw: convert to new-style nvkm_engine
Ben Skeggs
18
-269
/
+109
2015-08-28
drm/nouveau/pm: convert to new-style nvkm_engine
Ben Skeggs
20
-387
/
+209
2015-08-28
drm/nouveau/gr: convert to new-style nvkm_engine
Ben Skeggs
55
-1787
/
+1701
2015-08-28
drm/nouveau/fifo: convert to new-style nvkm_engine
Ben Skeggs
55
-735
/
+623
2015-08-28
drm/nouveau/disp: convert to new-style nvkm_engine
Ben Skeggs
31
-875
/
+681
2015-08-28
drm/nouveau/dma: convert to new-style nvkm_engine
Ben Skeggs
19
-223
/
+148
2015-08-28
drm/nouveau/cipher: convert to new-style nvkm_engine
Ben Skeggs
3
-60
/
+26
2015-08-28
drm/nouveau/ce: convert to new-style nvkm_engine
Ben Skeggs
8
-270
/
+84
2015-08-28
drm/nouveau/xtensa: convert to new-style nvkm_engine
Ben Skeggs
5
-128
/
+74
2015-08-28
drm/nouveau/falcon: convert to new-style nvkm_engine
Ben Skeggs
30
-726
/
+607
2015-08-28
drm/nouveau/volt: convert to new-style nvkm_subdev
Ben Skeggs
11
-212
/
+156
2015-08-28
drm/nouveau/tmr: convert to new-style nvkm_subdev
Ben Skeggs
26
-392
/
+482
2015-08-28
drm/nouveau/therm: convert to new-style nvkm_subdev
Ben Skeggs
21
-666
/
+439
2015-08-28
drm/nouveau/pmu: convert to new-style nvkm_subdev
Ben Skeggs
20
-245
/
+216
2015-08-28
drm/nouveau/mxm: convert to new-style nvkm_subdev
Ben Skeggs
10
-94
/
+65
2015-08-28
drm/nouveau/mmu: convert to new-style nvkm_subdev
Ben Skeggs
19
-421
/
+371
2015-08-28
drm/nouveau/mc: convert to new-style nvkm_subdev
Ben Skeggs
27
-364
/
+251
2015-08-28
drm/nouveau/ltc: convert to new-style nvkm_subdev
Ben Skeggs
12
-327
/
+215
2015-08-28
drm/nouveau/imem: convert to new-style nvkm_subdev
Ben Skeggs
20
-366
/
+275
2015-08-28
drm/nouveau/devinit: run devinit scripts right after preinit
Ben Skeggs
2
-11
/
+14
2015-08-28
drm/nouveau/ibus: convert to new-style nvkm_subdev
Ben Skeggs
8
-182
/
+98
2015-08-28
drm/nouveau/i2c: convert to new-style nvkm_subdev
Ben Skeggs
21
-311
/
+188
2015-08-28
drm/nouveau/gpio: convert to new-style nvkm_subdev
Ben Skeggs
25
-335
/
+222
2015-08-28
drm/nouveau/fuse: convert to new-style nvkm_subdev
Ben Skeggs
11
-198
/
+94
2015-08-28
drm/nouveau/fb: convert to new-style nvkm_subdev
Ben Skeggs
43
-758
/
+612
2015-08-28
drm/nouveau/devinit: convert to new-style nvkm_subdev
Ben Skeggs
30
-445
/
+404
2015-08-28
drm/nouveau/clk: convert to new-style nvkm_subdev
Ben Skeggs
29
-651
/
+522
2015-08-28
drm/nouveau/bus: convert to new-style nvkm_subdev
Ben Skeggs
21
-284
/
+238
2015-08-28
drm/nouveau/bios: convert to new-style nvkm_subdev
Ben Skeggs
39
-240
/
+155
2015-08-28
drm/nouveau/bar: convert to new-style nvkm_subdev
Ben Skeggs
20
-323
/
+340
2015-08-28
drm/nouveau/core: kill some (now) dead code
Ben Skeggs
8
-576
/
+1
2015-08-28
drm/nouveau/sw: convert user classes to new-style nvkm_object
Ben Skeggs
11
-229
/
+276
2015-08-28
drm/nouveau/pm: convert user classes to new-style nvkm_object
Ben Skeggs
5
-123
/
+130
2015-08-28
drm/nouveau/mpeg: convert user classes to new-style nvkm_object
Ben Skeggs
7
-309
/
+246
2015-08-28
drm/nouveau/gr: convert user classes to new-style nvkm_object
Ben Skeggs
52
-1706
/
+1752
2015-08-28
drm/nouveau/cipher: convert user classes to new-style nvkm_object
Ben Skeggs
1
-56
/
+37
2015-08-28
drm/nouveau/ce: convert user classes to new-style nvkm_object
Ben Skeggs
2
-82
/
+26
2015-08-28
drm/nouveau/xtensa: convert user classes to new-style nvkm_object
Ben Skeggs
3
-79
/
+50
2015-08-28
drm/nouveau/falcon: convert user classes to new-style nvkm_object
Ben Skeggs
12
-377
/
+107
2015-08-28
drm/nouveau/fifo: convert user classes to new-style nvkm_object
Ben Skeggs
54
-2037
/
+1988
2015-08-28
drm/nouveau/fifo: split user classes out from engine implementations
Ben Skeggs
44
-2730
/
+3147
2015-08-28
drm/nouveau/disp: convert user classes to new-style nvkm_object
Ben Skeggs
71
-1053
/
+2316
[next]