aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/vmwgfx
AgeCommit message (Expand)AuthorFilesLines
12 daysMerge tag 'mm-stable-2026-08-18-18-39' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+1
2026-08-06mm: introduce vma_get_page_prot() and use itLorenzo Stoakes1-1/+1
2026-07-27drm/vmwgfx: validate external BO copy bounds for both stride pathsZack Rusin1-8/+31
2026-07-27drm/vmwgfx: use check_add_overflow for shader size+offset boundZack Rusin1-4/+9
2026-07-27drm/vmwgfx: skip hash_del_rcu when validation context has no hash tableZack Rusin1-1/+2
2026-07-27drm/vmwgfx: enforce cursor size limits for MOB cursorsZack Rusin1-5/+44
2026-07-27drm/vmwgfx: avoid destroy_workqueue(NULL) on vkms init failureZack Rusin1-8/+9
2026-07-27drm/vmwgfx: bound DMA command body size against suffix pointerZack Rusin1-0/+6
2026-07-27drm/vmwgfx: validate DRAW_PRIMITIVES header size before divisionZack Rusin1-1/+7
2026-07-27drm/vmwgfx: drop dma_buf reference on foreign-fd prime importZack Rusin1-2/+5
2026-07-27drm/vmwgfx: take fman->lock around fence list mutation in fifo_downZack Rusin1-1/+12
2026-07-27drm/vmwgfx: clamp dirty-page range with min, not maxZack Rusin1-2/+2
2026-07-27drm/vmwgfx: reject DX_BIND_QUERY without a DX contextZack Rusin1-1/+5
2026-07-27drm/vmwgfx: fix guest_memory_dirty bitfield clobbered as sizeZack Rusin1-2/+2
2026-07-21drm/vmwgfx: Validate vmw_surface_metadata::array_sizeIan Forbes1-5/+17
2026-05-08Merge tag 'drm-misc-next-2026-05-07' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-nextDave Airlie6-53/+24
2026-05-04drm/vmwgfx: Convert to DRM vblank timersThomas Zimmermann6-59/+12
2026-05-04drm/vmwgfx: Move vblank handling into separate helperThomas Zimmermann2-12/+26
2026-05-04drm/vmwgfx: Determine lock-waiting timeout from vblank stateThomas Zimmermann1-2/+6
2026-05-04drm: Rename struct drm_atomic_state to drm_atomic_commitMaxime Ripard10-33/+33
2026-03-31BackMerge tag 'v7.0-rc6' into drm-nextDave Airlie2-37/+59
2026-03-16drm/vmwgfx: Don't overwrite KMS surface dirty trackerIan Forbes1-1/+2
2026-03-16drm/vmwgfx: fix kernel-doc warnings in vmwgfx_drv.hRandy Dunlap1-36/+57
2026-03-02Merge tag 'drm-misc-next-2026-02-26' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-nextDave Airlie1-1/+2
2026-02-23dma-buf: inline spinlock for fence protection v5Christian König1-1/+2
2026-02-23Merge drm/drm-fixes into drm-misc-fixesMaxime Ripard24-57/+48
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook1-2/+1
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds3-8/+4
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds22-42/+42
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook24-57/+53
2026-02-05drm/vmwgfx: Return the correct value in vmw_translate_ptr functionsIan Forbes1-2/+2
2026-02-05drm/vmwgfx: Set a unique ID for each submitted command bufferIan Forbes1-0/+4
2026-02-05drm/vmwgfx: Fix invalid kref_put callback in vmw_bo_dirty_releaseBrad Spengler1-1/+8
2026-01-07drm/vmwgfx: Fix kernel-doc warnings for vmwgfx_fenceBartlomiej Kubik1-5/+5
2026-01-07drm/vmwgfx: Fix an error return check in vmw_compat_shader_add()Haoxiang Li1-1/+3
2026-01-07drm/vmwgfx: Merge vmw_bo_release and vmw_bo_free functionsIan Forbes1-14/+8
2026-01-07drm/vmwgfx: Fix KMS with 3D on HW version 10Ian Forbes1-6/+8
2025-11-21Merge tag 'v6.18-rc6' into drm-nextDave Airlie4-8/+26
2025-11-10drm/vmwgfx: use drm_crtc_vblank_crtc()Jani Nikula1-4/+2
2025-11-07drm/vmwgfx: Set surface-framebuffer GEM objectsThomas Zimmermann1-0/+3
2025-11-07drm/vmwgfx: Restore Guest-Backed only cursor plane supportIan Forbes2-1/+16
2025-11-07drm/vmwgfx: Use kref in vmw_bo_dirtyIan Forbes1-7/+5
2025-11-06drm/vmwgfx: Validate command header size against SVGA_CMD_MAX_DATASIZEIan Forbes1-0/+5
2025-10-31drm/ttm: Replace multiple booleans with flags in device initTvrtko Ursulin1-2/+2
2025-10-31drm: include drm_print.h where neededJani Nikula1-0/+1
2025-10-13Merge drm/drm-next into drm-misc-nextThomas Zimmermann2-7/+16
2025-10-10Merge tag 'drm-fixes-2025-10-11' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds2-7/+16
2025-10-06drm/vmwgfx: Fix copy-paste typo in validationIan Forbes1-1/+1
2025-10-06drm/vmwgfx: Fix Use-after-free in validationIan Forbes1-1/+3
2025-10-06drm/vmwgfx: Fix a null-ptr access in the cursor snooperZack Rusin1-5/+12