index
:
kernel/linux.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.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
vmwgfx
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-13
Merge tag 'drm-next-2022-12-13' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
26
-1821
/
+697
2022-12-05
drm/vmwgfx: Don't use screen objects when SEV is active
Zack Rusin
1
-0
/
+4
2022-11-28
drm/vmwgfx: Fix race issue calling pin_user_pages
Dawei Li
1
-3
/
+3
2022-11-05
drm/fb-helper: Move generic fbdev emulation into separate source file
Thomas Zimmermann
1
-1
/
+1
2022-10-31
drm/vmwgfx: Cleanup the cursor snooping code
Zack Rusin
3
-17
/
+30
2022-10-31
drm/vmwgfx: Validate the box size for the snooped cursor
Zack Rusin
1
-1
/
+2
2022-10-27
drm/ttm: rework on ttm_resource to use size_t type
Somalapuram Amaranath
6
-13
/
+13
2022-10-25
drm/vmwgfx: Fix a sparse warning in kernel docs
Zack Rusin
1
-1
/
+0
2022-10-25
drm/vmwgfx: Optimize initial sizes of cotables
Zack Rusin
1
-2
/
+14
2022-10-25
drm/vmwgfx: Add a mksstat counter for cotable resizes
Zack Rusin
3
-9
/
+22
2022-10-25
drm/vmwgfx: Remove explicit and broken vblank handling
Zack Rusin
5
-101
/
+1
2022-10-25
drm/vmwgfx: Port the framebuffer code to drm fb helpers
Zack Rusin
7
-991
/
+28
2022-10-25
drm/vmwgfx: Do not allow invalid bpp's for dumb buffers
Zack Rusin
1
-1
/
+15
2022-10-25
drm/vmwgfx: Remove vmwgfx_hashtab
Maaz Mombasawala
7
-292
/
+12
2022-10-25
drm/vmwgfx: Refactor ttm reference object hashtable to use linux/hashtable.
Maaz Mombasawala
3
-49
/
+56
2022-10-25
drm/vmwgfx: Diff cursors when using cmds
Michael Banack
2
-60
/
+62
2022-10-25
drm/vmwgfx: Support cursor surfaces with mob cursor
Michael Banack
2
-29
/
+50
2022-10-25
drm/vmwgfx: Start diffing new mob cursors against old ones
Michael Banack
2
-26
/
+81
2022-10-25
drm/vmwgfx: Clean up cursor mobs
Michael Banack
2
-193
/
+267
2022-10-25
drm/vmwgfx: Refactor resource validation hashtable to use linux/hashtable imp...
Maaz Mombasawala
5
-66
/
+58
2022-10-25
drm/vmwgfx: Remove ttm object hashtable
Maaz Mombasawala
3
-23
/
+9
2022-10-25
drm/vmwgfx: Refactor resource manager's hashtable to use linux/hashtable impl...
Maaz Mombasawala
1
-36
/
+26
2022-10-25
drm/vmwgfx: Fix frame-size warning in vmw_mksstat_add_ioctl
Martin Krastev
1
-14
/
+29
2022-10-25
drm/vmwgfx: Write the driver id registers
Zack Rusin
1
-9
/
+34
2022-09-21
drm/vmwgfx: Fix memory leak in vmw_mksstat_add_ioctl()
Rafael Mendonca
1
-0
/
+1
2022-09-13
drm/vmwgfx: remove unused vmw_bo_is_vmw_bo() declaration
Gaosheng Cui
1
-1
/
+0
2022-08-04
drm/vmwgfx: Remove unused hugepage support
Zack Rusin
1
-13
/
+0
2022-08-04
drm/vmwgfx: cleanup comments
Tom Rix
7
-14
/
+14
2022-08-04
drm/vmwgfx: clean up some error pointer checking
Dan Carpenter
1
-2
/
+2
2022-07-26
drm: Remove unnecessary include statements of drm_plane_helper.h
Thomas Zimmermann
3
-3
/
+0
2022-07-26
drm/atomic-helper: Remove _HELPER_ infix from DRM_PLANE_HELPER_NO_SCALING
Thomas Zimmermann
1
-4
/
+4
2022-07-26
drm/atomic-helper: Move DRM_PLANE_HELPER_NO_SCALING to atomic helpers
Thomas Zimmermann
1
-1
/
+0
2022-07-26
drm/vmwgfx: Remove trailing whitespace
Thomas Zimmermann
2
-2
/
+2
2022-07-11
drm/ttm: rename and cleanup ttm_bo_init
Christian König
1
-7
/
+5
2022-07-05
drm: Remove linux/fb.h from drm_crtc.h
Ville Syrjälä
1
-0
/
+1
2022-07-05
drm/vmwgfx: Stop using 'TRUE'
Ville Syrjälä
1
-1
/
+1
2022-06-20
drm: Drop drm_framebuffer.h from drm_crtc.h
Ville Syrjälä
1
-0
/
+1
2022-05-09
drm/ttm: move default BO destructor into VMWGFX v2
Christian König
1
-1
/
+9
2022-05-03
fbdev: Use pageref offset for deferred-I/O writeback
Thomas Zimmermann
1
-2
/
+1
2022-05-03
fbdev: Rename pagelist to pagereflist for deferred I/O
Thomas Zimmermann
1
-3
/
+2
2022-05-03
fbdev: Track deferred-I/O pages in pageref struct
Thomas Zimmermann
1
-2
/
+3
2022-05-03
fbdev: Put mmap for deferred I/O into drivers
Thomas Zimmermann
1
-0
/
+1
2022-05-03
Backmerge tag 'v5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/to...
Dave Airlie
3
-30
/
+28
2022-04-23
drm/vmwgfx: Reserve fence slots on buffer objects in cotables
Zack Rusin
1
-0
/
+4
2022-04-21
drm/vmwgfx: Fix gem refcounting and memory evictions
Zack Rusin
3
-30
/
+28
2022-04-21
drm/vmwgfx: Add debugfs entries for various ttm resource managers
Zack Rusin
1
-0
/
+18
2022-04-07
drm/ttm: remove bo->moving
Christian König
1
-6
/
+0
2022-04-07
dma-buf: add DMA_RESV_USAGE_KERNEL v3
Christian König
1
-1
/
+1
2022-04-07
dma-buf: specify usage while adding fences to dma_resv obj v7
Christian König
1
-1
/
+2
2022-04-07
dma-buf: add enum dma_resv_usage v4
Christian König
2
-3
/
+4
[next]