1. 265da78 drm/exynos: exynos_drm.h header file fixes by Kamil Debski · 12 years ago
  2. 607c50d drm/exynos: added panel physical size. by Eun-Chul Kim · 12 years ago
  3. 598781d drm: Fix authentication kernel crash by Thomas Hellstrom · 12 years ago
  4. afe887d drm: bump DRM_CONNECTOR_MAX_ENCODER from 2 to 3 by Ben Skeggs · 13 years ago
  5. 1a464cb Merge branch 'drm-core-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 13 years ago
  6. f0afb5d drm/radeon/kms: remove pointless CS flags priority struct by Alex Deucher · 13 years ago
  7. 9879326 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  8. cc1f719 drm: introduce drm_can_sleep and use in intel/radeon drivers. (v2) by Dave Airlie · 13 years ago
  9. dea7e0a ttm: fix agp since ttm tt rework by Jerome Glisse · 13 years ago
  10. 93504fc drm/radeon/kms: Add support for multi-ring sync in CS ioctl (v2) by Christian König · 13 years ago
  11. 721604a drm/radeon: GPU virtual memory support v22 by Jerome Glisse · 13 years ago
  12. 0a7eb24 drm: add support for private planes by Rob Clark · 13 years ago
  13. ae662d3 drm/i915: Add support for resetting the SO write pointers on gen7. by Eric Anholt · 13 years ago
  14. 8ea3086 drm/i915: add color key support v4 by Jesse Barnes · 13 years ago
  15. d840832 drm/exynos: added hdmi display support by Seung-Woo Kim · 13 years ago
  16. 83052d4 drm: Add multi buffer plane pixel formats by Seung-Woo Kim · 13 years ago
  17. 7a6e0da drm: kill drm_sman by Daniel Vetter · 13 years ago
  18. 94e8953 drm/sman: kill user_hash_tab by Daniel Vetter · 13 years ago
  19. 763240d drm/sman: rip out owner tracking by Daniel Vetter · 13 years ago
  20. aa38e2e drm/sman: kill owner tracking interface functions by Daniel Vetter · 13 years ago
  21. c828e20 drm/via: track obj->drm_fd relations in the driver by Daniel Vetter · 13 years ago
  22. fdc0b8a drm/sis: track obj->drm_fd relations in the driver by Daniel Vetter · 13 years ago
  23. 864ee9e drm/exynos: Add plane support with fimd by Joonyoung Shim · 13 years ago
  24. d0d110e drm: Add drm_format_num_planes() utility function by Ville Syrjälä · 13 years ago
  25. 1fbe6f6 Merge tag 'v3.2-rc6' of /home/airlied/devel/kernel/linux-2.6 into drm-core-next by Dave Airlie · 13 years ago
  26. 01f2c77 drm: Replace pitch with pitches[] in drm_framebuffer by Ville Syrjälä · 13 years ago
  27. 22cd7c6 drm: plane: Make 'formats' parameter to drm_plane_init() const by Ville Syrjälä · 13 years ago
  28. 64760a4 drm: fourcc: Use __u32 instead of u32 by Ville Syrjälä · 13 years ago
  29. b03166a drm: Install drm_fourcc.h by Ville Syrjälä · 13 years ago
  30. cc5b6f0 drm: Add a missing ')' by Ville Syrjälä · 13 years ago
  31. cd5cfce drm/radeon/kms: add some new pci ids by Alex Deucher · 13 years ago
  32. 57de4ba drm/ttm: simplify memory accounting for ttm user v2 by Jerome Glisse · 13 years ago
  33. 8e7e705 drm/ttm: isolate dma data from ttm_tt V4 by Jerome Glisse · 13 years ago
  34. 2334b75 drm/ttm: provide dma aware ttm page pool code V9 by Konrad Rzeszutek Wilk · 13 years ago
  35. b1e5f17 drm/ttm: introduce callback for ttm_tt populate & unpopulate V4 by Jerome Glisse · 13 years ago
  36. 649bf3c drm/ttm: merge ttm_backend and ttm_tt V5 by Jerome Glisse · 13 years ago
  37. 822c4d9 drm/ttm: page allocation use page array instead of list by Jerome Glisse · 13 years ago
  38. a14af87 drm/ttm: remove unused backend flags field by Jerome Glisse · 13 years ago
  39. 667b7a2 drm/ttm: remove split btw highmen and lowmem page by Jerome Glisse · 13 years ago
  40. 3316497 drm/ttm: remove userspace backed ttm object support by Jerome Glisse · 13 years ago
  41. a62c93d drm: document the drm_mode_config structure by Jesse Barnes · 13 years ago
  42. c1aaca2 drm: document the drm_mode_group structure by Jesse Barnes · 13 years ago
  43. 550cebc drm: document and cleanup drm_mode_config_funcs by Jesse Barnes · 13 years ago
  44. ef27351 drm: document drm_mode_set structure by Jesse Barnes · 13 years ago
  45. 7225254 drm: remove unused fields in drm_connector and document the rest by Jesse Barnes · 13 years ago
  46. db3e449 drm: add drm_encoder comments by Jesse Barnes · 13 years ago
  47. 6c3db92 drm: add comments for drm_encoder_funcs by Jesse Barnes · 13 years ago
  48. 7749163 drm: fix comments for drm_crtc struct by Jesse Barnes · 13 years ago
  49. 6f215f9 drm: remove unused connector_count field from drm_display_mode by Jesse Barnes · 13 years ago
  50. 838fa58 gma500: Move the API by Alan Cox · 13 years ago
  51. 42b2aa8 treewide: Fix typos in various parts of the kernel, and fix some comments. by Justin P. Mattock · 13 years ago
  52. 2ed4d9d drm/radeon/kms: add some new pci ids by Alex Deucher · 13 years ago
  53. 04b3924 drm: Redefine pixel formats by Ville Syrjälä · 13 years ago
  54. 248dbc2 drm: move the fb bpp/depth helper into the core. by Dave Airlie · 13 years ago
  55. b7b996d Merge branch 'exynos-drm' of git://git.infradead.org/users/kmpark/linux-samsung into drm-fixes by Dave Airlie · 13 years ago
  56. a5cd335 drm: integer overflow in drm_mode_dirtyfb_ioctl() by Xi Wang · 13 years ago
  57. e70f224 drm/radeon/kms: add a CS ioctl flag not to rewrite tiling flags in the CS by Marek Olšák · 13 years ago
  58. 308e5bc drm: add an fb creation ioctl that takes a pixel format v5 by Jesse Barnes · 13 years ago
  59. 8cf5c91 drm: add plane support v3 by Jesse Barnes · 13 years ago
  60. b872a37 drm/radeon: add some missing FireMV pci ids by Alex Deucher · 13 years ago
  61. f088d5a drm/exynos: use gem create function generically by Inki Dae · 13 years ago
  62. 6c3d904 drm/exynos: added padding to be 64-bit align. by Inki Dae · 13 years ago
  63. e08e96d drm: Make the per-driver file_operations struct const by Arjan van de Ven · 13 years ago
  64. b3e067c drm: serialize access to list of debugfs files by Marcin Slusarz · 13 years ago
  65. 83dbb15 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 13 years ago
  66. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  67. cd2b89e vmwgfx: Reinstate the update_layout ioctl by Thomas Hellstrom · 13 years ago
  68. 00dfb8d drm/radeon/kms: properly set panel mode for eDP by Alex Deucher · 13 years ago
  69. a7331e5 drm: Introduce "Virtual" connectors and encoders by Thomas Hellstrom · 13 years ago
  70. b9075fa treewide: use __printf not __attribute__((format(printf,...))) by Joe Perches · 13 years ago
  71. de47725 include: replace linux/module.h with "struct module" wherever possible by Paul Gortmaker · 13 years ago
  72. 1717c0e Revert "drm/ttm: add a way to bo_wait for either the last read or last write" by Dave Airlie · 13 years ago
  73. 83f30d0 Revert "drm/radeon/kms: add a new gem_wait ioctl with read/write flags" by Dave Airlie · 13 years ago
  74. 9b553f7 Merge branch 'drm-intel-next' of git://people.freedesktop.org/~keithp/linux into drm-core-next by Dave Airlie · 13 years ago
  75. a60f0e3 drm/i915: add DP test request handling by Jesse Barnes · 13 years ago
  76. b73fe58 drm: Add Panel Self Refresh DP addresses by Ben Widawsky · 13 years ago
  77. 5c04228 drm/i915: ILK + VT-d workaround by Ben Widawsky · 13 years ago
  78. 62addcb Merge branch 'drm-intel-next' of git://people.freedesktop.org/~keithp/linux into drm-core-next by Dave Airlie · 13 years ago
  79. 57c5ee7 vmwgfx: Add fence events by Thomas Hellstrom · 13 years ago
  80. 1c248b7 DRM: add DRM Driver for Samsung SoC EXYNOS4210. by Inki Dae · 13 years ago
  81. 2fcd5a7 vmwgfx: Add present and readback ioctls by Jakob Bornecrantz · 13 years ago
  82. 76adaa3 drm: support routines for HDMI/DP ELD by Wu Fengguang · 13 years ago
  83. 2ae7b03 vmwgfx: Bump major by Thomas Hellstrom · 13 years ago
  84. ae2a104 vmwgfx: Implement fence objects by Thomas Hellstrom · 13 years ago
  85. 6bcd8d3 vmwgfx: Fix confusion caused by using "fence" in various places by Thomas Hellstrom · 13 years ago
  86. f63f6a5 vmwgfx: Add functionality to get 3D caps by Thomas Hellstrom · 13 years ago
  87. 07999a7 vmwgfx: Remove the possibility to map the fifo from user-space by Thomas Hellstrom · 13 years ago
  88. fe0f5c6 vmwgfx: Remove the update layout IOCTL. by Thomas Hellstrom · 13 years ago
  89. 781b8bd vmwgfx: Remove the fifo debug ioctl by Thomas Hellstrom · 13 years ago
  90. d3ed740 drm/radeon/kms: add a new gem_wait ioctl with read/write flags by Marek Olšák · 13 years ago
  91. dfadbbd drm/ttm: add a way to bo_wait for either the last read or last write by Marek Olšák · 13 years ago
  92. 75ef8b3 drm/gem: add functions for mmap offset creation by Rob Clark · 13 years ago
  93. 051963d drm: Separate EDID Header Check from EDID Block Check by Thomas Reim · 13 years ago
  94. 0b57637 Merge branch 'drm-intel-next' of ssh://master.kernel.org/pub/scm/linux/kernel/git/keithp/linux-2.6 into drm-fixes by Dave Airlie · 13 years ago
  95. ebec9a7 drm: track CEA version number if present by Jesse Barnes · 13 years ago
  96. 6006349 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  97. 757c26b Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 13 years ago
  98. 62cb701 drm/gem: add support for private objects by Alan Cox · 13 years ago
  99. df79767 Merge branch 'drm-intel-fixes' into drm-intel-next by Keith Packard · 13 years ago
  100. 842d452 drm/i915: Fix typo in DRM_I915_OVERLAY_PUT_IMAGE ioctl define by Ole Henrik Jahren · 13 years ago