1. 6f897f5 drm: qxl: Open code teardown function for qxl by Gabriel Krisman Bertazi · 8 years ago
  2. 2b65d56 drm: qxl: Open code probing sequence for qxl by Gabriel Krisman Bertazi · 8 years ago
  3. 3587c85 drm/bridge: adv7511: Re-write the i2c address before EDID probing by John Stultz · 8 years ago
  4. 4226d9b drm/bridge: adv7511: Reuse __adv7511_power_on/off() when probing EDID by John Stultz · 8 years ago
  5. 651e476 drm/bridge: adv7511: Rework adv7511_power_on/off() so they can be reused internally by John Stultz · 8 years ago
  6. 40d86d2 drm/bridge: adv7511: Enable HPD interrupts to support hotplug and improve monitor detection by Archit Taneja · 8 years ago
  7. 6d5104c drm/bridge: adv7511: Switch to using drm_kms_helper_hotplug_event() by John Stultz · 8 years ago
  8. 518cb70 drm/bridge: adv7511: Use work_struct to defer hotplug handing to out of irq context by John Stultz · 8 years ago
  9. c77b9ab drm: vc4: use crtc helper drm_crtc_from_index() by Shawn Guo · 8 years ago
  10. 75bcb05 drm: tegra: use crtc helper drm_crtc_from_index() by Shawn Guo · 8 years ago
  11. ea441bd drm: nouveau: use crtc helper drm_crtc_from_index() by Shawn Guo · 8 years ago
  12. ffec892 drm: mediatek: use crtc helper drm_crtc_from_index() by Shawn Guo · 8 years ago
  13. b8bf683 drm: kirin: use crtc helper drm_crtc_from_index() by Shawn Guo · 8 years ago
  14. a3c764e drm: exynos: use crtc helper drm_crtc_from_index() by Shawn Guo · 8 years ago
  15. 01f8c95 dt-bindings: display: dw-hdmi: Clean up DT bindings documentation by Laurent Pinchart · 8 years ago
  16. 2668db3 drm: bridge: dw-hdmi: Assert SVSRET before resetting the PHY by Laurent Pinchart · 8 years ago
  17. 54d7273 drm: bridge: dw-hdmi: Fix the name of the PHY reset macros by Laurent Pinchart · 8 years ago
  18. f0e7f2f drm: bridge: dw-hdmi: Define and use macros for PHY register addresses by Laurent Pinchart · 8 years ago
  19. faba6c3 drm: bridge: dw-hdmi: Detect PHY type at runtime by Laurent Pinchart · 8 years ago
  20. be41fc5 drm: bridge: dw-hdmi: Handle overflow workaround based on device version by Laurent Pinchart · 8 years ago
  21. 0c67494 drm: bridge: dw-hdmi: Detect AHB audio DMA using correct register by Laurent Pinchart · 8 years ago
  22. 0527e12 drm: bridge: dw-hdmi: Reject invalid product IDs by Laurent Pinchart · 8 years ago
  23. f4104e8 drm: bridge: dw-hdmi: Rename CONF0 SPARECTRL bit to SVSRET by Laurent Pinchart · 8 years ago
  24. 1acc6bd drm: bridge: dw-hdmi: Remove PHY configuration resolution parameter by Kieran Bingham · 8 years ago
  25. 69497eb drm: bridge: dw-hdmi: Implement DRM bridge registration by Laurent Pinchart · 8 years ago
  26. d2ae94a drm: bridge: dw-hdmi: Create connector in the bridge attach operation by Laurent Pinchart · 8 years ago
  27. fd30b38 drm: bridge: dw-hdmi: Reorder functions to prepare for next commit by Laurent Pinchart · 8 years ago
  28. c608119 drm: bridge: dw-hdmi: Move IRQ and IO resource allocation to common code by Laurent Pinchart · 8 years ago
  29. ba5d7e6 drm: bridge: dw-hdmi: Don't forward HPD events to DRM core before attach by Laurent Pinchart · 8 years ago
  30. 527b863 drm: bridge: dw-hdmi: Remove encoder field from struct dw_hdmi by Laurent Pinchart · 8 years ago
  31. 70c963e drm: bridge: dw-hdmi: Embed drm_bridge in struct dw_hdmi by Laurent Pinchart · 8 years ago
  32. dfa7306 drm: bridge: dw-hdmi: Remove unused function parameter by Kieran Bingham · 8 years ago
  33. ecaa98f drm: bridge: dw-hdmi: Remove unneeded arguments to bind/unbind functions by Laurent Pinchart · 8 years ago
  34. cc7e962 drm: bridge: dw-hdmi: Merge __hdmi_phy_i2c_write and hdmi_phy_i2c_write by Laurent Pinchart · 8 years ago
  35. 8e945cb drm: qxl: Let DRM core handle connector registering by Gabriel Krisman Bertazi · 8 years ago
  36. 5b06ba2 drm/bridge: adv7511: Initialize regulators by Archit Taneja · 8 years ago
  37. e9a7c0b dt-bindings: drm/bridge: adv7511: Add regulator bindings by Archit Taneja · 8 years ago
  38. 3e7d2fdd drm/tegra: Stop using drm_framebuffer_unregister_private by Daniel Vetter · 8 years ago
  39. 2384d62 drm/cma-helper: Stop using drm_framebuffer_unregister_private by Daniel Vetter · 8 years ago
  40. b77bc10 drm/omap: Stop using drm_framebuffer_unregister_private by Daniel Vetter · 8 years ago
  41. 7e53c28 drm: fix MMU dependencies by Benjamin Gaignard · 8 years ago
  42. f5c5d57 drm/msm: Stop using drm_framebuffer_unregister_private by Daniel Vetter · 8 years ago
  43. f869a6e drm/atomic: Add target_vblank support in atomic helpers (v2) by Andrey Grodzovsky · 8 years ago
  44. fd056f0 drm: add fourcc codes for 16bit R and RG by Rainer Hochecker · 8 years ago
  45. f0c379a drm: add more MMU dependencies by Arnd Bergmann · 8 years ago
  46. 95b8c64 drm: Fix error handling in drm_mm eviction kselftest by Chris Wilson · 8 years ago
  47. fc36ec7 drm/exynos: constify exynos_drm_crtc_ops structures by Bhumika Goyal · 8 years ago
  48. f9a87bd drm: Move drm_clflush prototypes to drm_cache header file by Gabriel Krisman Bertazi · 8 years ago
  49. f0e3672 drm: Document drm_cache interface by Gabriel Krisman Bertazi · 8 years ago
  50. 282d0a3 Merge tag 'drm-misc-next-2017-01-09' of git://anongit.freedesktop.org/git/drm-misc into drm-next by Dave Airlie · 8 years ago
  51. 5c37daf Merge tag 'drm-intel-next-2017-01-09' of git://anongit.freedesktop.org/git/drm-intel into drm-next by Dave Airlie · 8 years ago
  52. a009e97 dma-fence: Introduce drm_fence_set_error() helper by Chris Wilson · 8 years ago
  53. d6c99f4 dma-fence: Wrap querying the fence->status by Chris Wilson · 8 years ago
  54. 83dd137 dma-fence: Clear fence->status during dma_fence_init() by Chris Wilson · 8 years ago
  55. 011cda5 drm: fix compilations issues introduced by "drm: allow to use mmuless SoC" by Benjamin Gaignard · 8 years ago
  56. 11b3c20 drm: Change the return type of the unload hook to void by Gabriel Krisman Bertazi · 8 years ago
  57. 931c670 drm: add more document for drm_crtc_from_index() by Shawn Guo · 8 years ago
  58. a09759e drm: remove useless parameters from drm_pick_cmdline_mode function by Vincent Abriou · 8 years ago
  59. 5d799ac drm/i915: Update DRIVER_DATE to 20170109 by Daniel Vetter · 8 years ago
  60. 3806a27 Merge tag 'drm-misc-next-2016-12-30' of git://anongit.freedesktop.org/git/drm-misc into drm-next by Dave Airlie · 8 years ago
  61. a121103 Linux 4.10-rc3 by Linus Torvalds · 8 years ago
  62. 83280e9 Merge tag 'usb-4.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 8 years ago
  63. cc250e2 Merge tag 'char-misc-4.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 8 years ago
  64. 6ea17ed Merge tag 'staging-4.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 8 years ago
  65. ea07b86 mm: workingset: fix use-after-free in shadow node shrinker by Johannes Weiner · 8 years ago
  66. b0b9b3d mm: stop leaking PageTables by Hugh Dickins · 8 years ago
  67. 87bc610 Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 8 years ago
  68. 01d0f71 MAINTAINERS: add greybus subsystem mailing list by Greg Kroah-Hartman · 8 years ago
  69. 308c470 Merge tag 'sound-4.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 8 years ago
  70. d72f0de Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 8 years ago
  71. baaf031 Merge tag 'hwmon-for-linus-v4.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 8 years ago
  72. 08289086 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  73. b1ee5170 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 8 years ago
  74. 5824f92 Merge tag 'vfio-v4.10-rc3' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 8 years ago
  75. 2fd8774 Merge branch 'stable/for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb by Linus Torvalds · 8 years ago
  76. 65cdc40 Merge tag 'iommu-fixes-v4.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 8 years ago
  77. 7397e1e Merge tag 'acpi-4.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  78. b937a86 Merge tag 'pm-4.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  79. 7453c54 swiotlb: Export swiotlb_max_segment to users by Konrad Rzeszutek Wilk · 8 years ago
  80. b42a13d drm/i915: Drain freed objects for mmap space exhaustion by Chris Wilson · 8 years ago
  81. 1a292fa drm/i915: Purge loose pages if we run out of DMA remap space by Chris Wilson · 8 years ago
  82. 10466d2 drm/i915: Fix phys pwrite for struct_mutex-less operation by Chris Wilson · 8 years ago
  83. 984ff29f drm/i915: Simplify testing for am-I-the-kernel-context? by Chris Wilson · 8 years ago
  84. e8f9ae9 drm/i915: Use range_overflows() by Chris Wilson · 8 years ago
  85. edd1f2f drm/i915: Use fixed-sized types for stolen by Chris Wilson · 8 years ago
  86. 46fad80 drm/i915: Use phys_addr_t for the address of stolen memory by Chris Wilson · 8 years ago
  87. c4d3ae6 drm/i915: Consolidate checks for memcpy-from-wc support by Chris Wilson · 8 years ago
  88. 9f54742 drm: crc: Call wake_up_interruptible() each time there is a new CRC entry by Benjamin Gaignard · 8 years ago
  89. f1dabf0 Merge branches 'acpi-scan', 'acpi-sysfs', 'acpi-wdat' and 'acpi-tables' by Rafael J. Wysocki · 8 years ago
  90. 7e2b9d8 Merge branches 'pm-domains', 'pm-docs' and 'pm-devfreq' by Rafael J. Wysocki · 8 years ago
  91. 3baad65 Merge branch 'pm-cpufreq' by Rafael J. Wysocki · 8 years ago
  92. 62a0d98 drm: allow to use mmuless SoC by Benjamin Gaignard · 8 years ago
  93. 99c48e1 drm: compile drm_vm.c only when needed by Benjamin Gaignard · 8 years ago
  94. 82f42e4 fbmem: add a default get_fb_unmapped_area function by Benjamin Gaignard · 8 years ago
  95. 88ba6ca Merge tag 'platform-drivers-x86-v4.10-3' of git://git.infradead.org/users/dvhart/linux-platform-drivers-x86 by Linus Torvalds · 8 years ago
  96. 6989606 Merge branch 'stable-4.10' of git://git.infradead.org/users/pcmoore/audit by Linus Torvalds · 8 years ago
  97. ed40875 Merge tag 'drm-intel-fixes-2017-01-05' of git://anongit.freedesktop.org/git/drm-intel by Linus Torvalds · 8 years ago
  98. 7ec73b7 drm/i915: Only skip requests once a context is banned by Chris Wilson · 8 years ago
  99. b716393 drm/i915: Move a few more utility macros to i915_utils.h by Chris Wilson · 8 years ago
  100. 0a8fd13 USB: fix problems with duplicate endpoint addresses by Alan Stern · 8 years ago