index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
vmwgfx
Age
Commit message (
Expand
)
Author
Lines
2019-09-19
Merge tag 'drm-next-2019-09-18' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
-474
/
+305
2019-09-16
Merge branch 'x86-vmware-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-28
/
+28
2019-09-05
drm/vmwgfx: Fix double free in vmw_recv_msg()
Dan Carpenter
-5
/
+3
2019-08-28
drm/vmwgfx: Update the backdoor call with support for new instructions
Thomas Hellstrom
-28
/
+28
2019-08-21
Merge tag 'drm-misc-next-2019-08-19' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
-11
/
+14
2019-08-17
dma-fence: Store the timestamp in the same union as the cb_list
Chris Wilson
-0
/
+3
2019-08-15
drm/vmwgfx: Assign eviction priorities to resources
Thomas Hellstrom
-20
/
+140
2019-08-15
drm/vmwgfx: drop reminaing users of drmP.h
Sam Ravnborg
-31
/
+36
2019-08-15
drm/vmwgfx: drop use of drmP.h in header files
Sam Ravnborg
-27
/
+59
2019-08-15
drm/vmwgfx: Kill unneeded legacy security features
Thomas Hellstrom
-312
/
+3
2019-08-14
drm/vmwgfx: Use VMW_DEBUG_KMS for vmwgfx mode-setting user errors
Deepak Rawat
-5
/
+10
2019-08-14
drm/vmwgfx: Add debug message for layout change ioctl
Deepak Rawat
-0
/
+16
2019-08-13
dma-buf: rename reservation_object to dma_resv
Christian König
-11
/
+11
2019-08-08
drm/vmwgfx: fix memory leak when too many retries have occurred
Colin Ian King
-1
/
+3
2019-08-06
drm/vmwgfx: switch driver from bo->resv to bo->base.resv
Gerd Hoffmann
-11
/
+11
2019-08-06
drm/ttm: use gem vma_node
Gerd Hoffmann
-4
/
+4
2019-08-05
dma-buf: add more reservation object locking wrappers
Christian König
-8
/
+8
2019-07-22
Merge v5.3-rc1 into drm-misc-next
Maxime Ripard
-34
/
+125
2019-07-15
Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
-2
/
+3
2019-07-16
Revert "Merge branch 'vmwgfx-next' of git://people.freedesktop.org/~thomash/l...
Dave Airlie
-1580
/
+380
2019-06-28
drm/vmwgfx: Don't look at state->allow_modeset
Daniel Vetter
-8
/
+0
2019-06-26
drm/vmwgfx: use core drm to extend/check vmw_execbuf_ioctl
Emil Velikov
-45
/
+23
2019-06-26
drm/vmgfx: kill off unused init_mutex
Emil Velikov
-6
/
+0
2019-06-26
vmwgfx: drop empty lastclose stub
Emil Velikov
-5
/
+0
2019-06-21
drm/prime: Actually remove DRIVER_PRIME everywhere
Daniel Vetter
-1
/
+1
2019-06-18
drm/vmwgfx: Kill unneeded legacy security features
Thomas Hellstrom
-311
/
+3
2019-06-18
drm/vmwgfx: Use VMW_DEBUG_KMS for vmwgfx mode-setting user errors
Deepak Rawat
-5
/
+10
2019-06-18
drm/vmwgfx: Add debug message for layout change ioctl
Deepak Rawat
-0
/
+16
2019-06-18
drm/vmwgfx: Add surface dirty-tracking callbacks
Thomas Hellstrom
-6
/
+626
2019-06-18
drm/vmwgfx: Implement an infrastructure for read-coherent resources
Thomas Hellstrom
-11
/
+177
2019-06-18
drm/vmwgfx: Use an RBtree instead of linked list for MOB resources
Thomas Hellstrom
-16
/
+32
2019-06-18
drm/vmwgfx: Implement an infrastructure for write-coherent resources
Thomas Hellstrom
-20
/
+584
2019-06-18
drm/vmwgfx: Assign eviction priorities to resources
Thomas Hellstrom
-20
/
+141
2019-06-11
drm/vmwgfx: fix a warning due to missing dma_parms
Qian Cai
-0
/
+3
2019-06-11
drm/vmwgfx: Honor the sg list segment size limitation
Thomas Hellstrom
-5
/
+5
2019-06-11
drm/vmwgfx: Use the backdoor port if the HB port is not available
Thomas Hellstrom
-29
/
+117
2019-05-31
drm/ttm: Make LRU removal optional v2
Christian König
-2
/
+3
2019-05-21
drm/vmwgfx: integer underflow in vmw_cmd_dx_set_shader() leading to an invali...
Murray McAllister
-1
/
+2
2019-05-21
drm/vmwgfx: NULL pointer dereference from vmw_cmd_dx_view_define()
Murray McAllister
-0
/
+4
2019-05-21
drm/vmwgfx: Use the dma scatter-gather iterator to get dma addresses
Thomas Hellstrom
-21
/
+8
2019-05-21
drm/vmwgfx: Fix compat mode shader operation
Thomas Hellstrom
-0
/
+13
2019-05-21
drm/vmwgfx: Fix user space handle equal to zero
Thomas Hellstrom
-1
/
+1
2019-05-21
drm/vmwgfx: Don't send drm sysfs hotplug events on initial master set
Thomas Hellstrom
-1
/
+7
2019-05-08
Merge tag 'drm-next-2019-05-09' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
-1242
/
+974
2019-04-26
Merge branch 'vmwgfx-fixes-5.1' of git://people.freedesktop.org/~thomash/linu...
Dave Airlie
-28
/
+5
2019-04-25
drm/vmwgfx: Fix dma API layer violation
Thomas Hellstrom
-28
/
+5
2019-04-08
drm/vmwgfx: Remove set but not used variable 'fb_offset, fb_depth'
YueHaibing
-3
/
+1
2019-04-08
drm/vmwgfx: Zero initialize handle in vmw_execbuf_process
Nathan Chancellor
-1
/
+1
2019-04-08
drm/vmwgfx: Use preprocessor macro for FIFO allocation
Deepak Rawat
-290
/
+138
2019-04-08
drm/vmwgfx: Fix formatting and spaces in vmwgfx_execbuf.c
Deepak Rawat
-385
/
+302
[next]