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.12.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
2020-01-15
drm/vmwgfx: Use VM_PFNMAP instead of VM_MIXEDMAP when possible
Thomas Hellstrom
1
-0
/
+4
2020-01-15
drm/vmwgfx: Bump driver minor version
Thomas Hellstrom
1
-2
/
+2
2020-01-15
drm/vmwgfx: add ioctl for messaging from/to guest userspace to/from host
Roland Scheidegger
3
-0
/
+91
2020-01-15
drm/vmwgfx: prevent memory leak in vmw_cmdbuf_res_add
Navid Emamdoost
1
-1
/
+3
2020-01-15
drm/vmwgfx: drop DRM_AUTH for render ioctls
Emil Velikov
1
-14
/
+14
2020-01-15
drm/vmwgfx: check master authentication in surface_ref ioctls
Emil Velikov
1
-0
/
+7
2020-01-15
drm/vmwgfx: move the require_exist handling together
Emil Velikov
1
-4
/
+5
2020-01-15
drm/vmwgfx: Replace deprecated PTR_RET
Lukas Bulwahn
1
-6
/
+15
2020-01-15
drm/vmwgfx: Call vmw_driver_{load,unload}() before registering device
Thomas Zimmermann
1
-5
/
+37
2020-01-15
drm/vmwgfx: Don't use the HB port if memory encryption is active
Thomas Hellstrom
1
-2
/
+5
2019-12-17
Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm...
Daniel Vetter
2
-34
/
+1
2019-12-05
drm: constify fb ops across all drivers
Jani Nikula
1
-1
/
+1
2019-11-28
Merge branch 'vmwgfx-coherent' of git://people.freedesktop.org/~thomash/linux...
Dave Airlie
13
-49
/
+1436
2019-11-26
drm/vmwgfx: Delete mmaping functions
Daniel Vetter
1
-33
/
+0
2019-11-14
drm/vmwgfx: remove set but not used variable 'srf'
YueHaibing
1
-2
/
+0
2019-11-14
drm/ttm, drm/vmwgfx: Use a configuration option for the TTM dma page pool
Thomas Hellstrom
1
-2
/
+1
2019-11-06
drm/vmwgfx: Add surface dirty-tracking callbacks
Thomas Hellstrom
3
-6
/
+626
2019-11-06
drm/vmwgfx: Implement an infrastructure for read-coherent resources
Thomas Hellstrom
5
-11
/
+181
2019-11-06
drm/vmwgfx: Use an RBtree instead of linked list for MOB resources
Thomas Hellstrom
3
-16
/
+32
2019-11-06
drm/vmwgfx: Implement an infrastructure for write-coherent resources
Thomas Hellstrom
11
-21
/
+602
2019-10-25
drm/ttm: always keep BOs on the LRU
Christian König
2
-3
/
+2
2019-10-25
drm/ttm, drm/vmwgfx: move cpu_writers handling into vmwgfx
Christian König
3
-5
/
+18
2019-10-03
Merge drm/drm-next into drm-misc-next
Maxime Ripard
31
-426
/
+295
2019-09-20
Merge tag 'drm-next-2019-09-18' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
32
-474
/
+305
2019-09-17
Merge branch 'x86-vmware-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-28
/
+28
2019-09-11
drm/vmwgfx: switch to own vma manager
Gerd Hoffmann
2
-1
/
+6
2019-09-11
drm/ttm: turn ttm_bo_device.vma_manager into a pointer
Gerd Hoffmann
1
-0
/
+1
2019-09-05
drm/vmwgfx: Fix double free in vmw_recv_msg()
Dan Carpenter
1
-5
/
+3
2019-08-28
drm/vmwgfx: Update the backdoor call with support for new instructions
Thomas Hellstrom
2
-28
/
+28
2019-08-21
Merge tag 'drm-misc-next-2019-08-19' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
5
-11
/
+14
2019-08-17
dma-fence: Store the timestamp in the same union as the cb_list
Chris Wilson
1
-0
/
+3
2019-08-15
drm/vmwgfx: Assign eviction priorities to resources
Thomas Hellstrom
8
-20
/
+140
2019-08-15
drm/vmwgfx: drop reminaing users of drmP.h
Sam Ravnborg
12
-31
/
+36
2019-08-15
drm/vmwgfx: drop use of drmP.h in header files
Sam Ravnborg
12
-27
/
+59
2019-08-15
drm/vmwgfx: Kill unneeded legacy security features
Thomas Hellstrom
5
-312
/
+3
2019-08-14
drm/vmwgfx: Use VMW_DEBUG_KMS for vmwgfx mode-setting user errors
Deepak Rawat
1
-5
/
+10
2019-08-14
drm/vmwgfx: Add debug message for layout change ioctl
Deepak Rawat
2
-0
/
+16
2019-08-13
dma-buf: rename reservation_object to dma_resv
Christian König
4
-11
/
+11
2019-08-08
drm/vmwgfx: fix memory leak when too many retries have occurred
Colin Ian King
1
-1
/
+3
2019-08-06
drm/vmwgfx: switch driver from bo->resv to bo->base.resv
Gerd Hoffmann
4
-11
/
+11
2019-08-06
drm/ttm: use gem vma_node
Gerd Hoffmann
2
-4
/
+4
2019-08-05
dma-buf: add more reservation object locking wrappers
Christian König
4
-8
/
+8
2019-07-22
Merge v5.3-rc1 into drm-misc-next
Maxime Ripard
3
-34
/
+125
2019-07-16
Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2
-2
/
+3
2019-07-15
Revert "Merge branch 'vmwgfx-next' of git://people.freedesktop.org/~thomash/l...
Dave Airlie
19
-1580
/
+380
2019-06-28
drm/vmwgfx: Don't look at state->allow_modeset
Daniel Vetter
1
-8
/
+0
2019-06-26
drm/vmwgfx: use core drm to extend/check vmw_execbuf_ioctl
Emil Velikov
3
-45
/
+23
2019-06-26
drm/vmgfx: kill off unused init_mutex
Emil Velikov
2
-6
/
+0
2019-06-26
vmwgfx: drop empty lastclose stub
Emil Velikov
1
-5
/
+0
2019-06-21
drm/prime: Actually remove DRIVER_PRIME everywhere
Daniel Vetter
1
-1
/
+1
[next]