1. a18b219 drm/dp_helper: Add DP aux channel tracing by Lyude Paul · 6 years ago
  2. c76f0f7 drm: Begin an API for in-kernel clients by Noralf Trønnes · 6 years ago
  3. 4216c1b Merge tag 'drm-misc-next-fixes-2018-06-15' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes by Dave Airlie · 6 years ago
  4. 135c550 Merge tag 'drm-next-2018-06-06-1' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 6 years ago
  5. 069035c drm: Fix possible race conditions while unplugging DRM device by Oleksandr Andrushchenko · 6 years ago
  6. 7f6df44 drm: Match sysfs name in link removal to link creation by Haneen Mohammed · 7 years ago
  7. 0d49f30 drm: remove all control node code by Daniel Vetter · 7 years ago
  8. bee330f drm: Use srcu to protect drm_device.unplugged by Noralf Trønnes · 7 years ago
  9. 3bd07cc drm: NULL pointer dereference [null-pointer-deref] (CWE 476) problem by Joe Moriarty · 7 years ago
  10. 70c5f93 Merge airlied/drm-next into drm-misc-next by Daniel Vetter · 7 years ago
  11. e7646f8 drm: Add new LEASE debug level by Keith Packard · 8 years ago
  12. 02c9656 drm: Move debug macros out of drmP.h by Haneen Mohammed · 7 years ago
  13. 9a96f55 drm: introduce drm_dev_{get/put} functions by Aishwarya Pant · 7 years ago
  14. 0469901 drm: Clean up drm_dev_unplug by Daniel Vetter · 7 years ago
  15. 2e45eea drm: Only lastclose on unload for legacy drivers by Daniel Vetter · 7 years ago
  16. c07dcd6 drm: Document device unplug infrastructure by Daniel Vetter · 7 years ago
  17. 371c227 drm: inhibit drm drivers register to uninitialized drm core by Alexandru Moise · 7 years ago
  18. 75fb636 drm: Fix oops + Xserver hang when unplugging USB drm devices by Hans de Goede · 7 years ago
  19. 94000cc Merge tag 'v4.10-rc8' into drm-next by Dave Airlie · 8 years ago
  20. f30c925 drm: Provide a driver hook for drm_dev_release() by Chris Wilson · 8 years ago
  21. 012bbe2 Merge tag 'drm-misc-next-2017-01-30' of git://anongit.freedesktop.org/git/drm-misc into drm-next by Dave Airlie · 8 years ago
  22. e6e7b48 drm: Don't race connector registration by Daniel Vetter · 8 years ago
  23. a67834f drm: drm_minor_register(): Clean up debugfs on failure by Noralf Trønnes · 8 years ago
  24. ef40cbf9 drm/core: Use recommened kerneldoc for struct member refs by Daniel Vetter · 8 years ago
  25. 01f5e69 Merge tag 'omapdrm-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linux into drm-next by Dave Airlie · 8 years ago
  26. 6098909 drm: Avoid NULL dereference of drm_device.dev by Chris Wilson · 8 years ago
  27. ea0dd85 drm/doc: use preferred struct reference in kernel-doc by Daniel Vetter · 8 years ago
  28. 75f6dfe drm: Deduplicate driver initialization message by Gabriel Krisman Bertazi · 8 years ago
  29. e82dfa0 drm: Reduce verbosity level for drm_core_init() debug message by Chris Wilson · 8 years ago
  30. e57e17c drm: Move vblank cleanup from unregister to release by Laurent Pinchart · 8 years ago
  31. 010f5b9 Merge tag 'drm-for-v4.10' of git://people.freedesktop.org/~airlied/linux into drm-misc-next by Daniel Vetter · 8 years ago
  32. 6449b08 drm: Add fake controlD* symlinks for backwards compat by Daniel Vetter · 8 years ago
  33. d82faaf drm: Update drm_device docs about embedding. by Daniel Vetter · 8 years ago
  34. a90f583 Merge tag 'drm-misc-next-2016-11-29' of git://anongit.freedesktop.org/git/drm-misc into drm-next by Dave Airlie · 8 years ago
  35. 6320745 Merge tag 'drm-qemu-20161121' of git://git.kraxel.org/linux into drm-next by Dave Airlie · 8 years ago
  36. 8a357d1 drm: Nerf DRM_CONTROL nodes by Daniel Vetter · 8 years ago
  37. 85e634b drm: Extract drm_drv.h by Daniel Vetter · 8 years ago
  38. a6b5fac drm: re-export drm_dev_set_unique by Gerd Hoffmann · 8 years ago
  39. f92e1ee drm: Add missing mutex_destroy in drm_dev_init/release by Joonas Lahtinen · 8 years ago
  40. 6bd488d drm: Simplify drm_printk to reduce object size quite a bit by Joe Perches · 8 years ago
  41. 0f28860 drm: Don't swallow error codes in drm_dev_alloc() by Tom Gundersen · 8 years ago
  42. c6bf811 drm: Distinguish no name from ENOMEM in set_unique() by Tom Gundersen · 8 years ago
  43. 2cc107d drm: cleanup drm_core_{init,exit}() by David Herrmann · 8 years ago
  44. 82d5e73 drm: drop obsolete drm_core.h by David Herrmann · 8 years ago
  45. b4ba97e drm: Avoid calling dev_printk(.dev = NULL) by Chris Wilson · 8 years ago
  46. c4e68a5 drm: Introduce DRM_DEV_* log messages by Sean Paul · 8 years ago
  47. a3ccc46 drm: rename DRM_MINOR_LEGACY to DRM_MINOR_PRIMARY by David Herrmann · 8 years ago
  48. a39be60 drm: Do a full device unregister when unplugging by Chris Wilson · 8 years ago
  49. a742946 drm: Don't call drm_dev_set_unique from platform drivers by Daniel Vetter · 8 years ago
  50. 5079c46 drm: Use dev->name as fallback for dev->unique by Daniel Vetter · 8 years ago
  51. 8106554 drm: Clean up drm_crtc.h by Daniel Vetter · 8 years ago
  52. 79190ea drm: Add callbacks for late registering by Benjamin Gaignard · 8 years ago
  53. bee7fb1 drm: Protect drm_connector_register_all() under DRIVER_MODESET by Chris Wilson · 8 years ago
  54. e28cd4d drm: Automatically register/unregister all connectors by Chris Wilson · 8 years ago
  55. b209aca drm: Export drm_dev_init() for subclassing by Chris Wilson · 8 years ago
  56. 6548f4e drm: Move master functions into drm_auth.c by Daniel Vetter · 8 years ago
  57. 34a839c drm: Link directly from drm_master to drm_device by Daniel Vetter · 8 years ago
  58. d14d2a8 drm: Remove dev_pm_ops from drm_class by Lukas Wunner · 8 years ago
  59. 1d2ac40 drm: Protect dev->filelist with its own mutex by Daniel Vetter · 9 years ago
  60. 40647e4 drm: Hide master MAP cleanup in drm_bufs.c by Daniel Vetter · 9 years ago
  61. 0d787b1 drm: Push struct_mutex into ->master_destroy by Daniel Vetter · 9 years ago
  62. 6dc3e22 drm: Make drm.debug parameter description more helpful by Ezequiel Garcia · 9 years ago
  63. 54d2c2d drm: Introduce drm_connector_register_all() helper by Alexey Brodkin · 9 years ago
  64. d9d8c4c drm: move MODULE_PARM_DESC to other file by Dan Carpenter · 9 years ago
  65. e112e59 drm: use dev_name as default unique name in drm_dev_alloc() by Nicolas Iooss · 9 years ago
  66. 399368aa drm: make drm_dev_set_unique() not use a format string by Nicolas Iooss · 9 years ago
  67. a0af2e5 drm: Fix an unwanted master inheritance v2 by Thomas Hellstrom · 9 years ago
  68. 02d0a49 drm: misc cleanup by Rob Clark · 9 years ago
  69. 6e3f797 drm/doc: Update docs about device instance setup by Daniel Vetter · 9 years ago
  70. fcc9021 drm: move drm_class into drm_sysfs.c by David Herrmann · 9 years ago
  71. bcfe0c0 drm: WARN_ON if a modeset driver uses legacy suspend/resume helpers by Gustavo Padovan · 9 years ago
  72. dcd14dd Merge tag 'topic/connector-locking-2015-07-23' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 9 years ago
  73. 3fdefa3 drm: gc now dead mode_group code by Daniel Vetter · 9 years ago
  74. ba6976c drm: Convert drm_legacy_ctxbitmap_init to void return type by Daniel Vetter · 9 years ago
  75. 0e97598 drm: Turn off Legacy Context Functions by Peter Antoine · 9 years ago
  76. 8b72ce1 drm: Always enable atomic API by Daniel Stone · 9 years ago
  77. 4a324d3 drm: simplify master cleanup by David Herrmann · 10 years ago
  78. 32e7b94 drm: simplify authentication management by David Herrmann · 10 years ago
  79. acab18b drm: drop unused 'magicfree' list by David Herrmann · 10 years ago
  80. 2ee762b drm: %pF is only for function pointers by Scott Wood · 10 years ago
  81. 88a48e2 drm: add atomic properties by Rob Clark · 10 years ago
  82. b0ff4b9 drm: Document that drm_dev_alloc doesn't need a parent by Daniel Vetter · 10 years ago
  83. a1f1a79 drm: drm_err: Remove unnecessary __func__ argument by Joe Perches · 10 years ago
  84. 1bcecfa drm/core: use helper to check driver features by Andrzej Hajda · 10 years ago
  85. 9908fb6 drm: change drm_err return type to void by Joe Perches · 10 years ago
  86. 6865b20 drm: Move DRM_MAGIC_HASH_ORDER into drm_drv.c by Daniel Vetter · 10 years ago
  87. 67d0ec4 drm: Move piles of functions from drmP.h to drm_internal.h by Daniel Vetter · 10 years ago
  88. 1888299 drm: Move vblank related module options into drm_irq.c by Daniel Vetter · 10 years ago
  89. 336879b Merge remote-tracking branch 'airlied/drm-next' into topic/vblank-rework by Daniel Vetter · 10 years ago
  90. 71d3948 drm: move "struct drm_magic_entry" to drm_auth.c by David Herrmann · 10 years ago
  91. 9fc5cde drm: mark drm_buf and drm_map as legacy by David Herrmann · 10 years ago
  92. 7963e9d Revert "drm: drop redundant drm_file->is_master" by Dave Airlie · 10 years ago
  93. 4ed0ce3 drm: Disable vblank interrupt immediately when drm_vblank_offdelay<0 by Ville Syrjälä · 10 years ago
  94. 21d7035 drm: move drm_stub.c to drm_drv.c by Dave Airlie · 10 years ago[Renamed from drivers/gpu/drm/drm_stub.c]
  95. e7b96070 drm: mark drm_context support as legacy by David Herrmann · 10 years ago
  96. e172807 drm: make sysfs device always available for minors by David Herrmann · 10 years ago
  97. f1b8596 drm: make minor->index available early by David Herrmann · 10 years ago
  98. 1b7199f drm: move module initialization to drm_stub.c by David Herrmann · 10 years ago
  99. 48ba813 drm: drop redundant drm_file->is_master by David Herrmann · 10 years ago
  100. c7dbc6c drm: Remove command line guard for universal planes by Matt Roper · 10 years ago