summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ttm/ttm_page_alloc.c
Commit message (Expand)AuthorAgeFilesLines
* drm/ttm: check the return value of kzallocXiongwei Song2018-01-021-0/+2
* drm/ttm: max_cpages is in unit of native pageMonk Liu2017-12-121-1/+1
* drm/ttm: fix incorrect calculate on shrink_pagesMonk Liu2017-12-121-0/+1
* drm/ttm: swap consecutive allocated pooled pages v4Christian König2017-12-061-2/+9
* drm/ttm: swap consecutive allocated cached pages v3Christian König2017-12-051-1/+6
* drm/ttm: roundup the shrink request to prevent skip huge poolRoger He2017-12-051-5/+7
* drm/ttm: add page order support in ttm_pages_putRoger He2017-12-051-8/+18
* drm/ttm: add set_pages_wb for handling page order more than zeroRoger He2017-12-051-0/+11
* drm/ttm: add page order in page poolRoger He2017-12-051-11/+27
* drm/ttm: use NUM_PAGES_TO_ALLOC alwaysRoger He2017-12-051-2/+1
* Merge branch 'drm-fixes-4.15' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie2017-12-011-2/+0
|\
| * drm/ttm: fix populate_and_map() functions once moreChristian König2017-11-291-2/+0
* | drm/ttm: don't attempt to use hugepages if dma32 requested (v2)Dave Airlie2017-11-241-16/+20
|/
* drm/ttm: Downgrade pr_err to pr_debug for memory allocation failuresMichel Dänzer2017-11-041-7/+6
* drm/ttm: fix the fix for huge compound pagesChristian König2017-10-191-5/+16
* drm/ttm: Fix unused variables with huge page supportTom St Denis2017-10-191-1/+8
* drm/ttm: add transparent huge page support for wc or uc allocations v2Christian König2017-10-191-27/+109
* drm/ttm: move more logic into ttm_page_pool_get_pagesChristian König2017-10-191-46/+52
* drm/ttm: add transparent huge page support for cached allocations v2Christian König2017-10-191-8/+42
* drm/ttm: DMA map/unmap consecutive pages as a whole v2Christian König2017-10-091-9/+39
* drm/ttm: allocate/free multiple pages in a single callChristian König2017-10-091-15/+14
* drm/ttm: add support for different pool sizesChristian König2017-10-061-2/+3
* drm/ttm: remove unsued options from ttm_mem_global_alloc_pageChristian König2017-10-061-2/+1
* drm/ttm: Fix configuration error around populate_and_map() functionsTom St Denis2017-09-121-0/+2
* drm/ttm: Add helper functions to populate/map in one call (v2)Tom St Denis2017-08-291-0/+41
* drm/ttm: Fix accounting error when fail to get pages for poolXiangliang.Yu2017-08-171-1/+1
* drm: use set_memory.h headerLaura Abbott2017-05-081-0/+3
* drm/ttm: Remove TTM_HAS_AGPDaniel Vetter2016-03-301-4/+4
* drm/ttm: Avoid memory allocation from shrinker functions.Tetsuo Handa2014-11-201-11/+15
* drm/ttm: Pass GFP flags in order to avoid deadlock.Tetsuo Handa2014-08-051-9/+10
* drm/ttm: Fix possible stack overflow by recursive shrinker calls.Tetsuo Handa2014-08-051-3/+7
* drm/ttm: use gfp_t instead of int for flags.Dave Airlie2014-07-221-1/+1
* drivers: convert shrinkers to new count/scan APIDave Chinner2013-09-101-16/+28
* ttm: Clear the ttm page allocated from high memory zone correctlyZhao Yakui2012-11-161-1/+4
* UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells2012-10-021-2/+2
* drm/ttm: Use pr_fmt and pr_<level>Joe Perches2012-03-201-36/+19
* drm/ttm: isolate dma data from ttm_tt V4Jerome Glisse2011-12-061-58/+56
* drm/ttm: introduce callback for ttm_tt populate & unpopulate V4Jerome Glisse2011-12-061-0/+57
* drm/ttm: page allocation use page array instead of listJerome Glisse2011-12-061-33/+52
* atomic: use <linux/atomic.h>Arun Sharma2011-07-261-1/+1
* ttm: Fix spelling mistakes and remove unused #ifdefKonrad Rzeszutek Wilk2011-06-211-8/+8
* vmscan: change shrinker API by passing shrink_control structYing Han2011-05-251-1/+3
* Revert "ttm: Utilize the DMA API for pages that have TTM_PAGE_FLAG_DMA32 set."Dave Airlie2011-04-131-23/+3
* Revert "ttm: Include the 'struct dev' when using the DMA API."Dave Airlie2011-02-231-6/+5
* ttm: Include the 'struct dev' when using the DMA API.Konrad Rzeszutek Wilk2011-02-221-5/+6
* ttm: Utilize the DMA API for pages that have TTM_PAGE_FLAG_DMA32 set.Konrad Rzeszutek Wilk2011-01-271-3/+23
* ttm: Introduce a placeholder for DMA (bus) addresses.Konrad Rzeszutek Wilk2011-01-271-3/+5
* drm: ttm sparse fixes.Daniel J Blueman2010-09-241-4/+4
* Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2010-07-221-3/+3
|\
| * Fix ttm_page_alloc.c build breakageLuck, Tony2010-07-221-3/+3
OpenPOWER on IntegriCloud