1. c486d4f drm/vmwgfx: Make vmwgfx dma buffers prime aware by Thomas Hellstrom · 11 years ago
  2. 79e5f81 drm/vmwgfx: Make surfaces prime-aware by Thomas Hellstrom · 11 years ago
  3. 69977ff drm/vmwgfx: Hook up the prime ioctls by Thomas Hellstrom · 11 years ago
  4. ac49251 drm/vmwgfx: Fix false lockdep warning by Thomas Hellstrom · 11 years ago
  5. ca9efa1 Merge branch 'vmwgfx-next-3.13' of git://people.freedesktop.org/~thomash/linux into drm-next by Dave Airlie · 11 years ago
  6. e14cd95 drm/vmwgfx: Fix a couple of compile / sparse warnings and errors by Thomas Hellstrom · 11 years ago
  7. ea029c2 drm/vmwgfx: Resource evict fixes by Thomas Hellstrom · 11 years ago
  8. 9191526 Merge tag 'drm-intel-fixes-2013-11-07' of git://people.freedesktop.org/~danvet/drm-intel into drm-next by Dave Airlie · 11 years ago
  9. 2113694 drm/vmwgfx: fix warning if config intel iommu is off. by Dave Airlie · 11 years ago
  10. d92d985 drm/vmwgfx: Use the linux DMA api to get valid device addresses of pages by Thomas Hellstrom · 11 years ago
  11. 43789b9 drm/vmwgfx: Return -ENOENT when a framebuffer can't be found by Ville Syrjälä · 11 years ago
  12. 4ae87ff drm/vmwgfx: Return -ENOENT when a mode object can't be found by Ville Syrjälä · 11 years ago
  13. c424985 drm/vmwgfx: Don't kill clients on VT switch by Thomas Hellstrom · 11 years ago
  14. 2668248 drm/vmwgfx: Don't put resources with invalid id's on lru list by Thomas Hellstrom · 11 years ago
  15. 9c725e5 Merge branch 'drm-next-3.12' of git://people.freedesktop.org/~agd5f/linux into drm-next by Dave Airlie · 11 years ago
  16. ed8d197 drm: Pass page flip ioctl flags to driver by Keith Packard · 11 years ago
  17. 6e4dcff drm/vmwgfx: Split GMR2_REMAP commands if they are to large by Jakob Bornecrantz · 11 years ago
  18. 14bbf20 drm/vmwgfx: fix error return code in vmw_driver_load() by Wei Yongjun · 11 years ago
  19. 0faa4a8 drm/vmwgfx: remove ->firstopen callback by Daniel Vetter · 11 years ago
  20. b0e898a drm: remove FASYNC support by Daniel Vetter · 11 years ago
  21. 5bbd533 drm/vmwgfx: remove redundant clearing of driver->dma_quiescent by Daniel Vetter · 11 years ago
  22. baa7094 drm: const'ify ioctls table (v2) by Rob Clark · 11 years ago
  23. 72525b3 drm/ttm: convert to unified vma offset manager by David Herrmann · 11 years ago
  24. 8bd4ce5 drm/vmwgfx: get rid of ttm_bo_is_reserved usage by Maarten Lankhorst · 11 years ago
  25. ecff665 drm/ttm: make ttm reservation calls behave like reservation calls by Maarten Lankhorst · 11 years ago
  26. a5d0f57 drm/vmwgfx: Don't access file_priv in cursor_set when handle==0 by Ville Syrjälä · 11 years ago
  27. 247d36d drm (ast, cirrus, mgag200, nouveau, savage, vmwgfx): Remove drm_mtrr_{add, del} by Andy Lutomirski · 11 years ago
  28. cc39a8f drm/vmwgfx: convert to idr_alloc() by Tejun Heo · 11 years ago
  29. b9e5071 Merge branch 'for-airlied' of git://people.freedesktop.org/~mlankhorst/linux into drm-next by Dave Airlie · 11 years ago
  30. 2fd5eab drm/vmwgfx: add proper framebuffer refcounting by Daniel Vetter · 12 years ago
  31. 786b99e drm: create drm_framebuffer_lookup by Daniel Vetter · 12 years ago
  32. 4b096ac drm: revamp locking around fb creation/destruction by Daniel Vetter · 12 years ago
  33. dac3566 drm: only take the crtc lock for ->cursor_move by Daniel Vetter · 12 years ago
  34. bfb8992 drm: only take the crtc lock for ->cursor_set by Daniel Vetter · 12 years ago
  35. bbe4b99 drm/vmwgfx: use drm_modeset_lock_all by Daniel Vetter · 12 years ago
  36. 2d13b67 drm: encapsulate crtc->set_config calls by Daniel Vetter · 12 years ago
  37. af26ef3 drm/<drivers>: Unified handling of unimplemented fb->create_handle by Daniel Vetter · 12 years ago
  38. 80f0b5a drm/vmwgfx: reorder framebuffer init sequence by Daniel Vetter · 12 years ago
  39. 42f6e3d drm/vmwgfx: always use ttm_bo_is_reserved by Maarten Lankhorst · 12 years ago
  40. 97a875c drm/ttm: remove no_wait_reserve, v3 by Maarten Lankhorst · 12 years ago
  41. 1a1494d Merge branch 'drm-next-3.8' of git://people.freedesktop.org/~agd5f/linux into drm-next by Dave Airlie · 12 years ago
  42. b8b163b drm/vmwgfx: drm_connector_property -> drm_object_property by Rob Clark · 12 years ago
  43. d08a9b9 drm/vmwgfx: Tighten the security around buffer maps by Thomas Hellstrom · 12 years ago
  44. 35f62a5 drm/vmwgfx: Free user-space fence objects correctly by Thomas Hellstrom · 12 years ago
  45. 7e8d9da drm/vmwgfx: Add and make use of a header for surface size calculation. by Thomas Hellstrom · 12 years ago
  46. 543831c drm/vmwgfx: Break out surface and context management to separate files by Thomas Hellstrom · 12 years ago
  47. c0951b7 drm/vmwgfx: Refactor resource management by Thomas Hellstrom · 12 years ago
  48. bf6f036 drm/vmwgfx: Make vmw_dmabuf_unreference handle NULL objects by Thomas Hellstrom · 12 years ago
  49. 506ff75 drm/vmwgfx: Refactor module load to not require fifo unless fbdev is loaded by Thomas Hellstrom · 12 years ago
  50. 29a16e9 drm/vmwgfx: Make screen object code not require fifo at init time by Thomas Hellstrom · 12 years ago
  51. dcb5227 drm/vmwgfx: Make overlay code not require fifo at init time by Thomas Hellstrom · 12 years ago
  52. ba723fe8 drm/vmwgfx: Enable traces *after* we've hidden SVGA by Thomas Hellstrom · 12 years ago
  53. cdad052 drm/ttm, drm/vmwgfx: Use RCU locking for object lookups v3 by Thomas Hellstrom · 12 years ago
  54. dedfdff drm/ttm: remove sync_arg from driver functions by Maarten Lankhorst · 12 years ago
  55. be01336 drm/vmwgfx: remove use of fence_obj_args by Maarten Lankhorst · 12 years ago
  56. 0b91c4a drm/ttm: remove ttm_buffer_object->buffer_start by Marcin Slusarz · 12 years ago
  57. 888155b vmwgfx: return an -EFAULT if copy_to_user() fails by Dan Carpenter · 12 years ago
  58. afcc87a drm/vmwgfx: Fix a case where the code would BUG when trying to pin GMR memory by Thomas Hellstrom · 12 years ago
  59. 95e8f6a drm/vmwgfx: Fix hibernation device reset by Thomas Hellstrom · 12 years ago
  60. 94baf0e drm/vmwgfx: use ttm_bo_is_reserved by Maarten Lankhorst · 12 years ago
  61. 612a9aa Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 12 years ago
  62. 9b2e077c Merge tag 'uapi-prep-20121002' of git://git.infradead.org/users/dhowells/linux-headers by Linus Torvalds · 12 years ago
  63. 268d283 Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/linux-2.6 into drm-next by Dave Airlie · 12 years ago
  64. 760285e UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/ by David Howells · 12 years ago
  65. 033d995 Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 12 years ago
  66. 68c4fce vmwgfx: corruption in vmw_event_fence_action_create() by Dan Carpenter · 12 years ago
  67. 398b7a1 Merge tag 'v3.6-rc7' into drm-intel-next-queued by Daniel Vetter · 12 years ago
  68. 5e1782d vmwgfx: add dumb ioctl support by Dave Airlie · 12 years ago
  69. 3a99507 vmwgfx: remove useless set memory to zero use memset() by Wei Yongjun · 12 years ago
  70. c490342 drm/vmwgfx: add MODULE_DEVICE_TABLE so vmwgfx loads at boot by Dave Airlie · 12 years ago
  71. 5d2afab drm/vmwgfx: allow a kconfig option to choose if fbcon is enabled by Dave Airlie · 12 years ago
  72. f5869a8 drm: stop vmgfx driver explosion by Alan Cox · 12 years ago
  73. 4382973 workqueue: deprecate flush[_delayed]_work_sync() by Tejun Heo · 12 years ago
  74. 949c4a3 drm: track dev_mapping in more robust and flexible way by Ilija Hadzic · 12 years ago
  75. 923d1fe drm: kill reclaim_buffers_locked by Daniel Vetter · 13 years ago
  76. 0824db3 drm/vmwgfx: Fix nasty write past alloced memory area by Thomas Hellstrom · 12 years ago
  77. 129b78b ttm: add prime sharing support to TTM (v2) by Dave Airlie · 12 years ago
  78. e6ecefa drm: Constify drm_mode_config_funcs pointer by Laurent Pinchart · 12 years ago
  79. be53bfd Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 12 years ago
  80. 9f39383 Merge branch 'kmap_atomic' of git://github.com/congwang/linux by Linus Torvalds · 12 years ago
  81. 1c9c20f drm: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
  82. 466e69b drm: move pci bus master enable into driver. by Dave Airlie · 13 years ago
  83. 0a240ec drm/vmwgfx: Bump driver minor by Thomas Hellstrom · 12 years ago
  84. f9cd8ec vmwgfx: Move function declaration to correct header by Thomas Hellstrom · 12 years ago
  85. 67d4a87 drm/vmwgfx: Treat out-of-range initial width and height as host errors by Thomas Hellstrom · 12 years ago
  86. eb4f923 vmwgfx: Pick up the initial size from the width and height regs by Jakob Bornecrantz · 12 years ago
  87. b5ec427 vmwgfx: Add page flip support by Jakob Bornecrantz · 12 years ago
  88. bd49ae4 vmwgfx: Pipe fence out of screen object dirty functions by Jakob Bornecrantz · 12 years ago
  89. bb1bd2f vmwgfx: Make it possible to get fence from execbuf by Jakob Bornecrantz · 12 years ago
  90. 6b82ef5 vmwgfx: Clean up pending event references to struct drm_file objects on close by Thomas Hellstrom · 12 years ago
  91. 8b7de6a vmwgfx: Rework fence event action by Jakob Bornecrantz · 12 years ago
  92. fb2a99e drm: do not set fb_info->pixmap fields by Sascha Hauer · 12 years ago
  93. 4962590 drm: Fix typo in vmwgfx_drv.c by Masanari Iida · 12 years ago
  94. bf9c05d vmwgfx: Fix assignment in vmw_framebuffer_create_handle by Ryan Mallon · 13 years ago
  95. 1a464cb Merge branch 'drm-core-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 13 years ago
  96. 8a78389 vmwgfx: fix incorrect VRAM size check in vmw_kms_fb_create() by Xi Wang · 13 years ago
  97. 4cf7312 Merge remote-tracking branch 'pfdo/drm-fixes' into drm-core-next by Dave Airlie · 13 years ago
  98. 1fbe6f6 Merge tag 'v3.2-rc6' of /home/airlied/devel/kernel/linux-2.6 into drm-core-next by Dave Airlie · 13 years ago
  99. 01f2c77 drm: Replace pitch with pitches[] in drm_framebuffer by Ville Syrjälä · 13 years ago
  100. 6abff3c vmwgfx: Clip cliprects against screen boundaries in present and dirty by Jakob Bornecrantz · 13 years ago