1. d8fbe34 dma-buf: cleanup dma_buf_export() to make it easily extensible by Sumit Semwal · 10 years ago
  2. 6c3912d drm/udl: properly set active_16 flag in udl_crtc_page_flip(). (v2) by Haixia Shi · 10 years ago
  3. 8658444 drm/udl: optimize udl_compress_hline16 (v2) by Haixia Shi · 10 years ago
  4. 01934c2 drm/fb-helper: Propagate errors from initial config failure by Thierry Reding · 10 years ago
  5. e38648f drm/udl: properly check for error pointers by Haixia Shi · 10 years ago
  6. 4bc158e drm/udl: handle page mapping in dmabuf export. by Haixia Shi · 10 years ago
  7. e9196d2 drm/udl: Deletion of an unnecessary check before the function call "vunmap" by Markus Elfring · 10 years ago
  8. ebfdd6d drm/udl: add support to export a handle to a FD on UDL. by Haixia Shi · 10 years ago
  9. 09a58da drm/udl: add cache flags definitions for udl_gem_object by Haixia Shi · 10 years ago
  10. 3cb9ae4 drm: Move drm_crtc_init from drm_crtc.h to drm_plane_helper.h by Daniel Vetter · 10 years ago
  11. ee0d68a drm/udl: use container_of to resolve udl_fbdev from drm_fb_helper by Fabian Frederick · 10 years ago
  12. d9fc941 drm: Extract <drm/drm_gem.h> by Daniel Vetter · 10 years ago
  13. d4f68a7 drm: merge drm_usb into udl by David Herrmann · 10 years ago
  14. 915b4d1 drm: add driver->set_busid() callback by David Herrmann · 10 years ago
  15. bf02d87 drm/udl: use helpers by Rob Clark · 10 years ago
  16. 40377ef drm/udl: Implement page_flip ioctl by Stéphane Marchesin · 10 years ago
  17. 26507b0 drm/udl: add vblank support by Stéphane Marchesin · 10 years ago
  18. 10a2310 drm: Introduce drm_fb_helper_prepare() by Thierry Reding · 10 years ago
  19. 3a49387 drm: Constify struct drm_fb_helper_funcs by Thierry Reding · 10 years ago
  20. f71c5d9 Merge branch 'drm-next' of git://people.freedesktop.org/~dvdhrm/linux into drm-next by Dave Airlie · 10 years ago
  21. afa95e7 Merge tag 'topic/core-stuff-2014-06-30' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 10 years ago
  22. 0cdbe8a drm/gem: remove misleading gfp parameter to get_pages() by David Herrmann · 10 years ago
  23. 34ea3d3 drm: add register and unregister functions for connectors by Thomas Wood · 10 years ago
  24. 682b7c1 Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 10 years ago
  25. 737583f USB: udl: proper error reporting by Oliver Neukum · 10 years ago
  26. e39a52d drm/udl: Initialize ret in udl_driver_load by Daniel Vetter · 10 years ago
  27. 9f97ba8 Merge tag 'drm-intel-fixes-2014-04-04' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 10 years ago
  28. f4510a2 drm: Replace crtc fb with primary plane fb (v3) by Matt Roper · 10 years ago
  29. 0654a65 Merge tag 'v3.14' into drm-intel-next-queued by Daniel Vetter · 10 years ago
  30. 347cf10 drm/udl: take reference to device struct for dma-bufs by Dave Airlie · 10 years ago
  31. 2b932d8 drm/udl: fix Bpp calculation in dumb_create() by David Herrmann · 11 years ago
  32. 06c99161 drm/udl: fix error-path when damage-req fails by David Herrmann · 11 years ago
  33. 73e9efd drm: Push dirtyfb ioctl kms locking down to drivers by Ville Syrjälä · 11 years ago
  34. 1d507b3 udl: fix issue with imported prime buffers by Rob Clark · 11 years ago
  35. 92b6f89 drm: Add separate Kconfig option for fbdev helpers by Daniel Vetter · 11 years ago
  36. 16eb5f4 drm: kill ->gem_init_object() and friends by David Herrmann · 11 years ago
  37. d2aebe3 drm/udl: rip out set_need_resched by Daniel Vetter · 11 years ago
  38. 5dc9e1e drm/udl: use gem get/put page helpers by Rob Clark · 11 years ago
  39. b0e898a drm: remove FASYNC support by Daniel Vetter · 11 years ago
  40. 08fcd72 drm: don't push static constants on stack for %*ph by Andy Shevchenko · 11 years ago
  41. 43387b3 drm/gem: create drm_gem_dumb_destroy by Daniel Vetter · 11 years ago
  42. 0de2397 drm/gem: convert to new unified vma manager by David Herrmann · 11 years ago
  43. fb85ac4 drm: Drop all the stub gamma_get, gamma_set, load_lut functions from drivers by Ville Syrjälä · 11 years ago
  44. 20a2078c Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 11 years ago
  45. 33896bf udl: bind the framebuffer to the correct device. by Dave Airlie · 11 years ago
  46. 011c228 drm: prime: fix refcounting on the dmabuf import error path by Imre Deak · 11 years ago
  47. 1baee58 udl: handle EDID failure properly. by Dave Airlie · 11 years ago
  48. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  49. fffddfd Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 11 years ago
  50. 496ad9a new helper: file_inode(file) by Al Viro · 12 years ago
  51. cd5428a drm/<drivers>: simplify ->fb_probe callback by Daniel Vetter · 12 years ago
  52. 76a39db drm/fb-helper: don't disable everything in initial_config by Daniel Vetter · 12 years ago
  53. bb0f78d Merge branch 'udl-fixes' into drm-next by Dave Airlie · 12 years ago
  54. 677d23b drm/udl: disable fb_defio by default by Dave Airlie · 12 years ago
  55. e90a4ea drm/udl: Inline memcmp() for RLE compression of xfer by Chris Wilson · 12 years ago
  56. bcb39af drm/udl: make usage as a console safer by Dave Airlie · 12 years ago
  57. 3620636 drm: revamp framebuffer cleanup interfaces by Daniel Vetter · 12 years ago
  58. af26ef3 drm/<drivers>: Unified handling of unimplemented fb->create_handle by Daniel Vetter · 12 years ago
  59. c7d73f6 drm/<drivers>: reorder framebuffer init sequence by Daniel Vetter · 12 years ago
  60. ed408f7 Merge 3.9-rc4 into driver-core-next by Greg Kroah-Hartman · 12 years ago
  61. 7b4cf99 udldrmfb: udl_get_edid: drop unneeded i-- by Hans de Goede · 12 years ago
  62. 242187b udldrmfb: udl_get_edid: usb_control_msg buffer must not be on the stack by Hans de Goede · 12 years ago
  63. c930812 udldrmfb: Fix EDID not working with monitors with EDID extension blocks by Hans de Goede · 12 years ago
  64. ea167c9 drivers/gpu/drm/udl: remove depends on CONFIG_EXPERIMENTAL by Kees Cook · 12 years ago
  65. 99d1dba drm/udl: drm_connector_property -> drm_object_property by Rob Clark · 12 years ago
  66. b27b6d3 drm/udl: Add missing static storage class specifiers in udl_connector.c by Sachin Kamat · 12 years ago
  67. 3916e1d drm/udl: fix stride issues scanning out stride != width*bpp by Dave Airlie · 12 years ago
  68. 314e51b mm: kill vma flag VM_RESERVED and mm->reserved_vm counter by Konstantin Khlebnikov · 12 years ago
  69. 612a9aa Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 12 years ago
  70. 268d283 Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/linux-2.6 into drm-next by Dave Airlie · 12 years ago
  71. 760285e UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/ by David Howells · 12 years ago
  72. 4126d5d UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/. by David Howells · 12 years ago
  73. 27796b4 drm/udl: Add missing static storage class specifiers in udl_fb.c by Sachin Kamat · 12 years ago
  74. 8d42a91 drm/udl: Make udl_crtc_init() static by Sachin Kamat · 12 years ago
  75. 9278006 drm/udl: Make udl_enc_destroy() static by Sachin Kamat · 12 years ago
  76. 74401b1 drm/udl: Use NULL instead of 0 for pointers by Sachin Kamat · 12 years ago
  77. 3a75885 drm/udl: limit modes to the sku pixel limits. by Dave Airlie · 12 years ago
  78. 398b7a1 Merge tag 'v3.6-rc7' into drm-intel-next-queued by Daniel Vetter · 12 years ago
  79. 9a6a4b4 drm: use %*ph to dump small buffers by Andy Shevchenko · 12 years ago
  80. 804d74a drm: use drm_compat_ioctl for 32-bit apps by Keith Packard · 12 years ago
  81. 65983bd Merge branch 'for-airlied' of git://people.freedesktop.org/~danvet/drm-intel into drm-next by Dave Airlie · 12 years ago
  82. 93bb70e Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into drm-next by Dave Airlie · 12 years ago
  83. 451023d drm: remove the raw_edid field from struct drm_display_info by Jani Nikula · 12 years ago
  84. 4ff63e4 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 12 years ago
  85. d5c2c20 drm/udl: dpms off the crtc when disabled. by Dave Airlie · 12 years ago
  86. 10c63c9 Merge tag 'usb-3.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 12 years ago
  87. 8f057d7 gpu/mfd/usb: Fix USB randconfig problems by Guenter Roeck · 12 years ago
  88. 32ecd24 drm/udl: call begin/end cpu access at more appropriate time by Dave Airlie · 12 years ago
  89. 959f724 drm/udl: Use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(.. [1] by Thomas Meyer · 12 years ago
  90. e6b0b6a Merge tag 'v3.5-rc7' into drm-next by Dave Airlie · 12 years ago
  91. 5bd42f6 drm/udl: port over blanking code from udlfb. by Dave Airlie · 12 years ago
  92. e811f5a drm: Make the .mode_fixup() operations mode argument a const pointer by Laurent Pinchart · 12 years ago
  93. d42f034 drm/udl: Make sure to get correct endian keys from vendor descriptor by Dave Airlie · 12 years ago
  94. e5a867a drm/udl: only bind to the video devices on the hub. by Dave Airlie · 12 years ago
  95. e8aa1d1 udl: support vmapping imported dma-bufs by Dave Airlie · 12 years ago
  96. 1c780f2 drm/udl: remove unused variables. by Dave Airlie · 12 years ago
  97. ace281e drm/udl: unlock before returning in udl_gem_mmap() by Dan Carpenter · 12 years ago
  98. 96503f5 udl: add prime fd->handle support. by Dave Airlie · 13 years ago
  99. e6ecefa drm: Constify drm_mode_config_funcs pointer by Laurent Pinchart · 12 years ago
  100. 78b6855 drm: Constify gem_vm_ops pointer by Laurent Pinchart · 12 years ago