1. 5854059 drm/bochs: Use shadow buffer for bochs framebuffer console by Thomas Zimmermann · 6 years ago
  2. dd2b595 drm/bochs: fix framebuffer setup. by Gerd Hoffmann · 6 years ago
  3. 52d2d44 Merge v5.2-rc5 into drm-next by Daniel Vetter · 6 years ago
  4. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  5. 88cd7a2 Merge tag 'drm-misc-next-2019-05-24' of git://anongit.freedesktop.org/drm/drm-misc into drm-next by Dave Airlie · 6 years ago
  6. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  7. 3c6b862 drm/bochs: Fix connector leak during driver unload by Sam Bobroff · 6 years ago
  8. 201bd43 drm/bochs: fix ptr_ret.cocci warnings by kbuild test robot · 6 years ago
  9. b3a25b9 drm/bochs: Convert bochs driver to VRAM MM by Thomas Zimmermann · 6 years ago
  10. a323298 drm/bochs: Convert bochs driver to |struct drm_gem_vram_object| by Thomas Zimmermann · 6 years ago
  11. 3bfaf1f Merge drm/drm-next into drm-misc-next by Sean Paul · 6 years ago
  12. 669105a drm/bochs: use simple display pipe by Gerd Hoffmann · 6 years ago
  13. 14d2bd5 Merge tag 'drm-misc-next-2019-04-04' of git://anongit.freedesktop.org/drm/drm-misc into drm-next by Dave Airlie · 6 years ago
  14. 4571098 Merge branch 'drm-next-5.2' of git://people.freedesktop.org/~agd5f/linux into drm-next by Dave Airlie · 6 years ago
  15. 31c1792 drm/bochs: drop mode_config_initialized by Gerd Hoffmann · 6 years ago
  16. 175d176 drm/bochs: add missing drm_atomic_helper_shutdown() call. by Gerd Hoffmann · 6 years ago
  17. bed2dd8 drm/ttm: Quick-test mmap offset in ttm_bo_mmap() by Thomas Zimmermann · 6 years ago
  18. 7d1500f drm/ttm: Remove file_page_offset parameter from ttm_bo_device_init() by Thomas Zimmermann · 6 years ago
  19. aa8e243 drm/ttm: Define a single DRM_FILE_PAGE_OFFSET constant by Thomas Zimmermann · 6 years ago
  20. cd7d3a1 Merge drm/drm-next into drm-misc-next by Sean Paul · 6 years ago
  21. 2c3cd66 Merge v5.0 into drm-next by Dave Airlie · 6 years ago
  22. 13b9901 drm/bochs: Drop best_encoder by Daniel Vetter · 6 years ago
  23. 17fb465 drm/bochs: Fix the ID mismatch error by Alistair Francis · 6 years ago
  24. 86c5b35 drm/bochs: fix bochs_gem_prime_mmap by Gerd Hoffmann · 6 years ago
  25. fcd70cd drm: Split out drm_probe_helper.h by Daniel Vetter · 6 years ago
  26. 19b85cfa drm/bochs: move remaining fb bits to kms by Gerd Hoffmann · 6 years ago
  27. 60119b0 drm/bochs: drop old fbdev emulation code by Gerd Hoffmann · 6 years ago
  28. 7a0483a drm/bochs: switch to generic drm fbdev emulation by Gerd Hoffmann · 6 years ago
  29. 132a453 drm/bochs: add basic prime support by Gerd Hoffmann · 6 years ago
  30. 0bcdda5 drm/bochs: move ttm_bo_(un)reserve calls into bochs_bo_{pin, unpin} by Gerd Hoffmann · 6 years ago
  31. dde8fb5 drm/bochs: drop unused gpu_addr arg from bochs_bo_pin() by Gerd Hoffmann · 6 years ago
  32. e9af3c6 drm/bochs: remove old bochs_crtc_* functions by Gerd Hoffmann · 6 years ago
  33. 834adb3 drm/bochs: atomic: set DRIVER_ATOMIC by Gerd Hoffmann · 6 years ago
  34. 568a4c7 drm/bochs: atomic: use suspend/resume helpers by Gerd Hoffmann · 6 years ago
  35. b635ecb drm/bochs: atomic: use atomic page_flip helper by Gerd Hoffmann · 6 years ago
  36. c130085 drm/bochs: atomic: use atomic set_config helper by Gerd Hoffmann · 6 years ago
  37. 6579c39 drm/bochs: atomic: switch planes to atomic, wire up helpers. by Gerd Hoffmann · 6 years ago
  38. 6309200 drm/bochs: atomic: add mode_set_nofb callback. by Gerd Hoffmann · 6 years ago
  39. 0f0eb98 drm/bochs: atomic: add atomic_flush+atomic_enable callbacks. by Gerd Hoffmann · 6 years ago
  40. 472fde8 drm/bochs: split bochs_hw_setmode by Gerd Hoffmann · 6 years ago
  41. 3528966 drm/bochs: encoder cleanup by Gerd Hoffmann · 6 years ago
  42. 70bce99 drm/bochs: add edid present check by Gerd Hoffmann · 6 years ago
  43. 9235dd4 Merge branch 'drm-next-4.21' of git://people.freedesktop.org/~agd5f/linux into drm-next by Dave Airlie · 6 years ago
  44. a64f784 drm/ttm: initialize globals during device init (v2) by Christian König · 6 years ago
  45. 27eb1fa drm/ttm: use a static ttm_mem_global instance by Christian König · 6 years ago
  46. e55a5c9 drm/ttm: Rename ttm_bo_global_{init,release}() to ttm_bo_global_ref_{,}() by Thomas Zimmermann · 6 years ago
  47. 01f2345 drm/bochs: add edid support. by Gerd Hoffmann · 6 years ago
  48. a0d4d42 drm/bochs: Replace drm_gem_object_unreference_unlocked with put function by Thomas Zimmermann · 6 years ago
  49. 86351de drm/bochs: support changing byteorder at mode set time by Gerd Hoffmann · 6 years ago
  50. 48b4422 drm/bochs: fix DRM_FORMAT_* handling for big endian machines. by Gerd Hoffmann · 6 years ago
  51. 7780eb9 bochs: convert to drm_dev_register by Peter Wu · 6 years ago
  52. df2052c bochs: convert to drm_fb_helper_fbdev_setup/teardown by Peter Wu · 6 years ago
  53. 70c0ef7 bochs: use drm_fb_helper_set_suspend_unlocked in suspend/resume by Peter Wu · 6 years ago
  54. 77d1ed4 drm/bochs: use simpler remove_conflicting_pci_framebuffers() by Michał Mirosław · 6 years ago
  55. aba911e drm/bochs: Replace ttm_bo_unref with ttm_bo_put by Thomas Zimmermann · 6 years ago
  56. cde4c44 drm: drop _mode_ from drm_mode_connector_attach_encoder by Daniel Vetter · 7 years ago
  57. c24c88c drm/bochs: fix mode_valid's return type by Luc Van Oostenryck · 7 years ago
  58. dde5da2 drm/ttm: add bo as parameter to the ttm_tt_create callback by Christian König · 7 years ago
  59. 128cccea Merge branch 'drm-next-4.17' of git://people.freedesktop.org/~agd5f/linux into drm-next by Dave Airlie · 7 years ago
  60. 724daa4 drm/ttm: drop persistent_swap_storage from ttm_bo_init and co by Christian König · 7 years ago
  61. 231cdaf drm/ttm: drop ttm->dummy_read_page by Christian König · 7 years ago
  62. 95bbb6d drm/bochs: remove the default ttm_tt_populate callbacks by Christian König · 7 years ago
  63. f42bd94 drm/bochs: make structure bochs_bo_driver static by Colin Ian King · 7 years ago
  64. 40ede3b drm/bochs: remove the default io_mem_pfn set by Tan Xiaojun · 7 years ago
  65. 19be557 drm/ttm: add operation ctx to ttm_bo_validate v2 by Christian König · 8 years ago
  66. e60e1ee Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 7 years ago
  67. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  68. 418da17 drm: Pass struct drm_file * to __drm_mode_object_find [v2] by Keith Packard · 8 years ago
  69. 9b5b5ca drm/bochs: Use the drm_driver.dumb_destroy default by Noralf Trønnes · 7 years ago
  70. e1923ab drm/<drivers>: Drop fbdev info flags by Daniel Vetter · 8 years ago
  71. 931e8c6 drm/bochs: switch fb_ops over to use drm_fb_helper_cfb helpers by Mark Cave-Ayland · 8 years ago
  72. 10631d7 drm/pci: Deprecate drm_pci_init/exit completely by Daniel Vetter · 8 years ago
  73. 5c484ce drm: Remove drm_driver->set_busid hook by Daniel Vetter · 8 years ago
  74. 61da540 drm/bochs: fix include notation and remove -Iinclude/drm flag by Masahiro Yamada · 8 years ago
  75. ea642c3 drm/ttm: add io_mem_pfn callback by Christian König · 8 years ago
  76. 41292b1f drm: Add acquire ctx parameter to ->page_flip(_target) by Daniel Vetter · 8 years ago
  77. c041131 drm: bochs: Prevent double-free of fb helper by Gabriel Krisman Bertazi · 8 years ago
  78. 4fa13db drm: bochs: Don't remove uninitialized fbdev framebuffer by Gabriel Krisman Bertazi · 8 years ago
  79. da7bdda drm/fb-helper: Automatically clean up fb_info by Daniel Vetter · 8 years ago
  80. e4563f6 drm: Rely on mode_config data for fb_helper initialization by Gabriel Krisman Bertazi · 8 years ago
  81. 1acf566 drm/bochs: Implement nomodeset by Max Staudt · 8 years ago
  82. 260498f drm/ttm: revert "implement LRU add callbacks v2" by Christian König · 8 years ago
  83. 011cda5 drm: fix compilations issues introduced by "drm: allow to use mmuless SoC" by Benjamin Gaignard · 8 years ago
  84. 11b3c20 drm: Change the return type of the unload hook to void by Gabriel Krisman Bertazi · 8 years ago
  85. 9338203 drm: Don't include <drm/drm_encoder.h> in <drm/drm_crtc.h> by Laurent Pinchart · 8 years ago
  86. b00c600 drm: Nuke fb->depth by Ville Syrjälä · 8 years ago
  87. a3f913c drm: Pass 'dev' to drm_helper_mode_fill_fb_struct() by Ville Syrjälä · 8 years ago
  88. 949f088 drm: Make the connector .detect() callback optional by Laurent Pinchart · 8 years ago
  89. d4d938c drm/bochs: use DRM_FB_HELPER_DEFAULT_OPS for fb_ops by Stefan Christ · 8 years ago
  90. 55edf41 drm: define drm_compat_ioctl NULL on CONFIG_COMPAT=n and reduce #ifdefs by Jani Nikula · 8 years ago
  91. a2ab19fe drm/ttm: make eviction decision a driver callback v2 by Christian König · 8 years ago
  92. c0d5fb4 Merge tag 'drm-qemu-20160921' of git://git.kraxel.org/linux into drm-next by Dave Airlie · 8 years ago
  93. 41bb156 drm/bochs: mark bochs_connector_get_modes() static by Baoyou Xie · 8 years ago
  94. de59576 bochs: ignore device if there isn't enougth memory by Gerd Hoffmann · 10 years ago
  95. d9a1f0b drm: use drm_file to tag vm-bos by David Herrmann · 8 years ago
  96. b1116f6 drm: Remove superflous linux/fb.h includes by Daniel Vetter · 8 years ago
  97. 44adece drm/fb-helper: Add a dummy remove_conflicting_framebuffers by Daniel Vetter · 8 years ago
  98. 2383050f Merge remote-tracking branch 'airlied/drm-next' into topic/drm-misc by Daniel Vetter · 9 years ago
  99. 3aa9a8e drm/bochs: make fbdev support really optional by Tobias Jakobi · 9 years ago
  100. d3ae255 drm/bochs: Delete an unnecessary check before drm_gem_object_unreference_unlocked() by Markus Elfring · 9 years ago