summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/virtio/virtgpu_vram.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-21Merge tag 'drm-next-2026-08-20' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-1/+4
2026-08-06mm: introduce vma_get_page_prot() and use itLorenzo Stoakes1-1/+1
2026-05-29drm/virtio: Add PM notifier to restore objects after hibernationDongwon Kim1-1/+1
2026-05-29drm/virtio: Add support for saving and restoring virtio_gpu_objectsDongwon Kim1-0/+3
2026-05-14drm/virtio: Extend blob UAPI with deferred-mapping hintingDmitry Osipenko1-5/+25
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-2/+2
2025-01-25drm/virtio: Support partial maps of GEM objectsSasha Finkelstein1-3/+6
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan1-1/+1
2021-08-16drm/virtio: support mapping exported vramDavid Stevens1-0/+61
2021-01-11drm/virtio: fix prime export for vram objectsChia-I Wu1-0/+1
2020-12-22drm/virtio: align blob resources to page sizesChia-I Wu1-0/+2
2020-09-29drm/virtio: implement blob resources: resource create blob ioctlGerd Hoffmann1-0/+2
2020-09-29drm/virtio: implement blob resources: implement vram objectGerd Hoffmann1-0/+162