index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
vmwgfx
/
vmwgfx_surface.c
Age
Commit message (
Expand
)
Author
2025-06-19
drm/vmwgfx: Fix dumb buffer leak
Ian Forbes
2025-06-19
drm/vmwgfx: Add error path for xa_store in vmw_bo_add_detached_resource
Keisuke Nishimura
2024-10-10
drm/vmwgfx: Cleanup kms setup without 3d
Zack Rusin
2024-08-26
drm/vmwgfx: Disable coherent dumb buffers without 3d
Zack Rusin
2024-07-24
drm/vmwgfx: Fix handling of dumb buffers
Zack Rusin
2024-01-30
drm/vmwgfx: Make all surfaces shareable
Maaz Mombasawala
2024-01-03
drm/vmwgfx: fix kernel-doc Excess struct member 'base'
Randy Dunlap
2023-10-24
Merge tag 'topic/vmemdup-user-array-2023-10-24-1' of git://anongit.freedeskto...
Dave Airlie
2023-10-23
BackMerge tag 'v6.6-rc7' into drm-next
Dave Airlie
2023-10-09
drm/vmwgfx: Keep a gem reference to user bos in surfaces
Zack Rusin
2023-10-09
drm: vmwgfx_surface.c: copy user-array safely
Philipp Stanner
2023-10-05
drm/vmwgfx: Annotate struct vmw_surface_dirty with __counted_by
Kees Cook
2023-02-14
drm/vmwgfx: Do not drop the reference to the handle too soon
Zack Rusin
2023-02-13
drm/vmwgfx: Stop using raw ttm_buffer_object's
Zack Rusin
2023-02-13
drm/vmwgfx: Abstract placement selection
Zack Rusin
2023-02-13
drm/vmwgfx: Rename vmw_buffer_object to vmw_bo
Zack Rusin
2022-10-31
drm/vmwgfx: Cleanup the cursor snooping code
Zack Rusin
2022-04-20
drm/vmwgfx: Fix gem refcounting and memory evictions
Zack Rusin
2021-12-09
drm/vmwgfx: Implement DRIVER_GEM
Zack Rusin
2021-12-09
drm/vmwgfx: Remove the dedicated memory accounting
Zack Rusin
2021-08-09
drm/vmwgfx: fix potential UAF in vmwgfx_surface.c
Desmond Cheong Zhi Xi
2021-06-16
drm/vmwgfx: Update device headers
Zack Rusin
2021-06-12
drm/vmwgfx: Fix subresource updates with new contexts
Zack Rusin
2021-06-02
drm/ttm: rename bo->mem and make it a pointer
Christian König
2021-05-11
drm/vmwgfx: Add basic support for SVGA3
Zack Rusin
2021-05-11
drm/vmwgfx: Remove the reservation semaphore
Zack Rusin
2021-05-11
drm/vmwgfx: Fix cpu updates of coherent multisample surfaces
Thomas Hellstrom
2021-01-19
drm/vmwgfx/vmwgfx_surface: Fix some kernel-doc related issues
Lee Jones
2021-01-14
drm/vmwgfx: Cleanup the cmd/fifo split
Zack Rusin
2020-12-14
drm/ttm: cleanup BO size handling v3
Christian König
2020-08-11
drm/vmwgfx: Use struct_size() helper
Gustavo A. R. Silva
2020-05-16
drm/vmwgfx: remove redundant assignment to variable ret
Colin Ian King
2020-03-23
drm/vmwgfx: Add surface define v4 command
Deepak Rawat
2020-03-23
drm/vmwgfx: Refactor surface_define to use vmw_surface_metadata
Deepak Rawat
2020-03-23
drm/vmwgfx: Split surface metadata from struct vmw_surface
Deepak Rawat
2020-03-23
drm/vmwgfx: Use enum to represent graphics context capabilities
Deepak Rawat
2020-03-16
drm/vmwgfx: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2020-01-15
drm/vmwgfx: check master authentication in surface_ref ioctls
Emil Velikov
2020-01-15
drm/vmwgfx: move the require_exist handling together
Emil Velikov
2019-11-28
Merge branch 'vmwgfx-coherent' of git://people.freedesktop.org/~thomash/linux...
Dave Airlie
2019-11-14
drm/vmwgfx: remove set but not used variable 'srf'
YueHaibing
2019-11-06
drm/vmwgfx: Add surface dirty-tracking callbacks
Thomas Hellstrom
2019-08-15
drm/vmwgfx: Assign eviction priorities to resources
Thomas Hellstrom
2019-08-15
drm/vmwgfx: Kill unneeded legacy security features
Thomas Hellstrom
2019-08-06
drm/ttm: use gem vma_node
Gerd Hoffmann
2019-04-08
drm/vmwgfx: Use preprocessor macro for FIFO allocation
Deepak Rawat
2019-04-08
drm/vmwgfx: Add a new define for vmwgfx user-space debugging
Deepak Rawat
2018-10-04
Merge branch 'vmwgfx-next' of git://people.freedesktop.org/~thomash/linux int...
Dave Airlie
2018-09-27
drm/vmwgfx: Make the object handles idr-generated
Thomas Hellstrom
2018-09-27
drm/vmwgfx: Remove the resource avail field
Thomas Hellstrom
[next]