1. 9e9ac89 Merge tag 'fbdev-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linux by Linus Torvalds · 10 years ago
  2. a7d7a14 Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 10 years ago
  3. 4dac3ed Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next by Daniel Vetter · 10 years ago
  4. 2d31ca3 drm: omapdrm: fix compiler errors by Russell King · 10 years ago
  5. a4969dd drm/omap: Switch omapdrm over to drm_mode_create_rotation_property() by Ville Syrjälä · 10 years ago
  6. 7689ffb drm: Add support_bits parameter to drm_property_create_bitmask() by Ville Syrjälä · 10 years ago
  7. 0659696 drm: Move DRM_ROTATE bits out of omapdrm into drm_crtc.h by Ville Syrjälä · 10 years ago
  8. 3aac450 dma-buf: use reservation objects by Maarten Lankhorst · 10 years ago
  9. 10a2310 drm: Introduce drm_fb_helper_prepare() by Thierry Reding · 10 years ago
  10. 3a49387 drm: Constify struct drm_fb_helper_funcs by Thierry Reding · 10 years ago
  11. f71c5d9 Merge branch 'drm-next' of git://people.freedesktop.org/~dvdhrm/linux into drm-next by Dave Airlie · 10 years ago
  12. d2c87e2 drm/omap: remove null test before kfree by Fabian Frederick · 10 years ago
  13. 0cdbe8a drm/gem: remove misleading gfp parameter to get_pages() by David Herrmann · 10 years ago
  14. ab5a60c drm/omap: use __GFP_DMA32 for shmem-backed gem by David Herrmann · 10 years ago
  15. 4f930c0 drm/omap: Add infoframe & dvi/hdmi mode support by Tomi Valkeinen · 10 years ago
  16. 34ea3d3 drm: add register and unregister functions for connectors by Thomas Wood · 10 years ago
  17. 5ea1f75 drm: add drm_fb_helper_restore_fbdev_mode_unlocked() by Rob Clark · 10 years ago
  18. 51fd371 drm: convert crtc and connection_mutex to ww_mutex (v5) by Rob Clark · 11 years ago
  19. 6e9f798 drm: Split connection_mutex out of mode_config.mutex (v3) by Daniel Vetter · 10 years ago
  20. f2d022a drm/omap: fix the handling of fb ref counts by Tomi Valkeinen · 10 years ago
  21. 38e5597 drm/omap: protect omap_crtc's event with event_lock spinlock by Archit Taneja · 10 years ago
  22. bc905ac drm/omap: Use old_fb to synchronize between successive page flips by Archit Taneja · 10 years ago
  23. 71b6667 drm/omap: Fix crash when using LCD3 overlay manager by Archit Taneja · 10 years ago
  24. f2cff0f drm/omap: gem sync: wait on correct events by Archit Taneja · 10 years ago
  25. 15ec2ca drm/omap: Fix memory leak in omap_gem_op_async by Subhajit Paul · 10 years ago
  26. b841aed drm/omap: remove warn from debugfs by Tomi Valkeinen · 10 years ago
  27. 772cdc9 drm/omap: remove extra plane->destroy from crtc destroy by Tomi Valkeinen · 10 years ago
  28. 5ac9634 drm/omap: print warning when rotating non-TILER fb by Tomi Valkeinen · 10 years ago
  29. 5e19c06 drm/omap: fix missing unref to fb's buf object by Tomi Valkeinen · 10 years ago
  30. d458660 drm/omap: fix plane rotation by Grazvydas Ignotas · 10 years ago
  31. 506096a drm/omap: fix enabling/disabling of video pipeline by Tomi Valkeinen · 10 years ago
  32. c7aef12 drm/omap: fix missing disable for unused encoder by Tomi Valkeinen · 10 years ago
  33. e2f8fd7 drm/omap: fix race issue when unloading omapdrm by Tomi Valkeinen · 10 years ago
  34. ea7e3a6 drm/omap: fix DMM driver (un)registration by Tomi Valkeinen · 10 years ago
  35. 707cf58 drm/omap: fix uninit order in pdev_remove() by Tomi Valkeinen · 10 years ago
  36. 2ec8e37 drm/omap: fix output enable/disable sequence by Tomi Valkeinen · 10 years ago
  37. e9f37d3 Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 10 years ago
  38. 2614dc6 Merge branch 'msm-next' of git://people.freedesktop.org/~robclark/linux into drm-next by Dave Airlie · 10 years ago
  39. f4510a2 drm: Replace crtc fb with primary plane fb (v3) by Matt Roper · 10 years ago
  40. 06fb220 drm/omap: Don't dereference list head when the connectors list is empty by Laurent Pinchart · 11 years ago
  41. 6796cb1 drm: use anon-inode instead of relying on cdevs by David Herrmann · 11 years ago
  42. d8d78941 OMAPDSS: convert pixel clock to common videomode style by Tomi Valkeinen · 11 years ago
  43. dee13f1 Merge tag 'omapdrm-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linux into drm-next by Dave Airlie · 11 years ago
  44. b04a590 drm: store the gem vma offset manager in a typed pointer by Daniel Vetter · 11 years ago
  45. 3d23234 drm/omap: Enable DT support for DMM by Archit Taneja · 11 years ago
  46. 80e4ed5 drm/omap: fix: change dev_unload order by Archit Taneja · 11 years ago
  47. ec72a81 drm/omap: fix: disable encoder before destroying it by Archit Taneja · 11 years ago
  48. cc823bd drm/omap: fix: disconnect devices when omapdrm module is removed by Archit Taneja · 11 years ago
  49. 3a01ab2 drm/omap: fix: Defer probe if an omapdss device requests for it at connect by Archit Taneja · 11 years ago
  50. 6da9f89 drm/omap: fix (un)registering irqs inside an irq handler by Tomi Valkeinen · 11 years ago
  51. 57ed0f7 drm: Kill DRM_WAKUP and DRM_INIT_WAITQUEUE by Daniel Vetter · 11 years ago
  52. e9f0d76 drm: Kill DRM_IRQ_ARGS by Daniel Vetter · 11 years ago
  53. fd3c025 drm/omap: call drm_put_dev directly in ->remove by Daniel Vetter · 11 years ago
  54. 73e9efd drm: Push dirtyfb ioctl kms locking down to drivers by Ville Syrjälä · 11 years ago
  55. 049ffa8 Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 11 years ago
  56. d6cfaab DMA-API: others: use dma_set_coherent_mask() by Russell King · 11 years ago
  57. 92b6f89 drm: Add separate Kconfig option for fbdev helpers by Daniel Vetter · 11 years ago
  58. 4423843 drm: Make irq_enabled bool by Ville Syrjälä · 11 years ago
  59. 5380e92 drm: Collect per-crtc vblank stuff to a struct by Ville Syrjälä · 11 years ago
  60. bf507d90 drm: Make vblank_enabled bool by Ville Syrjälä · 11 years ago
  61. 16eb5f4 drm: kill ->gem_init_object() and friends by David Herrmann · 11 years ago
  62. a09e9a7 Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 11 years ago
  63. a73fdc6 OMAPDSS: rename omap_dss_device's 'output' to 'src' by Tomi Valkeinen · 11 years ago
  64. ed8d197 drm: Pass page flip ioctl flags to driver by Keith Packard · 11 years ago
  65. e1e9c90 drm/omap: tiler: clear buffer properly by Dan Carpenter · 11 years ago
  66. ddcd09d drm/omap: kill omap_gem_helpers.c by Rob Clark · 11 years ago
  67. 5833bd2 drm/omap: use flip-work helper by Rob Clark · 11 years ago
  68. b0e898a drm: remove FASYNC support by Daniel Vetter · 11 years ago
  69. 161695b drm/omap: kill firstopen callback by Daniel Vetter · 11 years ago
  70. baa7094 drm: const'ify ioctls table (v2) by Rob Clark · 11 years ago
  71. 43387b3 drm/gem: create drm_gem_dumb_destroy by Daniel Vetter · 11 years ago
  72. 0de2397 drm/gem: convert to new unified vma manager by David Herrmann · 11 years ago
  73. 89c8233 drm/gem: simplify object initialization by David Herrmann · 11 years ago
  74. 2e17c5a Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 11 years ago
  75. 4368dd8 drm/gem: add mutex lock when using drm_gem_mmap_obj by YoungJun Cho · 11 years ago
  76. 2644ee9 drm/omap: drop the !FB_OMAP2 dep by Dave Airlie · 11 years ago
  77. dc8de1a drm/omap: change "!CONFIG_FB_OMAP2" to "!FB_OMAP2" by Paul Bolle · 11 years ago
  78. 4300a0f Merge tag 'v3.10-rc7' into drm-next by Dave Airlie · 11 years ago
  79. 4635c17 drm/omap: DVI connector fix by Tomi Valkeinen · 11 years ago
  80. 820caab OMAPDSS: output: increase refcount in find_output funcs by Tomi Valkeinen · 11 years ago
  81. 1f68d9c OMAPDSS: combine omap_dss_output into omap_dss_device by Tomi Valkeinen · 11 years ago
  82. a7e71e7 OMAPDSS: Implement display (dis)connect support by Tomi Valkeinen · 11 years ago
  83. 04b1fc0 OMAPDRM: fix overlay manager handling by Tomi Valkeinen · 11 years ago
  84. be8e8e1 OMAPDSS: add helpers to get mgr or output from display by Tomi Valkeinen · 11 years ago
  85. fb85ac4 drm: Drop all the stub gamma_get, gamma_set, load_lut functions from drivers by Ville Syrjälä · 11 years ago
  86. bda3fda drm/omap: Use drm_gem_mmap_obj() to implement dma-buf mmap by Laurent Pinchart · 11 years ago
  87. 2436e8a Merge branch 'fbdev-3.10-fixes' of git://gitorious.org/linux-omap-dss2/linux into linux-fbdev/for-3.10-fixes by Jean-Christophe PLAGNIOL-VILLARD · 11 years ago
  88. 591a0ac OMAPDSS: Fix crash with DT boot by Tomi Valkeinen · 11 years ago
  89. 011c228 drm: prime: fix refcounting on the dmabuf import error path by Imre Deak · 11 years ago
  90. 6717cd2 drm/omap: add statics to a few structs by Tomi Valkeinen · 11 years ago
  91. 0d8f371 drm/omap: Fix and improve crtc and overlay manager correlation by Archit Taneja · 11 years ago
  92. b03e14fd drm/omap: Take a fb reference in omap_plane_update() by Archit Taneja · 11 years ago
  93. bddabbe drm/omap: Make fixed resolution panels work by Archit Taneja · 11 years ago
  94. 581382e drm/omap: fix modeset_init if a panel doesn't satisfy omapdrm requirements by Archit Taneja · 11 years ago
  95. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  96. fffddfd Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 11 years ago
  97. 8e44770 drm/omap: remove fbdev debug enter/leave hooks by Rob Clark · 11 years ago
  98. dfe96dd omapdrm: simplify locking in the fb debugfs file by Daniel Vetter · 12 years ago
  99. 16ef3df omapdrm: only take crtc->mutex in crtc callbacks by Daniel Vetter · 12 years ago
  100. 8bb0daf drm/omap: move out of staging by Rob Clark · 12 years ago