index
:
openslx/kernel-qcow2-linux.git
kernel-qcow2
kernel-qcow2-linux-4.18.x-centos
kernel-qcow2-linux-4.19.y
master
In-kernel qcow2 (Kernel part)
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
vmwgfx
/
vmwgfx_surface.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
BackMerge tag 'v4.12-rc5' into drm-next
Dave Airlie
2017-06-16
1
-8
/
+15
|
\
|
*
drm/vmwgfx: fix spelling mistake "exeeds" -> "exceeds"
Colin Ian King
2017-06-07
1
-1
/
+1
|
*
drm/vmwgfx: Make sure backup_handle is always valid
Sinclair Yeh
2017-06-07
1
-7
/
+11
|
*
drm/vmwgfx: limit the number of mip levels in vmw_gb_surface_define_ioctl()
Vladis Dronov
2017-06-07
1
-0
/
+3
*
|
drm/vmwgfx: fix include notation and remove -Iinclude/drm flag
Masahiro Yamada
2017-05-18
1
-1
/
+2
|
/
*
Backmerge tag 'v4.11-rc6' into drm-next
Dave Airlie
2017-04-10
1
-16
/
+15
|
\
|
*
drm/vmwgfx: fix integer overflow in vmw_surface_define_ioctl()
Li Qiang
2017-03-30
1
-1
/
+4
|
*
drm/ttm, drm/vmwgfx: Relax permission checking when opening surfaces
Thomas Hellstrom
2017-03-30
1
-13
/
+9
|
*
drm/vmwgfx: NULL pointer dereference in vmw_surface_define_ioctl()
Murray McAllister
2017-03-30
1
-2
/
+2
*
|
drm/vmwgfx: Properly check display/scanout surface size
Sinclair Yeh
2017-04-01
1
-0
/
+14
*
|
drm/vmwgfx: Removed unused snooper.crtc field
Sinclair Yeh
2017-03-31
1
-1
/
+0
|
/
*
drm/vmwgfx: Adjust checks for null pointers in 13 functions
Markus Elfring
2016-10-10
1
-16
/
+15
*
drm/vmwgfx: Use memdup_user() rather than duplicating its implementation
Markus Elfring
2016-10-10
1
-16
/
+5
*
drm/vmwgfx: Use kmalloc_array() in vmw_surface_define_ioctl()
Markus Elfring
2016-10-10
1
-4
/
+6
*
drm/vmwgfx: check kmalloc return value
Rasmus Villemoes
2015-12-15
1
-1
/
+1
*
drm/vmwgfx: use kzalloc in vmw_surface_define_ioctl()
Rasmus Villemoes
2015-12-15
1
-5
/
+2
*
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2015-11-10
1
-0
/
+2
|
\
|
*
drm/vmwgfx: Turn off support for multisample count != 0 v2
Thomas Hellstrom
2015-11-02
1
-0
/
+2
*
|
drm/vmwgfx: Fix kernel NULL pointer dereference on older hardware
Thomas Hellstrom
2015-10-13
1
-1
/
+2
|
/
*
drm/vmwgfx: Fix up user_dmabuf refcounting
Thomas Hellstrom
2015-09-14
1
-3
/
+8
*
drm/vmwgfx: Allow dropped masters render-node like access on legacy nodes v2
Thomas Hellstrom
2015-09-01
1
-0
/
+6
*
drm/vmwgfx: Fix copyright headers
Sinclair Yeh
2015-08-12
1
-1
/
+1
*
drm/vmwgfx: Command parser fixes for DX
Charmaine Lee
2015-08-12
1
-0
/
+1
*
drm/vmwgfx: Initial DX support
Thomas Hellstrom
2015-08-12
1
-22
/
+87
*
drm/vmwgfx: Update device includes for DX device functionality
Sinclair Yeh
2015-08-12
1
-1
/
+1
*
drm/vmwgfx: Kill a bunch of sparse warnings
Thomas Hellstrom
2015-08-05
1
-2
/
+2
*
drm/vmwgfx: Implement screen targets
Sinclair Yeh
2015-08-05
1
-0
/
+4
*
drm/vmwgfx: Refactor vmw_gb_surface_define_ioctl()
Sinclair Yeh
2015-08-05
1
-61
/
+134
*
vmwgfx: Rework device initialization
Thomas Hellstrom
2015-08-05
1
-6
/
+6
*
drm/vmwgfx: Tighten security around surface sharing v2
Thomas Hellstrom
2014-03-28
1
-0
/
+24
*
drm/vmwgfx: Allow prime fds in the surface reference ioctls
Thomas Hellstrom
2014-03-28
1
-35
/
+70
*
drm/vmwgfx: Use a per-device semaphore for reservation protection
Thomas Hellstrom
2014-03-28
1
-8
/
+6
*
drm/vmwgfx: Fix a surface reference corner-case in legacy emulation mode
Thomas Hellstrom
2014-03-13
1
-0
/
+18
*
drm/vmwgfx: Reemit context bindings when necessary v2
Thomas Hellstrom
2014-02-05
1
-1
/
+1
*
drm/vmwgfx: Fix legacy surface reference size copyback
Thomas Hellstrom
2014-02-05
1
-2
/
+2
*
drm/vmwgfx: Fix recently introduced sparse / smatch warnings and errors
Thomas Hellstrom
2014-01-21
1
-0
/
+1
*
drm/vmwgfx: Invalidate surface on non-readback unbind
Jakob Bornecrantz
2014-01-17
1
-8
/
+18
*
drm/vmwgfx: Persistent tracking of context bindings
Thomas Hellstrom
2014-01-17
1
-0
/
+4
*
drm/vmwgfx: Make sure that the multisampling is off
Zack Rusin
2014-01-17
1
-1
/
+1
*
drm/vmwgfx: Hook up guest-backed surfaces
Thomas Hellstrom
2014-01-17
1
-3
/
+448
*
drm/ttm: ttm object security fixes for render nodes
Thomas Hellstrom
2014-01-08
1
-1
/
+2
*
drm/vmwgfx: Make surfaces prime-aware
Thomas Hellstrom
2013-11-18
1
-14
/
+16
*
drm/vmwgfx: Add and make use of a header for surface size calculation.
Thomas Hellstrom
2012-11-20
1
-94
/
+19
*
drm/vmwgfx: Break out surface and context management to separate files
Thomas Hellstrom
2012-11-20
1
-0
/
+968