1. db0fefd drm/omap: dss: Make omap_dss_device_ops optional by Laurent Pinchart · 5 years ago
  2. 326a116 drm/omap: Add infrastructure to support drm_bridge local to DSS outputs by Laurent Pinchart · 5 years ago
  3. c83fefd drm/omap: dss: Fix output next device lookup in DT by Laurent Pinchart · 5 years ago
  4. a779618 drm/omap: Use the drm_panel_bridge API by Laurent Pinchart · 5 years ago
  5. 514fc91 drm/omap: Factor out display type to connector type conversion by Laurent Pinchart · 5 years ago
  6. 1516d11 drm/omap: Simplify HDMI mode and infoframe configuration by Laurent Pinchart · 5 years ago
  7. 2a0a3ae drm/omap: dss: Cleanup DSS ports on initialisation failure by Laurent Pinchart · 5 years ago
  8. 5e20bdf drm: Add helper to create a connector for a chain of bridges by Laurent Pinchart · 5 years ago
  9. e00a5ca drm/bridge: tfp410: Allow operation without drm_connector by Laurent Pinchart · 5 years ago
  10. 5cafa0f drm/bridge: tfp410: Replace manual connector handling with bridge by Laurent Pinchart · 5 years ago
  11. 2be68b5 drm/bridge: panel: Implement bridge connector operations by Laurent Pinchart · 5 years ago
  12. cff5e6f7 drm/bridge: Add driver for the TI TPD12S015 HDMI level shifter by Laurent Pinchart · 5 years ago
  13. 0c275c3 drm/bridge: Add bridge driver for display connectors by Laurent Pinchart · 5 years ago
  14. ca00e10 drm/bridge: simple-bridge: Add support for the TI OPA362 by Laurent Pinchart · 5 years ago
  15. 2df6428 drm/bridge: simple-bridge: Add support for enable GPIO by Laurent Pinchart · 5 years ago
  16. 272378e drm/bridge: simple-bridge: Add support for non-VGA bridges by Laurent Pinchart · 5 years ago
  17. 0411374 drm/bridge: dumb-vga-dac: Rename driver to simple-bridge by Laurent Pinchart · 5 years ago
  18. 94ded53 drm/bridge: dumb-vga-dac: Rename internal symbols to simple-bridge by Laurent Pinchart · 5 years ago
  19. a25b988 drm/bridge: Extend bridge API to disable connector creation by Laurent Pinchart · 5 years ago
  20. 64d05ff drm/bridge: Add interlace_allowed flag to drm_bridge by Laurent Pinchart · 5 years ago
  21. 11f6c4b drm/bridge: Add connector-related bridge operations and data by Laurent Pinchart · 5 years ago
  22. 0451369 drm/bridge: Improve overview documentation by Laurent Pinchart · 5 years ago
  23. 282f713 drm/bridge: Fix atomic state ops documentation by Laurent Pinchart · 5 years ago
  24. be39f3d drm/bridge: Document the drm_encoder.bridge_chain field as private by Laurent Pinchart · 5 years ago
  25. a92d083 drm/edid: Add flag to drm_display_info to identify HDMI sinks by Laurent Pinchart · 5 years ago
  26. b35f90f drm/connector: Add helper to get a connector type name by Laurent Pinchart · 5 years ago
  27. 5ee0caf video: hdmi: Change return type of hdmi_avi_infoframe_init() to void by Laurent Pinchart · 5 years ago
  28. 506629c drm/panfrost: Add support for multiple power domains by Nicolas Boichat · 5 years ago
  29. 3e1399b drm/panfrost: Add support for multiple regulators by Nicolas Boichat · 5 years ago
  30. a9d73b3 drm/panfrost: Improve error reporting in panfrost_gpu_power_on by Nicolas Boichat · 5 years ago
  31. cf52925 drm/bridge: panel: Propagate bus format/flags by Boris Brezillon · 5 years ago
  32. a628a07 drm/bridge: lvds-codec: Constify the drm_bridge_funcs structure by Laurent Pinchart · 5 years ago
  33. 65c04ad drm/bridge: lvds-codec: Add to_lvds_codec() function by Laurent Pinchart · 5 years ago
  34. 72b48ae drm/virtio: enqueue virtio_gpu_create_context after the first 3D ioctl by Gurchetan Singh · 5 years ago
  35. d2a983b drm/virtio: track whether or not a context has been initiated by Gurchetan Singh · 5 years ago
  36. 40caded drm/virtio: factor out context create hypercall by Gurchetan Singh · 5 years ago
  37. 30349f8 drm/virtio: use consistent names for drm_files by Gurchetan Singh · 5 years ago
  38. a8dada7 MAINTAINERS: Update myself email address by Xinliang Liu · 5 years ago
  39. 6915db3 drm/panel: ld9040: add MODULE_DEVICE_TABLE with SPI IDs by Marek Szyprowski · 5 years ago
  40. fb0629e drm/panel: simple: fix osd070t1718_19ts sync drive edge by Tomi Valkeinen · 5 years ago
  41. cf650f2 drm/sun4i: tcon: Support LVDS on the A33 by Maxime Ripard · 5 years ago
  42. 6726ca1 drm/bridge: analogix-anx6345: Avoid duplicate -supply suffix by Torsten Duwe · 5 years ago
  43. 3e138a6 drm/bridge: analogix-anx78xx: Fix drm_dp_link helper removal by Torsten Duwe · 5 years ago
  44. d718e53 drm/sun4i: tcon: Support LVDS output on Allwinner A20 by Andrey Lebedev · 5 years ago
  45. cd0ecab drm/sun4i: tcon: Separate quirks for tcon0 and tcon1 on A20 by Andrey Lebedev · 5 years ago
  46. 612e31e dt-bindings: display: sun4i: New compatibles for A20 tcons by Andrey Lebedev · 5 years ago
  47. 5627c9d drm/sun4i: tcon: Introduce LVDS setup routine setting by Andrey Lebedev · 5 years ago
  48. 80579bf drm/sun4i: dsi: Avoid hotplug race with DRM driver bind by Samuel Holland · 5 years ago
  49. 91ea833 drm/bridge: Fix the bridge kernel doc by Boris Brezillon · 5 years ago
  50. 9745290 drm/virtio: move remaining virtio_gpu_notify calls by Gerd Hoffmann · 5 years ago
  51. 234489e drm/virtio: batch display query by Gerd Hoffmann · 5 years ago
  52. 2e819a1 drm/virtio: batch resource creation by Gerd Hoffmann · 5 years ago
  53. 790bcd7 drm/virtio: batch plane updates (pageflip) by Gerd Hoffmann · 5 years ago
  54. fcdd19b drm/virtio: notify before waiting by Gerd Hoffmann · 5 years ago
  55. cca41da drm/virtio: rework notification for better batching by Gerd Hoffmann · 5 years ago
  56. 28f2aff Merge v5.6-rc2 into drm-misc-next by Maxime Ripard · 5 years ago
  57. 3e8a384 dma-buf: Fix a typo in Kconfig by Christophe JAILLET · 5 years ago
  58. 0bd65bd drm/format_helper: Dual licence the file in GPL 2 and MIT by Emmanuel Vadot · 5 years ago
  59. 6707b75 drm/lima: fix recovering from PLBU out of memory by Vasily Khoruzhick · 5 years ago
  60. 11a48a5 Linux 5.6-rc2 by Linus Torvalds · 5 years ago
  61. ab02b61 Merge tag 'for-linus-5.6-1' of https://github.com/cminyard/linux-ipmi by Linus Torvalds · 5 years ago
  62. 44024ad Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 5 years ago
  63. b982df7 Merge tag 'edac_urgent_for_5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras by Linus Torvalds · 5 years ago
  64. e29c6a1 Merge tag 'block-5.6-2020-02-16' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  65. 713db35 Merge tag 'for-5.6-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 5 years ago
  66. 288b27a0 Merge tag '5.6-rc1-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 5 years ago
  67. 8a8b809 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 5 years ago
  68. 364e7d3 drm/pl111: Support Integrator IM-PD1 module by Linus Walleij · 5 years ago
  69. db70e26 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 5 years ago
  70. 54654e1 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 5 years ago
  71. b719ae0 Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 5 years ago
  72. 3e71e12 Merge tag 's390-5.6-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 5 years ago
  73. bd51613 Merge tag 'hwmon-for-v5.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 5 years ago
  74. ef78e5b7d Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  75. da99f93 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  76. 885a066 drm: drop unused drm_display_mode.private by Sam Ravnborg · 5 years ago
  77. 2f3ba73 drm: drop unused drm_crtc callback by Sam Ravnborg · 5 years ago
  78. 3bf3c97 bus: moxtet: fix potential stack buffer overflow by Marek Behún · 5 years ago
  79. d65d87a ext4: improve explanation of a mount failure caused by a misconfigured kernel by Theodore Ts'o · 5 years ago
  80. acce61b drm/print: clean up RATELIMITED macros by Sam Ravnborg · 5 years ago
  81. 9ce12ec drm/atomic-helper: fix kerneldoc by Daniel Vetter · 5 years ago
  82. dfb9b69 Merge tag 'perf-urgent-for-mingo-5.6-20200214' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 5 years ago
  83. 3dbae15 Input: cyapa - replace zero-length array with flexible-array member by Gustavo A. R. Silva · 5 years ago
  84. 94bef5d Input: tca6416-keypad - replace zero-length array with flexible-array member by Gustavo A. R. Silva · 5 years ago
  85. 3d87c75 Input: gpio_keys_polled - replace zero-length array with flexible-array member by Gustavo A. R. Silva · 5 years ago
  86. 829e694 Merge tag 'nfs-for-5.6-2' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 5 years ago
  87. cf556ed Merge tag 'ceph-for-5.6-rc2' of https://github.com/ceph/ceph-client by Linus Torvalds · 5 years ago
  88. ca60ad6 Merge tag 'io_uring-5.6-2020-02-14' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  89. 5036c0d drm/edid: Add a FIXME about DispID CEA data block revision by Ville Syrjälä · 5 years ago
  90. 6e8a942 drm/edid: Document why we don't bounds check the DispID CEA block start/end by Ville Syrjälä · 5 years ago
  91. 4d23f48 drm/edid: Clear out spurious whitespace by Ville Syrjälä · 5 years ago
  92. f447dd1 drm/edid: Introduce is_detailed_timing_descritor() by Ville Syrjälä · 5 years ago
  93. a7a131a drm/edid: Don't accept any old garbage as a display descriptor by Ville Syrjälä · 5 years ago
  94. 7304b98 drm/edid: Check the number of detailed timing descriptors in the CEA ext block by Ville Syrjälä · 5 years ago
  95. 2019fc9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 5 years ago
  96. 4e03e4e Merge tag 'pm-5.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 5 years ago
  97. 81f3011 Merge tag 'sound-5.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 5 years ago
  98. 3f0d329 Merge tag 'drm-fixes-2020-02-14' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 5 years ago
  99. 685eff5 IB/mlx5: Use div64_u64 for num_var_hw_entries calculation by Jason Gunthorpe · 5 years ago
  100. 7f97d3e8 drm/mcde: Fix Sphinx formatting by Jonathan Neuschäfer · 5 years ago