1. 2b4f44ee Backmerge tag 'v4.16-rc7' into drm-next by Dave Airlie · 7 years ago
  2. 2a2553c Merge branch 'vmwgfx-next' of git://people.freedesktop.org/~thomash/linux into drm-next by Dave Airlie · 7 years ago
  3. 43bfefe drm/vmwgfx: Bump version patchlevel and date by Thomas Hellstrom · 7 years ago
  4. 37efe80 drm/vmwgfx: use monotonic event timestamps by Arnd Bergmann · 7 years ago
  5. 20fb5a6 drm/vmwgfx: Unpin the screen object backup buffer when not used by Thomas Hellstrom · 7 years ago
  6. 89dc15b drm/vmwgfx: Stricter count of legacy surface device resources by Thomas Hellstrom · 7 years ago
  7. 6073a09 drm/vmwgfx: Use kasprintf by Himanshu Jha · 7 years ago
  8. 4e3e733 drm/vmwgfx: Get rid of the device-private suspended member by Thomas Hellstrom · 7 years ago
  9. c3b9b16 drm/vmwgfx: Improve on hibernation by Thomas Hellstrom · 7 years ago
  10. bf833fd drm/vmwgfx: Avoid pinning fbdev framebuffers by Thomas Hellstrom · 7 years ago
  11. dc36636 drm/vmwgfx: Fix multiple command buffer context use by Thomas Hellstrom · 7 years ago
  12. ef86cfe drm/vmwgfx: Use the cpu blit utility for framebuffer to screen target blits by Thomas Hellstrom · 7 years ago
  13. 79273e1 drm/vmwgfx: Add a cpu blit utility that can be used for page-backed bos by Thomas Hellstrom · 7 years ago
  14. 25db875 drm/vmwgfx: Cursor update fixes by Thomas Hellstrom · 7 years ago
  15. 904efd9 drm/vmwgfx: Send the correct nonblock option for atomic_commit by Deepak Rawat · 7 years ago
  16. ac3069e drm/vmwgfx: Move the stdu vblank event to atomic function by Deepak Rawat · 7 years ago
  17. aa64b3f drm/vmwgfx: Move screen object page flip to atomic function by Deepak Rawat · 7 years ago
  18. 3cbe87f drm/vmwgfx: Remove drm_crtc_arm_vblank_event from atomic flush by Deepak Rawat · 7 years ago
  19. 4e2f9fa drm/vmwgfx: Move surface copy cmd to atomic function by Deepak Rawat · 7 years ago
  20. 91e9f35 drm/vmwgfx: Avoid iterating over display unit if crtc is available by Deepak Rawat · 7 years ago
  21. 1c7095d Merge airlied/drm-next into drm-misc-next by Sean Paul · 7 years ago
  22. 73a8825 drm/vmwgfx: Fix a destoy-while-held mutex problem. by Thomas Hellstrom · 7 years ago
  23. 140bcaa drm/vmwgfx: Fix black screen and device errors when running without fbdev by Thomas Hellstrom · 7 years ago
  24. dde5da2 drm/ttm: add bo as parameter to the ttm_tt_create callback by Christian König · 7 years ago
  25. 25a2890 drm/vmwgfx: replace drm_*_unreference with drm_*_put by Haneen Mohammed · 7 years ago
  26. 0b8eeac5 Merge tag 'drm-misc-next-2018-03-09-3' of git://anongit.freedesktop.org/drm/drm-misc into drm-next by Dave Airlie · 7 years ago
  27. 81af63a drm: Don't pass clip to drm_atomic_helper_check_plane_state() by Ville Syrjälä · 7 years ago
  28. 724daa4 drm/ttm: drop persistent_swap_storage from ttm_bo_init and co by Christian König · 7 years ago
  29. 231cdaf drm/ttm: drop ttm->dummy_read_page by Christian König · 7 years ago
  30. 76ea0f3 Merge tag 'drm-misc-next-2018-02-13' of git://anongit.freedesktop.org/drm/drm-misc into drm-next by Dave Airlie · 7 years ago
  31. 4bf772b Merge tag 'drm-for-v4.16' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 7 years ago
  32. 168fe32 Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  33. 4f4bece drm/vmwgfx: Use drm_mode_get_hv_timing() to populate plane clip rectangle by Ville Syrjälä · 7 years ago
  34. 4a6cc7a BackMerge tag 'v4.15-rc8' into drm-next by Dave Airlie · 7 years ago
  35. 8a510a5 drm/vmwgfx: fix memory corruption with legacy/sou connectors by Rob Clark · 7 years ago
  36. 2b0bc68 drm/vmwgfx: Fix a boot time warning by Woody Suwalski · 7 years ago
  37. 0d9cac0 drm/vmwgfx: Potential off by one in vmw_view_add() by Dan Carpenter · 7 years ago
  38. 98648ae drm/vmwgfx: Don't cache framebuffer maps by Thomas Hellstrom · 7 years ago
  39. d0cef9f drm/ttm: use an operation ctx for ttm_tt_populate in ttm_bo_driver (v2) by Roger He · 7 years ago
  40. 279c01f drm/ttm: use an operation ctx for ttm_mem_global_alloc by Roger He · 7 years ago
  41. 44835a8 drm/vmwgfx: remove the default io_mem_pfn set by Tan Xiaojun · 7 years ago
  42. 19be557 drm/ttm: add operation ctx to ttm_bo_validate v2 by Christian König · 8 years ago
  43. 2c1c55c Merge tag 'drm-misc-next-2017-11-30' of git://anongit.freedesktop.org/drm/drm-misc into drm-next by Dave Airlie · 7 years ago
  44. afc9a42 the rest of drivers/*: annotate ->poll() instances by Al Viro · 7 years ago
  45. 70c5f93 Merge airlied/drm-next into drm-misc-next by Daniel Vetter · 7 years ago
  46. a01cb8b drm: Move drm_plane_helper_check_state() into drm_atomic_helper.c by Ville Syrjälä · 7 years ago
  47. 10b47ee drm: Check crtc_state->enable rather than crtc->enabled in drm_plane_helper_check_state() by Ville Syrjälä · 7 years ago
  48. 58a275aa9 drm/vmwgfx: Try to fix plane clipping by Ville Syrjälä · 7 years ago
  49. 13dd5b6 drm/vmwgfx: Use drm_plane_helper_check_state() by Ville Syrjälä · 7 years ago
  50. 3bd6099 drm/vmwgfx: Remove bogus crtc coords vs fb size check by Ville Syrjälä · 7 years ago
  51. e60e1ee Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 7 years ago
  52. 8e9a2db Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  53. 8c5db92 Merge branch 'linus' into locking/core, to resolve conflicts by Ingo Molnar · 7 years ago
  54. 17208f1 Merge branch 'drm-vmwgfx-fixes' of git://people.freedesktop.org/~syeh/repos_linux into drm-fixes by Dave Airlie · 7 years ago
  55. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  56. cef7503 drm/vmwgfx: Fix Ubuntu 17.10 Wayland black screen issue by Sinclair Yeh · 7 years ago
  57. ef217b1 drm/vmwgfx: constify vmw_fence_ops by Arvind Yadav · 7 years ago
  58. 6aa7de0 locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 7 years ago
  59. bd386e5 drm: Reorganize drm_pending_event to support future event types [v2] by Keith Packard · 7 years ago
  60. 418da17 drm: Pass struct drm_file * to __drm_mode_object_find [v2] by Keith Packard · 8 years ago
  61. 906dde0 Merge tag 'drm-for-v4.14' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 7 years ago
  62. 021aba7 drm/vmwgfx: Fix F26 Wayland screen update issue by Sinclair Yeh · 7 years ago
  63. d78acfe drm/vmwgfx: Bump the version for fence FD support by Sinclair Yeh · 7 years ago
  64. c906965d drm/vmwgfx: Add export fence to file descriptor support by Sinclair Yeh · 7 years ago
  65. 58585116 drm/vmwgfx: Add support for imported Fence File Descriptor by Sinclair Yeh · 7 years ago
  66. 2cfa0bb drm/vmwgfx: Prepare to support fence fd by Sinclair Yeh · 7 years ago
  67. 1f1a36c drm/vmwgfx: Fix incorrect command header offset at restart by Thomas Hellstrom · 7 years ago
  68. 5f55be5f drm/vmwgfx: Support the NOP_ERROR command by Thomas Hellstrom · 7 years ago
  69. 65b97a2 drm/vmwgfx: Restart command buffers after errors by Thomas Hellstrom · 7 years ago
  70. ef36990 drm/vmwgfx: Move irq bottom half processing to threads by Thomas Hellstrom · 7 years ago
  71. e300173 drm/vmwgfx: Don't use drm_irq_[un]install by Thomas Hellstrom · 7 years ago
  72. 373533f drm/ttm: make ttm_mem_type_manager_func debug more useful by Christian König · 7 years ago
  73. 0c697fa Backmerge tag 'v4.13-rc5' into drm-next by Dave Airlie · 7 years ago
  74. e6fc3b6 drm: Plumb modifiers through plane init by Ben Widawsky · 7 years ago
  75. af05559 Merge airlied/drm-next into drm-misc-next by Daniel Vetter · 7 years ago
  76. e1923ab drm/<drivers>: Drop fbdev info flags by Daniel Vetter · 7 years ago
  77. 739b000 Merge branch 'drm-vmwgfx-fixes' of git://people.freedesktop.org/~syeh/repos_linux into drm-fixes by Dave Airlie · 7 years ago
  78. 8046306 drm/vmwgfx: constify pci_device_id. by Arvind Yadav · 7 years ago
  79. fcfffdd drm/vmwgfx: Fix gcc-7.1.1 warning by Sinclair Yeh · 7 years ago
  80. 14979ad drm/vmwgfx: Fix cursor hotspot issue with Wayland on Fedora by Sinclair Yeh · 7 years ago
  81. 7b009e7 drm/vmwgfx: Limit max desktop dimensions to 8Kx8K by Sinclair Yeh · 7 years ago
  82. 9036f8c drm/vmwgfx: dma-buf: Constify ttm_place structures. by Arvind Yadav · 7 years ago
  83. 8bd6287 drm/vmwgfx: fix comment mistake for vmw_cmd_dx_set_index_buffer() by Brian Paul · 7 years ago
  84. a02f6da drm/vmwgfx: Use dma_pool_zalloc by Souptick Joarder · 8 years ago
  85. d7f48231 drm/vmwgfx: Fix handling of errors returned by 'vmw_cotable_alloc()' by Christophe JAILLET · 8 years ago
  86. 1a4adb0 drm/vmwgfx: Fix NULL pointer comparison by Ravikant B Sharma · 8 years ago
  87. bdc362f drm/vmwgfx: Make check_modeset() use the new atomic iterator macros. by Maarten Lankhorst · 7 years ago
  88. af3c8d9 Merge tag 'drm-for-v4.13' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 7 years ago
  89. 6458171 drm: Convert atomic drivers from CRTC .disable() to .atomic_disable() by Laurent Pinchart · 7 years ago
  90. 0b20a0f drm: Add old state pointer to CRTC .enable() helper function by Laurent Pinchart · 7 years ago
  91. 4177b51 drm: vmwgfx: Replace CRTC .commit() helper operation with .enable() by Laurent Pinchart · 7 years ago
  92. 4e004f6 drm: vmwgfx: Remove unneeded CRTC .prepare() helper operation by Laurent Pinchart · 7 years ago
  93. b740e76 Merge remote-tracking branch 'airlied/drm-next' into drm-misc-next by Sean Paul · 7 years ago
  94. 5f58e97 drm/vmwgfx: Drop drm_vblank_cleanup by Daniel Vetter · 7 years ago
  95. 82fcee5 drm/vmwgfx: Free hash table allocated by cmdbuf managed res mgr by Deepak Rawat · 7 years ago
  96. 10631d7 drm/pci: Deprecate drm_pci_init/exit completely by Daniel Vetter · 7 years ago
  97. 5c484ce drm: Remove drm_driver->set_busid hook by Daniel Vetter · 7 years ago
  98. 925344c BackMerge tag 'v4.12-rc5' into drm-next by Dave Airlie · 7 years ago
  99. 1929e66 drm/vmwgfx: Bump driver minor and date by Thomas Hellstrom · 7 years ago
  100. f470a77 drm/vmwgfx: Remove unused legacy cursor functions by Sinclair Yeh · 7 years ago