1. fb85ac4 drm: Drop all the stub gamma_get, gamma_set, load_lut functions from drivers by Ville Syrjälä · 11 years ago
  2. 20a2078c Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 11 years ago
  3. 33896bf udl: bind the framebuffer to the correct device. by Dave Airlie · 11 years ago
  4. 011c228 drm: prime: fix refcounting on the dmabuf import error path by Imre Deak · 11 years ago
  5. 1baee58 udl: handle EDID failure properly. by Dave Airlie · 11 years ago
  6. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  7. fffddfd Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 11 years ago
  8. 496ad9a new helper: file_inode(file) by Al Viro · 12 years ago
  9. cd5428a drm/<drivers>: simplify ->fb_probe callback by Daniel Vetter · 12 years ago
  10. 76a39db drm/fb-helper: don't disable everything in initial_config by Daniel Vetter · 12 years ago
  11. bb0f78d Merge branch 'udl-fixes' into drm-next by Dave Airlie · 12 years ago
  12. 677d23b drm/udl: disable fb_defio by default by Dave Airlie · 12 years ago
  13. e90a4ea drm/udl: Inline memcmp() for RLE compression of xfer by Chris Wilson · 12 years ago
  14. bcb39af drm/udl: make usage as a console safer by Dave Airlie · 12 years ago
  15. 3620636 drm: revamp framebuffer cleanup interfaces by Daniel Vetter · 12 years ago
  16. af26ef3 drm/<drivers>: Unified handling of unimplemented fb->create_handle by Daniel Vetter · 12 years ago
  17. c7d73f6 drm/<drivers>: reorder framebuffer init sequence by Daniel Vetter · 12 years ago
  18. ed408f7 Merge 3.9-rc4 into driver-core-next by Greg Kroah-Hartman · 12 years ago
  19. 7b4cf99 udldrmfb: udl_get_edid: drop unneeded i-- by Hans de Goede · 12 years ago
  20. 242187b udldrmfb: udl_get_edid: usb_control_msg buffer must not be on the stack by Hans de Goede · 12 years ago
  21. c930812 udldrmfb: Fix EDID not working with monitors with EDID extension blocks by Hans de Goede · 12 years ago
  22. ea167c9 drivers/gpu/drm/udl: remove depends on CONFIG_EXPERIMENTAL by Kees Cook · 12 years ago
  23. 99d1dba drm/udl: drm_connector_property -> drm_object_property by Rob Clark · 12 years ago
  24. b27b6d3 drm/udl: Add missing static storage class specifiers in udl_connector.c by Sachin Kamat · 12 years ago
  25. 3916e1d drm/udl: fix stride issues scanning out stride != width*bpp by Dave Airlie · 12 years ago
  26. 314e51b mm: kill vma flag VM_RESERVED and mm->reserved_vm counter by Konstantin Khlebnikov · 12 years ago
  27. 612a9aa Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 12 years ago
  28. 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
  29. 760285e UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/ by David Howells · 12 years ago
  30. 4126d5d UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/. by David Howells · 12 years ago
  31. 27796b4 drm/udl: Add missing static storage class specifiers in udl_fb.c by Sachin Kamat · 12 years ago
  32. 8d42a91 drm/udl: Make udl_crtc_init() static by Sachin Kamat · 12 years ago
  33. 9278006 drm/udl: Make udl_enc_destroy() static by Sachin Kamat · 12 years ago
  34. 74401b1 drm/udl: Use NULL instead of 0 for pointers by Sachin Kamat · 12 years ago
  35. 3a75885 drm/udl: limit modes to the sku pixel limits. by Dave Airlie · 12 years ago
  36. 398b7a1 Merge tag 'v3.6-rc7' into drm-intel-next-queued by Daniel Vetter · 12 years ago
  37. 9a6a4b4 drm: use %*ph to dump small buffers by Andy Shevchenko · 12 years ago
  38. 804d74a drm: use drm_compat_ioctl for 32-bit apps by Keith Packard · 12 years ago
  39. 65983bd Merge branch 'for-airlied' of git://people.freedesktop.org/~danvet/drm-intel into drm-next by Dave Airlie · 12 years ago
  40. 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
  41. 451023d drm: remove the raw_edid field from struct drm_display_info by Jani Nikula · 12 years ago
  42. 4ff63e4 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 12 years ago
  43. d5c2c20 drm/udl: dpms off the crtc when disabled. by Dave Airlie · 12 years ago
  44. 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
  45. 8f057d7 gpu/mfd/usb: Fix USB randconfig problems by Guenter Roeck · 12 years ago
  46. 32ecd24 drm/udl: call begin/end cpu access at more appropriate time by Dave Airlie · 12 years ago
  47. 959f724 drm/udl: Use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(.. [1] by Thomas Meyer · 12 years ago
  48. e6b0b6a Merge tag 'v3.5-rc7' into drm-next by Dave Airlie · 12 years ago
  49. 5bd42f6 drm/udl: port over blanking code from udlfb. by Dave Airlie · 12 years ago
  50. e811f5a drm: Make the .mode_fixup() operations mode argument a const pointer by Laurent Pinchart · 12 years ago
  51. d42f034 drm/udl: Make sure to get correct endian keys from vendor descriptor by Dave Airlie · 12 years ago
  52. e5a867a drm/udl: only bind to the video devices on the hub. by Dave Airlie · 12 years ago
  53. e8aa1d1 udl: support vmapping imported dma-bufs by Dave Airlie · 12 years ago
  54. 1c780f2 drm/udl: remove unused variables. by Dave Airlie · 12 years ago
  55. ace281e drm/udl: unlock before returning in udl_gem_mmap() by Dan Carpenter · 12 years ago
  56. 96503f5 udl: add prime fd->handle support. by Dave Airlie · 13 years ago
  57. e6ecefa drm: Constify drm_mode_config_funcs pointer by Laurent Pinchart · 12 years ago
  58. 78b6855 drm: Constify gem_vm_ops pointer by Laurent Pinchart · 12 years ago
  59. fa9e855 mm, drm/udl: fixup vma flags on mmap by Konstantin Khlebnikov · 12 years ago
  60. 9c1dfc5 drm/usb: move usb support into a separate module by Dave Airlie · 12 years ago
  61. 5320918 drm/udl: initial UDL driver (v4) by Dave Airlie · 14 years ago