1. 54c12bc drm/vmwgfx: Fix up user_dmabuf refcounting by Thomas Hellstrom · 9 years ago
  2. fd11a3c drm/vmwgfx: Add DX query support. Various fixes. by Sinclair Yeh · 9 years ago
  3. 0fca749e drm/vmwgfx: Add command parser support for a couple of DX commands by Neha Bhende · 9 years ago
  4. 2f633e5 drm/vmwgfx: Command parser fixes for DX by Charmaine Lee · 9 years ago
  5. d80efd5 drm/vmwgfx: Initial DX support by Thomas Hellstrom · 9 years ago
  6. 8ce75f8 drm/vmwgfx: Update device includes for DX device functionality by Sinclair Yeh · 9 years ago
  7. b9eb1a6 drm/vmwgfx: Kill a bunch of sparse warnings by Thomas Hellstrom · 9 years ago
  8. 6bf6bf0 drm/vmwgfx: Convert screen targets to new helpers v3 by Thomas Hellstrom · 9 years ago
  9. 1a4b172 drm/vmwgfx: Add kms helpers for dirty- and readback functions by Thomas Hellstrom · 9 years ago
  10. 459d0fa drm/vmwgfx: Introduce a pin count to allow for recursive pinning v2 by Thomas Hellstrom · 9 years ago
  11. f89c6c3 drm/vmwgfx: Replace SurfaceDMA usage with SurfaceCopy in 2D VMs by Sinclair Yeh · 9 years ago
  12. c9146cd drm/vmwgfx: Add "quirk" to handling command verification exceptions by Thomas Hellstrom · 9 years ago
  13. 3eab3d9 drm/vmwgfx: Add command buffer support v3 by Thomas Hellstrom · 9 years ago
  14. da5efff drm/vmwgfx: Correctly NULLify dma buffer pointer on failure by Colin Ian King · 10 years ago
  15. 5151adb drm/vmwgfx: Fix a couple of lock dependency violations by Thomas Hellstrom · 9 years ago
  16. aa35071 drm/ttm: optionally move duplicates to a separate list by Christian König · 10 years ago
  17. b2efb3f drm: backmerge tag 'v3.17-rc5' into drm-next by Dave Airlie · 10 years ago
  18. ae9c0af drm/ttm: allow fence to be added as shared by Christian König · 10 years ago
  19. 2298e80 drm/vmwgfx: rework to new fence interface, v2 by Maarten Lankhorst · 10 years ago
  20. c060a4e drm/vmwgfx: get rid of different types of fence_flags entirely by Maarten Lankhorst · 10 years ago
  21. 9f9cb84 drm/vmwgfx: Fix an incorrect OOM return value by Thomas Hellstrom · 10 years ago
  22. 1f0dc9a drm/ttm: kill off some members to ttm_validate_buffer by Maarten Lankhorst · 11 years ago
  23. 58b4d72 drm/ttm: add interruptible parameter to ttm_eu_reserve_buffers by Maarten Lankhorst · 11 years ago
  24. 18e4a46 drm/vmwgfx: Fix compat shader namespace by Thomas Hellstrom · 10 years ago
  25. cbd75e9 drm/vmwgfx: Make sure user-space can't DMA across buffer object boundaries v2 by Thomas Hellstrom · 10 years ago
  26. 294adf7 drm/vmwgfx: Use a per-device semaphore for reservation protection by Thomas Hellstrom · 10 years ago
  27. 36e952c drm/vmwgfx: Fix command defines and checks by Thomas Hellstrom · 11 years ago
  28. 4fbd9d2 drm/vmwgfx: Remove stray const by Thomas Hellstrom · 11 years ago
  29. b2ad988 drm/vmwgfx: unlock on error path in vmw_execbuf_process() by Dan Carpenter · 11 years ago
  30. 8e67bbb drm/vmwgfx: Fix a couple of sparse warnings and errors by Thomas Hellstrom · 11 years ago
  31. 30f82d81 drm/vmwgfx: Reemit context bindings when necessary v2 by Thomas Hellstrom · 11 years ago
  32. d5bde95 drm/vmwgfx: Emulate legacy shaders on guest-backed devices v2 by Thomas Hellstrom · 11 years ago
  33. 0ccbbae drm/vmwgfx: Fix SET_SHADER_CONST emulation on guest-backed devices by Thomas Hellstrom · 11 years ago
  34. cf5e341 drm/vmwgfx: Fix regression caused by "drm/ttm: make ttm reservation calls behave like reservation calls" by Thomas Hellstrom · 11 years ago
  35. 76c7d18 drm/vmwgfx: Don't commit staged bindings if execbuf fails by Thomas Hellstrom · 11 years ago
  36. f2a0dcb drm/vmwgfx: Implement 64-bit Otable- and MOB binding v2 by Thomas Hellstrom · 11 years ago
  37. 173fb7d drm/vmwgfx: Persistent tracking of context bindings by Thomas Hellstrom · 11 years ago
  38. b5c3b1a6 drm/vmwgfx: Track context bindings and scrub them upon exiting execbuf by Thomas Hellstrom · 11 years ago
  39. 8ba0731 drm/vmwgfx: Block the BIND_SHADERCONSTS command by Thomas Hellstrom · 11 years ago
  40. c373d4e drm/vmwgfx: Extend the command verifier to handle guest-backed on / off by Thomas Hellstrom · 12 years ago
  41. 74c10d1 drm/vmwgfx: Add new unused (by user-space) commands to the verifier by Thomas Hellstrom · 12 years ago
  42. a21aa61 drm/vmwgfx: Validate guest-backed shader const commands by Thomas Hellstrom · 12 years ago
  43. c74c162 drm/vmwgfx: Add guest-backed shaders by Thomas Hellstrom · 12 years ago
  44. a97e219 drm/vmwgfx: Hook up guest-backed surfaces by Thomas Hellstrom · 12 years ago
  45. 58a0c5f drm/vmwgfx: Hook up guest-backed contexts by Thomas Hellstrom · 12 years ago
  46. ddcda24 drm/vmwgfx: Hook up guest-backed queries by Thomas Hellstrom · 12 years ago
  47. 96c5f0d drm/vmwgfx: Add the possibility to validate a buffer as a MOB by Thomas Hellstrom · 12 years ago
  48. ecff665 drm/ttm: make ttm reservation calls behave like reservation calls by Maarten Lankhorst · 11 years ago
  49. 97a875c drm/ttm: remove no_wait_reserve, v3 by Maarten Lankhorst · 12 years ago
  50. c0951b7 drm/vmwgfx: Refactor resource management by Thomas Hellstrom · 12 years ago
  51. be01336 drm/vmwgfx: remove use of fence_obj_args by Maarten Lankhorst · 12 years ago
  52. 760285e UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/ by David Howells · 12 years ago
  53. bb1bd2f vmwgfx: Make it possible to get fence from execbuf by Jakob Bornecrantz · 13 years ago
  54. 1717c0e Revert "drm/ttm: add a way to bo_wait for either the last read or last write" by Dave Airlie · 13 years ago
  55. 80d9b24 vmwgfx: information leak in vmw_execbuf_copy_fence_user() by Dan Carpenter · 13 years ago
  56. 57c5ee7 vmwgfx: Add fence events by Thomas Hellstrom · 13 years ago
  57. 8bf445c vmwgfx: Break out and comment vmw_execbuf_copy_fence_user by Thomas Hellstrom · 13 years ago
  58. 5bb39e8 vmwgfx: Handle device surface memory limit by Thomas Hellstrom · 13 years ago
  59. f18c884 vmwgfx: Optimize the command submission resource list by Thomas Hellstrom · 13 years ago
  60. e2fa3a7 vmwgfx: Fix up query processing by Thomas Hellstrom · 13 years ago
  61. 0cff60c vmwgfx: Disallow user space to send present and readback commands by Jakob Bornecrantz · 13 years ago
  62. 4084fb8 vmwgfx: Expand the command checker to cover screen object commands by Jakob Bornecrantz · 13 years ago
  63. 922ade0 vmwgfx: Break out execbuf command processing by Thomas Hellstrom · 13 years ago
  64. 6070e9f vmwgfx: Some comments and BUG_ON by Jakob Bornecrantz · 13 years ago
  65. 2ae7b03 vmwgfx: Bump major by Thomas Hellstrom · 13 years ago
  66. ae2a104 vmwgfx: Implement fence objects by Thomas Hellstrom · 13 years ago
  67. 6bcd8d3c vmwgfx: Fix confusion caused by using "fence" in various places by Thomas Hellstrom · 13 years ago
  68. be38ab6 vmwgfx: Fix potential execbuf deadlocks by Thomas Hellstrom · 13 years ago
  69. dfadbbd drm/ttm: add a way to bo_wait for either the last read or last write by Marek Olšák · 13 years ago
  70. 6570596 drm/ttm/vmwgfx: Have TTM manage the validation sequence. by Thomas Hellstrom · 14 years ago
  71. dccb2a9 drm: vmwgfx: fix information leak to userland by Kulikov Vasiliy · 14 years ago
  72. 135cba0 vmwgfx: Implement a proper GMR eviction mechanism by Thomas Hellstrom · 14 years ago
  73. 9b8eb4d drm/vmwgfx: return -EFAULT for copy_to_user errors by Dan Carpenter · 14 years ago
  74. 1925d45 drm/vmwgfx: Add kernel throttling support. Bump minor. by Thomas Hellstrom · 14 years ago
  75. 9d87fa2 drm/ttm: split no_wait argument in 2 GPU or reserve wait by Jerome Glisse · 14 years ago
  76. 4e4ddd4 drm/vmwgfx: Fix queries if no dma buffer thrashing is occuring. by Thomas Hellstrom · 14 years ago
  77. 8ba5152 drm/vmwgfx: Optimize memory footprint for DMA buffers. by Thomas Hellstrom · 15 years ago
  78. 7a73ba7 drm/vmwgfx: Use TTM handles instead of SIDs as user-space surface handles. by Thomas Hellstrom · 15 years ago
  79. 3d3a5b3 drm/vmwgfx: Return -ERESTARTSYS when interrupted by a signal. by Thomas Hellstrom · 15 years ago
  80. fb1d973 drm/vmwgfx: Add DRM driver for VMware Virtual GPU by Jakob Bornecrantz · 15 years ago