1. 6a2d2dd drm: Move nomodeset kernel parameter to the DRM subsystem by Javier Martinez Canillas · 3 years, 2 months ago
  2. d76f25d drm/vboxvideo: Drop CONFIG_VGA_CONSOLE guard to call vgacon_text_force() by Javier Martinez Canillas · 3 years, 2 months ago
  3. cebbb5c drm/vboxvideo: fix a NULL vs IS_ERR() check by Dan Carpenter · 3 years, 2 months ago
  4. c6dc899 drm/vboxvideo: Use managed interfaces for framebuffer write combining by Thomas Zimmermann · 3 years, 4 months ago
  5. 0c64f2f drm/vbox: Use offset-adjusted shadow-plane mappings by Thomas Zimmermann · 3 years, 6 months ago
  6. db20ea6 drm/vbox: Convert to Linux IRQ interfaces by Thomas Zimmermann · 3 years, 6 months ago
  7. 97c9bfe drm/aperture: Pass DRM driver structure instead of driver name by Thomas Zimmermann · 3 years, 7 months ago
  8. f8bd3db drm/vram-helpers: Create DRM_GEM_VRAM_PLANE_HELPER_FUNCS by Daniel Vetter · 3 years, 7 months ago
  9. 8fd54b2 drm/vboxvideo/modesetting: Provide function names for prototype headers by Lee Jones · 3 years, 8 months ago
  10. a3dd6d9 drm/vboxvideo/hgsmi_base: Place function names into headers by Lee Jones · 3 years, 8 months ago
  11. 6848c29 drm/aperture: Convert drivers to aperture interfaces by Thomas Zimmermann · 3 years, 9 months ago
  12. 429fc6f drm/vboxvideo: Use managed VRAM-helper initialization by Tian Tao · 3 years, 11 months ago
  13. 37418bf drm: Use state helper instead of the plane state pointer by Maxime Ripard · 4 years ago
  14. 977697e drm/atomic: Pass the full state to planes atomic disable and update by Maxime Ripard · 4 years ago
  15. e05162c0 drm: Store new plane state in a variable for atomic_update and disable by Maxime Ripard · 4 years ago
  16. dec9202 drm: Use the state pointer directly in planes atomic_check by Maxime Ripard · 4 years ago
  17. 7c11b99 drm/atomic: Pass the full state to planes atomic_check by Maxime Ripard · 4 years ago
  18. 48e2b69 drm/vboxvideo: Implement cursor plane with struct drm_shadow_plane_state by Thomas Zimmermann · 4 years ago
  19. 56492fe drm/vboxvideo: Remove references to struct drm_device.pdev by Thomas Zimmermann · 4 years, 2 months ago
  20. 49a3f51 drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backends by Thomas Zimmermann · 4 years, 2 months ago
  21. 70a59dd drm/<drivers>: Constify struct drm_driver by Daniel Vetter · 4 years, 2 months ago
  22. f6ebe9f drm/atomic: Pass the full state to CRTC atomic begin and flush by Maxime Ripard · 4 years, 3 months ago
  23. 351f950 drm/atomic: Pass the full state to CRTC atomic enable/disable by Maxime Ripard · 4 years, 3 months ago
  24. d88656f drm/vboxvideo: Use drm_gem_vram_vmap() interfaces by Thomas Zimmermann · 4 years, 4 months ago
  25. d713b77 drm/vboxvideo: Replace HTTP links with HTTPS ones by Alexander A. Klimov · 4 years, 6 months ago
  26. 4cc9b56 drm/vboxvideo: Use devm_gen_pool_create by Daniel Vetter · 4 years, 9 months ago
  27. 8558de4 drm/vboxvideo: use managed pci functions by Daniel Vetter · 4 years, 9 months ago
  28. dd9a689 drm/vboxvideo: Stop using drm_device->dev_private by Daniel Vetter · 4 years, 9 months ago
  29. 35b24ee drm/vboxvideo: Use devm_drm_dev_alloc by Daniel Vetter · 4 years, 9 months ago
  30. 2de955d drm/vboxvideo: drop DRM_MTRR_WC #define by Daniel Vetter · 4 years, 9 months ago
  31. 08d99b2 Merge drm/drm-next into drm-misc-next by Thomas Zimmermann · 4 years, 9 months ago
  32. 3662cd1 drm/vboxvideo: Set up fbdev after registering device; remove error checks by Thomas Zimmermann · 4 years, 9 months ago
  33. a65a97b drm/vboxvideo: Add missing remove_conflicting_pci_framebuffers call, v2 by Hans de Goede · 4 years, 10 months ago
  34. 780e41e drm/<drivers>: Use drmm_add_final_kfree by Daniel Vetter · 4 years, 10 months ago
  35. afdd597 drm/vboxvideo/vboxvideo.h: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 11 months ago
  36. a7a0e8f drm/vboxvideo: Implement struct drm_mode_config_funcs.mode_valid by Thomas Zimmermann · 5 years ago
  37. 236b83f drm/vboxvideo: Remove sending of vblank event by Thomas Zimmermann · 5 years ago
  38. 86d35f8 drm/vboxvideo: Use drm_gem_fb_create_with_dirty instead of drm_gem_fb_create by Hans de Goede · 5 years ago
  39. 56916cd drm/vboxvideo: Replace prepare_fb()/cleanup_fb() with GEM VRAM helpers by Thomas Zimmermann · 5 years ago
  40. 02f64b2 drm/vram: drop DRM_VRAM_MM_FILE_OPERATIONS by Gerd Hoffmann · 5 years ago
  41. 7d79aa8 drm/vboxvideo: Replace struct vram_framebuffer with generic implemenation by Thomas Zimmermann · 5 years ago
  42. 1a74ccf drm/vboxvideo: Switch to drm_atomic_helper_dirty_fb() by Thomas Zimmermann · 5 years ago
  43. 2695eae drm/vboxvideo: Switch to generic fbdev emulation by Thomas Zimmermann · 5 years ago
  44. b0e40e0 drm/vram: Have VRAM MM call GEM VRAM functions directly by Thomas Zimmermann · 5 years ago
  45. 6b5ce4a drm/vram: Move VRAM memory manager to GEM VRAM implementation by Thomas Zimmermann · 5 years ago
  46. 4f7f197 drm/vram: fix Kconfig by Gerd Hoffmann · 5 years ago
  47. 596cb85 drm/vboxvideo: Make structure vbox_fb_helper_funcs constant by Nishka Dasgupta · 5 years ago
  48. 0e580c6 drm/vram: use embedded gem object by Gerd Hoffmann · 5 years ago
  49. bf2791e drm/vbox: Remove empty PRIME functions by Thomas Zimmermann · 6 years ago
  50. 8a01556 drm/vboxvideo: Drop drm_gem_prime_export/import by Daniel Vetter · 6 years ago
  51. 0424fda drm/prime: Actually remove DRIVER_PRIME everywhere by Daniel Vetter · 6 years ago
  52. 374ed54 Merge drm/drm-next into drm-misc-next by Sean Paul · 6 years ago
  53. 94065bf drm/vboxvideo: Convert vboxvideo driver to VRAM MM by Thomas Zimmermann · 6 years ago
  54. 5e6b925 drm/vboxvideo: Convert vboxvideo driver to |struct drm_gem_vram_object| by Thomas Zimmermann · 6 years ago
  55. a2d635d Merge tag 'drm-next-2019-05-09' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 6 years ago
  56. 4571098 Merge branch 'drm-next-5.2' of git://people.freedesktop.org/~agd5f/linux into drm-next by Dave Airlie · 6 years ago
  57. c8613fc drm/vboxvideo: Use drm_fb_helper_fill_info by Daniel Vetter · 6 years ago
  58. 8bfb175 drm/vboxvideo: Remove unused including <linux/version.h> by YueHaibing · 6 years ago
  59. 131abc5 drm/vboxvideo: Move the vboxvideo driver out of staging by Hans de Goede · 6 years ago