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
/
vmwgfx_execbuf.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-03-11
drm/vmwgfx: Correctly NULLify dma buffer pointer on failure
Colin Ian King
1
-4
/
+6
2015-03-11
drm/vmwgfx: Fix a couple of lock dependency violations
Thomas Hellstrom
1
-5
/
+3
2014-12-04
drm/ttm: optionally move duplicates to a separate list
Christian König
1
-2
/
+4
2014-09-16
drm: backmerge tag 'v3.17-rc5' into drm-next
Dave Airlie
1
-6
/
+5
2014-09-11
drm/ttm: allow fence to be added as shared
Christian König
1
-0
/
+3
2014-09-02
drm/vmwgfx: rework to new fence interface, v2
Maarten Lankhorst
1
-1
/
+1
2014-09-02
drm/vmwgfx: get rid of different types of fence_flags entirely
Maarten Lankhorst
1
-11
/
+3
2014-09-01
drm/vmwgfx: Fix an incorrect OOM return value
Thomas Hellstrom
1
-6
/
+5
2014-09-01
drm/ttm: kill off some members to ttm_validate_buffer
Maarten Lankhorst
1
-1
/
+0
2014-09-01
drm/ttm: add interruptible parameter to ttm_eu_reserve_buffers
Maarten Lankhorst
1
-5
/
+2
2014-07-04
drm/vmwgfx: Fix compat shader namespace
Thomas Hellstrom
1
-99
/
+128
2014-04-24
drm/vmwgfx: Make sure user-space can't DMA across buffer object boundaries v2
Thomas Hellstrom
1
-0
/
+22
2014-03-28
drm/vmwgfx: Use a per-device semaphore for reservation protection
Thomas Hellstrom
1
-3
/
+2
2014-02-12
drm/vmwgfx: Fix command defines and checks
Thomas Hellstrom
1
-0
/
+3
2014-02-12
drm/vmwgfx: Remove stray const
Thomas Hellstrom
1
-1
/
+1
2014-02-12
drm/vmwgfx: unlock on error path in vmw_execbuf_process()
Dan Carpenter
1
-1
/
+1
2014-02-12
drm/vmwgfx: Fix a couple of sparse warnings and errors
Thomas Hellstrom
1
-1
/
+1
2014-02-05
drm/vmwgfx: Reemit context bindings when necessary v2
Thomas Hellstrom
1
-4
/
+81
2014-02-05
drm/vmwgfx: Emulate legacy shaders on guest-backed devices v2
Thomas Hellstrom
1
-29
/
+168
2014-02-05
drm/vmwgfx: Fix SET_SHADER_CONST emulation on guest-backed devices
Thomas Hellstrom
1
-2
/
+35
2014-02-05
drm/vmwgfx: Fix regression caused by "drm/ttm: make ttm reservation calls beh...
Thomas Hellstrom
1
-4
/
+5
2014-02-05
drm/vmwgfx: Don't commit staged bindings if execbuf fails
Thomas Hellstrom
1
-2
/
+4
2014-01-17
drm/vmwgfx: Implement 64-bit Otable- and MOB binding v2
Thomas Hellstrom
1
-1
/
+1
2014-01-17
drm/vmwgfx: Persistent tracking of context bindings
Thomas Hellstrom
1
-5
/
+26
2014-01-17
drm/vmwgfx: Track context bindings and scrub them upon exiting execbuf
Thomas Hellstrom
1
-11
/
+84
2014-01-17
drm/vmwgfx: Block the BIND_SHADERCONSTS command
Thomas Hellstrom
1
-34
/
+2
2014-01-17
drm/vmwgfx: Extend the command verifier to handle guest-backed on / off
Thomas Hellstrom
1
-107
/
+208
2014-01-17
drm/vmwgfx: Add new unused (by user-space) commands to the verifier
Thomas Hellstrom
1
-0
/
+26
2014-01-17
drm/vmwgfx: Validate guest-backed shader const commands
Thomas Hellstrom
1
-0
/
+35
2014-01-17
drm/vmwgfx: Add guest-backed shaders
Thomas Hellstrom
1
-0
/
+35
2014-01-17
drm/vmwgfx: Hook up guest-backed surfaces
Thomas Hellstrom
1
-0
/
+231
2014-01-17
drm/vmwgfx: Hook up guest-backed contexts
Thomas Hellstrom
1
-0
/
+5
2014-01-17
drm/vmwgfx: Hook up guest-backed queries
Thomas Hellstrom
1
-1
/
+214
2014-01-17
drm/vmwgfx: Add the possibility to validate a buffer as a MOB
Thomas Hellstrom
1
-7
/
+19
2013-06-28
drm/ttm: make ttm reservation calls behave like reservation calls
Maarten Lankhorst
1
-6
/
+8
2012-12-10
drm/ttm: remove no_wait_reserve, v3
Maarten Lankhorst
1
-2
/
+2
2012-11-21
drm/vmwgfx: Refactor resource management
Thomas Hellstrom
1
-248
/
+650
2012-11-20
drm/vmwgfx: remove use of fence_obj_args
Maarten Lankhorst
1
-13
/
+2
2012-10-02
UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/
David Howells
1
-2
/
+2
2012-02-13
vmwgfx: Make it possible to get fence from execbuf
Jakob Bornecrantz
1
-4
/
+11
2011-10-27
Revert "drm/ttm: add a way to bo_wait for either the last read or last write"
Dave Airlie
1
-1
/
+0
2011-10-18
vmwgfx: information leak in vmw_execbuf_copy_fence_user()
Dan Carpenter
1
-0
/
+2
2011-10-10
vmwgfx: Add fence events
Thomas Hellstrom
1
-1
/
+1
2011-10-10
vmwgfx: Break out and comment vmw_execbuf_copy_fence_user
Thomas Hellstrom
1
-33
/
+67
2011-10-05
vmwgfx: Handle device surface memory limit
Thomas Hellstrom
1
-0
/
+19
2011-10-05
vmwgfx: Optimize the command submission resource list
Thomas Hellstrom
1
-27
/
+23
2011-10-05
vmwgfx: Fix up query processing
Thomas Hellstrom
1
-20
/
+355
2011-10-05
vmwgfx: Disallow user space to send present and readback commands
Jakob Bornecrantz
1
-3
/
+13
2011-10-05
vmwgfx: Expand the command checker to cover screen object commands
Jakob Bornecrantz
1
-5
/
+72
2011-10-05
vmwgfx: Break out execbuf command processing
Thomas Hellstrom
1
-56
/
+80
[next]