index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/nouveau/dma: switch to instanced constructor
Ben Skeggs
2021-02-11
12
-109
/
+111
*
drm/nouveau/disp: switch to instanced constructor
Ben Skeggs
2021-02-11
34
-165
/
+180
*
drm/nouveau/cipher: switch to instanced constructor
Ben Skeggs
2021-02-11
7
-15
/
+12
*
drm/nouveau/ce: make use of nvkm_subdev.inst
Ben Skeggs
2021-02-11
4
-6
/
+4
*
drm/nouveau/ce: switch to instanced constructor
Ben Skeggs
2021-02-11
22
-192
/
+105
*
drm/nouveau/falcon: use split type+inst when looking up PRI addr
Ben Skeggs
2021-02-11
3
-4
/
+4
*
drm/nouveau/bsp,vp: switch to instanced constructor
Ben Skeggs
2021-02-11
13
-42
/
+40
*
drm/nouveau/volt: switch to instanced constructor
Ben Skeggs
2021-02-11
14
-90
/
+91
*
drm/nouveau/top: switch to instanced constructor
Ben Skeggs
2021-02-11
8
-38
/
+36
*
drm/nouveau/tmr: switch to instanced constructor
Ben Skeggs
2021-02-11
11
-107
/
+108
*
drm/nouveau/therm/gk104: use split subdev type+inst in cg engine lists
Ben Skeggs
2021-02-11
2
-16
/
+17
*
drm/nouveau/therm: switch to instanced constructor
Ben Skeggs
2021-02-11
16
-111
/
+106
*
drm/nouveau/pmu: switch to instanced constructor
Ben Skeggs
2021-02-11
19
-87
/
+96
*
drm/nouveau/pci: switch to instanced constructor
Ben Skeggs
2021-02-11
18
-125
/
+133
*
drm/nouveau/mxm: switch to instanced constructor
Ben Skeggs
2021-02-11
8
-45
/
+44
*
drm/nouveau/mmu: index engref by subdev type
Ben Skeggs
2021-02-11
2
-3
/
+3
*
drm/nouveau/mmu: switch to instanced constructor
Ben Skeggs
2021-02-11
22
-150
/
+162
*
drm/nouveau/mc: use split type+inst when handling dev_top interrupts
Ben Skeggs
2021-02-11
3
-33
/
+16
*
drm/nouveau/mc: use split type+inst in interrupt masking API
Ben Skeggs
2021-02-11
7
-11
/
+11
*
drm/nouveau/mc: use split type+inst in device reset APIs
Ben Skeggs
2021-02-11
9
-31
/
+28
*
drm/nouveau/mc: lookup subdev interrupt handlers with split type+inst
Ben Skeggs
2021-02-11
5
-12
/
+13
*
drm/nouveau/mc: switch to instanced constructor
Ben Skeggs
2021-02-11
22
-150
/
+147
*
drm/nouveau/top: expose parsed device info more directly
Ben Skeggs
2021-02-11
2
-13
/
+13
*
drm/nouveau/top: store device type and instance separately
Ben Skeggs
2021-02-11
3
-20
/
+22
*
drm/nouveau/ltc: switch to instanced constructor
Ben Skeggs
2021-02-11
14
-66
/
+69
*
drm/nouveau/instmem: switch to instanced constructor
Ben Skeggs
2021-02-11
11
-108
/
+104
*
drm/nouveau/iccsense: switch to instanced constructor
Ben Skeggs
2021-02-11
8
-34
/
+31
*
drm/nouveau/ibus: switch to instanced constructor
Ben Skeggs
2021-02-11
12
-67
/
+63
*
drm/nouveau/i2c: switch to instanced constructor
Ben Skeggs
2021-02-11
16
-119
/
+125
*
drm/nouveau/gsp: switch to instanced constructor
Ben Skeggs
2021-02-11
8
-16
/
+14
*
drm/nouveau/gpio: switch to instanced constructor
Ben Skeggs
2021-02-11
13
-108
/
+111
*
drm/nouveau/fuse: switch to instanced constructor
Ben Skeggs
2021-02-11
10
-67
/
+67
*
drm/nouveau/fb: switch to instanced constructor
Ben Skeggs
2021-02-11
43
-210
/
+206
*
drm/nouveau/fault: switch to instanced constructor
Ben Skeggs
2021-02-11
11
-33
/
+30
*
drm/nouveau/devinit: switch to instanced constructor
Ben Skeggs
2021-02-11
25
-158
/
+153
*
drm/nouveau/clk: switch to instanced constructor
Ben Skeggs
2021-02-11
19
-129
/
+128
*
drm/nouveau/bus: switch to instanced constructor
Ben Skeggs
2021-02-11
12
-106
/
+108
*
drm/nouveau/bios: switch to instanced constructor
Ben Skeggs
2021-02-11
6
-92
/
+90
*
drm/nouveau/bar: switch to instanced constructor
Ben Skeggs
2021-02-11
16
-87
/
+91
*
drm/nouveau/acr: switch to instanced constructor
Ben Skeggs
2021-02-11
13
-43
/
+46
*
drm/nouveau/nvkm: add macros for subdev layout
Ben Skeggs
2021-02-11
5
-1
/
+78
*
drm/nouveau/device: pass instance id when looking up a subdev/engine
Ben Skeggs
2021-02-11
13
-109
/
+41
*
drm/nouveau/subdev: track type+instance separately
Ben Skeggs
2021-02-11
3
-78
/
+115
*
drm/nouveau/subdev: store full subdev name in struct
Ben Skeggs
2021-02-11
17
-35
/
+29
*
drm/nouveau/subdev: store subdevs in list
Ben Skeggs
2021-02-11
4
-38
/
+31
*
drm/nouveau/subdev: remove nvkm_subdev.mutex
Ben Skeggs
2021-02-11
2
-5
/
+0
*
drm/nouveau/perfmon: use private spinlock to control exclusive access to perfmon
Ben Skeggs
2021-02-11
2
-10
/
+14
*
drm/nouveau/fifo: private mutex
Ben Skeggs
2021-02-11
10
-28
/
+30
*
drm/nouveau/disp: use private spinlock to control exclusive access to disp
Ben Skeggs
2021-02-11
2
-10
/
+14
*
drm/nouveau/pmu: serialise send() with private mutex
Ben Skeggs
2021-02-11
3
-3
/
+7
[next]