1. a3860c1 introduce SIZE_MAX by Xi Wang · 12 years ago
  2. 129b78b ttm: add prime sharing support to TTM (v2) by Dave Airlie · 12 years ago
  3. 51ab7ba drm/prime: introduce sg->pages/addr arrays helper by Dave Airlie · 12 years ago
  4. 4d93914 drm: add plane properties by Rob Clark · 12 years ago
  5. 49e2754 drm: add bitmask property type by Rob Clark · 12 years ago
  6. 345f3b9 Merge branch 'exynos-drm-next' of git://git.infradead.org/users/kmpark/linux-samsung into drm-core-next by Dave Airlie · 12 years ago
  7. e6ecefa drm: Constify drm_mode_config_funcs pointer by Laurent Pinchart · 12 years ago
  8. 78b6855 drm: Constify gem_vm_ops pointer by Laurent Pinchart · 12 years ago
  9. 3b02ab8 drm: Miscellaneous typo fixes and documentation updates by Laurent Pinchart · 12 years ago
  10. de44d97 drm/dp: Add DPCD defines for register 0x007 by Adam Jackson · 12 years ago
  11. 86c3c3b drm/dp: Add DPCD OUI register defines by Adam Jackson · 12 years ago
  12. 4271a40 drm/prime: expose capability flags for userspace. by Dave Airlie · 12 years ago
  13. d7f1642 drm/exynos: add G2D driver by Joonyoung Shim · 12 years ago
  14. bffd9de0 drm: add CRTC properties by Paulo Zanoni · 12 years ago
  15. 7f88a9b drm: add 'count' to struct drm_object_properties by Paulo Zanoni · 12 years ago
  16. c543188 drm: add generic ioctls to get/set properties on any object by Paulo Zanoni · 12 years ago
  17. 7e3bdf4 drm: create struct drm_object_properties and use it by Paulo Zanoni · 12 years ago
  18. afea2ad drm: WARN() when drm_connector_attach_property fails by Paulo Zanoni · 12 years ago
  19. b06d66b drm: pass dev to drm_vm_{open,close}_locked() by Rob Clark · 12 years ago
  20. 133f4cb drm/radeon: fix possible lack of synchronization btw ttm and other ring by Jerome Glisse · 12 years ago
  21. 7ecd34e drm/exynos: cleanup for hdmi platform data by Joonyoung Shim · 12 years ago
  22. 40cd7e0 drm/exynos: added a feature to get gem buffer information. by Inki Dae · 12 years ago
  23. c01d73fa drm/exynos: added cache attribute support for gem. by Inki Dae · 12 years ago
  24. 5bc69bf Merge tag 'drm-intel-next-2012-04-23' of git://people.freedesktop.org/~danvet/drm-intel into drm-core-next by Dave Airlie · 12 years ago
  25. f7f6c34 drm: fixed: Add dfixed_frac by Robert Morell · 12 years ago
  26. f89ec8a drm/edid: Try harder to fix up base EDID blocks by Adam Jackson · 12 years ago
  27. 8353e6c drm/edid: Add packed attribute to new gtf2 and cvt structs by Takashi Iwai · 12 years ago
  28. eeefa4b drm/edid: Update range descriptor struct for EDID 1.4 by Adam Jackson · 12 years ago
  29. f6e252b drm/edid: Allow drm_mode_find_dmt to hunt for reduced-blanking modes by Adam Jackson · 12 years ago
  30. 01b68b0 drm: Add drm_format_{horz, vert}_chroma_subsampling() utility functions by Ville Syrjälä · 12 years ago
  31. 5a86bd5 drm: Add drm_format_plane_cpp() utility function by Ville Syrjälä · 12 years ago
  32. 141670e drm: Move drm_format_num_planes() to drm_crtc.c by Ville Syrjälä · 12 years ago
  33. 7678789 Merge tag 'v3.4-rc3' into drm-intel-next-queued by Daniel Vetter · 12 years ago
  34. 173fa4e Merge branch 'exynos-drm-fixes' of git://git.infradead.org/users/kmpark/linux-samsung into drm-intel-fixes by Dave Airlie · 12 years ago
  35. effbc4f Merge branch 'drm-intel-next' of git://people.freedesktop.org/~danvet/drm-intel into drm-core-next by Dave Airlie · 12 years ago
  36. 490aa60e drm/exynos: fixed exynos broken ioctl by Inki Dae · 12 years ago
  37. 01627d9 Merge branch 'drm-fixes-intel' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 12 years ago
  38. dcf9af8 drm/exynos: fixed page align and code clean. by Inki Dae · 12 years ago
  39. 650dc07 drm/i915: disable ppgtt on snb when dmar is enabled by Daniel Vetter · 12 years ago
  40. 3248877 drm: base prime/dma-buf support (v5) by Dave Airlie · 13 years ago
  41. 6d5cd9c drm: add helper to clflush a virtual address range by Daniel Vetter · 12 years ago
  42. ed2d265 Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 12 years ago
  43. 10db4e1 headers: include linux/types.h where appropriate by Bobby Powers · 12 years ago
  44. 09fa302 Merge branch 'drm-radeon-sitn-support' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 12 years ago
  45. b73d123 drm/exynos: added virtual display driver. by Inki Dae · 12 years ago
  46. d09b38d drm/radeon/kms: add trinity pci ids by Alex Deucher · 12 years ago
  47. fc7dbcc drm/radeon/kms: Add SI pci ids by Alex Deucher · 12 years ago
  48. dfcf5f3 drm/radeon/kms: add support for the CONST IB to the CS ioctl by Alex Deucher · 12 years ago
  49. 609c1e1 drm/radeon/kms: add info query for max pipes by Tom Stellard · 12 years ago
  50. 777ee96 drm/i915: add HAS_ALIASING_PPGTT parameter for userspace by Daniel Vetter · 12 years ago
  51. da0df92 drm: allow loading an EDID as firmware to override broken monitor by Carsten Emde · 12 years ago
  52. 2b35892 drm/exynos: update gem and buffer framework. by Inki Dae · 12 years ago
  53. 3ecd70b drm/exynos: add HDMI version 1.4 support by Joonyoung Shim · 12 years ago
  54. 2c07a21 drm: add core support for unplugging a device (v2) by Dave Airlie · 12 years ago
  55. cbc7e22 drm/modeset: add helper to unplug all connectors from sysfs by Dave Airlie · 12 years ago
  56. 8229c88 drm: Merge tag 'v3.3-rc7' into drm-core-next by Dave Airlie · 12 years ago
  57. c3c50e8 drm: Add drm_mode_copy() by Ville Syrjälä · 12 years ago
  58. d63f5e6 drm: Use a flexible array member for blob property data by Ville Syrjälä · 12 years ago
  59. 6bfc56a drm: Handle drm_object_get() failures by Ville Syrjälä · 12 years ago
  60. ac235da drm: Fix drm_mode_attachmode_crtc() by Ville Syrjälä · 12 years ago
  61. 2fcfc75 drm: Change drm_display_mode::type to unsigned by Ville Syrjälä · 12 years ago
  62. 699f0b4 gma500: fix ioctl confict by Kirill A. Shutemov · 12 years ago
  63. 187f188 BUG: headers with BUG/BUG_ON etc. need linux/bug.h by Paul Gortmaker · 13 years ago
  64. 884a53e drm: remove unused code by Sascha Hauer · 12 years ago
  65. ff5f4b0 Merge remote-tracking branch 'airlied/drm-next' into for-airlied by Daniel Vetter · 12 years ago
  66. 019d96c drm: add some caps for userspace to discover more info for dumb KMS driver (v2) by Dave Airlie · 13 years ago
  67. 265da78 drm/exynos: exynos_drm.h header file fixes by Kamil Debski · 12 years ago
  68. 607c50d drm/exynos: added panel physical size. by Eun-Chul Kim · 12 years ago
  69. 285484e drm/radeon: add support for evergreen/ni tiling informations v11 by Jerome Glisse · 13 years ago
  70. 9edd576 Merge remote-tracking branch 'airlied/drm-fixes' into drm-intel-next-queued by Daniel Vetter · 12 years ago
  71. 428ccb2 agp/intel-gtt: export the gtt pagetable iomapping by Daniel Vetter · 12 years ago
  72. 50a4c4a agp/intel-gtt: export the scratch page dma address by Daniel Vetter · 12 years ago
  73. d9bc3c0 drm: add convenience function to create an range property by Sascha Hauer · 12 years ago
  74. 4a67d39 drm: add convenience function to create an enum property by Sascha Hauer · 12 years ago
  75. 198ceac Merge branch 'for-airlied' of git://people.freedesktop.org/~danvet/drm-intel into drm-core-next by Dave Airlie · 12 years ago
  76. 4f988d1 drm fb helper: remove unused variable crtc_id by Sascha Hauer · 12 years ago
  77. e9ad318 drm fb helper: remove unused variable conn_limit by Sascha Hauer · 12 years ago
  78. 4cae5b8 drm: add proper return value for drm_mode_crtc_set_gamma_size by Sascha Hauer · 12 years ago
  79. 598781d drm: Fix authentication kernel crash by Thomas Hellstrom · 13 years ago
  80. 3d29b84 drm/i915: add a LLC feature flag in device description by Eugeni Dodonov · 13 years ago
  81. afe887d drm: bump DRM_CONNECTOR_MAX_ENCODER from 2 to 3 by Ben Skeggs · 13 years ago
  82. 1a464cb Merge branch 'drm-core-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 13 years ago
  83. f0afb5d drm/radeon/kms: remove pointless CS flags priority struct by Alex Deucher · 13 years ago
  84. 9879326 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  85. cc1f719 drm: introduce drm_can_sleep and use in intel/radeon drivers. (v2) by Dave Airlie · 13 years ago
  86. dea7e0a ttm: fix agp since ttm tt rework by Jerome Glisse · 13 years ago
  87. 93504fc drm/radeon/kms: Add support for multi-ring sync in CS ioctl (v2) by Christian König · 13 years ago
  88. 721604a drm/radeon: GPU virtual memory support v22 by Jerome Glisse · 13 years ago
  89. 0a7eb24 drm: add support for private planes by Rob Clark · 13 years ago
  90. ae662d3 drm/i915: Add support for resetting the SO write pointers on gen7. by Eric Anholt · 13 years ago
  91. 8ea3086 drm/i915: add color key support v4 by Jesse Barnes · 13 years ago
  92. d840832 drm/exynos: added hdmi display support by Seung-Woo Kim · 13 years ago
  93. 83052d4 drm: Add multi buffer plane pixel formats by Seung-Woo Kim · 13 years ago
  94. 7a6e0da drm: kill drm_sman by Daniel Vetter · 13 years ago
  95. 94e8953 drm/sman: kill user_hash_tab by Daniel Vetter · 13 years ago
  96. 763240d drm/sman: rip out owner tracking by Daniel Vetter · 13 years ago
  97. aa38e2e drm/sman: kill owner tracking interface functions by Daniel Vetter · 13 years ago
  98. c828e20 drm/via: track obj->drm_fd relations in the driver by Daniel Vetter · 13 years ago
  99. fdc0b8a drm/sis: track obj->drm_fd relations in the driver by Daniel Vetter · 13 years ago
  100. 864ee9e drm/exynos: Add plane support with fimd by Joonyoung Shim · 13 years ago