1. 12eb90f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 262 by Thomas Gleixner · 6 years ago
  2. 1ccea77 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13 by Thomas Gleixner · 6 years ago
  3. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  4. 6ecac85 drm/udl: move to embedding drm device inside udl device. by Dave Airlie · 6 years ago
  5. fd96e0d drm/udl: introduce a macro to convert dev to udl. by Dave Airlie · 6 years ago
  6. f06ddb5 BackMerge v5.1-rc5 into drm-next by Dave Airlie · 6 years ago
  7. 9b39b01 drm/udl: add a release method and delay modeset teardown by Dave Airlie · 6 years ago
  8. b4e4538 Merge tag 'drm-misc-next-2019-03-28-1' of git://anongit.freedesktop.org/drm/drm-misc into drm-next by Dave Airlie · 6 years ago
  9. 5a3887b drm/udl: Use drm_fb_helper_fill_info by Daniel Vetter · 6 years ago
  10. 0bec621 Merge tag 'drm-misc-next-2019-03-21' of git://anongit.freedesktop.org/drm/drm-misc into drm-next by Daniel Vetter · 6 years ago
  11. a511430 drm/udl: Refactor edid retrieving in UDL driver (v2) by Robert Tarasov · 6 years ago
  12. 8f3b487 drm/udl: use drm_gem_object_put_unlocked. by Dave Airlie · 6 years ago
  13. ba3bf37 drm/drv: drm_dev_unplug(): Move out drm_dev_put() call by Noralf Trønnes · 6 years ago
  14. fcd70cd drm: Split out drm_probe_helper.h by Daniel Vetter · 6 years ago
  15. 32e932e DRM: UDL: get rid of useless vblank initialization by Eugeniy Paltsev · 6 years ago
  16. 7b76d058 Merge drm/drm-next into drm-misc-next by Sean Paul · 6 years ago
  17. ac3b35f drm/udl: Replace drm_dev_unref with drm_dev_put by Thomas Zimmermann · 6 years ago
  18. fcb74da drm: udl: Destroy framebuffer only if it was initialized by Emil Lundmark · 7 years ago
  19. caca1ff Merge branch 'drm-udl-next' of git://people.freedesktop.org/~airlied/linux into drm-next by Dave Airlie · 6 years ago
  20. 9099120 udl-kms: dont spam the syslog with debug messages by Mikulas Patocka · 7 years ago
  21. c2f5311 udl-kms: use spin_lock_irq instead of spin_lock_irqsave by Mikulas Patocka · 7 years ago
  22. 58cba7c udl-kms: avoid prefetch by Mikulas Patocka · 7 years ago
  23. 91ba11f udl-kms: avoid division by Mikulas Patocka · 7 years ago
  24. 09a00ab udl-kms: fix crash due to uninitialized memory by Mikulas Patocka · 7 years ago
  25. 542bb97 udl-kms: handle allocation failure by Mikulas Patocka · 7 years ago
  26. 8456b99 udl-kms: change down_interruptible to down by Mikulas Patocka · 7 years ago
  27. 3fce461 BackMerge v4.18-rc7 into drm-next by Dave Airlie · 6 years ago
  28. cde4c44 drm: drop _mode_ from drm_mode_connector_attach_encoder by Daniel Vetter · 6 years ago
  29. c555f02 drm: drop _mode_ from update_edit_property() by Daniel Vetter · 6 years ago
  30. 99ec9e7 drm/udl: fix display corruption of the last line by Mikulas Patocka · 7 years ago
  31. f664a5269 dma-buf: remove kmap_atomic interface by Christian König · 7 years ago
  32. a19741e dma_buf: remove device parameter from attach callback v2 by Christian König · 7 years ago
  33. 3c5f134 gpu: drm: udl: Adding new typedef vm_fault_t by Souptick Joarder · 7 years ago
  34. b9d9168 drm/udl: fix mode_valid's return type by Luc Van Oostenryck · 7 years ago
  35. 83fd26c Merge airlied/drm-next into drm-misc-next by Sean Paul · 7 years ago
  36. ae358da drm/udl: Get rid of dev->struct_mutex usage by Daniel Vetter · 7 years ago
  37. 3b82a4d drm: udl: Properly check framebuffer mmap offsets by Greg Kroah-Hartman · 7 years ago
  38. fef1aa4 Merge tag 'drm-misc-next-2017-10-20' of git://anongit.freedesktop.org/drm/drm-misc into drm-next by Dave Airlie · 7 years ago
  39. 75c65ee drm/udl: Reading all edid blocks in DRM/UDL driver by Robert Tarasov · 7 years ago
  40. afdfc4c drm/udl: Fixed problem with UDL adpater reconnection by Robert Tarasov · 7 years ago
  41. 418da17 drm: Pass struct drm_file * to __drm_mode_object_find [v2] by Keith Packard · 8 years ago
  42. b1b6f83 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  43. 36436f4 drm: udl: constify usb_device_id by Arvind Yadav · 7 years ago
  44. e966f5d drm/udl: Use the drm_driver.dumb_destroy default by Noralf Trønnes · 7 years ago
  45. 823ee8b drm/udl: switch to drm_*_get(), drm_*_put() helpers by Cihangir Akturk · 7 years ago
  46. c07dcd6 drm: Document device unplug infrastructure by Daniel Vetter · 7 years ago
  47. e1923ab drm/<drivers>: Drop fbdev info flags by Daniel Vetter · 7 years ago
  48. 95cf926 x86, drm, fbdev: Do not specify encrypted memory for video mappings by Tom Lendacky · 7 years ago
  49. 7b4e1ea drm/udl: dma-buf: Constify dma_buf_ops structures. by Arvind Yadav · 7 years ago
  50. 5cbdacc drm/udl: Drop drm_vblank_cleanup by Daniel Vetter · 8 years ago
  51. 76bba2c drm/udl: Remove dummy busid callback by Daniel Vetter · 8 years ago
  52. 2098105 drm: drop drm_[cm]alloc* helpers by Michal Hocko · 8 years ago
  53. 6b7781b Merge remote-tracking branch 'airlied/drm-next' into drm-misc-next by Sean Paul · 8 years ago
  54. a284ea4 drm/udl: remove unneeded -Iinclude/drm compiler flag by Masahiro Yamada · 8 years ago
  55. 2f34c123 Merge tag 'drm-for-v4.12' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 8 years ago
  56. 5a0387a Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  57. ed067d4 linux/kernel.h: Add ALIGN_DOWN macro by Krzysztof Kozlowski · 8 years ago
  58. 6b14627 Merge tag 'drm-misc-next-fixes-2017-04-20' of git://anongit.freedesktop.org/git/drm-misc into drm-next by Dave Airlie · 8 years ago
  59. f9b67f0 dma-buf: Rename dma-ops to prevent conflict with kunmap_atomic macro by Logan Gunthorpe · 8 years ago
  60. 856ee92 Merge tag 'v4.11-rc7' into drm-next by Dave Airlie · 8 years ago
  61. 0c45b36 drm/udl: Fix unaligned memory access in udl_render_hline by Jonathan Neuschäfer · 8 years ago
  62. 41292b1f drm: Add acquire ctx parameter to ->page_flip(_target) by Daniel Vetter · 8 years ago
  63. b70366e Merge tag 'doc-4.11-images' of git://git.lwn.net/linux into drm-misc-next by Daniel Vetter · 8 years ago
  64. 11bac80 mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf by Dave Jiang · 8 years ago
  65. da7bdda drm/fb-helper: Automatically clean up fb_info by Daniel Vetter · 8 years ago
  66. e4563f6 drm: Rely on mode_config data for fb_helper initialization by Gabriel Krisman Bertazi · 8 years ago
  67. 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
  68. 11b3c20 drm: Change the return type of the unload hook to void by Gabriel Krisman Bertazi · 8 years ago
  69. 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
  70. 272725c drm: Nuke fb->bits_per_pixel by Ville Syrjälä · 8 years ago
  71. b00c600 drm: Nuke fb->depth by Ville Syrjälä · 8 years ago
  72. a3f913c drm: Pass 'dev' to drm_helper_mode_fill_fb_struct() by Ville Syrjälä · 8 years ago
  73. 1a29d85 mm: use vmf->address instead of of vmf->virtual_address by Jan Kara · 8 years ago
  74. 6320745 Merge tag 'drm-qemu-20161121' of git://git.kraxel.org/linux into drm-next by Dave Airlie · 8 years ago
  75. 812162f drm/udl: use DRM_FB_HELPER_DEFAULT_OPS for fb_ops by Stefan Christ · 8 years ago
  76. e5581fe drm/udl: make control msg static const. (v2) by Dave Airlie · 8 years ago
  77. 55edf41 drm: define drm_compat_ioctl NULL on CONFIG_COMPAT=n and reduce #ifdefs by Jani Nikula · 8 years ago
  78. 6b25e21 Merge tag 'drm-for-v4.9' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 8 years ago
  79. a4fce9c drm/prime: Take a ref on the drm_dev when exporting a dma_buf by Chris Wilson · 8 years ago
  80. 90fd68d drm/udl: fix line iterator in damage handling by David Herrmann · 8 years ago
  81. 0f288605 drm: Don't swallow error codes in drm_dev_alloc() by Tom Gundersen · 8 years ago
  82. 737ba10 drm/udl: implement usb_driver suspend/resume. by Haixia Shi · 8 years ago
  83. 2b721f2 drm: Protect fb_defio in drivers with CONFIG_KMS_FBDEV_EMULATION by Daniel Vetter · 8 years ago
  84. d1c151dc drm/udl: Ensure channel is selected before using the device. by Jamie Lentin · 8 years ago
  85. 6ab10b7 drm/kms: Nuke dirty_info property by Daniel Vetter · 8 years ago
  86. 0c75613 drm: Protect fb_defio in drivers with CONFIG_KMS_FBDEV_EMULATION by Daniel Vetter · 8 years ago
  87. c0f0c177 drm/udl: make fbdev support really optional by Tobias Jakobi · 8 years ago
  88. 8326439 drm/udl: Unplugging a device now unregisters it by Chris Wilson · 9 years ago
  89. 06413e4 drm/udl: use drm_crtc_send_vblank_event() by Gustavo Padovan · 9 years ago
  90. a8ad0bd drm: Remove unused drm_device from drm_gem_object_lookup() by Chris Wilson · 9 years ago
  91. e375882 drm/udl: Use drm_fb_helper deferred_io support by Noralf Trønnes · 9 years ago
  92. 302f0e2 drm/udl: Change drm_fb_helper_sys_*() calls to sys_*() by Noralf Trønnes · 9 years ago
  93. e7c8e54 Merge tag 'topic/drm-misc-2016-04-01' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 9 years ago
  94. 72b9ff0 drm/udl: Use unlocked gem unreferencing by Daniel Vetter · 9 years ago
  95. 6c87e5c drm: Rename drm_connector_unplug_all() to drm_connector_unregister_all() by Alexey Brodkin · 9 years ago
  96. 18b862d dma-buf, drm, ion: Propagate error code from dma_buf_start_cpu_access() by Chris Wilson · 9 years ago
  97. 1323963 drm/udl: removed optional dummy crtc mode_fixup function. by Carlos Palminha · 9 years ago
  98. a6ddd2f1 drm/udl: Use module_usb_driver by Amitoj Kaur Chawla · 9 years ago
  99. dac290d drm/udl: removed optional dummy encoder mode_fixup function. by Carlos Palminha · 9 years ago
  100. 831e9da dma-buf: Remove range-based flush by Tiago Vignatti · 9 years ago