1. 4533933 drm/ttm: fix incrementing the page pointer for huge pages by Christian König · 6 years ago
  2. ac1e516 drm/ttm: fix start page for huge page check in ttm_put_pages() by Christian König · 6 years ago
  3. a66477b drm/ttm: fix out-of-bounds read in ttm_put_pages() v2 by Christian König · 6 years ago
  4. d55f9b8 drm/ttm: clean up non-x86 definitions on ttm_page_alloc by Huang Rui · 7 years ago
  5. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
  6. da29132 drm/ttm: Use GFP_TRANSHUGE_LIGHT for allocating huge pages by Michel Dänzer · 7 years ago
  7. ec3fe39 drm/ttm: check if free mem space is under the lower limit by Roger He · 7 years ago
  8. 3231a769 drm/ttm: drop ttm->glob by Christian König · 7 years ago
  9. 4d869f2 drm/ttm: add the missed global memory count update by Roger He · 7 years ago
  10. cb5f1a5 drm/ttm: Allow page allocations w/o triggering OOM.. by Andrey Grodzovsky · 7 years ago
  11. 22bc72c Merge branch 'drm-next-4.16' of git://people.freedesktop.org/~agd5f/linux into drm-next by Dave Airlie · 7 years ago
  12. 4a6cc7a BackMerge tag 'v4.15-rc8' into drm-next by Dave Airlie · 7 years ago
  13. 9483ce7 drm/ttm: only free pages rather than update global memory count together by Roger He · 7 years ago
  14. e272159 drm/ttm: check the return value of register_shrinker by Roger He · 7 years ago
  15. 19d859a drm/ttm: check the return value of kzalloc by Xiongwei Song · 7 years ago
  16. d0cef9f drm/ttm: use an operation ctx for ttm_tt_populate in ttm_bo_driver (v2) by Roger He · 7 years ago
  17. 9de2fb9 drm/ttm: use an operation ctx for ttm_mem_global_alloc_page by Roger He · 7 years ago
  18. 13d3fc6 drm/ttm: max_cpages is in unit of native page by Monk Liu · 7 years ago
  19. a782fc8 drm/ttm: fix incorrect calculate on shrink_pages by Monk Liu · 7 years ago
  20. a8d25a86 drm/ttm: max_cpages is in unit of native page by Monk Liu · 7 years ago
  21. 0aaa59f drm/ttm: fix incorrect calculate on shrink_pages by Monk Liu · 7 years ago
  22. ae937fe drm/ttm: swap consecutive allocated pooled pages v4 by Christian König · 7 years ago
  23. fdb1a22 drm/ttm: swap consecutive allocated cached pages v3 by Christian König · 7 years ago
  24. 1bfcbad drm/ttm: roundup the shrink request to prevent skip huge pool by Roger He · 7 years ago
  25. 444f8ef drm/ttm: add page order support in ttm_pages_put by Roger He · 7 years ago
  26. 154683d drm/ttm: add set_pages_wb for handling page order more than zero by Roger He · 7 years ago
  27. 750a250 drm/ttm: add page order in page pool by Roger He · 7 years ago
  28. f991c0e drm/ttm: use NUM_PAGES_TO_ALLOC always by Roger He · 7 years ago
  29. e60bb46b drm/ttm: swap consecutive allocated pooled pages v4 by Christian König · 7 years ago
  30. 5ff7ec0 drm/ttm: swap consecutive allocated cached pages v3 by Christian König · 7 years ago
  31. 2bf257d drm/ttm: roundup the shrink request to prevent skip huge pool by Roger He · 7 years ago
  32. bae5c5b drm/ttm: add page order support in ttm_pages_put by Roger He · 7 years ago
  33. 54ddc5f drm/ttm: add set_pages_wb for handling page order more than zero by Roger He · 7 years ago
  34. 6d5e4e3 drm/ttm: add page order in page pool by Roger He · 7 years ago
  35. 1ee0d3d drm/ttm: use NUM_PAGES_TO_ALLOC always by Roger He · 7 years ago
  36. 503505b Merge branch 'drm-fixes-4.15' of git://people.freedesktop.org/~agd5f/linux into drm-fixes by Dave Airlie · 7 years ago
  37. 1569d65 drm/ttm: fix populate_and_map() functions once more by Christian König · 7 years ago
  38. 33d22c2 drm/ttm: don't attempt to use hugepages if dma32 requested (v2) by Dave Airlie · 7 years ago
  39. 767601d drm/ttm: Downgrade pr_err to pr_debug for memory allocation failures by Michel Dänzer · 7 years ago
  40. 5c42c64 drm/ttm: fix the fix for huge compound pages by Christian König · 7 years ago
  41. 7d0a428 drm/ttm: Fix unused variables with huge page support by Tom St Denis · 7 years ago
  42. 6ed4e2e drm/ttm: add transparent huge page support for wc or uc allocations v2 by Christian König · 7 years ago
  43. 8593e9b drm/ttm: move more logic into ttm_page_pool_get_pages by Christian König · 7 years ago
  44. 0284f1e drm/ttm: add transparent huge page support for cached allocations v2 by Christian König · 7 years ago
  45. 6056a1a drm/ttm: DMA map/unmap consecutive pages as a whole v2 by Christian König · 7 years ago
  46. c6e839a drm/ttm: allocate/free multiple pages in a single call by Christian König · 7 years ago
  47. d188bfa drm/ttm: add support for different pool sizes by Christian König · 8 years ago
  48. f9ebec5 drm/ttm: remove unsued options from ttm_mem_global_alloc_page by Christian König · 7 years ago
  49. 7a9667a drm/ttm: Fix configuration error around populate_and_map() functions by Tom St Denis · 8 years ago
  50. a4dec81 drm/ttm: Add helper functions to populate/map in one call (v2) by Tom St Denis · 8 years ago
  51. 9afae27 drm/ttm: Fix accounting error when fail to get pages for pool by Xiangliang.Yu · 8 years ago
  52. ed3ba07 drm: use set_memory.h header by Laura Abbott · 8 years ago
  53. e6bf6e5 drm/ttm: Remove TTM_HAS_AGP by Daniel Vetter · 9 years ago
  54. 881fdaa drm/ttm: Avoid memory allocation from shrinker functions. by Tetsuo Handa · 10 years ago
  55. a91576d drm/ttm: Pass GFP flags in order to avoid deadlock. by Tetsuo Handa · 11 years ago
  56. 71336e01 drm/ttm: Fix possible stack overflow by recursive shrinker calls. by Tetsuo Handa · 11 years ago
  57. 3b9c214 drm/ttm: use gfp_t instead of int for flags. by Dave Airlie · 11 years ago
  58. 7dc19d5 drivers: convert shrinkers to new count/scan API by Dave Chinner · 12 years ago
  59. ac207ed ttm: Clear the ttm page allocated from high memory zone correctly by Zhao Yakui · 12 years ago
  60. 760285e UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/ by David Howells · 12 years ago
  61. 25d0479 drm/ttm: Use pr_fmt and pr_<level> by Joe Perches · 13 years ago
  62. 8e7e705 drm/ttm: isolate dma data from ttm_tt V4 by Jerome Glisse · 13 years ago
  63. b1e5f17 drm/ttm: introduce callback for ttm_tt populate & unpopulate V4 by Jerome Glisse · 13 years ago
  64. 822c4d9 drm/ttm: page allocation use page array instead of list by Jerome Glisse · 13 years ago
  65. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 14 years ago
  66. 0d74f86 ttm: Fix spelling mistakes and remove unused #ifdef by Konrad Rzeszutek Wilk · 14 years ago
  67. 1495f23 vmscan: change shrinker API by passing shrink_control struct by Ying Han · 14 years ago
  68. d87dfdb Revert "ttm: Utilize the DMA API for pages that have TTM_PAGE_FLAG_DMA32 set." by Dave Airlie · 14 years ago
  69. a2c06ee Revert "ttm: Include the 'struct dev' when using the DMA API." by Dave Airlie · 14 years ago
  70. 5a893fc ttm: Include the 'struct dev' when using the DMA API. by Konrad Rzeszutek Wilk · 14 years ago
  71. 69a07f0b ttm: Utilize the DMA API for pages that have TTM_PAGE_FLAG_DMA32 set. by Konrad Rzeszutek Wilk · 14 years ago
  72. f9820a4 ttm: Introduce a placeholder for DMA (bus) addresses. by Konrad Rzeszutek Wilk · 14 years ago
  73. 0e57a3c drm: ttm sparse fixes. by Daniel J Blueman · 14 years ago
  74. 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
  75. d667865 Fix ttm_page_alloc.c build breakage by Luck, Tony · 15 years ago
  76. 567c7b0 mm: add context argument to shrinker callback to remaining shrinkers by Dave Chinner · 15 years ago
  77. 1e8655f drm/ttm: Fix build on architectures without AGP by Ben Hutchings · 15 years ago
  78. 5870a4d drm/ttm: Allocate the page pool manager in the heap. by Francisco Jerez · 15 years ago
  79. 7c2a9ac drm/ttm: non pooled page allocation should have GFP_USER set by Jerome Glisse · 15 years ago
  80. 4abe438 drm/ttm: Fix ttm_page_alloc.c by Thomas Hellstrom · 15 years ago
  81. e8613c0 drm/ttm: Fix cached TTM page allocation. by Thomas Hellstrom · 15 years ago
  82. 2125b8a drm/ttm: using kmalloc/kfree requires including slab.h by Stephen Rothwell · 15 years ago
  83. 4cdc840 drm/ttm: include linux/seq_file.h for seq_printf by Matt Turner · 15 years ago
  84. c96af79 drm/ttm: Add sysfs interface to control pool allocator. by Pauli Nieminen · 15 years ago
  85. 975efdb drm/ttm: Use set_pages_array_wc instead of set_memory_wc. by Pauli Nieminen · 15 years ago
  86. 0745866 drm/ttm: Add debugfs output entry to pool allocator. by Pauli Nieminen · 15 years ago
  87. 1403b1a drm/ttm: add pool wc/uc page allocator V3 by Pauli Nieminen · 15 years ago