1. e6bf6e5 drm/ttm: Remove TTM_HAS_AGP by Daniel Vetter · 9 years ago
  2. 881fdaa drm/ttm: Avoid memory allocation from shrinker functions. by Tetsuo Handa · 11 years ago
  3. a91576d drm/ttm: Pass GFP flags in order to avoid deadlock. by Tetsuo Handa · 11 years ago
  4. 71336e01 drm/ttm: Fix possible stack overflow by recursive shrinker calls. by Tetsuo Handa · 11 years ago
  5. 3b9c214 drm/ttm: use gfp_t instead of int for flags. by Dave Airlie · 11 years ago
  6. 7dc19d5 drivers: convert shrinkers to new count/scan API by Dave Chinner · 12 years ago
  7. ac207ed ttm: Clear the ttm page allocated from high memory zone correctly by Zhao Yakui · 13 years ago
  8. 760285e UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/ by David Howells · 13 years ago
  9. 25d0479 drm/ttm: Use pr_fmt and pr_<level> by Joe Perches · 13 years ago
  10. 8e7e705 drm/ttm: isolate dma data from ttm_tt V4 by Jerome Glisse · 14 years ago
  11. b1e5f17 drm/ttm: introduce callback for ttm_tt populate & unpopulate V4 by Jerome Glisse · 14 years ago
  12. 822c4d9 drm/ttm: page allocation use page array instead of list by Jerome Glisse · 14 years ago
  13. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 14 years ago
  14. 0d74f86 ttm: Fix spelling mistakes and remove unused #ifdef by Konrad Rzeszutek Wilk · 14 years ago
  15. 1495f23 vmscan: change shrinker API by passing shrink_control struct by Ying Han · 14 years ago
  16. d87dfdb Revert "ttm: Utilize the DMA API for pages that have TTM_PAGE_FLAG_DMA32 set." by Dave Airlie · 14 years ago
  17. a2c06ee Revert "ttm: Include the 'struct dev' when using the DMA API." by Dave Airlie · 14 years ago
  18. 5a893fc ttm: Include the 'struct dev' when using the DMA API. by Konrad Rzeszutek Wilk · 14 years ago
  19. 69a07f0 ttm: Utilize the DMA API for pages that have TTM_PAGE_FLAG_DMA32 set. by Konrad Rzeszutek Wilk · 15 years ago
  20. f9820a4 ttm: Introduce a placeholder for DMA (bus) addresses. by Konrad Rzeszutek Wilk · 15 years ago
  21. 0e57a3c drm: ttm sparse fixes. by Daniel J Blueman · 15 years ago
  22. 84d4db0 Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 15 years ago
  23. d667865 Fix ttm_page_alloc.c build breakage by Luck, Tony · 15 years ago
  24. 567c7b0 mm: add context argument to shrinker callback to remaining shrinkers by Dave Chinner · 15 years ago
  25. 1e8655f drm/ttm: Fix build on architectures without AGP by Ben Hutchings · 15 years ago
  26. 5870a4d drm/ttm: Allocate the page pool manager in the heap. by Francisco Jerez · 15 years ago
  27. 7c2a9ac drm/ttm: non pooled page allocation should have GFP_USER set by Jerome Glisse · 15 years ago
  28. 4abe438 drm/ttm: Fix ttm_page_alloc.c by Thomas Hellstrom · 15 years ago
  29. e8613c0 drm/ttm: Fix cached TTM page allocation. by Thomas Hellstrom · 15 years ago
  30. 2125b8a drm/ttm: using kmalloc/kfree requires including slab.h by Stephen Rothwell · 15 years ago
  31. 4cdc840 drm/ttm: include linux/seq_file.h for seq_printf by Matt Turner · 15 years ago
  32. c96af79 drm/ttm: Add sysfs interface to control pool allocator. by Pauli Nieminen · 15 years ago
  33. 975efdb drm/ttm: Use set_pages_array_wc instead of set_memory_wc. by Pauli Nieminen · 15 years ago
  34. 0745866 drm/ttm: Add debugfs output entry to pool allocator. by Pauli Nieminen · 15 years ago
  35. 1403b1a drm/ttm: add pool wc/uc page allocator V3 by Pauli Nieminen · 15 years ago