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
/
virtio
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-02
Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
7
-48
/
+29
2020-05-08
Merge tag 'drm-misc-fixes-2020-05-07' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
3
-2
/
+5
2020-05-04
drm/virtio: create context before RESOURCE_CREATE_2D in 3D mode
Gurchetan Singh
3
-2
/
+5
2020-05-01
Merge tag 'drm-misc-fixes-2020-04-30' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
1
-11
/
+6
2020-04-28
drm/virtio: only destroy created contexts
Gurchetan Singh
1
-11
/
+6
2020-04-17
drm/virtio: fix up for include file changes
Stephen Rothwell
1
-0
/
+1
2020-04-17
virtgpu: pull in uaccess.h
Michael S. Tsirkin
1
-0
/
+1
2020-04-06
drm/virtio: fix OOB in virtio_gpu_object_create
Jiri Slaby
1
-6
/
+8
2020-04-03
drm/virtio: make virtio_gpu_object_attach void
Gurchetan Singh
3
-14
/
+9
2020-04-03
drm/virtio: delete notify in virtio_gpu_object_create
Gurchetan Singh
2
-2
/
+2
2020-04-03
drm/virtio: delete notify after virtio_gpu_cmd_context_create
Gurchetan Singh
1
-1
/
+0
2020-04-03
drm/virtio: random virtgpu_drv.h cleanups
Gurchetan Singh
2
-22
/
+14
2020-04-02
drm/virtgpu: Use simple encoder
Thomas Zimmermann
1
-6
/
+2
2020-03-19
drm/virtio: fix OOB in virtio_gpu_object_create
Jiri Slaby
1
-6
/
+8
2020-03-18
drm: convert .debugfs_init() hook to return void.
Wambui Karuga
2
-3
/
+2
2020-03-12
Merge tag 'drm-misc-next-2020-03-09' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
3
-28
/
+43
2020-03-11
Merge v5.6-rc5 into drm-next
Dave Airlie
1
-2
/
+3
2020-03-09
drm/virtio: add case for shmem objects in virtio_gpu_cleanup_object(..)
Gurchetan Singh
2
-15
/
+20
2020-03-09
drm/virtio: factor out the sg_table from virtio_gpu_object
Gurchetan Singh
3
-20
/
+30
2020-02-27
drm/virtio: fix mmap page attributes
Gerd Hoffmann
1
-0
/
+1
2020-02-27
drm/virtio: add virtio_gpu_is_shmem helper
Gurchetan Singh
2
-2
/
+10
2020-02-27
drm/virtio: make mmap callback consistent with callbacks
Gurchetan Singh
1
-1
/
+1
2020-02-25
drm/virtio: enqueue virtio_gpu_create_context after the first 3D ioctl
Gurchetan Singh
3
-16
/
+16
2020-02-25
drm/virtio: track whether or not a context has been initiated
Gurchetan Singh
3
-0
/
+13
2020-02-25
drm/virtio: factor out context create hypercall
Gurchetan Singh
3
-20
/
+21
2020-02-25
drm/virtio: use consistent names for drm_files
Gurchetan Singh
1
-10
/
+10
2020-02-24
drm/virtio: fix resource id creation race
John Bates
1
-2
/
+2
2020-02-17
drm/virtio: move remaining virtio_gpu_notify calls
Gerd Hoffmann
5
-9
/
+9
2020-02-17
drm/virtio: batch display query
Gerd Hoffmann
2
-2
/
+2
2020-02-17
drm/virtio: batch resource creation
Gerd Hoffmann
2
-3
/
+1
2020-02-17
drm/virtio: batch plane updates (pageflip)
Gerd Hoffmann
4
-4
/
+6
2020-02-17
drm/virtio: notify before waiting
Gerd Hoffmann
1
-0
/
+1
2020-02-17
drm/virtio: rework notification for better batching
Gerd Hoffmann
3
-27
/
+33
2020-02-14
drm/virtio: fix error check
Gerd Hoffmann
1
-1
/
+1
2020-02-13
drm/virtio: fix virtio_gpu_cursor_plane_update().
Gerd Hoffmann
1
-0
/
+1
2020-02-13
drm/virtio: fix virtio_gpu_execbuffer_ioctl locking
Gerd Hoffmann
1
-10
/
+10
2020-02-12
drm/virtio: add drm_driver.release callback.
Gerd Hoffmann
5
-17
/
+27
2020-02-10
drm/virtio: move virtio_gpu_mem_entry initialization to new function
Gerd Hoffmann
3
-50
/
+60
2020-02-10
drm/virtio: move mapping teardown to virtio_gpu_cleanup_object()
Gerd Hoffmann
3
-50
/
+12
2020-02-10
drm/virtio: resource teardown tweaks
Gerd Hoffmann
3
-9
/
+43
2020-02-10
drm/virtio: simplify virtio_gpu_alloc_cmd
Gerd Hoffmann
1
-17
/
+9
2020-02-07
drm/virtio: fix ring free check
Gerd Hoffmann
4
-0
/
+8
2020-02-06
drm/virtio: move virtqueue_notify into virtio_gpu_queue_ctrl_sgs
Chia-I Wu
1
-12
/
+10
2020-02-06
drm/virtio: move the check for vqs_ready earlier
Chia-I Wu
1
-5
/
+8
2020-02-06
drm/virtio: move locking into virtio_gpu_queue_ctrl_sgs
Chia-I Wu
1
-35
/
+35
2020-02-06
drm/virtio: set up virtqueue sgs before locking
Chia-I Wu
1
-31
/
+35
2020-02-06
drm/virtio: unlock object array on errors
Chia-I Wu
1
-1
/
+4
2020-02-06
drm/virtio: no need to pass virtio_gpu_ctrl_hdr
Chia-I Wu
1
-12
/
+12
2020-02-06
drm/virtio: add virtio_gpu_vbuf_ctrl_hdr
Chia-I Wu
1
-5
/
+15
2020-02-06
drm/virtio: remove incorrect ENOSPC check
Chia-I Wu
1
-13
/
+6
[next]