1. 319c933 drm/prime: proper locking+refcounting for obj->dma_buf link by Daniel Vetter · 11 years ago
  2. 20228c4 drm/gem: completely close gem_open vs. gem_close races by Daniel Vetter · 11 years ago
  3. cd4f013 drm/gem: switch dev->object_name_lock to a mutex by Daniel Vetter · 11 years ago
  4. 84341c2 drm/prime: clarify logic a bit in drm_gem_prime_fd_to_handle by Daniel Vetter · 11 years ago
  5. bdf655d drm/prime: shrink critical section protected by prime lock by Daniel Vetter · 11 years ago
  6. 4332bf4 drm/prime: use proper pointer in drm_gem_prime_handle_to_fd by Daniel Vetter · 11 years ago
  7. becee2a drm/gem: make drm_gem_object_handle_unreference_unlocked static by Daniel Vetter · 11 years ago
  8. 730c4ff drm/prime: fix error path in drm_gem_prime_fd_to_handle by Daniel Vetter · 11 years ago
  9. a8e11d1 drm/gem: fix up flink name create race by Daniel Vetter · 11 years ago
  10. 9712def Merge tag 'drm-intel-next-2013-08-09' of git://people.freedesktop.org/~danvet/drm-intel into drm-next by Dave Airlie · 11 years ago
  11. 66cc8b6 drm: Make drm_get_platform_dev() static by Lespiau, Damien · 11 years ago
  12. 15f3b9d drm: Remove unused PCI ids by Lespiau, Damien · 11 years ago
  13. 2c9c52e drm: Make drm_fb_cma_describe() static by Lespiau, Damien · 11 years ago
  14. a03eb83 drm: Remove 2 unused defines by Lespiau, Damien · 11 years ago
  15. 86f422d drm: Make drm_mode_remove() static by Lespiau, Damien · 11 years ago
  16. 67587e8 drm: Remove drm_mode_list_concat() by Lespiau, Damien · 11 years ago
  17. ddecb10 drm: Remove drm_mode_create_dithering_property() by Lespiau, Damien · 11 years ago
  18. f51607a drm: Remove stale prototypes by Lespiau, Damien · 11 years ago
  19. f336ab7 drm: move dev data clearing from drm_setup to lastclose by Daniel Vetter · 11 years ago
  20. cb6458f drm: remove procfs code, take 2 by Daniel Vetter · 11 years ago
  21. 7d14bb6b drm: don't call ->firstopen for KMS drivers by Daniel Vetter · 11 years ago
  22. 0faa4a8 drm/vmwgfx: remove ->firstopen callback by Daniel Vetter · 11 years ago
  23. b5dc0d1 drm/imx: kill firstopen callback by Daniel Vetter · 11 years ago
  24. 24f4003 drm: fix minor number range calculation by Kristian Høgsberg · 11 years ago
  25. 90254ac drm: fix locking in gem debugfs/procfs file by Daniel Vetter · 11 years ago
  26. 6eb9278 drm: remove the dma_ioctl special-case by Daniel Vetter · 11 years ago
  27. 2ba5f7d drm/docs: rip out removed driver flags documentation by Daniel Vetter · 11 years ago
  28. 2818564 drm: rip out drm_core_has_MTRR checks by Daniel Vetter · 11 years ago
  29. 1216f73 drm/gem: WARN about unbalanced handle refcounts by Daniel Vetter · 11 years ago
  30. 6bc505b drm/gem: remove bogus NULL check from drm_gem_object_handle_unreference_unlocked by Daniel Vetter · 11 years ago
  31. 36da590 drm/gem: move drm_gem_object_handle_unreference_unlocked into drm_gem.c by Daniel Vetter · 11 years ago
  32. 7106bf9 drm/prime: add a bit of documentation about gem_obj->import_attach by Daniel Vetter · 11 years ago
  33. 01ce605 drm/prime: remove cargo-cult locking from map_sg helper by Daniel Vetter · 11 years ago
  34. d0ed8d2 drm/exynos: explicit store base gem object in dma_buf->priv by Inki Dae · 11 years ago
  35. c1d6798 drm: use common drm_gem_dmabuf_release in i915/exynos drivers by Daniel Vetter · 11 years ago
  36. 2bc7b0c drm/host1x: stop casting VMA offsets to 32bit by David Herrmann · 11 years ago
  37. b21e3af drm: use ida to allocate connector ids by Ilia Mirkin · 11 years ago
  38. ddcd09d drm/omap: kill omap_gem_helpers.c by Rob Clark · 11 years ago
  39. 5dc9e1e drm/udl: use gem get/put page helpers by Rob Clark · 11 years ago
  40. 8b9ba7a drm/gma500: use gem get/put page helpers by Rob Clark · 11 years ago
  41. bcc5c9d drm/gem: add shmem get/put page helpers by Rob Clark · 11 years ago
  42. 367bbd4 drm/gem: add drm_gem_create_mmap_offset_size() by Rob Clark · 11 years ago
  43. 5833bd2 drm/omap: use flip-work helper by Rob Clark · 11 years ago
  44. a464d61 drm/tilcdc: use flip-work helper by Rob Clark · 11 years ago
  45. cabaafc drm: add flip-work helper by Rob Clark · 11 years ago
  46. b17df86 drm: Remove drm_mode_validate_clocks by Stéphane Marchesin · 11 years ago
  47. d79cdc8 drm: no-op out GET_STATS ioctl by Daniel Vetter · 11 years ago
  48. 719524d drm: hollow-out GET_CLIENT ioctl by Daniel Vetter · 11 years ago
  49. d678959 drm/memory: don't export agp helpers by Daniel Vetter · 11 years ago
  50. fac3eaf drm: remove a bunch of unused #defines from drmP.h by Daniel Vetter · 11 years ago
  51. 74867e3 drm: rip out a few unused DRIVER flags by Daniel Vetter · 11 years ago
  52. 687fbb2 drm: rip out DRIVER_FB_DMA and related code by Daniel Vetter · 11 years ago
  53. b0e898a drm: remove FASYNC support by Daniel Vetter · 11 years ago
  54. 5bbd533 drm/vmwgfx: remove redundant clearing of driver->dma_quiescent by Daniel Vetter · 11 years ago
  55. 7c51013 drm: mark context support as a legacy subsystem by Daniel Vetter · 11 years ago
  56. 8d38c4b drm: disallow legacy dma ioctls for modesetting drivers by Daniel Vetter · 11 years ago
  57. e2e99a8 drm: mark dma setup/teardown as legacy systems by Daniel Vetter · 11 years ago
  58. 8e194bb drm: disallow legacy sg ioctls for modesetting drivers by Daniel Vetter · 11 years ago
  59. 3d914e8 drm: hide legacy sg cleanup better from common code by Daniel Vetter · 11 years ago
  60. 45886af drm: kill dev->driver->set_version by Daniel Vetter · 11 years ago
  61. d8ed168 drm/radeon: kill firstopen callback for kms driver by Daniel Vetter · 11 years ago
  62. 161695b drm/omap: kill firstopen callback by Daniel Vetter · 11 years ago
  63. 5c69294 drm/ttm: kill unused functions by Maarten Lankhorst · 11 years ago
  64. e552df3 drm/radeon: remove stale gem->driver_private access by David Herrmann · 11 years ago
  65. f547b22 drm/qxl: remove unused object_pin/unpin() helpers by David Herrmann · 11 years ago
  66. 23a9a2e drm/cirrus: remove unused driver_private access by David Herrmann · 11 years ago
  67. 7d2e968 drm/mgag200: remove unused driver_private access by David Herrmann · 11 years ago
  68. 7e0e6cb drm/ast: remove unused driver_private access by David Herrmann · 11 years ago
  69. 1dda8d0 Merge remote-tracking branch 'pfdo/drm-rcar-for-v3.12' into drm-next by Dave Airlie · 11 years ago
  70. a976718 drm/tilcdc fixup mode to workaround sync for tda998x by Darren Etheridge · 11 years ago
  71. 179f1aa drm/i2c: tda998x: prepare for broken sync workaround by Sebastian Hesselbarth · 11 years ago
  72. 088d61d drm/i2c: tda998x: fix sync generation and calculation by Sebastian Hesselbarth · 11 years ago
  73. c4c11dd drm/i2c: tda998x: add video and audio input configuration by Russell King · 11 years ago
  74. 5e74c22 drm/i2c: tda998x: prepare for video input configuration by Russell King · 11 years ago
  75. 20c1767 drm/i2c: tda998x: fix npix/nline programming by Russell King · 11 years ago
  76. bcb2481 drm/i2c: tda998x: ensure VIP output mux is properly set by Russell King · 11 years ago
  77. 063b472 drm/i2c: tda998x: fix EDID reading on TDA19988 devices by Russell King · 11 years ago
  78. cc6a36f drm: DRM should depend on HAS_DMA by Geert Uytterhoeven · 11 years ago
  79. b43bd92 Merge branch 'drm/next/du' of git://linuxtv.org/pinchartl/fbdev into drm-rcar-stable by Dave Airlie · 11 years ago
  80. 3864c6f drm/rcar-du: Add FBDEV emulation support by Laurent Pinchart · 11 years ago
  81. 90374b5 drm/rcar-du: Add internal LVDS encoder support by Laurent Pinchart · 11 years ago
  82. 7cbc05c drm/rcar-du: Configure RGB output routing to DPAD0 by Laurent Pinchart · 11 years ago
  83. ef67a90 drm/rcar-du: Rework output routing support by Laurent Pinchart · 11 years ago
  84. 38b62fb drm/rcar-du: Add support for DEFR8 register by Laurent Pinchart · 11 years ago
  85. a5f0ef5 drm/rcar-du: Add support for multiple groups by Laurent Pinchart · 11 years ago
  86. 9e2d2de drm/rcar-du: Fix buffer pitch alignment for R8A7790 DU by Laurent Pinchart · 11 years ago
  87. ef2d84b drm/rcar-du: Add support for the R8A7790 DU by Laurent Pinchart · 11 years ago
  88. 2fd22db drm/rcar-du: Move output routing configuration to group by Laurent Pinchart · 11 years ago
  89. 660bab5 drm/rcar-du: Remove register definitions for the second channel by Laurent Pinchart · 11 years ago
  90. 990d07a drm/rcar-du: Use dynamic number of CRTCs instead of CRTCs array size by Laurent Pinchart · 11 years ago
  91. cb2025d drm/rcar-du: Introduce CRTCs groups by Laurent Pinchart · 11 years ago
  92. 7fe99fd drm/rcar-du: Rename rcar_du_plane_(init|register) to rcar_du_planes_* by Laurent Pinchart · 11 years ago
  93. ae425b6 drm/rcar-du: Create rcar_du_planes structure by Laurent Pinchart · 11 years ago
  94. 9194731 drm/rcar-du: Rename platform data fields to match what they describe by Laurent Pinchart · 11 years ago
  95. 6978f12 drm/rcar-du: Merge LVDS and VGA encoder code by Laurent Pinchart · 11 years ago
  96. 9e8be27 drm/rcar-du: Split VGA encoder and connector by Laurent Pinchart · 11 years ago
  97. 56c5dd0 drm/rcar-du: Split LVDS encoder and connector by Laurent Pinchart · 11 years ago
  98. 9e7db06 drm/rcar-du: Clarify comment regarding plane Y source coordinate by Laurent Pinchart · 11 years ago
  99. f66ee30 drm/rcar-du: Support per-CRTC clock and IRQ by Laurent Pinchart · 11 years ago
  100. 481d342 drm/rcar-du: Add platform module device table by Laurent Pinchart · 11 years ago