Age | Commit message (Expand) | Author |
2025-01-19 | drm/virtio: Fix UAF in virtgpu_dma_buf_free_obj() | Vivek Kasireddy |
2024-12-09 | Merge remote-tracking branch 'drm/drm-next' into drm-misc-next | Maarten Lankhorst |
2024-12-05 | drm: remove driver date from struct drm_driver and all drivers | Jani Nikula |
2024-11-26 | drm/virtio: Add prepare and cleanup routines for imported dmabuf obj | Vivek Kasireddy |
2024-11-26 | drm/virtio: Import prime buffers from other devices as guest blobs | Vivek Kasireddy |
2024-11-26 | drm/virtio: Add helpers to initialize and free the imported object | Vivek Kasireddy |
2024-11-26 | drm/virtio: Add a helper to map and note the dma addrs and lengths | Vivek Kasireddy |
2024-11-26 | drm/virtio: Implement VIRTIO_GPU_CMD_RESOURCE_DETACH_BACKING cmd | Vivek Kasireddy |
2024-11-18 | drm/virtio: New fence for every plane update | Dongwon Kim |
2024-11-18 | drm/virtio: Use drm_gem_plane_helper_prepare_fb() | Dongwon Kim |
2024-11-18 | drm/virtio: Don't create a context with default param if context_init is supp... | Pierre-Eric Pelloux-Prayer |
2024-11-18 | drm/virtio: Use generic dumb_map_offset implementation | Peter Shkenev |
2024-11-15 | drm/client: Move public client header to clients/ subdirectory | Thomas Zimmermann |
2024-10-14 | drm/virtgpu: Use video aperture helpers | Thomas Zimmermann |
2024-09-26 | drm/virtgpu: Run DRM default client setup | Thomas Zimmermann |
2024-07-30 | Merge drm/drm-fixes into drm-misc-fixes | Maxime Ripard |
2024-07-24 | drm/virtio: Fix type of dma-fence context variable | Dmitry Osipenko |
2024-07-19 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds |
2024-07-17 | virtio: rename virtio_find_vqs_info() to virtio_find_vqs() | Jiri Pirko |
2024-07-17 | virtio: convert the rest virtio_find_vqs() users to virtio_find_vqs_info() | Jiri Pirko |
2024-05-27 | Merge drm/drm-next into drm-misc-next | Maxime Ripard |
2024-05-23 | Merge tag 'trace-assign-str-v6.10' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2024-05-22 | tracing/treewide: Remove second parameter of __assign_str() | Steven Rostedt (Google) |
2024-05-22 | drm/virtio: drop owner assignment | Krzysztof Kozlowski |
2024-05-13 | drm/virtio: switch to struct drm_edid | Jani Nikula |
2024-05-02 | drm/virtio: Use fbdev-shmem | Thomas Zimmermann |
2024-02-05 | Merge tag 'drm-misc-next-2024-01-11' of git://anongit.freedesktop.org/drm/drm... | Dave Airlie |
2024-01-29 | drm/virtio: Set segment size for virtio_gpu device | Sebastian Ott |
2024-01-03 | drm/virtio: Spelling fixes | Andy Shevchenko |
2023-11-24 | drm/virtio: Disable damage clipping if FB changed since last page-flip | Javier Martinez Canillas |
2023-11-24 | drm/virtio: Use the hotspot properties from cursor planes | Zack Rusin |
2023-11-24 | drm: Disable the cursor plane on atomic contexts with virtualized drivers | Zack Rusin |
2023-11-15 | Merge drm/drm-next into drm-misc-next | Maxime Ripard |
2023-11-15 | drm/virtio: Fix return value for VIRTGPU_CONTEXT_PARAM_DEBUG_NAME | Dmitry Osipenko |
2023-11-11 | drm/uapi: add explicit virtgpu context debug name | Gurchetan Singh |
2023-11-11 | drm/virtio: use uint64_t more in virtio_gpu_context_init_ioctl | Gurchetan Singh |
2023-11-02 | Merge tag 'pci-v6.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2023-10-23 | BackMerge tag 'v6.6-rc7' into drm-next | Dave Airlie |
2023-10-06 | drm/virtio: Use pci_is_vga() to identify VGA devices | Sui Jingfeng |
2023-10-05 | drm/virtio: Annotate struct virtio_gpu_object_array with __counted_by | Kees Cook |
2023-09-21 | drm/virtio: clean out_fence on complete_submit | José Pekkarinen |
2023-09-02 | drm/virtio: Remove unused function declarations | Yue Haibing |
2023-08-01 | drm/virtio: Support sync objects | Dmitry Osipenko |
2023-07-09 | drm/virtio: Conditionally allocate virtio_gpu_fence | Gurchetan Singh |
2023-06-26 | drm: Clear fd/handle callbacks in struct drm_driver | Thomas Zimmermann |
2023-06-19 | drm: Remove struct drm_driver.gem_prime_mmap | Thomas Zimmermann |
2023-06-03 | drm/virtio: Wait for each dma-fence of in-fence array individually | Dmitry Osipenko |
2023-06-03 | drm/virtio: Refactor and optimize job submission code path | Dmitry Osipenko |
2023-03-29 | Merge v6.3-rc4 into drm-next | Daniel Vetter |
2023-03-13 | drm/virtio: Enable fb damage clips property for the primary plane | Javier Martinez Canillas |