Age | Commit message (Expand) | Author |
2019-11-14 | drm/ttm, drm/vmwgfx: Use a configuration option for the TTM dma page pool | Thomas Hellstrom |
2019-10-25 | drm/ttm: remove pointers to globals | Christian König |
2019-07-18 | drm/ttm: use the same attributes when freeing d_page->vaddr | Fuqian Huang |
2018-08-27 | drm/ttm: remove dead codes | Huang Rui |
2018-08-01 | drm/ttm: fix missed conversion of set_pages_array_uc | Huang Rui |
2018-07-27 | drm/ttm: Merge hugepage attr changes in ttm_dma_page_put. (v2) | Bas Nieuwenhuizen |
2018-07-27 | drm/ttm: clean up non-x86 definitions on ttm_page_alloc_dma | Huang Rui |
2018-06-12 | treewide: kmalloc() -> kmalloc_array() | Kees Cook |
2018-05-09 | drm/ttm: Use GFP_TRANSHUGE_LIGHT for allocating huge pages | Michel Dänzer |
2018-02-26 | drm/ttm: check if free mem space is under the lower limit | Roger He |
2018-02-26 | drm/ttm: drop ttm->glob | Christian König |
2018-02-19 | drm/ttm: Simplify ttm_dma_page_put() | Tom St Denis |
2018-02-19 | drm/ttm: Fix coding style in ttm_dma_pool_alloc_new_pages() | Tom St Denis |
2018-02-19 | drm/ttm: Simplify ttm_dma_find_pool() (v2) | Tom St Denis |
2018-02-19 | drm/ttm: Fix coding style in ttm_pool_store() | Tom St Denis |
2018-02-19 | drm/ttm: Allow page allocations w/o triggering OOM.. | Andrey Grodzovsky |
2018-01-18 | drm/ttm: add VADDR_FLAG_UPDATED_COUNT to correctly update dma_page global count | Roger He |
2018-01-16 | drm/ttm: check the return value of register_shrinker | Roger He |
2018-01-10 | drm/ttm: specify DMA_ATTR_NO_WARN for huge page pools | Christian König |
2017-12-28 | drm/ttm: use an operation ctx for ttm_tt_populate in ttm_bo_driver (v2) | Roger He |
2017-12-27 | drm/ttm: use an operation ctx for ttm_mem_global_alloc_page | Roger He |
2017-12-06 | drm/ttm: Use a static string instead of an array of char * | Joe Perches |
2017-11-04 | drm/ttm: Downgrade pr_err to pr_debug for memory allocation failures | Michel Dänzer |
2017-10-19 | drm/ttm: don't use compound pages for now | Christian König |
2017-10-06 | drm/ttm: add transparent huge page support for DMA allocations v2 | Christian König |
2017-10-06 | drm/ttm: add support for different pool sizes | Christian König |
2017-10-06 | drm/ttm: remove unsued options from ttm_mem_global_alloc_page | Christian König |
2017-09-26 | drm/ttm: cleanup ttm_page_alloc_dma.c | Christian König |
2017-05-08 | drm: use set_memory.h header | Laura Abbott |
2016-09-16 | drm/ttm: remove cpu_address member from ttm_tt | Alexandre Courbot |
2016-03-30 | drm/ttm: Remove TTM_HAS_AGP | Daniel Vetter |
2015-07-17 | drm/ttm: improve uncached page deallocation. | Jérôme Glisse |
2015-07-17 | drm/ttm: fix uncached page deallocation to properly fill page pool v3. | Jérôme Glisse |
2015-06-02 | drm/ttm: dma: Don't crash on memory in the vmalloc range | Alexandre Courbot |
2014-11-20 | drm/ttm: Avoid memory allocation from shrinker functions. | Tetsuo Handa |
2014-08-10 | drm/ttm: expose CPU address of DMA-allocated pages | Alexandre Courbot |
2014-08-05 | drm/ttm: Pass GFP flags in order to avoid deadlock. | Tetsuo Handa |
2014-08-05 | drm/ttm: Use mutex_trylock() to avoid deadlock inside shrinker functions. | Tetsuo Handa |
2014-08-05 | drm/ttm: Choose a pool to shrink correctly in ttm_dma_pool_shrink_scan(). | Tetsuo Handa |
2014-08-05 | drm/ttm: Fix possible division by 0 in ttm_dma_pool_shrink_scan(). | Tetsuo Handa |
2013-11-06 | drm/ttm: Enable the dma page pool also for intel IOMMUs | Thomas Hellstrom |
2013-09-10 | drivers: convert shrinkers to new count/scan API | Dave Chinner |
2012-10-03 | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds |
2012-10-02 | UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/ | David Howells |
2012-10-02 | drivers/gpu/drm/ttm/ttm_page_alloc_dma.c: Remove useless kfree | Peter Senna Tschudin |
2012-03-20 | drm/ttm: Use pr_fmt and pr_<level> | Joe Perches |
2012-01-13 | ttm/dma: Remove the WARN() which is not useful. | Konrad Rzeszutek Wilk |
2012-01-10 | drm/ttm: fix condition (and vs or) | Dan Carpenter |
2012-01-06 | drm/ttm/dma: Fix accounting error when calling ttm_mem_global_free_page and d... | Konrad Rzeszutek Wilk |
2012-01-06 | drm/ttm/dma: Only call set_pages_array_wb when the page is not in WB pool. | Konrad Rzeszutek Wilk |