Age | Commit message (Expand) | Author |
2023-02-06 | drm/virtio: exbuf->fence_fd unmodified on interrupted wait | Ryan Neph |
2023-01-10 | drm/virtio: Fix GEM handle creation UAF | Rob Clark |
2022-09-23 | virtio-gpu: fix shift wrapping bug in virtio_gpu_fence_event_create() | Dan Carpenter |
2022-08-25 | drm/virtio: Fix same-context optimization | Rob Clark |
2022-06-09 | virtio-gpu: fix a missing check to avoid NULL dereference | Xiaomeng Tong |
2022-04-07 | dma-buf: add enum dma_resv_usage v4 | Christian König |
2022-03-25 | drm/virtio: Remove restriction of non-zero blob_flags | Rob Clark |
2021-12-14 | Merge v5.16-rc5 into drm-next | Daniel Vetter |
2021-11-29 | drm/virtgpu api: define a dummy fence signaled event | Gurchetan Singh |
2021-10-29 | drm/virtio: fix another potential integer overflow on shift of a int | Colin Ian King |
2021-10-29 | drm/virtio: fix potential integer overflow on shift of a int | Colin Ian King |
2021-09-29 | drm/virtio: implement context init: advertise feature to userspace | Gurchetan Singh |
2021-09-29 | drm/virtio: implement context init: add virtio_gpu_fence_event | Gurchetan Singh |
2021-09-29 | drm/virtio: implement context init: handle VIRTGPU_CONTEXT_PARAM_POLL_RINGS_MASK | Gurchetan Singh |
2021-09-29 | drm/virtio: implement context init: allocate an array of fence contexts | Gurchetan Singh |
2021-09-29 | drm/virtio: implement context init: plumb {base_fence_ctx, ring_idx} to virti... | Gurchetan Singh |
2021-09-29 | drm/virtio: implement context init: support init ioctl | Anthoine Bourgeois |
2021-06-06 | dma-buf: drop the _rcu postfix on function names v3 | Christian König |
2021-03-09 | drm/virtio: fix possible leak/unlock virtio_gpu_object_array | xndcn |
2020-11-20 | drm/virtio: suffix create blob call with _ioctl like any ioctl | Anthoine Bourgeois |
2020-09-29 | drm/virtio: advertise features to userspace | Gurchetan Singh |
2020-09-29 | drm/virtio: implement blob resources: resource create blob ioctl | Gerd Hoffmann |
2020-09-29 | drm/virtio: implement blob resources: report blob mem to userspace | Gurchetan Singh |
2020-09-29 | drm/virtio: implement blob resources: fix stride discrepancy | Gurchetan Singh |
2020-08-19 | Merge tag 'drm-misc-fixes-2020-08-12' of git://anongit.freedesktop.org/drm/dr... | Dave Airlie |
2020-08-07 | drm/virtio: fix missing dma_fence_put() in virtio_gpu_execbuffer_ioctl() | Qi Liu |
2020-06-24 | Merge tag 'drm-misc-next-2020-06-19' of git://anongit.freedesktop.org/drm/drm... | Dave Airlie |
2020-06-02 | Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds |
2020-05-19 | drm/virtio: remove _unlocked suffix in drm_gem_object_put_unlocked | Emil Velikov |
2020-05-08 | Merge tag 'drm-misc-fixes-2020-05-07' of git://anongit.freedesktop.org/drm/dr... | Dave Airlie |
2020-05-04 | drm/virtio: create context before RESOURCE_CREATE_2D in 3D mode | Gurchetan Singh |
2020-04-17 | virtgpu: pull in uaccess.h | Michael S. Tsirkin |
2020-04-03 | drm/virtio: delete notify after virtio_gpu_cmd_context_create | Gurchetan Singh |
2020-02-25 | drm/virtio: enqueue virtio_gpu_create_context after the first 3D ioctl | Gurchetan Singh |
2020-02-25 | drm/virtio: track whether or not a context has been initiated | Gurchetan Singh |
2020-02-25 | drm/virtio: factor out context create hypercall | Gurchetan Singh |
2020-02-25 | drm/virtio: use consistent names for drm_files | Gurchetan Singh |
2020-02-17 | drm/virtio: move remaining virtio_gpu_notify calls | Gerd Hoffmann |
2020-02-17 | drm/virtio: batch plane updates (pageflip) | Gerd Hoffmann |
2020-02-13 | drm/virtio: fix virtio_gpu_execbuffer_ioctl locking | Gerd Hoffmann |
2019-11-20 | drm/virtio: fix byteorder handling in virtio_gpu_cmd_transfer_{from, to}_host... | Gerd Hoffmann |
2019-09-12 | drm/virtio: Use vmalloc for command buffer allocations. | David Riley |
2019-09-04 | drm/virtio: remove virtio_gpu_alloc_object | Gerd Hoffmann |
2019-09-04 | drm/virtio: switch from ttm to gem shmem helpers | Gerd Hoffmann |
2019-09-04 | drm/virtio: drop virtio_gpu_object_list_validate/virtio_gpu_unref_list | Gerd Hoffmann |
2019-09-04 | drm/virtio: rework virtio_gpu_transfer_to_host_ioctl fencing | Gerd Hoffmann |
2019-09-04 | drm/virtio: rework virtio_gpu_transfer_from_host_ioctl fencing | Gerd Hoffmann |
2019-09-04 | drm/virtio: rework virtio_gpu_execbuffer_ioctl fencing | Gerd Hoffmann |
2019-09-04 | drm/virtio: drop no_wait argument from virtio_gpu_object_reserve | Gerd Hoffmann |
2019-09-04 | drm/virtio: switch virtio_gpu_wait_ioctl() to gem helper. | Gerd Hoffmann |