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