summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/virtio
AgeCommit message (Expand)AuthorFilesLines
6 daysMerge tag 'kmalloc_obj-v7.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-3/+1
7 daystreewide: refresh kmalloc_obj() conversionsKees Cook1-3/+1
10 daysMerge drm/drm-fixes into drm-misc-fixesMaxime Ripard7-19/+371
2026-08-21Merge tag 'drm-next-2026-08-20' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds7-18/+370
2026-08-20BackMerge tag 'v7.2' into drm-nextDave Airlie3-10/+12
2026-08-14drm/virtio: use the DMA API for resource backing on XenBenjamin Leggett3-4/+24
2026-08-14drm/virtio: reclaim pending vbufs before tearing down vqsAnuj Bolewar3-0/+17
2026-08-14drm/virtio: check return value of vgdev_output_init()shechenglong1-2/+5
2026-08-14drm/virtio: Fix a NULL vs ERR_PTR() bug in virtio_gpu_user_framebuffer_create()Dan Carpenter1-1/+1
2026-08-06mm: introduce vma_get_page_prot() and use itLorenzo Stoakes1-1/+1
2026-07-13drm/virtio: fix deadlock in display_info_cb by removing hotplug from dequeue ...Ryosuke Yasuoka2-4/+4
2026-07-13drm/virtio: Don't detach GEM from a non-created contextJason Macnak1-6/+8
2026-07-07Merge tag 'drm-misc-next-2026-07-02' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie1-4/+10
2026-07-06Merge tag 'drm-misc-next-2026-06-19' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie7-16/+362
2026-06-30drm/virtio: fail init on display-info timeoutPengpeng Hou1-4/+10
2026-06-30drm/virtio: bound EDID block reads to the response bufferBryam Vargas1-1/+2
2026-06-30Merge drm/drm-next into drm-misc-nextThomas Zimmermann2-2/+7
2026-06-17Merge tag 'drm-next-2026-06-17' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds7-15/+59
2026-06-09drm/virtio: Fix driver removal with disabled KMSDmitry Osipenko1-1/+4
2026-06-08drm/virtio: fix dma_fence refcount leak on error in virtio_gpu_dma_fence_wait()Wentao Liang1-1/+3
2026-06-03drm/virtio: abort virtqueue wait on device removal to avoid hung taskRyosuke Yasuoka3-2/+37
2026-05-29drm/virtio: Add PM notifier to restore objects after hibernationDongwon Kim7-7/+85
2026-05-29drm/virtio: Add support for saving and restoring virtio_gpu_objectsDongwon Kim5-0/+137
2026-05-29drm/virtio: Freeze and restore hooks to support suspend and resumeDongwon Kim4-7/+103
2026-05-20drm/virtio: use uninterruptible resv lock for plane updatesDeepanshu Kartikey3-2/+26
2026-05-20drm/virtio: use uninterruptible resv lock for plane updatesDeepanshu Kartikey3-2/+26
2026-05-20drm/virtio: add VIRTGPU_PARAM_BLOB_ALIGNMENT to paramsSergio Lopez1-0/+5
2026-05-20drm/virtio: honor blob_alignment requirementsSergio Lopez1-0/+5
2026-05-20drm/virtio: support VIRTIO_GPU_F_BLOB_ALIGNMENTSergio Lopez3-3/+14
2026-05-14drm/virtio: Extend blob UAPI with deferred-mapping hintingDmitry Osipenko3-5/+28
2026-05-04drm: Rename struct drm_atomic_state to drm_atomic_commitMaxime Ripard2-7/+7
2026-02-23Merge drm/drm-next into drm-misc-nextMaxime Ripard10-30/+22
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds2-4/+2
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds8-18/+18
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook10-30/+24
2026-02-12drm/virtio: Allow importing prime buffers when 3D is enabledVal Packett1-1/+1
2026-01-27dma-buf: Rename .move_notify() callback to a clearer identifierLeon Romanovsky1-1/+1
2025-10-31drm: include drm_print.h where neededJani Nikula7-0/+8
2025-10-09drm/virtgpu: Use vblank timerThomas Zimmermann1-2/+27
2025-10-09drm/virtio: Handle drm_crtc_init_with_planes() errorsAlexandr Sapozhnikov1-2/+5
2025-08-20drm/virtio: clean up minor codestyle issuesAthul Raj Kollareth5-15/+16
2025-08-01Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-4/+4
2025-08-01drm/virtio: implement virtio_gpu_shutdownGerd Hoffmann1-4/+4
2025-07-30Merge tag 'drm-next-2025-07-30' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-2/+4
2025-07-17Revert "drm/virtio: Use dma_buf from GEM object instance"Thomas Zimmermann1-2/+3
2025-07-16drm/virtio: Pass along the format info from .fb_create() to drm_helper_mode_f...Ville Syrjälä1-2/+3
2025-07-16drm: Allow the caller to pass in the format info to drm_helper_mode_fill_fb_s...Ville Syrjälä1-1/+1
2025-07-16drm: Pass the format info to .fb_create()Ville Syrjälä1-0/+1
2025-05-12drm/virtio: Fix NULL pointer deref in virtgpu_dma_buf_free_obj()Vivek Kasireddy2-1/+3