1. 612a9aa Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 12 years ago
  2. 9b2e077c Merge tag 'uapi-prep-20121002' of git://git.infradead.org/users/dhowells/linux-headers by Linus Torvalds · 12 years ago
  3. 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
  4. 760285e UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/ by David Howells · 12 years ago
  5. 033d995 Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 12 years ago
  6. 68c4fce vmwgfx: corruption in vmw_event_fence_action_create() by Dan Carpenter · 12 years ago
  7. 398b7a1 Merge tag 'v3.6-rc7' into drm-intel-next-queued by Daniel Vetter · 12 years ago
  8. 5e1782d vmwgfx: add dumb ioctl support by Dave Airlie · 12 years ago
  9. 3a99507 vmwgfx: remove useless set memory to zero use memset() by Wei Yongjun · 12 years ago
  10. c490342 drm/vmwgfx: add MODULE_DEVICE_TABLE so vmwgfx loads at boot by Dave Airlie · 12 years ago
  11. 5d2afab drm/vmwgfx: allow a kconfig option to choose if fbcon is enabled by Dave Airlie · 12 years ago
  12. f5869a8 drm: stop vmgfx driver explosion by Alan Cox · 12 years ago
  13. 4382973 workqueue: deprecate flush[_delayed]_work_sync() by Tejun Heo · 12 years ago
  14. 949c4a3 drm: track dev_mapping in more robust and flexible way by Ilija Hadzic · 12 years ago
  15. 923d1fe drm: kill reclaim_buffers_locked by Daniel Vetter · 13 years ago
  16. 0824db3 drm/vmwgfx: Fix nasty write past alloced memory area by Thomas Hellstrom · 12 years ago
  17. 129b78b ttm: add prime sharing support to TTM (v2) by Dave Airlie · 12 years ago
  18. e6ecefa drm: Constify drm_mode_config_funcs pointer by Laurent Pinchart · 12 years ago
  19. be53bfd Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 12 years ago
  20. 9f39383 Merge branch 'kmap_atomic' of git://github.com/congwang/linux by Linus Torvalds · 12 years ago
  21. 1c9c20f drm: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
  22. 466e69b drm: move pci bus master enable into driver. by Dave Airlie · 13 years ago
  23. 0a240ec drm/vmwgfx: Bump driver minor by Thomas Hellstrom · 13 years ago
  24. f9cd8ec vmwgfx: Move function declaration to correct header by Thomas Hellstrom · 13 years ago
  25. 67d4a87 drm/vmwgfx: Treat out-of-range initial width and height as host errors by Thomas Hellstrom · 13 years ago
  26. eb4f923 vmwgfx: Pick up the initial size from the width and height regs by Jakob Bornecrantz · 13 years ago
  27. b5ec427 vmwgfx: Add page flip support by Jakob Bornecrantz · 13 years ago
  28. bd49ae4 vmwgfx: Pipe fence out of screen object dirty functions by Jakob Bornecrantz · 13 years ago
  29. bb1bd2f vmwgfx: Make it possible to get fence from execbuf by Jakob Bornecrantz · 13 years ago
  30. 6b82ef5 vmwgfx: Clean up pending event references to struct drm_file objects on close by Thomas Hellstrom · 13 years ago
  31. 8b7de6a vmwgfx: Rework fence event action by Jakob Bornecrantz · 13 years ago
  32. fb2a99e drm: do not set fb_info->pixmap fields by Sascha Hauer · 13 years ago
  33. 4962590 drm: Fix typo in vmwgfx_drv.c by Masanari Iida · 13 years ago
  34. bf9c05d vmwgfx: Fix assignment in vmw_framebuffer_create_handle by Ryan Mallon · 13 years ago
  35. 1a464cb Merge branch 'drm-core-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 13 years ago
  36. 8a78389 vmwgfx: fix incorrect VRAM size check in vmw_kms_fb_create() by Xi Wang · 13 years ago
  37. 4cf7312 Merge remote-tracking branch 'pfdo/drm-fixes' into drm-core-next by Dave Airlie · 13 years ago
  38. 1fbe6f6 Merge tag 'v3.2-rc6' of /home/airlied/devel/kernel/linux-2.6 into drm-core-next by Dave Airlie · 13 years ago
  39. 01f2c77 drm: Replace pitch with pitches[] in drm_framebuffer by Ville Syrjälä · 13 years ago
  40. 6abff3c vmwgfx: Clip cliprects against screen boundaries in present and dirty by Jakob Bornecrantz · 13 years ago
  41. bfc2638 vmwgfx: Resend the cursor after legacy modeset by Jakob Bornecrantz · 13 years ago
  42. 203dc22 vmwgfx: Do better culling of presents by Jakob Bornecrantz · 13 years ago
  43. e7ac921 vmwgfx: Refactor kms code to use vmw_user_lookup_handle helper by Jakob Bornecrantz · 13 years ago
  44. 551a669 vmwgfx: Add helper function to get surface or dmabuf by Jakob Bornecrantz · 13 years ago
  45. 6a91d97 vmwgfx: Refactor cursor update by Jakob Bornecrantz · 13 years ago
  46. ef5ab24 vmwgfx: Remove dmabuf check in present ioctl by Jakob Bornecrantz · 13 years ago
  47. ebd4c6f vmwgfx: Use the revised fifo hw version register when present by Thomas Hellstrom · 13 years ago
  48. 24bb5a0 vmwgfx: Use kcalloc instead of kzalloc to allocate array by Thomas Meyer · 13 years ago
  49. 57de4ba drm/ttm: simplify memory accounting for ttm user v2 by Jerome Glisse · 13 years ago
  50. 8e7e705 drm/ttm: isolate dma data from ttm_tt V4 by Jerome Glisse · 13 years ago
  51. b1e5f17 drm/ttm: introduce callback for ttm_tt populate & unpopulate V4 by Jerome Glisse · 13 years ago
  52. 649bf3c drm/ttm: merge ttm_backend and ttm_tt V5 by Jerome Glisse · 13 years ago
  53. bab9efc vmwgfx: integer overflow in vmw_kms_update_layout_ioctl() by Xi Wang · 13 years ago
  54. 248dbc2 drm: move the fb bpp/depth helper into the core. by Dave Airlie · 13 years ago
  55. 308e5bc drm: add an fb creation ioctl that takes a pixel format v5 by Jesse Barnes · 13 years ago
  56. e08e96d drm: Make the per-driver file_operations struct const by Arjan van de Ven · 13 years ago
  57. baa91d64 vmwgfx: Only allow 64x64 cursors by Jakob Bornecrantz · 13 years ago
  58. f0c8a65 vmwgfx: Initialize clip rect loop correctly in surface dirty by Jakob Bornecrantz · 13 years ago
  59. c0d1831 vmwgfx: Close screen object system by Jakob Bornecrantz · 13 years ago
  60. 83dbb15 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 13 years ago
  61. 2ac8637 vmwgfx: Snoop DMA transfers with non-covering sizes by Jakob Bornecrantz · 13 years ago
  62. d41025c vmwgfx: Move the prefered mode first in the list by Jakob Bornecrantz · 13 years ago
  63. e5c8dbb vmwgfx: Unreference surface on cursor error path by Jakob Bornecrantz · 13 years ago
  64. 55bde5b vmwgfx: Free prefered mode on error path by Jakob Bornecrantz · 13 years ago
  65. d982640 vmwgfx: Use pointer return error codes by Jakob Bornecrantz · 13 years ago
  66. da7653d vmwgfx: Fix hw cursor position by Thomas Hellstrom · 13 years ago
  67. 6987427 vmwgfx: Infrastructure for explicit placement by Thomas Hellstrom · 13 years ago
  68. 1543b4d vmwgfx: Make the preferred autofit mode have a 60Hz vrefresh by Thomas Hellstrom · 13 years ago
  69. 0e708bc vmwgfx: Remove screen object active list by Thomas Hellstrom · 13 years ago
  70. d4528b8 vmwgfx: Screen object cleanups by Thomas Hellstrom · 13 years ago
  71. cd2b89e vmwgfx: Reinstate the update_layout ioctl by Thomas Hellstrom · 13 years ago
  72. 305151e vmwgfx: Use "Virtual" connectors and encoders rather than "LVDS". by Thomas Hellstrom · 13 years ago
  73. e0cd360 gpu: add module.h to drivers/gpu files as required. by Paul Gortmaker · 13 years ago
  74. 2d1a8a4 gpu: Add export.h as required to drivers/gpu files. by Paul Gortmaker · 13 years ago
  75. 1717c0e Revert "drm/ttm: add a way to bo_wait for either the last read or last write" by Dave Airlie · 13 years ago
  76. c5c4236 vmwgfx: Don't pass unused arguments to do_dirty functions by Jakob Bornecrantz · 13 years ago
  77. 64fc994 vmwgfx: Emulate depth 32 framebuffers by Jakob Bornecrantz · 13 years ago
  78. 80d9b24 vmwgfx: information leak in vmw_execbuf_copy_fence_user() by Dan Carpenter · 13 years ago
  79. 0c5d370 vmwgfx: memory leaks caused by double allocation by Dan Carpenter · 13 years ago
  80. d2c184f vmwgfx: return -EFAULT instead of number of bytes remaining by Dan Carpenter · 13 years ago
  81. 1c482ab vmwgfx: Add vblank stubs by Jakob Bornecrantz · 13 years ago
  82. 74b5ea3 vmwgfx: Whitespace & code style in display unit by Jakob Bornecrantz · 13 years ago
  83. 60a16a3 vmwgfx: Fix display system init & close functions by Jakob Bornecrantz · 13 years ago
  84. 5a7b74b vmwgfx: Take the driver out of staging by Thomas Hellstrom · 13 years ago
  85. 5438ae8 vmwgfx: Wrap drm_read and drm_poll by Thomas Hellstrom · 13 years ago
  86. 57c5ee7 vmwgfx: Add fence events by Thomas Hellstrom · 13 years ago
  87. 8bf445c vmwgfx: Break out and comment vmw_execbuf_copy_fence_user by Thomas Hellstrom · 13 years ago
  88. c6ca839 vmwgfx: Don't use virtual coords when using screen objects by Jakob Bornecrantz · 13 years ago
  89. 414ee50 vmwgfx: Implement memory accounting for resources by Thomas Hellstrom · 13 years ago
  90. 6ea77d1 vmwgfx: Minor cleanups by Thomas Hellstrom · 13 years ago
  91. e5ed157 vmwgfx: Bump driver minor to advertise support for new ioctls. by Thomas Hellstrom · 13 years ago
  92. c337ada vmwgfx: Be more strict with fb depths when using screen objects by Jakob Bornecrantz · 13 years ago
  93. 5bb39e8 vmwgfx: Handle device surface memory limit by Thomas Hellstrom · 13 years ago
  94. 90ff18b vmwgfx: Make sure we always have a user-space handle to use for objects that are backing kms framebuffers. by Thomas Hellstrom · 13 years ago
  95. f18c884 vmwgfx: Optimize the command submission resource list by Thomas Hellstrom · 13 years ago
  96. e2fa3a7 vmwgfx: Fix up query processing by Thomas Hellstrom · 13 years ago
  97. e93daed vmwgfx: Allow reference and unreference of NULL fence objects. by Thomas Hellstrom · 13 years ago
  98. b37a6b9 vmwgfx: minor dmabuf utilities cleanup by Thomas Hellstrom · 13 years ago
  99. 0cff60c vmwgfx: Disallow user space to send present and readback commands by Jakob Bornecrantz · 13 years ago
  100. 2fcd5a7 vmwgfx: Add present and readback ioctls by Jakob Bornecrantz · 13 years ago