1. 184d3cf drm/vc4: Use wait_for_flip_done() instead of wait_for_vblanks() by Boris Brezillon · 7 years ago
  2. 814bde9 drm/connector: Make ->atomic_commit() optional by Boris Brezillon · 7 years ago
  3. 425132f drm/connector: Pass a drm_connector_state to ->atomic_commit() by Boris Brezillon · 7 years ago
  4. b82c1f8 drm/atomic: Avoid connector to writeback_connector casts by Boris Brezillon · 7 years ago
  5. 73915b2 drm/writeback: Fix the "overview" section of the doc by Boris Brezillon · 7 years ago
  6. e22e953 Merge drm-upstream/drm-next into drm-misc-next by Gustavo Padovan · 7 years ago
  7. a012024 drm/crc: Only report a single overflow when a CRC fd is opened by Maarten Lankhorst · 7 years ago
  8. 8adbbb2 drm/stm: ltdc: rework reset sequence by Yannick Fertre · 7 years ago
  9. 7868e50 drm/stm: ltdc: filter mode pixel clock vs pad constraint by Yannick Fertre · 7 years ago
  10. f8878bb drm: print plane state normalized zpos value by Benjamin Gaignard · 7 years ago
  11. 4da1d4c Merge commit 'refs/for-upstream/mali-dp' of git://linux-arm.org/linux-ld into drm-next by Dave Airlie · 7 years ago
  12. a1c3b49 Merge tag 'drm-misc-next-2018-07-04' of git://anongit.freedesktop.org/drm/drm-misc into drm-next by Dave Airlie · 7 years ago
  13. c5be9b5 Merge branch 'vmwgfx-next' of git://people.freedesktop.org/~thomash/linux into drm-next by Dave Airlie · 7 years ago
  14. 96b2bb0 Merge tag 'omapdrm-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linux into drm-next by Dave Airlie · 7 years ago
  15. ca52bea drm/atomic-helper: Use bitwise or for filling a bitmask by Ville Syrjälä · 7 years ago
  16. a65020d drm/v3d: Fix a grammar nit in the scheduler docs. by Eric Anholt · 7 years ago
  17. 2dd4f21 drm/v3d: Add missing v3d documentation structure. by Eric Anholt · 7 years ago
  18. e0d0181 drm/v3d: Remove unnecessary dma_fence_ops. by Eric Anholt · 7 years ago
  19. 624bb0c drm/v3d: Delay the scheduler timeout if we're still making progress. by Eric Anholt · 7 years ago
  20. 408633d drm/v3d: use new return type vm_fault_t in v3d_gem_fault by Souptick Joarder · 7 years ago
  21. e368fc7 drm/arm/malidp: Added the late system pm functions by Ayan Kumar Halder · 7 years ago
  22. f877006 drm/arm/malidp: Set the output_depth register in modeset by Ayan Kumar Halder · 7 years ago
  23. fbcc454 drm/arm/malidp: Enable/disable interrupts in runtime pm by Ayan Kumar Halder · 7 years ago
  24. ff8fc26 drm/arm/malidp: Split malidp interrupt initialization functions. by Ayan Kumar Halder · 7 years ago
  25. 62862cf drm/arm/malidp: Modified the prototype of malidp irq de-initializers by Ayan Kumar Halder · 7 years ago
  26. 613c5c7 drm: mali-dp: Add debugfs file for reporting internal errors by Alexandru Gheorghe · 7 years ago
  27. 0735cfd drm/mali-dp: Improve writeback handling for DP500. by Liviu Dudau · 7 years ago
  28. 8cbc5ca drm: mali-dp: Add writeback connector by Brian Starkey · 7 years ago
  29. 09368e3 drm/mali-dp: Add RGB writeback formats for DP500. by Liviu Dudau · 7 years ago
  30. 1cb3cbe drm/mali-dp: Add writeback support for DP500. by Liviu Dudau · 7 years ago
  31. a67bbbe drm: mali-dp: Add RGB writeback formats for DP550/DP650 by Brian Starkey · 8 years ago
  32. 846c87a drm: mali-dp: Add support for writeback on DP550/DP650 by Liviu Dudau · 8 years ago
  33. 0b7510d drm/tilcdc: Use drm_connector_has_possible_encoder() by Ville Syrjälä · 7 years ago
  34. f822240 drm/msm: Use drm_connector_has_possible_encoder() by Ville Syrjälä · 7 years ago
  35. 38cb8d9 drm: Add drm_connector_has_possible_encoder() by Ville Syrjälä · 7 years ago
  36. 7b71ca2 drm/radeon: Use drm_connector_for_each_possible_encoder() by Ville Syrjälä · 7 years ago
  37. ddba766 drm/nouveau: Use drm_connector_for_each_possible_encoder() by Ville Syrjälä · 7 years ago
  38. 98c0e34 drm/amdgpu: Use drm_connector_for_each_possible_encoder() by Ville Syrjälä · 7 years ago
  39. 83aefbb drm: Add drm_connector_for_each_possible_encoder() by Ville Syrjälä · 7 years ago
  40. 20431c0 drm/i915: Nuke intel_mst_best_encoder() by Ville Syrjälä · 7 years ago
  41. 0d998891 drm/fb-helper: Eliminate the .best_encoder() usage by Ville Syrjälä · 7 years ago
  42. c91b007 drm/vkms: Add extra information about vkms by Rodrigo Siqueira · 7 years ago
  43. 854502f drm/vkms: Add basic CRTC initialization by Rodrigo Siqueira · 7 years ago
  44. c04372e drm/vkms: Add mode_config initialization by Rodrigo Siqueira · 7 years ago
  45. 41111ce drm/vkms: vkms_driver can be static by kbuild test robot · 7 years ago
  46. 1c7c5fd drm/vkms: Introduce basic VKMS driver by Haneen Mohammed · 7 years ago
  47. c51756d drm/sun4i: Remove VLA usage by Kees Cook · 7 years ago
  48. 968d72e drm/savage: off by one in savage_bci_cmdbuf() by Dan Carpenter · 7 years ago
  49. 4dd3cdb dma-fence: Polish kernel-doc for dma-fence.c by Daniel Vetter · 7 years ago
  50. f29135e Merge v4.18-rc3 into drm-next by Dave Airlie · 7 years ago
  51. de10eba drm/vgem: off by one in vgem_gem_fault() by Dan Carpenter · 7 years ago
  52. a1de8d0 drm/i810: off by one in i810_dma_vertex() by Dan Carpenter · 7 years ago
  53. 64e625c drm/virtio: Remove unecessary dma_fence_ops by Daniel Vetter · 7 years ago
  54. 144b097 drm/vc4: Remove unecessary dma_fence_ops by Daniel Vetter · 7 years ago
  55. 93f8252 drm/qxl: Remove unecessary dma_fence_ops by Daniel Vetter · 7 years ago
  56. 51eebbc7 drm/etnaviv: Remove unecessary dma_fence_ops by Daniel Vetter · 7 years ago
  57. 99e227c drm: Remove unecessary dma_fence_ops by Daniel Vetter · 7 years ago
  58. 95f9e26 drm/amdgpu: Remove unecessary dma_fence_ops by Daniel Vetter · 7 years ago
  59. 418cc6c dma-fence: Make ->wait callback optional by Daniel Vetter · 7 years ago
  60. 07c13bb drm: Change deadlock-avoidance algorithm for the modeset locks. by Thomas Hellstrom · 7 years ago
  61. 08295b3 locking: Implement an algorithm choice for Wound-Wait mutexes by Thomas Hellstrom · 7 years ago
  62. 55f036c locking: WW mutex cleanup by Peter Ziljstra · 7 years ago
  63. 070473b drm: add missing ctx argument to plane transitional helpers by Russell King · 7 years ago
  64. ba60963 drm: Fix hdmi connector content type property docs by Daniel Vetter · 7 years ago
  65. ea63272 drm/vmwgfx: Use drm_plane_mask() & co. by Ville Syrjälä · 7 years ago
  66. c0183a8 drm/vc4: Use drm_crtc_mask() by Ville Syrjälä · 7 years ago
  67. dbf8f9e drm/sun4i: Use drm_crtc_mask() by Ville Syrjälä · 7 years ago
  68. 2d4569f drm/imx: Use drm_plane_mask() by Ville Syrjälä · 7 years ago
  69. 40560e2 drm/i915: Use drm_plane_mask() & co. by Ville Syrjälä · 7 years ago
  70. 7370573 drm: Add drm_connector_mask() by Ville Syrjälä · 7 years ago
  71. 6f3be03 drm: Add drm_encoder_mask() by Ville Syrjälä · 7 years ago
  72. 6a52193 drm: Use drm_crtc_mask() by Ville Syrjälä · 7 years ago
  73. 62f77ad drm: Add drm_plane_mask() by Ville Syrjälä · 7 years ago
  74. e35a2f9 drm/atomic-helper: Use old/new state in drm_atomic_helper_commit_planes_on_crtc() by Ville Syrjälä · 7 years ago
  75. 796422f dma-fence: Allow wait_any_timeout for all fences by Daniel Vetter · 7 years ago
  76. c701317 dma-fence: Make ->enable_signaling optional by Daniel Vetter · 7 years ago
  77. 1b48b72 dma-fence: remove fill_driver_data callback by Daniel Vetter · 7 years ago
  78. 021c917 Linux 4.18-rc3 by Linus Torvalds · 7 years ago
  79. d3bc0e6 Merge tag 'for-4.18-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 7 years ago
  80. e08015e drm/pl111: Support Nomadik LCDC variant by Linus Walleij · 7 years ago
  81. 4a770e6 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  82. d7563ca Merge tag 'staging-4.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 7 years ago
  83. 652788a Merge tag 'tty-4.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 7 years ago
  84. c2aee37 Merge tag 'usb-4.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 7 years ago
  85. c350d6d Merge tag 'dma-mapping-4.18-2' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 7 years ago
  86. 883c9ab Merge branch 'parisc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 7 years ago
  87. 08af78d Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 7 years ago
  88. 22d3e0c Merge tag 'kbuild-fixes-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 7 years ago
  89. 0fbc4ae Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  90. d7d5388 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  91. 34a484d Merge tag 'selinux-pr-20180629' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 7 years ago
  92. e6e5bec Merge tag 'for-linus-20180629' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  93. 1904148 Merge tag 'powerpc-4.18-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 7 years ago
  94. 4ca2f0b Merge tag 'davinci-fixes-for-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci into fixes by Olof Johansson · 7 years ago
  95. 35911e0 Merge tag 'hisi-fixes-for-4.18' of git://github.com/hisilicon/linux-hisi into fixes by Olof Johansson · 7 years ago
  96. d2d369a Merge tag 'amlogic-fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic into fixes by Olof Johansson · 7 years ago
  97. 491657a drm/vc4: Make DSI call into the bridge after the DSI link is enabled. by Eric Anholt · 7 years ago
  98. 14d9dee drm/v3d: Define the fourcc modifier for the Broadcom UIF format. by Eric Anholt · 7 years ago
  99. dff9688 drm/vmwgfx: add SPDX idenitifier and clarify license by Dirk Hohndel (VMware) · 7 years ago
  100. a3be6f6 drm/vmwgfx: add SPDX idenitifier and clarify license by Dirk Hohndel (VMware) · 7 years ago