index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2018-05-18
drm/nouveau/disp/gv100: initial support
Ben Skeggs
26
-9
/
+1544
2018-05-18
drm/nouveau/dma/gv100: initial support
Ben Skeggs
6
-0
/
+159
2018-05-18
drm/nouveau/therm/gv100: initial support
Ben Skeggs
1
-0
/
+1
2018-05-18
drm/nouveau/pmu/gv100: initial support
Ben Skeggs
1
-0
/
+1
2018-05-18
drm/nouveau/fault/gv100: initial support
Ben Skeggs
4
-1
/
+213
2018-05-18
drm/nouveau/bar/gv100: initial support
Ben Skeggs
1
-0
/
+1
2018-05-18
drm/nouveau/mmu/gv100: initial support
Ben Skeggs
6
-0
/
+137
2018-05-18
drm/nouveau/ltc/gv100: initial support
Ben Skeggs
1
-0
/
+1
2018-05-18
drm/nouveau/fb/gv100: initial support
Ben Skeggs
6
-1
/
+52
2018-05-18
drm/nouveau/imem/gv100: initial support
Ben Skeggs
1
-0
/
+1
2018-05-18
drm/nouveau/tmr/gv100: initial support
Ben Skeggs
1
-0
/
+1
2018-05-18
drm/nouveau/bus/gv100: initial support
Ben Skeggs
1
-0
/
+1
2018-05-18
drm/nouveau/mc/gv100: initial support
Ben Skeggs
1
-0
/
+1
2018-05-18
drm/nouveau/fuse/gv100: initial support
Ben Skeggs
1
-0
/
+1
2018-05-18
drm/nouveau/i2c/gv100: initial support
Ben Skeggs
1
-0
/
+1
2018-05-18
drm/nouveau/gpio/gv100: initial support
Ben Skeggs
1
-0
/
+1
2018-05-18
drm/nouveau/ibus/gv100: initial support
Ben Skeggs
1
-0
/
+1
2018-05-18
drm/nouveau/top/gv100: initial support
Ben Skeggs
2
-1
/
+3
2018-05-18
drm/nouveau/devinit/gv100: initial support
Ben Skeggs
6
-1
/
+85
2018-05-18
drm/nouveau/bios/pll: limits table 5.0
Ben Skeggs
1
-1
/
+18
2018-05-18
drm/nouveau/bios/gv100: initial support
Ben Skeggs
2
-1
/
+5
2018-05-18
drm/nouveau/pci/gv100: initial support
Ben Skeggs
1
-0
/
+1
2018-05-18
drm/nouveau/core: recognise gv100
Ben Skeggs
5
-0
/
+11
2018-05-18
drm/nouveau/core: increase maximum number of copy engines to 9
Ben Skeggs
3
-3
/
+15
2018-05-18
drm/nouveau/kms/nv50-: initial overlay support
Ben Skeggs
16
-15
/
+364
2018-05-18
drm/nouveau/kms/gk104-: add support for [XA]2R10G10B10 formats
Ben Skeggs
6
-3
/
+57
2018-05-18
drm/nouveau/kms/gk104-: support additional cursor sizes
Ben Skeggs
7
-16
/
+65
2018-05-18
drm/nouveau/kms/nv50-: separate blocklinear vs linear pitch
Ben Skeggs
8
-17
/
+28
2018-05-18
drm/nouveau/kms/nv50-: handle degamma LUT from window channels
Ben Skeggs
17
-171
/
+462
2018-05-18
drm/nouveau/kms/nv50-: plane updates don't always require image_set()
Ben Skeggs
2
-32
/
+32
2018-05-18
drm/nouveau/kms/nv50-: store window visibility in state
Ben Skeggs
2
-8
/
+21
2018-05-18
drm/nouveau/kms/nv50-: simplify swap interval handling
Ben Skeggs
2
-9
/
+3
2018-05-18
drm/nouveau/kms/nv50-: decouple window state changes, and update method submi...
Ben Skeggs
2
-4
/
+16
2018-05-18
drm/nouveau/kms/nv50-: simplify tracking of channel interlocks
Ben Skeggs
20
-86
/
+224
2018-05-18
drm/nouveau/kms/nv50-: determine MST support from DP Info Table
Ben Skeggs
3
-3
/
+12
2018-05-18
drm/nouveau/kms/nv50-: extend window image data for stereo/planar formats
Ben Skeggs
6
-18
/
+18
2018-05-18
drm/nouveau/kms/nv50-: move drm format->hw conversion into common code
Ben Skeggs
3
-18
/
+27
2018-05-18
drm/nouveau/kms/nv50-: unify set/clr masks
Ben Skeggs
4
-44
/
+20
2018-05-18
drm/nouveau/kms/nv50-: allow specification of valid heads for a window
Ben Skeggs
5
-6
/
+6
2018-05-18
drm/nouveau/kms/nv50-: split base implementation by hardware class
Ben Skeggs
9
-79
/
+242
2018-05-18
drm/nouveau/kms/nv50-: split core implementation by hardware class
Ben Skeggs
19
-333
/
+903
2018-05-18
drm/nouveau/kms/nv50-: split each resource type into their own source files
Ben Skeggs
28
-2483
/
+2967
2018-05-18
drm/nouveau/kms/nv50: abstract OR interfaces so the code can be split
Ben Skeggs
1
-78
/
+102
2018-05-18
drm/nouveau/kms/nv50: handle SetControlOutputResource from head
Ben Skeggs
2
-61
/
+57
2018-05-18
drm/nouveau/kms/nv50-: abstract head interfaces so the code can be split
Ben Skeggs
1
-14
/
+50
2018-05-18
drm/nouveau/kms/nv50: modify core allocation so the code can be split
Ben Skeggs
1
-81
/
+134
2018-05-18
drm/nouveau/kms/nv50-: modify base allocation so the code can be split
Ben Skeggs
1
-133
/
+105
2018-05-18
drm/nouveau/kms/nv50-: modify cursor allocation so the code can be split
Ben Skeggs
1
-65
/
+71
2018-05-18
drm/nouveau/kms/nv50-: modify overlay allocation so the code can be split
Ben Skeggs
1
-98
/
+179
2018-05-18
drm/nouveau/kms/nv50-: move fb ctxdma tracking into windows
Ben Skeggs
1
-79
/
+84
[next]