1. ccfc086 drm: tweak getconnector locking by Rob Clark · 10 years ago
  2. ac9c925 drm: add atomic_get_property by Rob Clark · 10 years ago
  3. 40ecc69 drm: add atomic_set_property wrappers by Rob Clark · 10 years ago
  4. 72a3697 Merge branch 'topic/core-stuff' into topic/atomic-core by Daniel Vetter · 10 years ago
  5. 22b8b13 drm: get rid of direct property value access by Rob Clark · 10 years ago
  6. b17cd75 drm: store property instead of id in obj attachment by Rob Clark · 10 years ago
  7. 3843e71 drm: allow property validation for refcnted props by Rob Clark · 10 years ago
  8. 07cc0ef drm/atomic: Introduce state->obj backpointers by Daniel Vetter · 10 years ago
  9. b4274fb drm/atomic-helper: Again check modeset *before* plane states by Daniel Vetter · 10 years ago
  10. d9b1362 drm/atomic-helper: Export both plane and modeset check helpers by Daniel Vetter · 10 years ago
  11. 4b08eae drm/atomic: fix potential null ptr on plane enable by Rob Clark · 10 years ago
  12. dafffda drm/info: Remove unused code by Thierry Reding · 10 years ago
  13. b04d4a3 drm/cache: Use wbinvd helpers by Ben Widawsky · 10 years ago
  14. 4e0cd68 drm: sti: fix module compilation issue by benjamin.gaignard@linaro.org · 10 years ago
  15. 731d754 Merge branch 'drm-sti-next-2014-12-11' of http://git.linaro.org/people/benjamin.gaignard/kernel into drm-next by Dave Airlie · 10 years ago
  16. b59f782 Merge tag 'drm-intel-next-fixes-2014-12-11' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 10 years ago
  17. 7432ca5 drm/plane-helper: Test for plane disable earlier by Matt Roper · 10 years ago
  18. 9f49c37 drm/i915: save/restore GMBUS freq across suspend/resume on gen4 by Jesse Barnes · 10 years ago
  19. f78e772 drm: sti: correctly cleanup CRTC and planes by Benjamin Gaignard · 10 years ago
  20. 4fdbc678 drm: sti: add HQVDP plane by Benjamin Gaignard · 10 years ago
  21. 96006a7 drm: sti: add cursor plane by Benjamin Gaignard · 10 years ago
  22. 5e03abc drm: sti: enable auxiliary CRTC by Benjamin Gaignard · 10 years ago
  23. 7f2d479 drm: sti: fix delay in VTG programming by Benjamin Gaignard · 10 years ago
  24. ca27960 drm: sti: prepare sti_tvout to support auxiliary crtc by Benjamin Gaignard · 10 years ago
  25. ca614aa drm: sti: use drm_crtc_vblank_{on/off} instead of drm_vblank_{on/off} by Benjamin Gaignard · 10 years ago
  26. 589b347 drm: sti: fix hdmi avi infoframe by Benjamin Gaignard · 10 years ago
  27. eb929dc drm: sti: remove event lock while disabling vblank by Benjamin Gaignard · 10 years ago
  28. a51fe84 drm: sti: simplify gdp code by Benjamin Gaignard · 10 years ago
  29. 2f7d0e82c drm: sti: clear all mixer control by Benjamin Gaignard · 10 years ago
  30. 7656920 drm: sti: remove gpio for HDMI hot plug detection by Benjamin Gaignard · 10 years ago
  31. 41a1462 drm: sti: allow to change hdmi ddc i2c adapter by Benjamin Gaignard · 10 years ago
  32. c631c71 drm/doc: Document drm_add_modes_noedid() usage by Laurent Pinchart · 10 years ago
  33. f41c258 drm/doc: Document drm_add_modes_noedid() usage by Laurent Pinchart · 10 years ago
  34. da9df2f Merge tag 'topic/core-stuff-2014-12-10' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 10 years ago
  35. ae28290 drm: bit of spell-check / editorializing. by Rob Clark · 10 years ago
  36. 2645934 drm/i915: Remove '& 0xffff' from the mask given to WA_REG() by Damien Lespiau · 10 years ago
  37. cf4b0de drm/i915: Invert the mask and val arguments in wa_add() and WA_REG() by Damien Lespiau · 10 years ago
  38. f76511b drm: Prefer sizeof(type) over sizeof type by Thierry Reding · 10 years ago
  39. 2ca651d drm: Remove useless else block by Thierry Reding · 10 years ago
  40. 01073b0 drm: Remove unneeded braces for single statement blocks by Thierry Reding · 10 years ago
  41. 0cc0b22 drm: Do not assign in if condition by Thierry Reding · 10 years ago
  42. 2f6c538 drm: Prefer kmalloc_array() over kmalloc() with multiply by Thierry Reding · 10 years ago
  43. bd3f0ff drm: Prefer kcalloc() over kzalloc() with multiply by Thierry Reding · 10 years ago
  44. 4dfd909 drm: Miscellaneous checkpatch whitespace cleanups by Thierry Reding · 10 years ago
  45. c422f31 drm/tegra: Remove dummy ->load_lut() implementation by Thierry Reding · 10 years ago
  46. e6966da drm/sti: Remove dummy ->load_lut() implementation by Thierry Reding · 10 years ago
  47. 6f6f092 drm/msm: Remove dummy ->load_lut() implementation by Thierry Reding · 10 years ago
  48. d2e2b26 drm/bochs: Remove dummy ->load_lut() implementation by Thierry Reding · 10 years ago
  49. e1f69e6 drm/armada: Remove dummy ->load_lut() implementation by Thierry Reding · 10 years ago
  50. a18c0af drm: Zero out DRM object memory upon cleanup by Thierry Reding · 10 years ago
  51. 9853325 drm/i915/bdw: Fix the write setting up the WIZ hashing mode by Damien Lespiau · 10 years ago
  52. 0b6d24c drm/i915: Don't complain about stolen conflicts on gen3 by Daniel Vetter · 10 years ago
  53. 393e872 drm: fix a typo in a comment by Martin Peres · 10 years ago
  54. e2db726 drm: fix a word repetition in a comment by Martin Peres · 10 years ago
  55. d1b8792 Merge branch 'drm-mst-next' of ssh://people.freedesktop.org/~/linux into drm-next by Dave Airlie · 10 years ago
  56. b0ee9e7 drm/fb: add support for tiled monitor configurations. (v2) by Dave Airlie · 10 years ago
  57. 6f134d7 drm/tile: expose the tile property to userspace (v3) by Dave Airlie · 10 years ago
  58. 40d9b04 drm/connector: store tile information from displayid (v3) by Dave Airlie · 10 years ago
  59. c6a0aed drm/mst: cached EDID for logical ports (v2) by Dave Airlie · 10 years ago
  60. 138f9eb drm: add tile_group support. (v3) by Dave Airlie · 10 years ago
  61. b49b55b drm/displayid: add displayid defines and edid extension (v2) by Dave Airlie · 10 years ago
  62. 0391359 drm/dp-mst: Remove branches before dropping the reference by Daniel Vetter · 10 years ago
  63. e2809c7 drm/fb_helper: move deferred fb checking into restore mode (v2) by Dave Airlie · 10 years ago
  64. 19a93f0 drm/dp: retry AUX transactions 32 times (v1.1) by Dave Airlie · 10 years ago
  65. e7d6f7d drm/i915: resume MST after reading back hw state by Dave Airlie · 10 years ago
  66. b75478d Merge branch 'drm_iommu_v15' of https://github.com/markyzq/kernel-drm-rockchip into drm-next by Dave Airlie · 10 years ago
  67. b00ff04 Merge branch 'amdkfd-next-3.19' of git://people.freedesktop.org/~gabbayo/linux into drm-next by Dave Airlie · 10 years ago
  68. 8c86394 Merge tag 'v3.18' into drm-next by Dave Airlie · 10 years ago
  69. b2776bf Linux 3.18 by Linus Torvalds · 10 years ago
  70. 820b688 Merge branch 'for-3.18-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata by Linus Torvalds · 10 years ago
  71. 19b0225 Merge git://www.linux-watchdog.org/linux-watchdog by Linus Torvalds · 10 years ago
  72. 15bd1e5 Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 10 years ago
  73. a18069c amdkfd: Disable support for 32-bit user processes by Oded Gabbay · 10 years ago
  74. 5476b2b watchdog: s3c2410_wdt: Fix the mask bit offset for Exynos7 by Abhilash Kesavan · 10 years ago
  75. beb5af4 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  76. 32f0880 Merge tag 'sound-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 10 years ago
  77. 9cca306 drm/i915: Handle inaccurate time conversion issues by Daniel Vetter · 10 years ago
  78. 7bd0e22 drm/i915: compute wait_ioctl timeout correctly by Daniel Vetter · 10 years ago
  79. af15d2c drm/i915: don't always do full mode sets when infoframes are enabled by Jesse Barnes · 10 years ago
  80. ba2cb64 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 10 years ago
  81. 56c67ce Merge tag 'pm+acpi-3.18-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  82. 3e3282c Merge tag 'drm-intel-fixes-2014-12-04' of git://anongit.freedesktop.org/drm-intel into drm-fixes by Dave Airlie · 10 years ago
  83. 7608867 Merge tag 'drm-intel-next-fixes-2014-12-04' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 10 years ago
  84. 047b35f Merge branch 'amdkfd-next-3.19' of git://people.freedesktop.org/~gabbayo/linux into drm-next by Dave Airlie · 10 years ago
  85. d58e0d9 Merge branch 'drm-next-3.19-wip' of git://people.freedesktop.org/~agd5f/linux into drm-next by Dave Airlie · 10 years ago
  86. ebea76f Merge tag 'media/v3.18-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 10 years ago
  87. d0747f1 uapi: fix to export linux/vm_sockets.h by Masahiro Yamada · 10 years ago
  88. 681d15a i2c: cadence: Set the hardware time-out register to maximum value by Vishnu Motghare · 10 years ago
  89. 9ea359f i2c: davinci: generate STP always when NACK is received by Grygorii Strashko · 10 years ago
  90. 2b21ef0 ahci: disable MSI on SAMSUNG 0xa800 SSD by Tejun Heo · 10 years ago
  91. a0a0bde drm: Fix memory leak at error path of drm_read() by Takashi Iwai · 10 years ago
  92. a550bb3 amdkfd: Set *buffer_ptr to NULL in case of error by Oded Gabbay · 10 years ago
  93. e2beb6c drm/Documentation: Fix rowspan value in drm-kms-properties by Sean Paul · 10 years ago
  94. 7cc78f8 context_tracking: Restore previous state in schedule_user by Andy Lutomirski · 10 years ago
  95. eb8d4d0 drm/radeon: enable smc fan control on CI by Alex Deucher · 10 years ago
  96. 6d2d13d drm/radeon: use pointers instead of indexes for CS chunks by Christian König · 10 years ago
  97. 466be33 drm/radeon: remove duplicates check by Christian König · 10 years ago
  98. aa35071 drm/ttm: optionally move duplicates to a separate list by Christian König · 10 years ago
  99. 5e5c21c drm/radeon: check the right ring in radeon_evict_flags() by Alex Deucher · 10 years ago
  100. 6554d9a drm/radeon: fix copy paste typos in fan control for si/ci by Alex Deucher · 10 years ago