1. 4690803 drm/sun4i: backend: Offset layer buffer address by DRAM starting address by Chen-Yu Tsai · 7 years ago
  2. 080de2e drm/atomic: Check for busy planes/connectors before setting the commit by Maarten Lankhorst · 7 years ago
  3. 4edd608 drm/atomic: Make atomic helper track newly assigned planes correctly, v2. by Maarten Lankhorst · 7 years ago
  4. 75c65ee drm/udl: Reading all edid blocks in DRM/UDL driver by Robert Tarasov · 7 years ago
  5. afdfc4c drm/udl: Fixed problem with UDL adpater reconnection by Robert Tarasov · 7 years ago
  6. a52ff2a drm/armada: Replace drm_framebuffer_reference/unreference() with _get/put() by Haneen Mohammed · 7 years ago
  7. 4c3cf37 drm/armada: Replace drm_gem_object_reference/unreference() with _get/put() by Haneen Mohammed · 7 years ago
  8. e0ad7c0 drm/gem-cma-helper: Change the level of the allocation failure message by Boris BREZILLON · 7 years ago
  9. 2e20c9d drm/via: use ARRAY_SIZE by Jérémy Lefaure · 7 years ago
  10. c7d234d drm/gma500: use ARRAY_SIZE by Jérémy Lefaure · 7 years ago
  11. bfddd14 drm/sun4i: hdmi: Move PAD_CTRL1 setting to mode_set function by Chen-Yu Tsai · 7 years ago
  12. 31f5232 drm/sun4i: hdmi: Document PAD_CTRL1 output invert bits by Chen-Yu Tsai · 7 years ago
  13. 936598d drm/sun4i: backend: Add comment explaining why registers are cleared by Chen-Yu Tsai · 7 years ago
  14. cff2192 drm/sun4i: backend: Use drm_fb_cma_get_gem_addr() to get display memory by Chen-Yu Tsai · 7 years ago
  15. 8270249 drm/sun4i: backend: Create regmap after access is possible by Chen-Yu Tsai · 7 years ago
  16. e8afb7b drm/sun4i: don't add components that are already in the queue by Chen-Yu Tsai · 7 years ago
  17. 652badb drm/vc4: Fix pitch setup for T-format scanout. by Eric Anholt · 7 years ago
  18. d409eea drm/vc4: Move the DSI clock divider workaround closer to the clock call. by Eric Anholt · 7 years ago
  19. 4b947b1c drm: Replace kzalloc with kcalloc by Harsha Sharma · 7 years ago
  20. 9205281 drm/tinydrm: Remove explicit .best_encoder assignment by Haneen Mohammed · 7 years ago
  21. e43e818 drm/tinydrm: Replace dev_error with DRM_DEV_ERROR by Harsha Sharma · 7 years ago
  22. 512721a drm/drm_of: Move drm_of_panel_bridge_remove_function into header. by Maarten Lankhorst · 7 years ago
  23. 277b09c drm/atomic-helper: Fix reference to drm_crtc_send_vblank_event() by Thierry Reding · 7 years ago
  24. 9ac0781 drm/atomic-helper: Fix typo by Thierry Reding · 7 years ago
  25. 9e55446 drm: Add missing __user annotation to drm_syncobj_array_find() by Ville Syrjälä · 7 years ago
  26. 479b9db drm/rockchip: add PINCTRL dependency for LVDS by Arnd Bergmann · 7 years ago
  27. 7af35b0 drm/kirin: Checking for IS_ERR() instead of NULL by Dan Carpenter · 7 years ago
  28. d9d7a3e driver:gpu: return -ENOMEM on allocation failure. by Allen Pais · 7 years ago
  29. 632c6e4 drm/vblank: Fix flip event vblank count by Ville Syrjälä · 7 years ago
  30. cccf4e3 drm/dp: WARN about invalid/unknown link rates and bw codes by Jani Nikula · 7 years ago
  31. 7c0f24a Merge tag 'regmap-poll-field' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap into drm-misc-next by Daniel Vetter · 7 years ago
  32. 0c17151 drm/msm/mdp5: remove less than 0 comparison for unsigned value by Aishwarya Pant · 7 years ago
  33. e25f1f7 drm/bridge/sii8620: add remote control support by Maciej Purski · 7 years ago
  34. da184dee drm/sun4i: hdmi: Add support for A31's HDMI controller by Chen-Yu Tsai · 7 years ago
  35. c4a9aec drm/sun4i: hdmi: Add A31 specific DDC register definitions by Chen-Yu Tsai · 7 years ago
  36. 939d749 drm/sun4i: hdmi: Add support for controller hardware variants by Chen-Yu Tsai · 7 years ago
  37. 68a48af dt-bindings: display: sun4i: Add binding for A31 HDMI controller by Chen-Yu Tsai · 7 years ago
  38. cc67ae9 drm/sun4i: hdmi: Allow using second PLL as TMDS clk parent by Chen-Yu Tsai · 7 years ago
  39. 4b1c924 drm/sun4i: hdmi: create a regmap for later use by Chen-Yu Tsai · 7 years ago
  40. 544c504 drm/sun4i: hdmi: Disable clks in bind function error path and unbind function by Chen-Yu Tsai · 7 years ago
  41. 67e3264 drm/sun4i: tcon: Add support for demuxing TCON output on A31 by Chen-Yu Tsai · 7 years ago
  42. ad537fb drm/sun4i: tcon: Add variant callback for TCON output muxing by Chen-Yu Tsai · 7 years ago
  43. d5532f6 drm/bridge/synopsys: dsi :remove is_panel_bridge by benjamin.gaignard@linaro.org · 7 years ago
  44. 8f6b06c drm/vc4: remove bridge from driver internal structure by benjamin.gaignard@linaro.org · 7 years ago
  45. 08de7af drm/stm: ltdc: remove bridge from driver internal structure by benjamin.gaignard@linaro.org · 7 years ago
  46. c70087e drm/drm_of: add drm_of_panel_bridge_remove function by benjamin.gaignard@linaro.org · 7 years ago
  47. 6b0e284 drm/bridge: make drm_panel_bridge_remove more robust by benjamin.gaignard@linaro.org · 7 years ago
  48. f8e0731 dma-fence: fix dma_fence_get_rcu_safe v2 by Christian König · 7 years ago
  49. 39e16ba dma-buf: make reservation_object_copy_fences rcu save by Christian König · 7 years ago
  50. 6d281b1 drm/atomic: Unref duplicated drm_atomic_state in drm_atomic_helper_resume() by Jeffy Chen · 7 years ago
  51. 3b1b975 drm: adv7511/33: add HDMI CEC support by Hans Verkuil · 7 years ago
  52. c78ae06 dt-bindings: adi,adv7511.txt: document cec clock by Hans Verkuil · 7 years ago
  53. 2e187b2 drm/gem-fb-helper: Improve documentation by Noralf Trønnes · 7 years ago
  54. 2f733d61 drm/panel: Add support for the Raspberry Pi 7" Touchscreen. by Eric Anholt · 7 years ago
  55. 407b0b1 dt-bindings: Document the Raspberry Pi Touchscreen nodes. by Eric Anholt · 7 years ago
  56. c0374eb drm/bridge: add Silicon Image SiI9234 driver by Maciej Purski · 7 years ago
  57. 331494e drm/atomic: Make atomic iterators less surprising by Maarten Lankhorst · 7 years ago
  58. f0d2e86 drm/atomic: Remove unneeded null check for private objects by Maarten Lankhorst · 7 years ago
  59. 15438ab Merge tag 'drm-misc-next-2017-10-05' of git://anongit.freedesktop.org/git/drm-misc into drm-next by Dave Airlie · 7 years ago
  60. 5b9fbff drm: fix typo in drm_gem_get_pages() comment by Jordan Crouse · 7 years ago
  61. 667063a regmap: add iopoll-like polling macro for regmap_field by Chen-Yu Tsai · 7 years ago
  62. 47d0467 MAINTAINERS: Add dri-devel as a mailing list for anything fbdev by Daniel Vetter · 7 years ago
  63. 0d3c24e Merge airlied/drm-next into drm-misc-next by Daniel Vetter · 7 years ago
  64. ebec44a BackMerge tag 'v4.14-rc3' into drm-next by Dave Airlie · 7 years ago
  65. 1af0838 drm/virtio: Replace instances of reference/unreference with get/put by Srishti Sharma · 7 years ago
  66. 9e66317 Linux 4.14-rc3 by Linus Torvalds · 7 years ago
  67. 368f899 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  68. c42ed9f Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  69. 8251354 Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  70. 7e103ac Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  71. 1c6f705 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  72. 1de47f3 Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  73. 3d9d62b Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  74. 156069f Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  75. c0f095f drm/fb-cma-helper: Remove unused functions by Noralf Trønnes · 7 years ago
  76. 57b8a4b drm/tve200: Use drm_gem_fb_create() and drm_gem_fb_prepare_fb() by Noralf Trønnes · 7 years ago
  77. 1287c94 drm/sun4i: Use drm_gem_fb_create() by Noralf Trønnes · 7 years ago
  78. 5d43aa7 drm/shmobile: Use drm_gem_fb_create() by Noralf Trønnes · 7 years ago
  79. 365c385 drm/rcar-du: Use drm_gem_fb_create() by Noralf Trønnes · 7 years ago
  80. 98f3eac drm/mxsfb: Use drm_gem_fb_create() and drm_gem_fb_prepare_fb() by Noralf Trønnes · 7 years ago
  81. 24ef815 drm/meson: Use drm_gem_fb_create() by Noralf Trønnes · 7 years ago
  82. 503ad2e drm/hisilicon/kirin: Use drm_gem_fb_create() by Noralf Trønnes · 7 years ago
  83. ba22bf6 drm/fsl-dcu: Use drm_gem_fb_create() by Noralf Trønnes · 7 years ago
  84. cce1a87 drm/tinydrm: Use drm_gem_framebuffer_helper by Noralf Trønnes · 7 years ago
  85. 659333d drm/amdgpu: use designated initialiser for thermal_irq_src. by Dave Airlie · 7 years ago
  86. 320e421 drm: of: always initialize panel in drm_of_find_panel_or_bridge() by Dan Carpenter · 7 years ago
  87. 44390ef drm/tve200: Check for IS_ERR instead of NULL in probe by Dan Carpenter · 7 years ago
  88. 4ea3095 drm/tve200: make two functions static by Colin Ian King · 7 years ago
  89. a8c964e Merge tag 'mtd/fixes-for-4.14-rc3' of git://git.infradead.org/linux-mtd by Linus Torvalds · 7 years ago
  90. 0b33ce7 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 7 years ago
  91. 74d83ec Merge tag 'platform-drivers-x86-v4.14-2' of git://git.infradead.org/linux-platform-drivers-x86 by Linus Torvalds · 7 years ago
  92. 95dcc4d Merge tag 'led_fixes-4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds by Linus Torvalds · 7 years ago
  93. 99637e4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  94. 5ba88cd Merge branch 'for-4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 7 years ago
  95. 7b5ef82 Merge tag 'md/4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md by Linus Torvalds · 7 years ago
  96. 93b5533 Merge tag 'pci-v4.14-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 7 years ago
  97. a358320 Merge tag 'drm-fixes-for-v4.14-rc3' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 7 years ago
  98. 35dbba3 Merge tag 'iommu-fixes-v4.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 7 years ago
  99. 0648260 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 7 years ago
  100. 9f2a512 Merge tag 'for-linus-4.14c-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 7 years ago