summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/ttm/ttm_page_alloc_dma.c
AgeCommit message (Expand)Author
2019-07-18drm/ttm: use the same attributes when freeing d_page->vaddrFuqian Huang
2018-08-27drm/ttm: remove dead codesHuang Rui
2018-08-01drm/ttm: fix missed conversion of set_pages_array_ucHuang Rui
2018-07-27drm/ttm: Merge hugepage attr changes in ttm_dma_page_put. (v2)Bas Nieuwenhuizen
2018-07-27drm/ttm: clean up non-x86 definitions on ttm_page_alloc_dmaHuang Rui
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-05-09drm/ttm: Use GFP_TRANSHUGE_LIGHT for allocating huge pagesMichel Dänzer
2018-02-26drm/ttm: check if free mem space is under the lower limitRoger He
2018-02-26drm/ttm: drop ttm->globChristian König
2018-02-19drm/ttm: Simplify ttm_dma_page_put()Tom St Denis
2018-02-19drm/ttm: Fix coding style in ttm_dma_pool_alloc_new_pages()Tom St Denis
2018-02-19drm/ttm: Simplify ttm_dma_find_pool() (v2)Tom St Denis
2018-02-19drm/ttm: Fix coding style in ttm_pool_store()Tom St Denis
2018-02-19drm/ttm: Allow page allocations w/o triggering OOM..Andrey Grodzovsky
2018-01-18drm/ttm: add VADDR_FLAG_UPDATED_COUNT to correctly update dma_page global countRoger He
2018-01-16drm/ttm: check the return value of register_shrinkerRoger He
2018-01-10drm/ttm: specify DMA_ATTR_NO_WARN for huge page poolsChristian König
2017-12-28drm/ttm: use an operation ctx for ttm_tt_populate in ttm_bo_driver (v2)Roger He
2017-12-27drm/ttm: use an operation ctx for ttm_mem_global_alloc_pageRoger He
2017-12-06drm/ttm: Use a static string instead of an array of char *Joe Perches
2017-11-04drm/ttm: Downgrade pr_err to pr_debug for memory allocation failuresMichel Dänzer
2017-10-19drm/ttm: don't use compound pages for nowChristian König
2017-10-06drm/ttm: add transparent huge page support for DMA allocations v2Christian König
2017-10-06drm/ttm: add support for different pool sizesChristian König
2017-10-06drm/ttm: remove unsued options from ttm_mem_global_alloc_pageChristian König
2017-09-26drm/ttm: cleanup ttm_page_alloc_dma.cChristian König
2017-05-08drm: use set_memory.h headerLaura Abbott
2016-09-16drm/ttm: remove cpu_address member from ttm_ttAlexandre Courbot
2016-03-30drm/ttm: Remove TTM_HAS_AGPDaniel Vetter
2015-07-17drm/ttm: improve uncached page deallocation.Jérôme Glisse
2015-07-17drm/ttm: fix uncached page deallocation to properly fill page pool v3.Jérôme Glisse
2015-06-02drm/ttm: dma: Don't crash on memory in the vmalloc rangeAlexandre Courbot
2014-11-20drm/ttm: Avoid memory allocation from shrinker functions.Tetsuo Handa
2014-08-10drm/ttm: expose CPU address of DMA-allocated pagesAlexandre Courbot
2014-08-05drm/ttm: Pass GFP flags in order to avoid deadlock.Tetsuo Handa
2014-08-05drm/ttm: Use mutex_trylock() to avoid deadlock inside shrinker functions.Tetsuo Handa
2014-08-05drm/ttm: Choose a pool to shrink correctly in ttm_dma_pool_shrink_scan().Tetsuo Handa
2014-08-05drm/ttm: Fix possible division by 0 in ttm_dma_pool_shrink_scan().Tetsuo Handa
2013-11-06drm/ttm: Enable the dma page pool also for intel IOMMUsThomas Hellstrom
2013-09-10drivers: convert shrinkers to new count/scan APIDave Chinner
2012-10-03Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells
2012-10-02drivers/gpu/drm/ttm/ttm_page_alloc_dma.c: Remove useless kfreePeter Senna Tschudin
2012-03-20drm/ttm: Use pr_fmt and pr_<level>Joe Perches
2012-01-13ttm/dma: Remove the WARN() which is not useful.Konrad Rzeszutek Wilk
2012-01-10drm/ttm: fix condition (and vs or)Dan Carpenter
2012-01-06drm/ttm/dma: Fix accounting error when calling ttm_mem_global_free_page and d...Konrad Rzeszutek Wilk
2012-01-06drm/ttm/dma: Only call set_pages_array_wb when the page is not in WB pool.Konrad Rzeszutek Wilk
2011-12-06drm/ttm: isolate dma data from ttm_tt V4Jerome Glisse
2011-12-06drm/ttm: provide dma aware ttm page pool code V9Konrad Rzeszutek Wilk