1. 6e87fa4 drivers: gpu: Mark function as static in ttm_bo.c by Rashika Kheria · 11 years ago
  2. c58f009 drm/ttm: Remove set_need_resched from the ttm fault handler by Thomas Hellstrom · 11 years ago
  3. 59c8e66 drm/ttm: Fix memory type compatibility check by Thomas Hellstrom · 11 years ago
  4. 15205fb drm/ttm: Make NO_EVICT bos available to shrinkers pending destruction by Thomas Hellstrom · 11 years ago
  5. abf1903 drm/ttm: inline drm_bo_setup_vm() by David Herrmann · 11 years ago
  6. 51335df drm/vma: provide drm_vma_node_unmap() helper by David Herrmann · 11 years ago
  7. 72525b3 drm/ttm: convert to unified vma offset manager by David Herrmann · 11 years ago
  8. 77ef8bb drm: make drm_mm_init() return void by David Herrmann · 11 years ago
  9. 009a9da drm/ttm: get rid of ttm_bo_is_reserved usage by Maarten Lankhorst · 11 years ago
  10. 3482032 drm/ttm: inline ttm_bo_reserve and related calls by Maarten Lankhorst · 11 years ago
  11. 5e33840 drm/ttm: convert to the reservation api by Maarten Lankhorst · 11 years ago
  12. ecff665 drm/ttm: make ttm reservation calls behave like reservation calls by Maarten Lankhorst · 11 years ago
  13. b9e5071 Merge branch 'for-airlied' of git://people.freedesktop.org/~mlankhorst/linux into drm-next by Dave Airlie · 11 years ago
  14. 014b344 ttm: on move memory failure don't leave a node dangling by Dave Airlie · 12 years ago
  15. cc4c0c4 drm/ttm: unexport ttm_bo_wait_unreserved by Maarten Lankhorst · 12 years ago
  16. 5e45d7d drm/ttm: add ttm_bo_reserve_slowpath by Maarten Lankhorst · 12 years ago
  17. 63d0a41 drm/ttm: remove lru_lock around ttm_bo_reserve by Maarten Lankhorst · 12 years ago
  18. 0953e76 drm/ttm: fix delayed ttm_bo_cleanup_refs_and_unlock delayed handling by Maarten Lankhorst · 12 years ago
  19. 97a875c drm/ttm: remove no_wait_reserve, v3 by Maarten Lankhorst · 12 years ago
  20. e7ab201 drm/ttm: cope with reserved buffers on lru list in ttm_mem_evict_first, v2 by Maarten Lankhorst · 12 years ago
  21. 2b7b3ad drm/ttm: cope with reserved buffers on swap list in ttm_bo_swapout, v2 by Maarten Lankhorst · 12 years ago
  22. 85b144f drm/ttm: call ttm_bo_cleanup_refs with reservation and lru lock held, v3 by Maarten Lankhorst · 12 years ago
  23. 4154f05 drm/ttm: change fence_lock to inner lock by Maarten Lankhorst · 12 years ago
  24. 82fe50b drm/ttm: Optimize vm locking using kref_get_unless_zero v3 by Thomas Hellstrom · 12 years ago
  25. 654aa792 drm/ttm: alter cpu_writers to return -EBUSY in ttm_execbuf_util reservations by Maarten Lankhorst · 12 years ago
  26. 6c1e963 drm/ttm: Optimize reservation slightly by Thomas Hellstrom · 12 years ago
  27. dedfdff drm/ttm: remove sync_arg from driver functions by Maarten Lankhorst · 12 years ago
  28. 5fb4ef0 drm/ttm: remove sync_obj_arg member by Maarten Lankhorst · 12 years ago
  29. 830e283 drm/ttm: remove ttm_bo_device->nice_mode by Marcin Slusarz · 12 years ago
  30. 0b91c4a drm/ttm: remove ttm_buffer_object->buffer_start by Marcin Slusarz · 12 years ago
  31. a9dbfff drm/ttm: add ttm_bo_is_reserved by Maarten Lankhorst · 12 years ago
  32. b8e902f drm/ttm: Fix a theoretical race in ttm_bo_cleanup_refs() by Thomas Hellstrom · 12 years ago
  33. 7bc17a7 drm/ttm: Fix a theoretical race by Thomas Hellstrom · 12 years ago
  34. 760285e UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/ by David Howells · 12 years ago
  35. a393c73 drm/ttm: Fix buffer object metadata accounting regression v2 by Thomas Hellstrom · 12 years ago
  36. a8ff3ee drm/ttm: Fix spinlock imbalance by Thomas Hellstrom · 12 years ago
  37. 129b78b ttm: add prime sharing support to TTM (v2) by Dave Airlie · 12 years ago
  38. 25d0479 drm/ttm: Use pr_fmt and pr_<level> by Joe Perches · 12 years ago
  39. 9f1feed drm/ttm: fix two regressions since move_notify changes by Ben Skeggs · 13 years ago
  40. 1fbe6f6 Merge tag 'v3.2-rc6' of /home/airlied/devel/kernel/linux-2.6 into drm-core-next by Dave Airlie · 13 years ago
  41. dc97b34 drm/ttm: callback move_notify any time bo placement change v4 by Jerome Glisse · 13 years ago
  42. 57de4ba drm/ttm: simplify memory accounting for ttm user v2 by Jerome Glisse · 13 years ago
  43. 649bf3c drm/ttm: merge ttm_backend and ttm_tt V5 by Jerome Glisse · 13 years ago
  44. 3316497 drm/ttm: remove userspace backed ttm object support by Jerome Glisse · 13 years ago
  45. 26cc40a ttm: Don't return the bo reserved on error path by Thomas Hellstrom · 13 years ago
  46. 1717c0e Revert "drm/ttm: add a way to bo_wait for either the last read or last write" by Dave Airlie · 13 years ago
  47. 017ed80 Merge tag 'v3.1-rc10' into drm-core-next by Dave Airlie · 13 years ago
  48. 4d79893 ttm: export ttm_bo_create by Thomas Hellstrom · 13 years ago
  49. ff02b13 drm/ttm: request zeroed system memory pages for new TT buffer objects by Ben Skeggs · 13 years ago
  50. dfadbbd drm/ttm: add a way to bo_wait for either the last read or last write by Marek Olšák · 13 years ago
  51. 8d3bb23 drm/ttm: ensure ttm for new node is bound before calling move_notify() by Ben Skeggs · 13 years ago
  52. 7c4c396 drm/ttm: fix ttm_bo_add_ttm(user) failure path by Marcin Slusarz · 13 years ago
  53. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  54. 5df2397 drm: fix "persistant" typo by Jan Engelhardt · 13 years ago
  55. 82ef594 drm/ttm: call driver move_notify() when doing system->tt bo moves by Ben Skeggs · 13 years ago
  56. 5b2eef9 Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 14 years ago
  57. f094cfc drm/ttm: use cancel_delayed_work_sync() in ttm_bo by Tejun Heo · 14 years ago
  58. eba6709 drm/ttm: Fix up io_mem_reserve / io_mem_free calling by Thomas Hellstrom · 14 years ago
  59. 6570596 drm/ttm/vmwgfx: Have TTM manage the validation sequence. by Thomas Hellstrom · 14 years ago
  60. 95762c2 drm/ttm: Improved fencing of buffer object lists by Thomas Hellstrom · 14 years ago
  61. 702adba drm/ttm/radeon/nouveau: Kill the bo lock in favour of a bo device fence_lock by Thomas Hellstrom · 14 years ago
  62. 96726fe drm/ttm: Don't deadlock on recursive multi-bo reservations by Thomas Hellstrom · 14 years ago
  63. 2357cbe drm/ttm: Use kref_sub instead of repeatedly calling kref_put by Thomas Hellstrom · 14 years ago
  64. d6ea888 drm/ttm: Add a bo list reserve fastpath (v2) by Dave Airlie · 14 years ago
  65. 95ccb0f drm/ttm: Fix up a theoretical deadlock by Thomas Hellstrom · 14 years ago
  66. 7dfbbdc drm/ttm: Be consistent on ttm_bo_init() failures by Thomas Hellstrom · 14 years ago
  67. 29e190e drm/ttm: Remove the CAP_SYS_ADMIN requirement for bo pinning by Thomas Hellstrom · 14 years ago
  68. aa12326 drm/ttm: Make sure a sync object doesn't disappear while we use it by Thomas Hellstrom · 14 years ago
  69. 06fba6d drm/ttm: Add a barrier when unreserving by Thomas Hellstrom · 14 years ago
  70. dbc4a5b drm/ttm: Remove mm init error printouts and checks by Thomas Hellstrom · 14 years ago
  71. 6e4c55d drm/ttm: Remove pointless list_empty check by Thomas Hellstrom · 14 years ago
  72. 3205bc2 drm/ttm: Documentation update by Thomas Hellstrom · 14 years ago
  73. e1efc9b drm/ttm: Optimize delayed buffer destruction by Thomas Hellstrom · 14 years ago
  74. 40d857b drm/ttm: Avoid using the ttm_mem_type_manager::put_locked function by Thomas Hellstrom · 14 years ago
  75. 965d380 drm/ttm: Simplify ttm_bo_wait_unreserved by Jean Delvare · 14 years ago
  76. c9220b0 drm/ttm: add unlocked variant of new manager put node. by Dave Airlie · 14 years ago
  77. b7ae505 Merge branch 'drm-fixes' of /home/airlied/kernel/linux-2.6 into drm-core-next by Dave Airlie · 14 years ago
  78. 1df6a2e drm/ttm: Fix two race conditions + fix busy codepaths by Thomas Hellstrom · 14 years ago
  79. d961db7 drm/ttm: restructure to allow driver to plug in alternate memory manager by Ben Skeggs · 14 years ago
  80. 42311ff drm/ttm: introduce utility function to free an allocated memory node by Ben Skeggs · 14 years ago
  81. ba4420c drm: move ttm global code to core drm by Dave Airlie · 14 years ago
  82. db3307a drm: kill drm_mm_node->private by Daniel Vetter · 14 years ago
  83. 59534f7 Merge branch 'drm-for-2.6.35' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 14 years ago
  84. 7c5ee53 ttm: Provide an API for starting and stopping the delayed workqueue by Matthew Garrett · 14 years ago
  85. 8cfe92d drm/ttm: Remove the ttm_bo_block_reservation() function. by Thomas Hellstrom · 14 years ago
  86. 0c321c7 drm/ttm: remove io_ field from TTM V6 by Jerome Glisse · 14 years ago
  87. 82c5da6 drm/ttm: ttm_fault callback to allow driver to handle bo placement V6 by Jerome Glisse · 14 years ago
  88. 9d87fa2 drm/ttm: split no_wait argument in 2 GPU or reserve wait by Jerome Glisse · 14 years ago
  89. 3595be7 Merge branch 'v2.6.34-rc2' into drm-linus by Dave Airlie · 14 years ago
  90. b642ed0 drm: "kobject_init/kobject_add" -> "kobject_init_and_add". by Robert P. J. Day · 14 years ago
  91. 52cf25d Driver core: Constify struct sysfs_ops in struct kobj_type by Emese Revfy · 15 years ago
  92. e22238e drm/ttm: Fix a bug occuring when validating a buffer object in a range. by Thomas Hellstrom · 14 years ago
  93. 0eaddb2 drm/ttm: Allow system memory as a busy placement. by Thomas Hellstrom · 15 years ago
  94. 1a961ce drm/ttm: Fix race condition in ttm_bo_delayed_delete (v3, final) by Luca Barbieri · 15 years ago
  95. 354fb52 drm/ttm: Make sure system buffer objects has offset == 0. by Thomas Hellstrom · 15 years ago
  96. e99e1e7 drm/ttm: Export symbols needed for vmwgfx suspend / resume operations. by Thomas Hellstrom · 15 years ago
  97. 3f09ea4 drm/ttm: Add a swap_notify callback. by Thomas Hellstrom · 15 years ago
  98. 5012f50 drm/ttm: Fix memory type manager debug information printing by Jerome Glisse · 15 years ago
  99. eb6d2c3 drm/ttm: Fix printk format & compute bo->mem.size at bo initialization by Jerome Glisse · 15 years ago
  100. 9c51ba1 drm/ttm: Fix potential ttm_mem_evict_first races. by Thomas Hellstrom · 15 years ago