1. acf20ed drm: fix null-ptr-deref in drm_dev_init_release() by Wang Hai · 3 years, 3 months ago
  2. a1a9868 drm: Add privacy-screen class (v4) by Hans de Goede · 3 years, 3 months ago
  3. 0ae865e drm: Fix typo in comments by Cai Huoqing · 3 years, 5 months ago
  4. b7e32be drm: Add a prefetching memcpy_from_wc by Thomas Hellström · 3 years, 7 months ago
  5. 6bff227 drm: Mark PCI AGP helpers as legacy by Thomas Zimmermann · 3 years, 8 months ago
  6. c00697b drm/drv: Remove initialization of static variables by Tian Tao · 3 years, 10 months ago
  7. b9d4efa drm: Unamp the entire device address space on device unplug by Andrey Grodzovsky · 4 years ago
  8. 73dc923 Merge tag 'du-next-20210105' of git://linuxtv.org/pinchartl/media into drm-next by Daniel Vetter · 4 years ago
  9. b1dda99 drm: Use a const drm_driver for legacy PCI devices by Laurent Pinchart · 4 years, 10 months ago
  10. dc37930 drm/drv: Remove invalid assignments by Tian Tao · 4 years, 1 month ago
  11. 13283a2 drm/drv: switch to using devm_add_action_or_reset() by Tian Tao · 4 years, 1 month ago
  12. 8f5c7aa drm: Allow const struct drm_driver by Daniel Vetter · 4 years, 2 months ago
  13. a7d3943 drm/dev: Remove drm_dev_init by Daniel Vetter · 4 years, 3 months ago
  14. 4c8e84b8 drm/managed: Cleanup of unused functions and polishing docs by Daniel Vetter · 4 years, 4 months ago
  15. 175233f drm: Remove redundant NULL check by Li Heng · 4 years, 5 months ago
  16. b0b5849 drm: Add devm_drm_dev_alloc macro by Daniel Vetter · 4 years, 9 months ago
  17. 6a1e7cc drm: Fix wrong kfree() in managed resource usage example by Laurent Pinchart · 4 years, 9 months ago
  18. 9e1ed9f drm: Add docs for managed resources by Daniel Vetter · 4 years, 9 months ago
  19. c3b790e drm: Manage drm_mode_config_init with drmm_ by Daniel Vetter · 4 years, 9 months ago
  20. d33b58d drm: Garbage collect drm_dev_fini by Daniel Vetter · 4 years, 9 months ago
  21. c23d686 drm: Manage drm_vblank_cleanup with drmm_ by Daniel Vetter · 4 years, 9 months ago
  22. 641b910 drm: Manage drm_gem_init with drmm_ by Daniel Vetter · 4 years, 9 months ago
  23. f96306f drm: manage drm_minor cleanup with drmm_ by Daniel Vetter · 4 years, 9 months ago
  24. 2cbf7fc drm: Use drmm_ for drm_dev_init cleanup by Daniel Vetter · 4 years, 9 months ago
  25. a5c71fd drm: Handle dev->unique with drmm_ by Daniel Vetter · 4 years, 9 months ago
  26. 5dad34f drm: Cleanups after drmm_add_final_kfree rollout by Daniel Vetter · 4 years, 9 months ago
  27. 6f365e5 drm: Set final_kfree in drm_dev_alloc by Daniel Vetter · 4 years, 9 months ago
  28. c6603c7 drm: add managed resources tied to drm_device by Daniel Vetter · 4 years, 9 months ago
  29. 71427795 drm: Include the encoder itself in possible_clones by Ville Syrjälä · 4 years, 11 months ago
  30. 4017ad7 drm: Nerf drm_global_mutex BKL for good drivers by Daniel Vetter · 5 years ago
  31. 591a2ab drm: Push drm_global_mutex locking in drm_open by Daniel Vetter · 5 years ago
  32. 8b6fc11 drm: remove duplicate check on parent and avoid BUG_ON by Aditya Pakki · 5 years ago
  33. 4092de1 Merge drm/drm-next into drm-misc-next by Maxime Ripard · 5 years ago
  34. 959b077 drm/print: move drm_debug variable to drm_print.[ch] by Jani Nikula · 5 years ago
  35. e0f32f7 drm/kms: Duct-tape for mode object lifetime checks by Daniel Vetter · 5 years ago
  36. 56d8d64 drm/drv: Use // for comments in example code by Jonathan Neuschäfer · 5 years ago
  37. 03b0f2c Merge v5.3-rc1 into drm-misc-next by Maxime Ripard · 5 years ago
  38. 933a90b Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  39. 4f5368b drm/kms: Catch mode_object lifetime errors by Daniel Vetter · 6 years ago
  40. b792e64 drm: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 6 years ago
  41. 0500c04 drm: drop use of drmP.h in drm/* by Sam Ravnborg · 6 years ago
  42. 4a45791 vfs: Convert drm to use the new mount API by David Howells · 6 years ago
  43. 1f58bb1 mount_pseudo(): drop 'name' argument, switch to d_make_root() by Al Viro · 6 years ago
  44. fb9273f drm: don't bother with super_operations and dentry_operations by Al Viro · 6 years ago
  45. 8437dd7 drm/legacy: move init/destroy of struct members into legacy file by Dave Airlie · 6 years ago
  46. fabb0e2 drm/legacy: move map_hash create/destroy into inlines by Dave Airlie · 6 years ago
  47. 35a2802 drm/legacy: move map cleanups into drm_bufs.c by Dave Airlie · 6 years ago
  48. bd53280 drm/drv: Fix incorrect resolution of merge conflict by Janusz Krzysztofik · 6 years ago
  49. f06ddb5 BackMerge v5.1-rc5 into drm-next by Dave Airlie · 6 years ago
  50. 3f04e0a drm: Fix drm_release() and device unplug by Noralf Trønnes · 6 years ago
  51. de99f06 drm/drv: DOC: Add driver example code by Noralf Trønnes · 6 years ago
  52. 9b1f1b6 drm: Add devm_drm_dev_init() by Noralf Trønnes · 6 years ago
  53. 56be650 drm/drv: Hold ref on parent device during drm_device lifetime by Noralf Trønnes · 6 years ago
  54. ba3bf37 drm/drv: drm_dev_unplug(): Move out drm_dev_put() call by Noralf Trønnes · 6 years ago
  55. 1ee57d4 drm: Fix drm_release() and device unplug by Noralf Trønnes · 6 years ago
  56. 86ab67d drm/doc: document recommended component helper usage by Daniel Vetter · 6 years ago
  57. 33e7011 drm/docs: improve docs for drm_drv.c by Daniel Vetter · 6 years ago
  58. 183d9dc drm/drm_drv.c: Remove duplicate header by Brajeswar Ghosh · 6 years ago
  59. 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
  60. ba1d345 drm: remove deprecated "drm_dev_unref" function by Fernando Ramos · 6 years ago
  61. 9235dd4 Merge branch 'drm-next-4.21' of git://people.freedesktop.org/~agd5f/linux into drm-next by Dave Airlie · 6 years ago
  62. 2bb4241 drm: Remove drm_global.{c,h} v2 by Thomas Zimmermann · 6 years ago
  63. f08877e drm: BUG_ON if passing NULL parent to drm_dev_init by Emil Velikov · 6 years ago
  64. 18ace11 drm: Introduce per-device driver_features by Ville Syrjälä · 6 years ago
  65. a18b219 drm/dp_helper: Add DP aux channel tracing by Lyude Paul · 6 years ago
  66. c76f0f7 drm: Begin an API for in-kernel clients by Noralf Trønnes · 6 years ago
  67. 4216c1b Merge tag 'drm-misc-next-fixes-2018-06-15' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes by Dave Airlie · 7 years ago
  68. 135c550 Merge tag 'drm-next-2018-06-06-1' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 7 years ago
  69. 069035c drm: Fix possible race conditions while unplugging DRM device by Oleksandr Andrushchenko · 7 years ago
  70. 7f6df44 drm: Match sysfs name in link removal to link creation by Haneen Mohammed · 7 years ago
  71. 0d49f30 drm: remove all control node code by Daniel Vetter · 7 years ago
  72. bee330f drm: Use srcu to protect drm_device.unplugged by Noralf Trønnes · 7 years ago
  73. 3bd07cc drm: NULL pointer dereference [null-pointer-deref] (CWE 476) problem by Joe Moriarty · 7 years ago
  74. 70c5f93 Merge airlied/drm-next into drm-misc-next by Daniel Vetter · 7 years ago
  75. e7646f8 drm: Add new LEASE debug level by Keith Packard · 8 years ago
  76. 02c9656 drm: Move debug macros out of drmP.h by Haneen Mohammed · 7 years ago
  77. 9a96f55 drm: introduce drm_dev_{get/put} functions by Aishwarya Pant · 7 years ago
  78. 0469901 drm: Clean up drm_dev_unplug by Daniel Vetter · 7 years ago
  79. 2e45eea drm: Only lastclose on unload for legacy drivers by Daniel Vetter · 7 years ago
  80. c07dcd6 drm: Document device unplug infrastructure by Daniel Vetter · 7 years ago
  81. 371c227 drm: inhibit drm drivers register to uninitialized drm core by Alexandru Moise · 7 years ago
  82. 75fb636 drm: Fix oops + Xserver hang when unplugging USB drm devices by Hans de Goede · 8 years ago
  83. 94000cc Merge tag 'v4.10-rc8' into drm-next by Dave Airlie · 8 years ago
  84. f30c925 drm: Provide a driver hook for drm_dev_release() by Chris Wilson · 8 years ago
  85. 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
  86. e6e7b48 drm: Don't race connector registration by Daniel Vetter · 8 years ago
  87. a67834f drm: drm_minor_register(): Clean up debugfs on failure by Noralf Trønnes · 8 years ago
  88. ef40cbf9 drm/core: Use recommened kerneldoc for struct member refs by Daniel Vetter · 8 years ago
  89. 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
  90. 6098909 drm: Avoid NULL dereference of drm_device.dev by Chris Wilson · 8 years ago
  91. ea0dd85 drm/doc: use preferred struct reference in kernel-doc by Daniel Vetter · 8 years ago
  92. 75f6dfe drm: Deduplicate driver initialization message by Gabriel Krisman Bertazi · 8 years ago
  93. e82dfa0 drm: Reduce verbosity level for drm_core_init() debug message by Chris Wilson · 8 years ago
  94. e57e17c drm: Move vblank cleanup from unregister to release by Laurent Pinchart · 8 years ago
  95. 010f5b9 Merge tag 'drm-for-v4.10' of git://people.freedesktop.org/~airlied/linux into drm-misc-next by Daniel Vetter · 8 years ago
  96. 6449b08 drm: Add fake controlD* symlinks for backwards compat by Daniel Vetter · 8 years ago
  97. d82faaf drm: Update drm_device docs about embedding. by Daniel Vetter · 8 years ago
  98. 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
  99. 6320745 Merge tag 'drm-qemu-20161121' of git://git.kraxel.org/linux into drm-next by Dave Airlie · 8 years ago
  100. 8a357d1 drm: Nerf DRM_CONTROL nodes by Daniel Vetter · 8 years ago