1. 2da8331 drm/ttm: fix include notation and remove -Iinclude/drm flag by Masahiro Yamada · 8 years ago
  2. b769fef Backmerge tag 'v4.11-rc6' into drm-next by Dave Airlie · 8 years ago
  3. c8b26bd1 drm/ttm: add TTM_PL_FLAG_CONTIGUOUS v2 by Christian König · 8 years ago
  4. ea642c3 drm/ttm: add io_mem_pfn callback by Christian König · 8 years ago
  5. fe25deb drm/ttm, drm/vmwgfx: Relax permission checking when opening surfaces by Thomas Hellstrom · 8 years ago
  6. 7286366 drm/ttm: decrease ttm bo priority number by Roger.He · 8 years ago
  7. ca9cf68d drm/ttm: add ttm_bo_init_reserved by Nicolai Hähnle · 8 years ago
  8. 882e8cf drm/ttm: fix the documentation of ttm_bo_init by Nicolai Hähnle · 8 years ago
  9. ef96152 Merge tag 'drm-for-v4.11-less-shouty' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 8 years ago
  10. 5187b6c drm/ttm: make TTM_MAX_BO_PRIORITY unsigned by Nicolai Hähnle · 8 years ago
  11. 896d630 drm/ttm: revert "add optional LRU removal callback v2" by Christian König · 8 years ago
  12. 260498f drm/ttm: revert "implement LRU add callbacks v2" by Christian König · 8 years ago
  13. cf6c467 drm/ttm: add BO priorities for the LRUs by Christian König · 8 years ago
  14. 66257db drm/ttm: add evict parameter to ttm_bo_driver::move_notify by Nicolai Hähnle · 8 years ago
  15. bdfafc4 locking/atomic, kref: Kill kref_sub() by Peter Zijlstra · 8 years ago
  16. 2c935bc locking/atomic, kref: Add kref_read() by Peter Zijlstra · 8 years ago
  17. 220196b Merge tag 'topic/drm-misc-2016-10-27' of git://anongit.freedesktop.org/git/drm-intel into drm-next by Dave Airlie · 8 years ago
  18. a2ab19fe drm/ttm: make eviction decision a driver callback v2 by Christian König · 8 years ago
  19. 585ffd6 drm/ttm: fix coding style in ttm_bo_driver.h by Christian König · 8 years ago
  20. f54d186 dma-buf: Rename struct fence to dma_fence by Chris Wilson · 8 years ago
  21. af1f85d drm/ttm: remove cpu_address member from ttm_tt by Alexandre Courbot · 8 years ago
  22. 7c732ea drm/ttm: move placement structures into ttm_placement.h by Christian König · 8 years ago
  23. 08614da drm/ttm: remove unused placement flags by Christian König · 8 years ago
  24. 283cde6 drm/ttm: rework handling of private mem types by Christian König · 8 years ago
  25. 4499f2a drm/ttm: Remove unused parameter evict from ttm_bo_move_memcpy by Michel Dänzer · 8 years ago
  26. 4e2f0ca drm/ttm: Remove unused parameter evict from ttm_bo_move_ttm by Michel Dänzer · 8 years ago
  27. 7b8082b drm/ttm: Wait for a BO to become idle before unbinding it from GTT by Michel Dänzer · 8 years ago
  28. ecf6a63 drm/ttm: Add interface to export kernel_zone max memory size in ttm by Ken Wang · 8 years ago
  29. 2ff2bf1 drm/ttm: partial revert "cleanup ttm_tt_(unbind|destroy)" v3 by Christian König · 8 years ago
  30. 5e58052 Backmerge tag 'v4.7' into drm-next by Dave Airlie · 8 years ago
  31. 3ddf4ad drm/ttm: add the infrastructure for pipelined evictions by Christian König · 9 years ago
  32. 5bc7306 drm/ttm: remove TTM_BO_PRIV_FLAG_MOVING by Christian König · 9 years ago
  33. 74561cd drm/ttm: remove no_gpu_wait param from ttm_bo_move_accel_cleanup by Christian König · 9 years ago
  34. 77dfc28 drm/ttm: wait for BO idle in ttm_bo_move_memcpy by Christian König · 9 years ago
  35. 089f16c drm/ttm: cleanup ttm_tt_(unbind|destroy) by Christian König · 9 years ago
  36. 94477bf drm/ttm: Make ttm_bo_mem_compat available by Sinclair Yeh · 8 years ago
  37. 98c2872 drm/ttm: implement LRU add callbacks v2 by Christian König · 9 years ago
  38. c3ea576 drm/ttm: add optional LRU removal callback v2 by Christian König · 9 years ago
  39. 00cfd66 drm/ttm: remove unused validation sequence by Christian König · 9 years ago
  40. 8aa6d4f drm/ttm: remove lazy parameter from ttm_bo_wait by Christian König · 9 years ago
  41. dfd5e50 drm/ttm: remove use_ticket parameter from ttm_bo_reserve by Christian König · 9 years ago
  42. 4904796 Merge tag 'v4.6-rc3' into drm-next by Dave Airlie · 9 years ago
  43. 749b48f drm/ttm: use phys_addr_t for ttm_bus_placement by Alex Deucher · 9 years ago
  44. e6bf6e5 drm/ttm: Remove TTM_HAS_AGP by Daniel Vetter · 9 years ago
  45. ab74961 drm/ttm: add ttm_bo_move_to_lru_tail function v2 by Christian König · 9 years ago
  46. eb227c5 drm/ttm: fix documentation of ttm_bo_reserve by Nicolai Hähnle · 9 years ago
  47. 54c4cd6 drm/ttm: device address space != CPU address space by Alex Deucher · 10 years ago
  48. aa35071 drm/ttm: optionally move duplicates to a separate list by Christian König · 10 years ago
  49. f4f4e3e drm/ttm: add reservation_object as argument to ttm_bo_init by Maarten Lankhorst · 11 years ago
  50. ae9c0af drm/ttm: allow fence to be added as shared by Christian König · 10 years ago
  51. f2c24b8 drm/ttm: flip the switch, and convert to dma_fence by Maarten Lankhorst · 11 years ago
  52. 1f0dc9a drm/ttm: kill off some members to ttm_validate_buffer by Maarten Lankhorst · 11 years ago
  53. 58b4d72 drm/ttm: add interruptible parameter to ttm_eu_reserve_buffers by Maarten Lankhorst · 11 years ago
  54. dd7cfd6 drm/ttm: kill fence_lock by Maarten Lankhorst · 11 years ago
  55. f1217ed drm/ttm: move fpfn and lpfn into each placement v2 by Christian König · 10 years ago
  56. 3d50d4d drm/ttm: expose CPU address of DMA-allocated pages by Alexandre Courbot · 10 years ago
  57. e3f2027 drm/ttm: fix handling of TTM_PL_FLAG_TOPDOWN v2 by Christian König · 10 years ago
  58. 15f8f657 drm/ttm: remove declaration of ttm_tt_cache_flush by Alexandre Courbot · 11 years ago
  59. 5920105 drm/ttm: fix kerneldoc of ttm_bo_create by Alexandre Courbot · 11 years ago
  60. 8d51a97 Merge tag 'ttm-next-2014-04-04' of git://people.freedesktop.org/~thomash/linux into drm-next by Dave Airlie · 11 years ago
  61. c752308 drm/ttm: Hide the implementation details of reservation by Thomas Hellstrom · 11 years ago
  62. 62347f9 drm: Add support for two-ended allocation, v3 by Lauri Kasanen · 11 years ago
  63. 0d3215e drm/ttm: Add a ttm_ref_object_exists function by Thomas Hellstrom · 11 years ago
  64. 44d847b drm: init TTM dev_mapping in ttm_bo_device_init() by David Herrmann · 11 years ago
  65. 728a0cd drm/ttm: declare 'struct device' in ttm_page_alloc.h by Alexandre Courbot · 11 years ago
  66. faf096f Merge tag 'vmwgfx-next-2014-01-13' of git://people.freedesktop.org/~thomash/linux into drm-next by Dave Airlie · 11 years ago
  67. 05efb1a drm/ttm: ttm object security fixes for render nodes by Thomas Hellstrom · 11 years ago
  68. 58aa662 drm/ttm: Correctly set page mapping and -index members by Thomas Hellstrom · 11 years ago
  69. 27946e9 Merge branch 'ttm-fixes-3.13' of git://people.freedesktop.org/~thomash/linux into drm-fixes by Dave Airlie · 11 years ago
  70. c58f009 drm/ttm: Remove set_need_resched from the ttm fault handler by Thomas Hellstrom · 11 years ago
  71. 65981f7 drm/ttm: Add a minimal prime implementation for ttm base objects by Thomas Hellstrom · 11 years ago
  72. 8d17fb4 drm/ttm: Allow execbuf util reserves without ticket by Thomas Hellstrom · 11 years ago
  73. 7aeb744 drm/ttm: Enable the dma page pool also for intel IOMMUs by Thomas Hellstrom · 11 years ago
  74. 72525b3 drm/ttm: convert to unified vma offset manager by David Herrmann · 11 years ago
  75. 8f26254 drm/ttm: get rid of ttm_bo_is_reserved by Maarten Lankhorst · 12 years ago
  76. 3482032 drm/ttm: inline ttm_bo_reserve and related calls by Maarten Lankhorst · 12 years ago
  77. 5e33840 drm/ttm: convert to the reservation api by Maarten Lankhorst · 12 years ago
  78. ecff665 drm/ttm: make ttm reservation calls behave like reservation calls by Maarten Lankhorst · 12 years ago
  79. afe6804 ttm: export functions to allow qxl do its own iomapping by Dave Airlie · 12 years ago
  80. cc4c0c4 drm/ttm: unexport ttm_bo_wait_unreserved by Maarten Lankhorst · 12 years ago
  81. 5e45d7d drm/ttm: add ttm_bo_reserve_slowpath by Maarten Lankhorst · 12 years ago
  82. 63d0a41 drm/ttm: remove lru_lock around ttm_bo_reserve by Maarten Lankhorst · 12 years ago
  83. 97a875c drm/ttm: remove no_wait_reserve, v3 by Maarten Lankhorst · 12 years ago
  84. 654aa792 drm/ttm: alter cpu_writers to return -EBUSY in ttm_execbuf_util reservations by Maarten Lankhorst · 12 years ago
  85. cdad052 drm/ttm, drm/vmwgfx: Use RCU locking for object lookups v3 by Thomas Hellstrom · 12 years ago
  86. dedfdff drm/ttm: remove sync_arg from driver functions by Maarten Lankhorst · 12 years ago
  87. b03640b drm/ttm: remove sync_obj_arg from ttm_bo_move_accel_cleanup by Maarten Lankhorst · 12 years ago
  88. 5fb4ef0 drm/ttm: remove sync_obj_arg member by Maarten Lankhorst · 12 years ago
  89. 9192674 drm/ttm: remove ttm_mem_global->queue by Marcin Slusarz · 12 years ago
  90. 830e283 drm/ttm: remove ttm_bo_device->nice_mode by Marcin Slusarz · 12 years ago
  91. 0b91c4a drm/ttm: remove ttm_buffer_object->buffer_start by Marcin Slusarz · 12 years ago
  92. a9dbfff drm/ttm: add ttm_bo_is_reserved by Maarten Lankhorst · 12 years ago
  93. a1ce392 UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel system headers by David Howells · 12 years ago
  94. b97ce28 drm/ttm: remove stale declaration and field by Ilija Hadzic · 12 years ago
  95. 129b78b ttm: add prime sharing support to TTM (v2) by Dave Airlie · 13 years ago
  96. 187f188 BUG: headers with BUG/BUG_ON etc. need linux/bug.h by Paul Gortmaker · 13 years ago
  97. dea7e0a ttm: fix agp since ttm tt rework by Jerome Glisse · 13 years ago
  98. 57de4ba drm/ttm: simplify memory accounting for ttm user v2 by Jerome Glisse · 13 years ago
  99. 8e7e705 drm/ttm: isolate dma data from ttm_tt V4 by Jerome Glisse · 13 years ago
  100. 2334b75 drm/ttm: provide dma aware ttm page pool code V9 by Konrad Rzeszutek Wilk · 13 years ago