1. c44b594 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 8 years ago
  2. 9b2bbdb virtio: wrap find_vqs by Michael S. Tsirkin · 8 years ago
  3. df45eac Merge tag 'drm-misc-next-2017-04-07' of git://anongit.freedesktop.org/git/drm-misc into drm-next by Dave Airlie · 8 years ago
  4. 385aee9 drm/virtio: don't leak bo on drm_gem_object_init failure by Gerd Hoffmann · 8 years ago
  5. 99748ab drm: virtio: fix virtio_gpu_cursor_formats by Laurent Vivier · 8 years ago
  6. ea642c3 drm/ttm: add io_mem_pfn callback by Christian König · 8 years ago
  7. 9c4ad46 drm: virtio: fix virtio_gpu_mode_dumb_create by Gerd Hoffmann · 8 years ago
  8. d519cb7 drm: virtio: add virtio_gpu_translate_format by Gerd Hoffmann · 8 years ago
  9. b70366e Merge tag 'doc-4.11-images' of git://git.lwn.net/linux into drm-misc-next by Daniel Vetter · 8 years ago
  10. 43c2794 drm: virtio: fix kmem_cache_alloc error check by Gerd Hoffmann · 8 years ago
  11. f5985bf drm: virtio: use kmem_cache by Gerd Hoffmann · 8 years ago
  12. 54d7989 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 8 years ago
  13. e663112e drm/virtio: Remove virtio_gpu_debugfs_takedown() by Noralf Trønnes · 9 years ago
  14. fb5e31d virtio: allow drivers to request IRQ affinity when creating VQs by Christoph Hellwig · 9 years ago
  15. 11bac80 mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf by Dave Jiang · 8 years ago
  16. fb70046 drm/virtio: call drm_plane_cleanup() at destroy phase by Gustavo Padovan · 8 years ago
  17. a4b10cc drm: Constify drm_mode_config atomic helper private pointer by Laurent Pinchart · 9 years ago
  18. da7bdda drm/fb-helper: Automatically clean up fb_info by Daniel Vetter · 9 years ago
  19. e4563f6 drm: Rely on mode_config data for fb_helper initialization by Gabriel Krisman Bertazi · 9 years ago
  20. 45bf86e Merge remote-tracking branch 'airlied/drm-next' into drm-misc-next by Daniel Vetter · 9 years ago
  21. ff2ac58 virtio-gpu: disable VIRGL with BE kernel by Laurent Vivier · 9 years ago
  22. 260498f drm/ttm: revert "implement LRU add callbacks v2" by Christian König · 9 years ago
  23. 66257db drm/ttm: add evict parameter to ttm_bo_driver::move_notify by Nicolai Hähnle · 9 years ago
  24. b0df0b2 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into drm-next by Dave Airlie · 9 years ago
  25. 71d3f6e drm/virtio: fix framebuffer sparse warning by Gerd Hoffmann · 9 years ago
  26. 282d0a3 Merge tag 'drm-misc-next-2017-01-09' of git://anongit.freedesktop.org/git/drm-misc into drm-next by Dave Airlie · 9 years ago
  27. 011cda5 drm: fix compilations issues introduced by "drm: allow to use mmuless SoC" by Benjamin Gaignard · 9 years ago
  28. 11b3c20 drm: Change the return type of the unload hook to void by Gabriel Krisman Bertazi · 9 years ago
  29. 3806a27 Merge tag 'drm-misc-next-2016-12-30' of git://anongit.freedesktop.org/git/drm-misc into drm-next by Dave Airlie · 9 years ago
  30. 75f6dfe drm: Deduplicate driver initialization message by Gabriel Krisman Bertazi · 9 years ago
  31. c92f723 drm/ttm: use designated initializers by Kees Cook · 9 years ago
  32. 9338203 drm: Don't include <drm/drm_encoder.h> in <drm/drm_crtc.h> by Laurent Pinchart · 9 years ago
  33. 272725c drm: Nuke fb->bits_per_pixel by Ville Syrjälä · 9 years ago
  34. b00c600 drm: Nuke fb->depth by Ville Syrjälä · 9 years ago
  35. 9d02046 drm/virtio: Call drm_helper_mode_fill_fb_struct() before drm_framebuffer_init() by Ville Syrjälä · 9 years ago
  36. a3f913c drm: Pass 'dev' to drm_helper_mode_fill_fb_struct() by Ville Syrjälä · 9 years ago
  37. 3373755 drm/virtio: annotate virtio_gpu_queue_ctrl_buffer_locked by Michael S. Tsirkin · 9 years ago
  38. f862e60 drm/virtio: fix lock context imbalance by Michael S. Tsirkin · 9 years ago
  39. 8854a56 drm/virtio: fix endianness in primary_plane_update by Michael S. Tsirkin · 9 years ago
  40. 6320745 Merge tag 'drm-qemu-20161121' of git://git.kraxel.org/linux into drm-next by Dave Airlie · 9 years ago
  41. 348a4b6 drm/virtio: allocate some extra bufs by Gerd Hoffmann · 9 years ago
  42. 1775db0 Revert "drm: virtio: reinstate drm_virtio_set_busid()" by Gerd Hoffmann · 9 years ago
  43. 9785b43 drm/virtio: fix busid regression by Gerd Hoffmann · 9 years ago
  44. e59a03f drm/virtio: use DRM_FB_HELPER_DEFAULT_OPS for fb_ops by Stefan Christ · 9 years ago
  45. 3e91168 Merge tag 'topic/drm-misc-2016-11-10' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 9 years ago
  46. 7b624ad Backmerge tag 'v4.9-rc4' into drm-next by Dave Airlie · 9 years ago
  47. eed6f0e virtio-gpu: fix vblank events by Gerd Hoffmann · 9 years ago
  48. 55edf41 drm: define drm_compat_ioctl NULL on CONFIG_COMPAT=n and reduce #ifdefs by Jani Nikula · 9 years ago
  49. 220196b Merge tag 'topic/drm-misc-2016-10-27' of git://anongit.freedesktop.org/git/drm-intel into drm-next by Dave Airlie · 9 years ago
  50. a2ab19fe drm/ttm: make eviction decision a driver callback v2 by Christian König · 9 years ago
  51. f54d186 dma-buf: Rename struct fence to dma_fence by Chris Wilson · 9 years ago
  52. de1e211 drm/virtio: kconfig: Fixup white space. by Peter Griffin · 9 years ago
  53. c2cbc38 drm: virtio: reinstate drm_virtio_set_busid() by Laszlo Ersek · 9 years ago
  54. c0d5fb4 Merge tag 'drm-qemu-20160921' of git://git.kraxel.org/linux into drm-next by Dave Airlie · 9 years ago
  55. 0f28860 drm: Don't swallow error codes in drm_dev_alloc() by Tom Gundersen · 9 years ago
  56. 30b9c96 drm/virtio: add real fence context and seqno by Gustavo Padovan · 9 years ago
  57. 5c32c3d drm/virtio: drop virtio_gpu_execbuffer_ioctl() wrapping by Gustavo Padovan · 9 years ago
  58. b28c69d virtio-gpu: avoid possible NULL pointer dereference by Heinrich Schuchardt · 9 years ago
  59. 2b58e98 drm/atomic-helper: Add NO_DISABLE_AFTER_MODESET flag support for plane commit by Liu Ying · 9 years ago
  60. 7ad61e6 virtio-gpu: Use memdup_user() rather than duplicating its implementation by Markus Elfring · 9 years ago
  61. 44adece drm/fb-helper: Add a dummy remove_conflicting_framebuffers by Daniel Vetter · 9 years ago
  62. a985311 drm/virtio: Fix non static symbol warning by Wei Yongjun · 9 years ago
  63. 2383050f Merge remote-tracking branch 'airlied/drm-next' into topic/drm-misc by Daniel Vetter · 9 years ago
  64. 0b6320d drm/virtio: make fbdev support really optional by Tobias Jakobi · 9 years ago
  65. 5345a5a drm/virtgpu: Delete unnecessary checks before drm_gem_object_unreference_unlocked() by Markus Elfring · 9 years ago
  66. 88932a7 drm/ttm: add wait for idle in all drivers bo_move functions by Christian König · 9 years ago
  67. a325725 drm: Lobotomize set_busid nonsense for !pci drivers by Daniel Vetter · 9 years ago
  68. 0d841ac drm/virtio: Don't reinvent a flipping wheel by Daniel Vetter · 9 years ago
  69. a50dcc5 drm: virtgpu: Rely on the default ->best_encoder() behavior by Boris Brezillon · 9 years ago
  70. 5e84c26 drm/atomic-helper: Massage swap_state signature somewhat by Daniel Vetter · 9 years ago
  71. 76c6dcc Merge branch 'virtio-gpu-for-airlied' of git://git.kraxel.org/linux into drm-next by Dave Airlie · 9 years ago
  72. 2cca455 Merge tag 'topic/drm-misc-2016-06-07' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 9 years ago
  73. bb4cec0 Merge tag 'topic/lockless-gem-bo-freeing-2016-06-01' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 9 years ago
  74. 0062795 virtio-gpu: use src not crtc by Gerd Hoffmann · 9 years ago
  75. 86f752d virtio-gpu: pick up hotspot from framebuffer by Gerd Hoffmann · 9 years ago
  76. bbbed88 virtio-gpu: switch to atomic cursor interfaces by Gerd Hoffmann · 9 years ago
  77. e7cf096 virtio-gpu: add atomic_commit function by Gerd Hoffmann · 9 years ago
  78. d3767d4 virtio-gpu: fix output lookup by Gerd Hoffmann · 9 years ago
  79. a288c1e drm/virtio: use drm_crtc_send_vblank_event() by Gustavo Padovan · 9 years ago
  80. bd884b7 drm/virtio: Use lockless gem BO free callback by Daniel Vetter · 9 years ago
  81. d1e372c virtio-gpu: fix output lookup by Gerd Hoffmann · 9 years ago
  82. a8ad0bd drm: Remove unused drm_device from drm_gem_object_lookup() by Chris Wilson · 9 years ago
  83. bafb86f Merge tag 'v4.6-rc7' into drm-next by Dave Airlie · 9 years ago
  84. 98c2872 drm/ttm: implement LRU add callbacks v2 by Christian König · 9 years ago
  85. 8aa6d4f drm/ttm: remove lazy parameter from ttm_bo_wait by Christian König · 9 years ago
  86. dfd5e50 drm/ttm: remove use_ticket parameter from ttm_bo_reserve by Christian König · 9 years ago
  87. 9a11d2e drm/virtio: send vblank event after crtc updates by Gustavo Padovan · 9 years ago
  88. 1b31112 drm/virtio: Drop dummy gamma table support by Daniel Vetter · 9 years ago
  89. 44debe7 vgacon: dummy implementation for vgacon_text_force by Daniel Vetter · 9 years ago
  90. f40f917 drm/virtio: removed optional dummy crtc mode_fixup function. by Carlos Palminha · 9 years ago
  91. 08244c0 Merge tag 'topic/drm-misc-2016-02-18' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 9 years ago
  92. 5954d3a drm/virtio: removed optional dummy encoder mode_fixup function. by Carlos Palminha · 9 years ago
  93. 5443ce8 drm: virtio-gpu: set atomic flag by Rob Herring · 10 years ago
  94. 4109e7f7 drm: virtio-gpu: transfer dumb buffers to host on plane update by Rob Herring · 10 years ago
  95. bd17d1c drm: virtio-gpu: ensure plane is flushed to host on atomic update by Rob Herring · 10 years ago
  96. 11c94ac drm: virtio-gpu: get the fb from the plane state for atomic updates by Rob Herring · 10 years ago
  97. a200dcb Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 10 years ago
  98. f7ad26f virtio: make find_vqs() checkpatch.pl-friendly by Stefan Hajnoczi · 10 years ago
  99. 6af3e65 drm: Drop drm_helper_probe_single_connector_modes_nomerge() by Ville Syrjälä · 10 years ago
  100. 13a3d91 drm: Pass 'name' to drm_encoder_init() by Ville Syrjälä · 10 years ago