1. ebdf565 drm/ttm: add multihop infrastrucutre (v3) by Dave Airlie · 4 years, 4 months ago
  2. 4367660 drm/ttm: Add vmap/vunmap to TTM and TTM GEM helpers by Thomas Zimmermann · 4 years, 4 months ago
  3. c44dfe4 drm/ttm: replace context flags with bools v2 by Christian König · 4 years, 4 months ago
  4. 586052b drm/ttm: rework no_retry handling v2 by Christian König · 4 years, 4 months ago
  5. 256dd44 drm/ttm: nuke old page allocator by Christian König · 4 years, 4 months ago
  6. ee5d2a8 drm/ttm: wire up the new pool as default one v2 by Christian König · 4 years, 4 months ago
  7. d099fc8 drm/ttm: new TT backend allocation pool v3 by Christian König · 4 years, 5 months ago
  8. e34b8fe drm/ttm: merge ttm_dma_tt back into ttm_tt by Christian König · 4 years, 5 months ago
  9. 230c079 drm/ttm: make num_pages uint32_t by Christian König · 4 years, 5 months ago
  10. d1cb1f2 drm/ttm: nuke ttm_tt_set_(un)populated again by Christian König · 4 years, 5 months ago
  11. 6a6e598 drm/ttm: replace last move_notify with delete_mem_notify by Dave Airlie · 4 years, 5 months ago
  12. bfe5e58 drm/ttm: move last binding into the drivers. by Dave Airlie · 4 years, 5 months ago
  13. 28ee846 drm/ttm: remove move to new and inline into remainging place. by Dave Airlie · 4 years, 5 months ago
  14. f227ccc drm/ttm: drop unbind callback. by Dave Airlie · 4 years, 5 months ago
  15. 29a1d48 drm/ttm: add move to system into drivers by Dave Airlie · 4 years, 5 months ago
  16. 23fae9c drm/ttm: drop ttm_bo_move_ttm wrapper by Dave Airlie · 4 years, 5 months ago
  17. c37d951 drm/ttm: add move old to system to drivers. by Dave Airlie · 4 years, 5 months ago
  18. 87ed942 drm/ttm: refactor out common code to setup a new tt backed resource by Dave Airlie · 4 years, 5 months ago
  19. d1934d2 drm/ttm: drop free old node wrapper. by Dave Airlie · 4 years, 5 months ago
  20. ce65b87 drm/ttm: nuke caching placement flags by Christian König · 4 years, 5 months ago
  21. 867bcec drm/ttm: use caching instead of placement for ttm_io_prot by Christian König · 4 years, 5 months ago
  22. 1cf65c4 drm/ttm: add caching state to ttm_bus_placement by Christian König · 4 years, 5 months ago
  23. 1b4ea4c drm/ttm: set the tt caching state at creation time by Christian König · 4 years, 5 months ago
  24. 955a341 drm/ttm: move ttm_set_memory.h out of include by Christian König · 4 years, 5 months ago
  25. 72dc6e3 drm/ttm: remove ttm_bo_unmap_virtual_locked declaration v2 by Christian König · 4 years, 5 months ago
  26. d7c5975 drm/vmwgfx: move ttm_bo_swapout_all into vmwgfx by Christian König · 4 years, 5 months ago
  27. 4561b36 drm/ttm: drop glob parameter from ttm_bo_swapout by Christian König · 4 years, 5 months ago
  28. 4ce032d drm/ttm: nuke ttm_bo_evict_mm and rename mgr function v3 by Christian König · 4 years, 5 months ago
  29. 1e17792 drm/ttm: remove TTM_PAGE_FLAG_WRITE by Christian König · 4 years, 5 months ago
  30. 45e241f drm/ttm: remove fault callback by Christian König · 4 years, 5 months ago
  31. e8c93e0 drm/ttm: remove TTM_PL_FLAG_NO_EVICT by Christian König · 4 years, 6 months ago
  32. 28578f3 drm/ttm: remove ttm_bo_create by Christian König · 4 years, 6 months ago
  33. deb0814 drm/ttm: add ttm_bo_pin()/ttm_bo_unpin() v2 by Christian König · 4 years, 6 months ago
  34. ab86142 drm/ttm: remove persistent_swap_storage by Christian König · 4 years, 6 months ago
  35. 0ef1ed8 drm/ttm: add bo wait that takes a ctx wrapper. by Dave Airlie · 4 years, 5 months ago
  36. db9c173 drm/ttm: stop dangerous caching attribute change by Christian König · 4 years, 6 months ago
  37. 4127a62 drm/ttm: remove nonsense AGP handling by Christian König · 4 years, 6 months ago
  38. 4856e5a drm/ttm: drop evicted from ttm_bo. by Dave Airlie · 4 years, 6 months ago
  39. e46f468 drm/ttm: drop special pipeline accel cleanup function. by Dave Airlie · 4 years, 6 months ago
  40. 2ee476f7 drm/ttm: add a simple assign mem to bo wrapper by Dave Airlie · 4 years, 6 months ago
  41. 7626168 drm/ttm: flip tt destroy ordering. by Dave Airlie · 4 years, 6 months ago
  42. 0b988ca drm/ttm: protect against reentrant bind in the drivers by Dave Airlie · 4 years, 6 months ago
  43. 67d6a8b drm/ttm: remove superflous extern attribute from funcs by Christian König · 4 years, 6 months ago
  44. 3618315 drm/ttm: some cleanups by Christian König · 4 years, 6 months ago
  45. 3312be8 drm/ttm: move populated state into page flags by Dave Airlie · 4 years, 6 months ago
  46. 3a4ab16 drm/ttm: split bound/populated flags. by Dave Airlie · 4 years, 6 months ago
  47. 9e9a153 drm/ttm: move ttm binding/unbinding out of ttm_tt paths. by Dave Airlie · 4 years, 6 months ago
  48. 2040ec9 drm/ttm: split populate out from binding. by Dave Airlie · 4 years, 6 months ago
  49. 2ff6e69 drm/ttm: wrap tt destroy. (v2) by Dave Airlie · 4 years, 6 months ago
  50. 7eec915 drm/ttm/tt: add wrappers to set tt state. by Dave Airlie · 4 years, 6 months ago
  51. 9c3006a drm/ttm: remove available_caching by Christian König · 4 years, 6 months ago
  52. 0fe438c drm/ttm: remove default caching by Christian König · 4 years, 6 months ago
  53. 48e07c2 drm/ttm: nuke memory type flags by Christian König · 4 years, 6 months ago
  54. 04e89ff drm/ttm: drop the tt backend function paths. by Dave Airlie · 4 years, 6 months ago
  55. 48efa57 drm/ttm/agp: remove bdev from agp helpers by Dave Airlie · 4 years, 6 months ago
  56. 4348255 drm/ttm: get rid of agp specific populate/unpopulate paths. by Dave Airlie · 4 years, 6 months ago
  57. 738edc0 drm/ttm/agp: export bind/unbind/destroy for drivers to use. by Dave Airlie · 4 years, 6 months ago
  58. 86008a7 drm/ttm: add optional bind/unbind via driver. by Dave Airlie · 4 years, 6 months ago
  59. ecfe695 drm/ttm: introduce ttm_bo_move_null by Dave Airlie · 4 years, 6 months ago
  60. 54d04ea drm/ttm: merge offset and base in ttm_bus_placement by Christian König · 4 years, 6 months ago
  61. 0a667b5 drm/ttm: remove bdev from ttm_tt by Dave Airlie · 4 years, 6 months ago
  62. fe662d8 drm/ttm: remove io_reserve_lru handling v3 by Christian König · 5 years ago
  63. ebb21aa drm/ttm: drop bus.size from bus placement. by Dave Airlie · 4 years, 7 months ago
  64. 534b1f9 Merge drm/drm-next into drm-misc-next by Thomas Zimmermann · 4 years, 7 months ago
  65. b245872 drm/ttm: give resource functions their own [ch] files by Christian König · 4 years, 7 months ago
  66. e92ae67 drm/ttm: rename ttm_resource_manager_func callbacks by Christian König · 4 years, 7 months ago
  67. 2966141 drm/ttm: rename ttm_mem_reg to ttm_resource. by Dave Airlie · 4 years, 7 months ago
  68. 9de59bc drm/ttm: rename ttm_mem_type_manager -> ttm_resource_manager. by Dave Airlie · 4 years, 7 months ago
  69. 3f48f93 drm/ttm: add a wrapper for checking if manager is in use by Dave Airlie · 4 years, 7 months ago
  70. 90a0489 drm/ttm: drop type manager has_type by Dave Airlie · 4 years, 7 months ago
  71. a751612 drm/ttm: drop list of memory managers from device. (v2) by Dave Airlie · 4 years, 7 months ago
  72. 7541ce1 drm/ttm: drop man->bdev link. by Dave Airlie · 4 years, 7 months ago
  73. 7ee6c95 drm/ttm: drop priv pointer in memory manager by Dave Airlie · 4 years, 7 months ago
  74. 3720589 drm/ttm: make ttm_range_man_init/takedown take type + args by Dave Airlie · 4 years, 7 months ago
  75. d398811 drm/ttm: allow drivers to provide their own manager subclasses by Dave Airlie · 4 years, 7 months ago
  76. 0105727 drm/ttm: rename manager variable to make sure wrapper is used. by Dave Airlie · 4 years, 7 months ago
  77. 9eca33f drm/ttm: add wrapper to get manager from bdev. by Dave Airlie · 4 years, 7 months ago
  78. 0cf0a79 drm/ttm: make TTM responsible for cleaning system only. by Dave Airlie · 4 years, 7 months ago
  79. 56ee8b1 drm/ttm: start allowing drivers to use new takedown path (v2) by Dave Airlie · 4 years, 7 months ago
  80. 4265acc drm/ttm: make some inline helper functions for cleanup paths. (v2) by Dave Airlie · 4 years, 7 months ago
  81. 98399ab drm/ttm: purge old manager init path. by Dave Airlie · 4 years, 7 months ago
  82. 3c90424b drm/ttm: provide a driver-led init path for range mm manager. (v2) by Dave Airlie · 4 years, 7 months ago
  83. 747074bb drm/ttm: split the mm manager init code (v2) by Dave Airlie · 4 years, 7 months ago
  84. a2ff1e8 drm/ttm: export memory type debug entrypoint. by Dave Airlie · 4 years, 7 months ago
  85. 20784cd drm/ttm: use a helper for unlocked moves to the lru tail by Dave Airlie · 4 years, 7 months ago
  86. 46bca88 drm/ttm/amdgpu: consolidate ttm reserve paths by Dave Airlie · 4 years, 7 months ago
  87. 1a3fb59 drm/ttm: remove the init_mem_type callback by Christian König · 4 years, 8 months ago
  88. be1213a drm/ttm: remove TTM_MEMTYPE_FLAG_FIXED v2 by Christian König · 4 years, 8 months ago
  89. ec731e5 drm/ttm: ttm_bo_swapout_all doesn't use it's argument. by Dave Airlie · 4 years, 7 months ago
  90. 9d66a3e drm/ttm: drop unusued function declaration by Dave Airlie · 4 years, 7 months ago
  91. 08bb88c drm/ttm: make ttm_tt unbind function return void. by Dave Airlie · 4 years, 7 months ago
  92. 9fadd6d drm/ttm: remove TTM_MEMTYPE_FLAG_MAPPABLE by Christian König · 4 years, 8 months ago
  93. f5a9a93 drm/ttm: remove TTM_MEMTYPE_FLAG_CMA by Christian König · 4 years, 8 months ago
  94. ce74773 drm/ttm: remove io_reserve_fastpath flag by Christian König · 4 years, 8 months ago
  95. e04be23 drm/ttm: further cleanup ttm_mem_reg handling by Christian König · 4 years, 8 months ago
  96. 60e9eab Backmerge remote-tracking branch 'drm/drm-next' into drm-misc-next by Maarten Lankhorst · 4 years, 8 months ago
  97. 6407d66 drm/ttm: do not keep GPU dependent addresses by Nirmoy Das · 4 years, 8 months ago
  98. 915ecc2 drm: remove drm specific kmap_atomic code by Ira Weiny · 4 years, 9 months ago
  99. b7301fd drm/ttm: Remove reference to the mem_glob member by Maya Rashish · 5 years ago
  100. 08d99b2 Merge drm/drm-next into drm-misc-next by Thomas Zimmermann · 4 years, 11 months ago