1. 53bf2a2 drm: inline drm_pci_set_unique by Daniel Vetter · 11 years ago
  2. b2a21aa drm: remove bus->get_irq implementations by Daniel Vetter · 11 years ago
  3. bb0f1b5 drm: pass the irq explicitly to drm_irq_install by Daniel Vetter · 11 years ago
  4. 7c1a38e drm/irq: track the irq installed in drm_irq_install in dev->irq by Daniel Vetter · 11 years ago
  5. 2177a21 drm: rename dev->count_lock to dev->buf_lock by Daniel Vetter · 11 years ago
  6. fc8fd40 drm: Rip out totally bogus vga_switcheroo->can_switch locking by Daniel Vetter · 11 years ago
  7. 42b2104 drm: kill drm_bus->bus_type by Daniel Vetter · 11 years ago
  8. ebfa432 drm: remove drm_dev_to_irq from drivers by Daniel Vetter · 11 years ago
  9. eaaf8f0 drm/pci: fold in irq_by_busid support by Daniel Vetter · 11 years ago
  10. 681e7ec drm: Allow userspace to ask for universal plane list (v2) by Matt Roper · 10 years ago
  11. 4beb6d9 drm: Add a function to get the ioctl flags by Thomas Hellstrom · 10 years ago
  12. c996fd0 drm: Protect the master management with a drm_device::master_mutex v3 by Thomas Hellstrom · 10 years ago
  13. a12cd00 drm: Remove the minor master list by Thomas Hellstrom · 10 years ago
  14. 4368305 drm: Improve on minor type helpers v3 by Thomas Hellstrom · 10 years ago
  15. ac05dbc drm: Make control nodes master-less v3 by Thomas Hellstrom · 10 years ago
  16. 1287aa9 drm: Remove the prefix argument of drm_ut_debug_printk() by Lespiau, Damien · 10 years ago
  17. a73d4e9 drm: Pull the test on drm_debug in the logging macros by Lespiau, Damien · 10 years ago
  18. 8fa6a9e drm: Remove the now unused DRM_LOG* macros by Lespiau, Damien · 10 years ago
  19. 98a4823 drm: Remove the unused (and unusable) DRM_LOG_MODE() by Lespiau, Damien · 10 years ago
  20. 1414b76 drm: Refresh the explanation of debug categories by Lespiau, Damien · 10 years ago
  21. d1583c9 Merge branch 'drm-next' of git://people.freedesktop.org/~dvdhrm/linux into drm-next by Dave Airlie · 10 years ago
  22. 978c605 Merge branch 'drm-docs' of ssh://people.freedesktop.org/~danvet/drm into drm-next by Dave Airlie · 10 years ago
  23. 07b48c3 Merge branch 'drm-minor' into drm-next by David Herrmann · 10 years ago
  24. 5817878 drm: remove redundant minor->device field by David Herrmann · 10 years ago
  25. 1616c52 drm: add minor-lookup/release helpers by David Herrmann · 10 years ago
  26. 099d1c2 drm: provide device-refcount by David Herrmann · 10 years ago
  27. cb8a239 drm: turn DRM_MINOR_* into enum by David Herrmann · 10 years ago
  28. b9a0d15 drm: remove unused DRM_MINOR_UNASSIGNED by David Herrmann · 10 years ago
  29. 45e212d drm: group dev-lifetime related members by David Herrmann · 10 years ago
  30. 6796cb1 drm: use anon-inode instead of relying on cdevs by David Herrmann · 11 years ago
  31. 5531000 drm: extract drm_modes.h for drm_crtc.h functions by Daniel Vetter · 10 years ago
  32. 48b8f63 drm: add DRM_INFO_ONCE() to print a one-time DRM_INFO() message by Jani Nikula · 10 years ago
  33. abca9e4 drm: Pass 'flags' from the caller to .get_scanout_position() by Ville Syrjälä · 11 years ago
  34. 7da903e drm: Pass the display mode to drm_calc_vbltimestamp_from_scanoutpos() by Ville Syrjälä · 11 years ago
  35. 545cdd5 drm: Pass the display mode to drm_calc_timestamping_constants() by Ville Syrjälä · 11 years ago
  36. b04a590 drm: store the gem vma offset manager in a typed pointer by Daniel Vetter · 11 years ago
  37. 99c09e7 drm: remove dev->vma_count by Daniel Vetter · 11 years ago
  38. 5952fba drm: Kill file_priv->ioctl_count tracking by Daniel Vetter · 11 years ago
  39. 43d1337 drm: rip out dev->ioctl_count tracking by Daniel Vetter · 11 years ago
  40. e9f0d76 drm: Kill DRM_IRQ_ARGS by Daniel Vetter · 11 years ago
  41. d2e546b drm: rip out DRM_AGP_MEM and DRM_AGP_KERN by Daniel Vetter · 11 years ago
  42. 4efafeb drm: kill the ->agp_destroy callback by Daniel Vetter · 11 years ago
  43. 2c695fa drm: remove agp_init() bus callback by Daniel Vetter · 11 years ago
  44. 8da79cc drm: ->agp_init can't fail by Daniel Vetter · 11 years ago
  45. 24986ee drm: kill DRIVER_REQUIRE_AGP by Daniel Vetter · 11 years ago
  46. b3f2333 drm: restrict the device list for shadow attached drivers by Daniel Vetter · 11 years ago
  47. e2577d4 drm: rip out drm_platform_exit by Daniel Vetter · 11 years ago
  48. 66ee52e drm: Implement dummies for debugfs helpers by Thierry Reding · 11 years ago
  49. 5d13d42 drm: add DRM_ERROR_RATELIMITED by Rob Clark · 11 years ago
  50. a99ee45 drm: make drm_get_minor() static by David Herrmann · 11 years ago
  51. 4ac387f drm: simplify drm_put_minor() by David Herrmann · 11 years ago
  52. 39868bd drm: Compact booleans within struct drm_file by Chris Wilson · 11 years ago
  53. 1020dc6 drm: Do not drop root privileges for a fancier younger process by Chris Wilson · 11 years ago
  54. ff9befe drm: Remove drm_debugfs_node and drm_debugfs_list by Lespiau, Damien · 11 years ago
  55. 7d74795 drm: Constify struct drm_info_list * arguments by Lespiau, Damien · 11 years ago
  56. 8f6fce0 drm: Push latency sensitive bits of vblank scanoutpos timestamping into kms drivers. by Mario Kleiner · 11 years ago
  57. 90c3706 Merge tag 'drm/for-3.13-rc1' of git://anongit.freedesktop.org/tegra/linux into drm-next by Dave Airlie · 11 years ago
  58. 776dc38 drm/tegra: Move subdevice infrastructure to host1x by Thierry Reding · 11 years ago
  59. 5bdebb1 drm/sysfs: sort out minor and connector device object lifetimes. by Dave Airlie · 11 years ago
  60. 967ad7f Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next by Daniel Vetter · 11 years ago
  61. 0111be4 drm: Kill drm perf counter leftovers by Ville Syrjälä · 11 years ago
  62. ffbab09b drm: Remove pci_vendor and pci_device from struct drm_device by Ville Syrjälä · 11 years ago
  63. fc6ff19 drm: Kill ctx_count from struct drm_device by Ville Syrjälä · 11 years ago
  64. 6b8837d drm: Kill unused stuff from struct drm_device by Ville Syrjälä · 11 years ago
  65. 4423843 drm: Make irq_enabled bool by Ville Syrjälä · 11 years ago
  66. 5380e92 drm: Collect per-crtc vblank stuff to a struct by Ville Syrjälä · 11 years ago
  67. bf507d90 drm: Make vblank_enabled bool by Ville Syrjälä · 11 years ago
  68. 54edf9a drm: Make vblank_inmodeset unsigned by Ville Syrjälä · 11 years ago
  69. ba0bf12 drm: Make vblank_disable_allowed bool by Ville Syrjälä · 11 years ago
  70. c3a4973 drm: move device unregistration into drm_dev_unregister() by David Herrmann · 11 years ago
  71. 0dc8fe5 drm: introduce drm_dev_free() to fix error paths by David Herrmann · 11 years ago
  72. c22f0ac drm: merge device setup into drm_dev_register() by David Herrmann · 11 years ago
  73. 1bb7253 drm: add drm_dev_alloc() helper by David Herrmann · 11 years ago
  74. 16eb5f4 drm: kill ->gem_init_object() and friends by David Herrmann · 11 years ago
  75. 61d8e32 drm: Add a STEREO_3D capability to the SET_CLIENT_CAP ioctl by Damien Lespiau · 11 years ago
  76. 1c0814f drm: Add a SET_CLIENT_CAP ioctl by Damien Lespiau · 11 years ago
  77. c21eb21 Revert "drm: mark context support as a legacy subsystem" by Dave Airlie · 11 years ago
  78. 1793126 drm: implement experimental render nodes by David Herrmann · 11 years ago
  79. 13bb9cc drm: allow open of dynamic off devices. by Dave Airlie · 12 years ago
  80. d0b2c53 drm/prime: Always add exported buffers to the handle cache by Daniel Vetter · 11 years ago
  81. de9564d drm/prime: make drm_prime_lookup_buf_handle static by Daniel Vetter · 11 years ago
  82. 838cd44 drm/prime: Simplify drm_gem_remove_prime_handles by Daniel Vetter · 11 years ago
  83. 319c933 drm/prime: proper locking+refcounting for obj->dma_buf link by Daniel Vetter · 11 years ago
  84. 20228c4 drm/gem: completely close gem_open vs. gem_close races by Daniel Vetter · 11 years ago
  85. cd4f013 drm/gem: switch dev->object_name_lock to a mutex by Daniel Vetter · 11 years ago
  86. becee2a drm/gem: make drm_gem_object_handle_unreference_unlocked static by Daniel Vetter · 11 years ago
  87. a8e11d1 drm/gem: fix up flink name create race by Daniel Vetter · 11 years ago
  88. 66cc8b6 drm: Make drm_get_platform_dev() static by Lespiau, Damien · 11 years ago
  89. f51607a drm: Remove stale prototypes by Lespiau, Damien · 11 years ago
  90. cb6458f drm: remove procfs code, take 2 by Daniel Vetter · 11 years ago
  91. 6eb9278 drm: remove the dma_ioctl special-case by Daniel Vetter · 11 years ago
  92. 2818564 drm: rip out drm_core_has_MTRR checks by Daniel Vetter · 11 years ago
  93. 36da590 drm/gem: move drm_gem_object_handle_unreference_unlocked into drm_gem.c by Daniel Vetter · 11 years ago
  94. 7106bf9 drm/prime: add a bit of documentation about gem_obj->import_attach by Daniel Vetter · 11 years ago
  95. c1d6798 drm: use common drm_gem_dmabuf_release in i915/exynos drivers by Daniel Vetter · 11 years ago
  96. bcc5c9d drm/gem: add shmem get/put page helpers by Rob Clark · 11 years ago
  97. 367bbd4 drm/gem: add drm_gem_create_mmap_offset_size() by Rob Clark · 11 years ago
  98. fac3eaf drm: remove a bunch of unused #defines from drmP.h by Daniel Vetter · 11 years ago
  99. 74867e3 drm: rip out a few unused DRIVER flags by Daniel Vetter · 11 years ago
  100. 687fbb2 drm: rip out DRIVER_FB_DMA and related code by Daniel Vetter · 11 years ago