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
path:
root
/
drivers
/
gpu
/
drm
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-02
drm/nouveau/imem: separate pre-BAR2-bootstrap objects from the rest
Ben Skeggs
4
-0
/
+30
2017-11-02
drm/nouveau/imem: switch to kvmalloc/kvfree for suspend/resume backup
Ben Skeggs
1
-2
/
+2
2017-11-02
drm/nouveau/imem: separate suspend/resume backup handling into their own func...
Ben Skeggs
1
-30
/
+46
2017-11-02
drm/nouveau/imem: remove now-unused wrapper for backend objects
Ben Skeggs
6
-170
/
+2
2017-11-02
drm/nouveau/imem/nv50: support eviction of BAR2 mappings
Ben Skeggs
1
-5
/
+67
2017-11-02
drm/nouveau/imem/nv50: prevent fast-path for mapped objects when BAR isn't ready
Ben Skeggs
1
-3
/
+5
2017-11-02
drm/nouveau/imem/nv50: map bar2 write-combined
Ben Skeggs
1
-2
/
+3
2017-11-02
drm/nouveau/imem/nv50: embed nvkm_instobj directly into nv04_instobj
Ben Skeggs
1
-32
/
+102
2017-11-02
drm/nouveau/imem/nv50: move slow-path locking into rd/wr functions
Ben Skeggs
1
-8
/
+6
2017-11-02
drm/nouveau/imem/nv50: split object map out from api functions
Ben Skeggs
1
-25
/
+32
2017-11-02
drm/nouveau/imem/nv40: map bar2 write-combined
Ben Skeggs
1
-2
/
+3
2017-11-02
drm/nouveau/imem/nv40: embed nvkm_instobj directly into nv04_instobj
Ben Skeggs
1
-7
/
+7
2017-11-02
drm/nouveau/imem/nv04: directly embed nvkm_instobj into nv04_instobj
Ben Skeggs
1
-7
/
+7
2017-11-02
drm/nouveau/imem: allow nvkm_instobj to be directly embedded in backend object
Ben Skeggs
2
-13
/
+38
2017-11-02
drm/nouveau/core/memory: split info pointers from accessor pointers
Ben Skeggs
7
-118
/
+155
2017-11-02
drm/nouveau/imem: add some useful debug output
Ben Skeggs
1
-1
/
+7
2017-11-02
drm/nouveau/bar/gm107-: wait for instance block binding to complete
Ben Skeggs
6
-13
/
+126
2017-11-02
drm/nouveau/bar: initialise bar2 during oneinit
Ben Skeggs
2
-0
/
+6
2017-11-02
drm/nouveau/bar: prevent BAR2 mapping of objects during destructor
Ben Skeggs
1
-1
/
+1
2017-11-02
drm/nouveau/bar: modify interface to bar2 vmm mapping
Ben Skeggs
9
-30
/
+31
2017-11-02
drm/nouveau/bar: modify interface to bar1 vmm mapping
Ben Skeggs
13
-28
/
+32
2017-11-02
drm/nouveau/bar: expose interface to bar2 teardown
Ben Skeggs
6
-1
/
+29
2017-11-02
drm/nouveau/bar: expose interface to bar2 initialisation
Ben Skeggs
8
-17
/
+42
2017-11-02
drm/nouveau/bar: implement bar1 teardown
Ben Skeggs
6
-0
/
+30
2017-11-02
drm/nouveau/bar: move bar1 initialisation into its own function
Ben Skeggs
8
-5
/
+51
2017-11-02
drm/nouveau/bar: swap oneinit/init ordering, and rename bar3 to bar2
Ben Skeggs
5
-66
/
+66
2017-11-02
drm/nouveau/bar: remove NV_PMC_ENABLE_PFIFO twiddling
Ben Skeggs
2
-6
/
+0
2017-11-02
drm/nouveau/bar/nv50,g84: drop mmu invalidate
Ben Skeggs
6
-15
/
+7
2017-11-02
drm/nouveau/fifo: perform reset from preinit
Ben Skeggs
3
-0
/
+19
2017-11-02
drm/nouveau/disp: add missing newline in ior debug messages
Ben Skeggs
1
-1
/
+1
2017-11-02
drm/nouveau/secboot: add missing newline in debug message
Ben Skeggs
1
-1
/
+1
2017-11-02
drm/nouveau/core/device: remove object include to prevent unnecessary rebuilds
Ben Skeggs
17
-5
/
+19
2017-11-02
drm/nouveau/core/subdev: compile out messages for unwanted debug levels
Ben Skeggs
1
-1
/
+1
2017-11-02
drm/nouveau/core/gpuobj: remove embedded struct nvkm_object
Ben Skeggs
2
-2
/
+1
2017-11-02
drm/nouveau/core/object: plumb the unmap ioctl through
Ben Skeggs
4
-0
/
+19
2017-11-02
drm/nouveau/core/object: allow arguments to be passed to map function
Ben Skeggs
13
-48
/
+108
2017-11-02
drm/nouveau/core/object: separate oclass data out into its own header
Ben Skeggs
2
-27
/
+32
2017-11-02
drm/nouveau: fix handling of GART OOM on pre-NV50 chipsets
Ben Skeggs
1
-0
/
+4
2017-11-02
drm/nouveau/kms/nv50: prevent oops in failure paths
Ben Skeggs
1
-1
/
+1
2017-11-02
drm/nouveau/kms: add 8.1Gbps DP link rate
Ilia Mirkin
1
-1
/
+5
2017-11-02
drm/nouveau/bios/init: use ARRAY_SIZE
Jérémy Lefaure
1
-3
/
+4
2017-11-02
remove some useless semicolons
Ben Skeggs
4
-5
/
+5
2017-11-02
drm/nouveau: Document nouveau support for Tegra in DRIVER_DESC
Rhys Kidd
1
-1
/
+1
2017-11-02
drm/nouveau/therm/gp100: initial implementation of new gp1xx temperature sensor
Rhys Kidd
5
-1
/
+66
2017-11-02
Backmerge tag 'v4.14-rc7' into drm-next
Dave Airlie
27
-140
/
+135
2017-11-02
Merge tag 'drm-hisilicon-next-2017-11-01' of github.com:xin3liang/linux into ...
Dave Airlie
1
-0
/
+3
2017-11-02
Merge tag 'drm-msm-next-2017-11-01' of git://people.freedesktop.org/~robclark...
Dave Airlie
42
-702
/
+1945
2017-11-01
drm/msm: use %z format modifier for printing size_t
Arnd Bergmann
1
-1
/
+1
2017-11-01
drm/hisilicon: Ensure LDI regs are properly configured.
Peter Griffin
1
-0
/
+3
2017-10-28
drm/msm/mdp5: Don't use async plane update path if plane visibility changes
Archit Taneja
1
-0
/
+25
[next]