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
Age
Commit message (
Expand
)
Author
Files
Lines
2015-08-28
drm/nouveau/nvif: return min/max versions for supported object classes
Ben Skeggs
8
-42
/
+92
2015-08-28
drm/nouveau/nvif: assign internal class identifiers to sw classes
Ben Skeggs
12
-26
/
+87
2015-08-28
drm/nouveau/nvif: use negative oclass identifier for internal classes
Ben Skeggs
12
-39
/
+29
2015-08-28
drm/nouveau/nvif: return success from sclass even for objects without children
Ben Skeggs
1
-6
/
+6
2015-08-28
drm/nouveau/nvif: extend nop ioctl to return nvif version identifier
Ben Skeggs
4
-4
/
+18
2015-08-28
drm/nouveau/nvif: replace path-based object identification
Ben Skeggs
24
-116
/
+152
2015-08-28
drm/nouveau/nvif: simplify and tidy library interfaces
Ben Skeggs
42
-574
/
+365
2015-08-28
drm/nouveau/client: store default device by handle, not reference
Ben Skeggs
4
-16
/
+9
2015-08-28
drm/nouveau/parent: remove some (now) unnecessary special-case handling
Ben Skeggs
2
-49
/
+14
2015-08-28
drm/nouveau/object: store object type data outside of handle
Ben Skeggs
6
-8
/
+8
2015-08-28
drm/nouveau/device: decouple from engine machinery
Ben Skeggs
10
-59
/
+104
2015-08-28
drm/nouveau/device: split user device implementation out on its own
Ben Skeggs
4
-223
/
+254
2015-08-28
drm/nouveau/device: simplify subdev construction
Ben Skeggs
4
-339
/
+218
2015-08-28
drm/nouveau/device: tidy ctor/dtor interfaces
Ben Skeggs
3
-41
/
+40
2015-08-28
drm/nouveau/client: tidy ctor/dtor interfaces
Ben Skeggs
5
-67
/
+64
2015-08-28
drm/nouveau/platform: remove subclassing of nvkm_device
Ben Skeggs
8
-40
/
+25
2015-08-28
drm/nouveau/disp: transition outp/conn away from being based on nvkm_object
Ben Skeggs
28
-635
/
+629
2015-08-28
drm/nouveau/i2c: transition pad/ports away from being based on nvkm_object
Ben Skeggs
52
-2021
/
+2293
2015-08-28
drm/nouveau/fb: transition nvkm_ram away from being based on nvkm_object
Ben Skeggs
59
-1092
/
+872
2015-08-28
drm/nouveau/vga: require nvkm_device pointer in accessor functions
Ben Skeggs
9
-102
/
+98
2015-08-28
drm/nouveau/imem: use object accessor function for suspend/resume
Ben Skeggs
3
-53
/
+10
2015-08-28
drm/nouveau/core: wrap direct use of object accessor functions
Ben Skeggs
3
-38
/
+97
2015-08-28
drm/nouveau/mpeg: switch to gpuobj accessor macros
Ben Skeggs
3
-11
/
+22
2015-08-28
drm/nouveau/gr: switch to gpuobj accessor macros
Ben Skeggs
14
-317
/
+385
2015-08-28
drm/nouveau/fifo: switch to gpuobj accessor macros
Ben Skeggs
8
-158
/
+220
2015-08-28
drm/nouveau/dma: switch to gpuobj accessor macros
Ben Skeggs
4
-25
/
+35
2015-08-28
drm/nouveau/cipher: switch to gpuobj accessor macros
Ben Skeggs
1
-4
/
+6
2015-08-28
drm/nouveau/xtensa: switch to gpuobj accessor macros
Ben Skeggs
1
-1
/
+3
2015-08-28
drm/nouveau/falcon: switch to gpuobj accessor macros
Ben Skeggs
1
-1
/
+3
2015-08-28
drm/nouveau/mmu: switch to gpuobj accessor macros
Ben Skeggs
5
-38
/
+68
2015-08-28
drm/nouveau/bar: switch to gpuobj accessor macros
Ben Skeggs
2
-18
/
+24
2015-08-28
drm/nouveau/core: switch to gpuobj accessor macros
Ben Skeggs
2
-9
/
+21
2015-08-28
drm/nouveau/gpuobj: type-safe accessor macros
Ben Skeggs
1
-0
/
+16
2015-08-28
drm/nouveau/xtensa: remove object accessor functions
Ben Skeggs
4
-40
/
+24
2015-08-28
drm/nouveau/falcon: remove object accessor functions
Ben Skeggs
13
-85
/
+55
2015-08-28
drm/nouveau/imem: remove object accessor functions
Ben Skeggs
6
-23
/
+40
2015-08-28
drm/nouveau/fuse: remove object accessor functions
Ben Skeggs
5
-11
/
+27
2015-08-28
drm/nouveau/bios: remove object accessor functions
Ben Skeggs
45
-970
/
+881
2015-08-28
drm/nouveau/core: remove last printks
Ben Skeggs
50
-514
/
+294
2015-08-28
drm/nouveau: use dev_* for logging
Ben Skeggs
7
-47
/
+55
2015-08-28
drm/nouveau/sec: switch to subdev printk macros
Ben Skeggs
3
-18
/
+8
2015-08-28
drm/nouveau/pm: switch to subdev printk macros
Ben Skeggs
1
-6
/
+9
2015-08-28
drm/nouveau/mpeg: switch to subdev printk macros
Ben Skeggs
4
-18
/
+21
2015-08-28
drm/nouveau/gr: switch to subdev printk macros
Ben Skeggs
10
-302
/
+339
2015-08-28
drm/nouveau/fifo: switch to subdev printk macros
Ben Skeggs
6
-165
/
+162
2015-08-28
drm/nouveau/disp: switch to subdev printk macros
Ben Skeggs
7
-88
/
+102
2015-08-28
drm/nouveau/device: switch to dev_printk macros
Ben Skeggs
10
-17
/
+3
2015-08-28
drm/nouveau/cipher: switch to subdev printk macros
Ben Skeggs
1
-5
/
+6
2015-08-28
drm/nouveau/ce: switch to subdev printk macros
Ben Skeggs
3
-10
/
+10
2015-08-28
drm/nouveau/xtensa: switch to subdev printk macros
Ben Skeggs
1
-7
/
+8
[next]