1. d9778b4 drm: Add a new helper to validate damage during atomic_check by Deepak Rawat · 7 years ago
  2. d3b2176 drm: Add a new plane property to send damage during plane update by Lukasz Spintzyk · 7 years ago
  3. 818182d Merge tag 'imx-drm-next-2018-12-03' of git://git.pengutronix.de/git/pza/linux into drm-next by Dave Airlie · 6 years ago
  4. 167bfe5 Documentation: drm: Remove dangling pointer from drm-mm.rst by Sean Paul · 6 years ago
  5. 1ec28f8 Merge v4.20-rc4 into drm-next by Dave Airlie · 6 years ago
  6. 61647c7 Merge tag 'drm-misc-next-2018-11-28' of git://anongit.freedesktop.org/drm/drm-misc into drm-next by Dave Airlie · 6 years ago
  7. 1a31c26 Merge tag 'du-next-20181123' of git://linuxtv.org/pinchartl/media into drm-next by Dave Airlie · 6 years ago
  8. bfeb122 Merge tag 'drm-intel-next-2018-11-22' of git://anongit.freedesktop.org/drm/drm-intel into drm-next by Dave Airlie · 6 years ago
  9. 08f73d6 drm/vkms: Drop custom vkms_dumb_map(). by Eric Anholt · 6 years ago
  10. 8f1cd82 drm/v3d: Clean up the reservation object setup. by Eric Anholt · 6 years ago
  11. e90e45f drm/v3d: Update a comment about what uses v3d_job_dependency(). by Eric Anholt · 6 years ago
  12. 3eb1527 drm/v3d: Fix whitespace inconsistency in the header. by Eric Anholt · 6 years ago
  13. ff217bc drm/meson: Add support for VIC alternate timings by Neil Armstrong · 6 years ago
  14. 5d0bfe4 drm/meson: Add HDMI 1.4 4k modes by Neil Armstrong · 6 years ago
  15. 39dea70 drm: Improve dumb callback docs by Daniel Vetter · 6 years ago
  16. 02a3ce3 drm/sun4i: Pass modifier to backend and frontend format support helpers by Paul Kocialkowski · 6 years ago
  17. b36d958 drm/sun4i: frontend: Add support for the BGRX8888 output format by Paul Kocialkowski · 6 years ago
  18. 31cf282 drm/sun4i: Make pitch even for GEM dumb alloc as per hardware constraint by Paul Kocialkowski · 6 years ago
  19. 411e830 drm/sun4i: frontend: Apply format sub-sampling to CH1 dimensions by Paul Kocialkowski · 6 years ago
  20. dc7d4b6 drm/sun4i: backend: Detail the YUV to RGB values coding explanation by Paul Kocialkowski · 6 years ago
  21. b636d3f drm/sun4i: frontend: Add support for the BGRX8888 input format by Paul Kocialkowski · 6 years ago
  22. ae4ba19 drm/sun4i: frontend: Determine input mode based on the number of planes by Paul Kocialkowski · 6 years ago
  23. 9579f91 drm/sun4i: frontend: Add proper definitions for format registers by Paul Kocialkowski · 6 years ago
  24. 47d0f9b drm/sun4i: frontend: Add helpers for input data mode and pixel sequence by Paul Kocialkowski · 6 years ago
  25. 01260ff drm/sun4i: frontend: Move CSC bypass setup to format update routine by Paul Kocialkowski · 6 years ago
  26. 1c29d26 drm/sun4i: Rename sun4i_backend_layer_formats to sun4i_layer_formats by Paul Kocialkowski · 6 years ago
  27. ae56bfb drm/sun4i: backend: Avoid counting YUV planes that use the frontend by Paul Kocialkowski · 6 years ago
  28. ab69851 drm/sun4i: backend: Use a specific function to check if a plane is supported by Paul Kocialkowski · 6 years ago
  29. aaf3880 drm/sun4i: backend: Refine the logic behind using the frontend by Paul Kocialkowski · 6 years ago
  30. ee286db drm/sun4i: frontend: Add a helper and a list for supported formats by Paul Kocialkowski · 6 years ago
  31. 3d4265f drm/sun4i: backend: Add a helper and a list for supported formats by Paul Kocialkowski · 6 years ago
  32. ad25d07 drm/sun4i: Add TODO comment about supporting scaling with the backend by Paul Kocialkowski · 6 years ago
  33. b79a3a9 drm/sun4i: frontend: Replace ARGB with XRGB as supported format by Paul Kocialkowski · 6 years ago
  34. 686d263 drm/sun4i: Cleanup video/YUV source before enabling a layer by Paul Kocialkowski · 6 years ago
  35. 2e6e902 Linux 4.20-rc4 by Linus Torvalds · 6 years ago
  36. d6d460b Merge tag 'dma-mapping-4.20-3' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 6 years ago
  37. 17c2f54 Merge tag 'nfs-for-4.20-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 6 years ago
  38. 4e962ff MAINTAINERS: change Sparse's maintainer by Luc Van Oostenryck · 6 years ago
  39. e2125da Merge tag 'xarray-4.20-rc4' of git://git.infradead.org/users/willy/linux-dax by Linus Torvalds · 6 years ago
  40. a42facc docs: drm: remove no longer relevant TODO entry by Fernando Ramos · 6 years ago
  41. 4ddf373 drm: remove no longer needed drm-get-put coccinelle script by Fernando Ramos · 6 years ago
  42. 55b44620 drm: remove deprecated "drm_framebuffer_[un]reference" functions by Fernando Ramos · 6 years ago
  43. 8dd0e9d drm: remove deprecated "drm_connector_[un]reference" functions by Fernando Ramos · 6 years ago
  44. 895170c drm: replace "drm_connector_unreference" with "drm_connector_put" by Fernando Ramos · 6 years ago
  45. ba1d345 drm: remove deprecated "drm_dev_unref" function by Fernando Ramos · 6 years ago
  46. 808bad3 drm: replace "drm_dev_unref" function with "drm_dev_put" by Fernando Ramos · 6 years ago
  47. 3e70fd1 drm: remove deprecated "[__]drm_gem_object_[un]reference[_locked]" functions by Fernando Ramos · 6 years ago
  48. e195ca6 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid by Linus Torvalds · 6 years ago
  49. d146194 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 6 years ago
  50. 857fa62 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  51. abe72ff Merge tag 'xfs-4.20-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 6 years ago
  52. 07093b7 net: gemini: Fix copy/paste error by Andreas Fiedler · 6 years ago
  53. 3fa528b net: phy: mscc: fix deadlock in vsc85xx_default_config by Quentin Schulz · 6 years ago
  54. e7b9fb4 dt-bindings: dsa: Fix typo in "probed" by Fabio Estevam · 6 years ago
  55. ef2a7cf net: thunderx: set tso_hdrs pointer to NULL in nicvf_free_snd_queue by Lorenzo Bianconi · 6 years ago
  56. c44c749 net: amd: add missing of_node_put() by Yangtao Li · 6 years ago
  57. 5ed9dc9 team: no need to do team_notify_peers or team_mcast_rejoin when disabling port by Hangbin Liu · 6 years ago
  58. 18ba58e virtio-net: fail XDP set if guest csum is negotiated by Jason Wang · 6 years ago
  59. e59ff2c virtio-net: disable guest csum during XDP set by Jason Wang · 6 years ago
  60. 7c98a42 Merge tag 'ceph-for-4.20-rc4' of https://github.com/ceph/ceph-client by Linus Torvalds · 6 years ago
  61. 3381918 Merge tag 'for-linus-20181123' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  62. 484afd1 net/sched: act_police: add missing spinlock initialization by Davide Caratti · 6 years ago
  63. 605108a net: don't keep lonely packets forever in the gro hash by Paolo Abeni · 6 years ago
  64. 896585d net/ipv6: re-do dad when interface has IFF_NOARP flag change by Hangbin Liu · 6 years ago
  65. d88783b Merge tag 'iommu-fixes-v4.20-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 6 years ago
  66. 5cd8d46 packet: copy user buffers before orphan or clone by Willem de Bruijn · 6 years ago
  67. a03bac5 Merge tag 'acpi-4.20-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 6 years ago
  68. b88af99 Merge tag 'pm-4.20-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 6 years ago
  69. 4f9f496 arm64: cpufeature: Fix mismerge of CONFIG_ARM64_SSBD block by Will Deacon · 6 years ago
  70. e6005d3 Merge tag 'gpio-v4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 6 years ago
  71. dcd3aa3 Merge tag 'mmc-v4.20-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc by Linus Torvalds · 6 years ago
  72. 9b7c880 Merge tag 'drm-fixes-2018-11-23' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 6 years ago
  73. b5d9a07 arm64: sysreg: fix sparse warnings by Sergey Matyukevich · 6 years ago
  74. 10a599f drm/atomic-helper: WARN if fake_commit->hw_done is not completed as expected by Ville Syrjälä · 6 years ago
  75. 2de42f7 drm/atomic-helper: Complete fake_commit->flip_done potentially earlier by Ville Syrjälä · 6 years ago
  76. 256856e drm: rcar-du: Reject modes that fail CRTC timing requirements by Laurent Pinchart · 6 years ago
  77. 63a298f drm: rcar-du: Fix external clock error checks by Laurent Pinchart · 6 years ago
  78. bf17cda drm: rcar-du: Enable alpha property on primary planes by Kieran Bingham · 6 years ago
  79. 03e37b5 drm: rcar-du: lvds: Add R8A77965 support by Laurent Pinchart · 6 years ago
  80. 828ff2a dt-bindings: display: renesas: lvds: Document r8a77965 bindings by Laurent Pinchart · 6 years ago
  81. 3d61fe5 drm: rcar-du: Fix vblank initialization by Laurent Pinchart · 6 years ago
  82. 4d486f1 drm: rcar-du: Fix the return value in case of error in 'rcar_du_crtc_set_crc_source()' by Christophe JAILLET · 6 years ago
  83. 5dc34af drm: rcar-du: Add R8A7744 support by Biju Das · 6 years ago
  84. d179678 drm: rcar-du: Add r8a77470 support by Fabrizio Castro · 6 years ago
  85. 5eb08d9 dt-bindings: display: renesas: du: Document the r8a7744 bindings by Biju Das · 6 years ago
  86. aab2b52 dt-bindings: display: renesas: du: Document the r8a77470 bindings by Fabrizio Castro · 6 years ago
  87. 31aea15 drm: rcar-du: Fix typo in comment by Laurent Pinchart · 6 years ago
  88. c0ece67 drm/shmobile: Replace drm_dev_unref with drm_dev_put by Thomas Zimmermann · 6 years ago
  89. 06fa0d4 drm/rcar-du: Replace drm_dev_unref with drm_dev_put by Thomas Zimmermann · 6 years ago
  90. 1d50088 Merge branches 'pm-cpufreq' and 'pm-sleep' by Rafael J. Wysocki · 6 years ago
  91. bec00cb Merge branches 'pm-opp' and 'pm-tools' by Rafael J. Wysocki · 6 years ago
  92. 98c9cdf Merge tag 'drm-intel-fixes-2018-11-22' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes by Dave Airlie · 6 years ago
  93. 039e70a Merge branch 'ibmvnic-Fix-queue-and-buffer-accounting-errors' by David S. Miller · 6 years ago
  94. 5bf032e ibmvnic: Update driver queues after change in ring size support by Thomas Falcon · 6 years ago
  95. b7cdec3 ibmvnic: Fix RX queue buffer cleanup by Thomas Falcon · 6 years ago
  96. 6d0f60b net: thunderx: set xdp_prog to NULL if bpf_prog_add fails by Lorenzo Bianconi · 6 years ago
  97. 0211dda net/dim: Update DIM start sample after each DIM iteration by Tal Gilboa · 6 years ago
  98. bb21ce0 flexfiles: use per-mirror specified stateid for IO by Tigran Mkrtchyan · 6 years ago
  99. 99f2c55 NFSv4.2 copy do not allocate memory under the lock by Olga Kornievskaia · 6 years ago
  100. edeca3a Merge tag 'sound-4.20-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 6 years ago