1. 7a444d1 drm/ttm: Fix memory leak in ttm_agp_backend.c by Masanari Iida · 10 years ago
  2. 1b76af5 drm/ttm: Don't clear page metadata of imported sg pages by Thomas Hellstrom · 11 years ago
  3. c66f854 drm/ttm: Fix TTM object open regression by Thomas Hellstrom · 11 years ago
  4. cfd72a4 Merge branch 'drm-intel-next' of git://people.freedesktop.org/~danvet/drm-intel into drm-next by Dave Airlie · 11 years ago
  5. faf096f Merge tag 'vmwgfx-next-2014-01-13' of git://people.freedesktop.org/~thomash/linux into drm-next by Dave Airlie · 11 years ago
  6. 5202870 drivers: gpu: Remove unused function in ttm_lock.c by Rashika Kheria · 11 years ago
  7. dcbff15 drivers: gpu: Mark function as static in ttm_bo_util.c by Rashika Kheria · 11 years ago
  8. 6e87fa4 drivers: gpu: Mark function as static in ttm_bo.c by Rashika Kheria · 11 years ago
  9. 05efb1a drm/ttm: ttm object security fixes for render nodes by Thomas Hellstrom · 11 years ago
  10. 58aa662 drm/ttm: Correctly set page mapping and -index members by Thomas Hellstrom · 11 years ago
  11. 667a50d drm/ttm: Refuse to fault (prime-) imported pages by Thomas Hellstrom · 11 years ago
  12. 7dfe8b6 drm/ttm: Use VM_PFNMAP for shared bo maps by Thomas Hellstrom · 11 years ago
  13. 2e6d8b4 drm/ttm: Fix swapin regression by Thomas Hellstrom · 11 years ago
  14. 4cda878 drm: Kill DRM_SUSER by Daniel Vetter · 11 years ago
  15. d386735 drm/ttm: Fix accesses through vmas with only partial coverage by Thomas Hellstrom · 11 years ago
  16. 27946e9 Merge branch 'ttm-fixes-3.13' of git://people.freedesktop.org/~thomash/linux into drm-fixes by Dave Airlie · 11 years ago
  17. c58f009 drm/ttm: Remove set_need_resched from the ttm fault handler by Thomas Hellstrom · 11 years ago
  18. 0bc2542 drm/ttm: Don't move non-existing data by Thomas Hellstrom · 11 years ago
  19. 65981f7 drm/ttm: Add a minimal prime implementation for ttm base objects by Thomas Hellstrom · 11 years ago
  20. 8d17fb4 drm/ttm: Allow execbuf util reserves without ticket by Thomas Hellstrom · 11 years ago
  21. 792e6a6 Merge branch 'ttm-next-3.13' of git://people.freedesktop.org/~thomash/linux into drm-next by Dave Airlie · 11 years ago
  22. 3943875 drm/ttm: Fix vma page_prot bit manipulation by Thomas Hellstrom · 11 years ago
  23. 212c444 Merge branch 'ttm-next-3.13' of git://people.freedesktop.org/~thomash/linux into drm-next by Dave Airlie · 11 years ago
  24. 59c8e66 drm/ttm: Fix memory type compatibility check by Thomas Hellstrom · 11 years ago
  25. da95c78 drm/ttm: Fix ttm_bo_move_memcpy by Thomas Hellstrom · 11 years ago
  26. 9a0599d drm/ttm: Handle in-memory region copies by Jakob Bornecrantz · 11 years ago
  27. 15205fb drm/ttm: Make NO_EVICT bos available to shrinkers pending destruction by Thomas Hellstrom · 11 years ago
  28. cbe12e7 drm/ttm: Allow vm fault retries by Thomas Hellstrom · 11 years ago
  29. 7aeb744 drm/ttm: Enable the dma page pool also for intel IOMMUs by Thomas Hellstrom · 11 years ago
  30. ed24fee Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 11 years ago
  31. bcf73a1 drm, ttm Fix uninitialized warning by Prarit Bhargava · 11 years ago
  32. 182b17c drm/ttm: fix the tt_populated check in ttm_tt_destroy() by Ben Skeggs · 11 years ago
  33. 7dc19d5 drivers: convert shrinkers to new count/scan API by Dave Chinner · 11 years ago
  34. 5c69294 drm/ttm: kill unused functions by Maarten Lankhorst · 11 years ago
  35. abf1903 drm/ttm: inline drm_bo_setup_vm() by David Herrmann · 11 years ago
  36. 78af329 drm/ttm: replace drm_mm_pre_get() by direct alloc by David Herrmann · 11 years ago
  37. 31e5d7c drm/mm: add "best_match" flag to drm_mm_insert_node() by David Herrmann · 11 years ago
  38. 51335df drm/vma: provide drm_vma_node_unmap() helper by David Herrmann · 11 years ago
  39. 72525b3 drm/ttm: convert to unified vma offset manager by David Herrmann · 11 years ago
  40. 77ef8bb drm: make drm_mm_init() return void by David Herrmann · 11 years ago
  41. 009a9da drm/ttm: get rid of ttm_bo_is_reserved usage by Maarten Lankhorst · 11 years ago
  42. 3482032 drm/ttm: inline ttm_bo_reserve and related calls by Maarten Lankhorst · 11 years ago
  43. 5e33840 drm/ttm: convert to the reservation api by Maarten Lankhorst · 11 years ago
  44. ecff665 drm/ttm: make ttm reservation calls behave like reservation calls by Maarten Lankhorst · 11 years ago
  45. 025df77 drm: use vma_pages() to replace (vm_end - vm_start) >> PAGE_SHIFT by Libin · 11 years ago
  46. afe6804 ttm: export functions to allow qxl do its own iomapping by Dave Airlie · 12 years ago
  47. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  48. fffddfd Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 11 years ago
  49. 496ad9a new helper: file_inode(file) by Al Viro · 12 years ago
  50. b9e5071 Merge branch 'for-airlied' of git://people.freedesktop.org/~mlankhorst/linux into drm-next by Dave Airlie · 12 years ago
  51. ff7c60c drm/ttm: fix fence locking in ttm_buffer_object_transfer, 2nd try by Daniel Vetter · 12 years ago
  52. 014b344 ttm: on move memory failure don't leave a node dangling by Dave Airlie · 12 years ago
  53. 6305418 ttm: don't destroy old mm_node on memcpy failure by Dave Airlie · 12 years ago
  54. cc4c0c4 drm/ttm: unexport ttm_bo_wait_unreserved by Maarten Lankhorst · 12 years ago
  55. f2d476a drm/ttm: use ttm_bo_reserve_slowpath_nolru in ttm_eu_reserve_buffers, v2 by Maarten Lankhorst · 12 years ago
  56. 5e45d7d drm/ttm: add ttm_bo_reserve_slowpath by Maarten Lankhorst · 12 years ago
  57. 7a18630 drm/ttm: cleanup ttm_eu_reserve_buffers handling by Maarten Lankhorst · 12 years ago
  58. 63d0a41 drm/ttm: remove lru_lock around ttm_bo_reserve by Maarten Lankhorst · 12 years ago
  59. e8e8962 drm/ttm: fix fence locking in ttm_buffer_object_transfer by Daniel Vetter · 12 years ago
  60. 0953e76 drm/ttm: fix delayed ttm_bo_cleanup_refs_and_unlock delayed handling by Maarten Lankhorst · 12 years ago
  61. 97a875c drm/ttm: remove no_wait_reserve, v3 by Maarten Lankhorst · 12 years ago
  62. e7ab201 drm/ttm: cope with reserved buffers on lru list in ttm_mem_evict_first, v2 by Maarten Lankhorst · 12 years ago
  63. 2b7b3ad drm/ttm: cope with reserved buffers on swap list in ttm_bo_swapout, v2 by Maarten Lankhorst · 12 years ago
  64. 85b144f drm/ttm: call ttm_bo_cleanup_refs with reservation and lru lock held, v3 by Maarten Lankhorst · 12 years ago
  65. 4154f05 drm/ttm: change fence_lock to inner lock by Maarten Lankhorst · 12 years ago
  66. 1a1494d Merge branch 'drm-next-3.8' of git://people.freedesktop.org/~agd5f/linux into drm-next by Dave Airlie · 12 years ago
  67. 82fe50b drm/ttm: Optimize vm locking using kref_get_unless_zero v3 by Thomas Hellstrom · 12 years ago
  68. 5293908 drm/ttm: Use the hashtab _rcu interface for ttm_objects by Thomas Hellstrom · 12 years ago
  69. ae8df2a drm/ttm: Fix locking in an error path by Thomas Hellstrom · 12 years ago
  70. 654aa792 drm/ttm: alter cpu_writers to return -EBUSY in ttm_execbuf_util reservations by Maarten Lankhorst · 12 years ago
  71. 6c1e963 drm/ttm: Optimize reservation slightly by Thomas Hellstrom · 12 years ago
  72. cdad052 drm/ttm, drm/vmwgfx: Use RCU locking for object lookups v3 by Thomas Hellstrom · 12 years ago
  73. dedfdff drm/ttm: remove sync_arg from driver functions by Maarten Lankhorst · 12 years ago
  74. b03640b drm/ttm: remove sync_obj_arg from ttm_bo_move_accel_cleanup by Maarten Lankhorst · 12 years ago
  75. 5fb4ef0 drm/ttm: remove sync_obj_arg member by Maarten Lankhorst · 12 years ago
  76. 9192674 drm/ttm: remove ttm_mem_global->queue by Marcin Slusarz · 12 years ago
  77. 830e283 drm/ttm: remove ttm_bo_device->nice_mode by Marcin Slusarz · 12 years ago
  78. 0b91c4a drm/ttm: remove ttm_buffer_object->buffer_start by Marcin Slusarz · 12 years ago
  79. 55aa914 drm/ttm: remove unneeded preempt_disable/enable by Akinobu Mita · 12 years ago
  80. ac207ed ttm: Clear the ttm page allocated from high memory zone correctly by Zhao Yakui · 12 years ago
  81. a9dbfff drm/ttm: add ttm_bo_is_reserved by Maarten Lankhorst · 12 years ago
  82. b8e902f drm/ttm: Fix a theoretical race in ttm_bo_cleanup_refs() by Thomas Hellstrom · 12 years ago
  83. 7bc17a7 drm/ttm: Fix a theoretical race by Thomas Hellstrom · 12 years ago
  84. 314e51b mm: kill vma flag VM_RESERVED and mm->reserved_vm counter by Konstantin Khlebnikov · 12 years ago
  85. 612a9aa Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 12 years ago
  86. 760285e UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/ by David Howells · 12 years ago
  87. 33cce6e drivers/gpu/drm/ttm/ttm_page_alloc_dma.c: Remove useless kfree by Peter Senna Tschudin · 12 years ago
  88. 259a290 gpu/drm/ttm: use copy_highpage by Akinobu Mita · 12 years ago
  89. 04cf55e drm: Handle io prot correctly for MIPS. by Huacai Chen · 12 years ago
  90. a393c73 drm/ttm: Fix buffer object metadata accounting regression v2 by Thomas Hellstrom · 12 years ago
  91. a8ff3ee drm/ttm: Fix spinlock imbalance by Thomas Hellstrom · 12 years ago
  92. 129b78b ttm: add prime sharing support to TTM (v2) by Dave Airlie · 12 years ago
  93. be53bfd Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 12 years ago
  94. 1c9c20f drm: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
  95. 25d0479 drm/ttm: Use pr_fmt and pr_<level> by Joe Perches · 12 years ago
  96. 9f1feed drm/ttm: fix two regressions since move_notify changes by Ben Skeggs · 13 years ago
  97. 0e11331 ttm/dma: Remove the WARN() which is not useful. by Konrad Rzeszutek Wilk · 13 years ago
  98. 7920aa5 drm/ttm: fix condition (and vs or) by Dan Carpenter · 13 years ago
  99. dea7e0a ttm: fix agp since ttm tt rework by Jerome Glisse · 13 years ago
  100. 2c05114 drm/ttm/dma: Fix accounting error when calling ttm_mem_global_free_page and don't try to free freed pages. by Konrad Rzeszutek Wilk · 13 years ago