summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/ttm/ttm_page_alloc.c
AgeCommit message (Expand)Author
2017-12-06drm/ttm: swap consecutive allocated pooled pages v4Christian König
2017-12-05drm/ttm: swap consecutive allocated cached pages v3Christian König
2017-12-05drm/ttm: roundup the shrink request to prevent skip huge poolRoger He
2017-12-05drm/ttm: add page order support in ttm_pages_putRoger He
2017-12-05drm/ttm: add set_pages_wb for handling page order more than zeroRoger He
2017-12-05drm/ttm: add page order in page poolRoger He
2017-12-05drm/ttm: use NUM_PAGES_TO_ALLOC alwaysRoger He
2017-12-01Merge branch 'drm-fixes-4.15' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie
2017-11-29drm/ttm: fix populate_and_map() functions once moreChristian König
2017-11-24drm/ttm: don't attempt to use hugepages if dma32 requested (v2)Dave Airlie
2017-11-04drm/ttm: Downgrade pr_err to pr_debug for memory allocation failuresMichel Dänzer
2017-10-19drm/ttm: fix the fix for huge compound pagesChristian König
2017-10-19drm/ttm: Fix unused variables with huge page supportTom St Denis
2017-10-19drm/ttm: add transparent huge page support for wc or uc allocations v2Christian König
2017-10-19drm/ttm: move more logic into ttm_page_pool_get_pagesChristian König
2017-10-19drm/ttm: add transparent huge page support for cached allocations v2Christian König
2017-10-09drm/ttm: DMA map/unmap consecutive pages as a whole v2Christian König
2017-10-09drm/ttm: allocate/free multiple pages in a single callChristian 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-12drm/ttm: Fix configuration error around populate_and_map() functionsTom St Denis
2017-08-29drm/ttm: Add helper functions to populate/map in one call (v2)Tom St Denis
2017-08-17drm/ttm: Fix accounting error when fail to get pages for poolXiangliang.Yu
2017-05-08drm: use set_memory.h headerLaura Abbott
2016-03-30drm/ttm: Remove TTM_HAS_AGPDaniel Vetter
2014-11-20drm/ttm: Avoid memory allocation from shrinker functions.Tetsuo Handa
2014-08-05drm/ttm: Pass GFP flags in order to avoid deadlock.Tetsuo Handa
2014-08-05drm/ttm: Fix possible stack overflow by recursive shrinker calls.Tetsuo Handa
2014-07-22drm/ttm: use gfp_t instead of int for flags.Dave Airlie
2013-09-10drivers: convert shrinkers to new count/scan APIDave Chinner
2012-11-16ttm: Clear the ttm page allocated from high memory zone correctlyZhao Yakui
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells
2012-03-20drm/ttm: Use pr_fmt and pr_<level>Joe Perches
2011-12-06drm/ttm: isolate dma data from ttm_tt V4Jerome Glisse
2011-12-06drm/ttm: introduce callback for ttm_tt populate & unpopulate V4Jerome Glisse
2011-12-06drm/ttm: page allocation use page array instead of listJerome Glisse
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-06-21ttm: Fix spelling mistakes and remove unused #ifdefKonrad Rzeszutek Wilk
2011-05-25vmscan: change shrinker API by passing shrink_control structYing Han
2011-04-13Revert "ttm: Utilize the DMA API for pages that have TTM_PAGE_FLAG_DMA32 set."Dave Airlie
2011-02-23Revert "ttm: Include the 'struct dev' when using the DMA API."Dave Airlie
2011-02-22ttm: Include the 'struct dev' when using the DMA API.Konrad Rzeszutek Wilk
2011-01-27ttm: Utilize the DMA API for pages that have TTM_PAGE_FLAG_DMA32 set.Konrad Rzeszutek Wilk
2011-01-27ttm: Introduce a placeholder for DMA (bus) addresses.Konrad Rzeszutek Wilk
2010-09-24drm: ttm sparse fixes.Daniel J Blueman
2010-07-22Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds
2010-07-22Fix ttm_page_alloc.c build breakageLuck, Tony
2010-07-21mm: add context argument to shrinker callback to remaining shrinkersDave Chinner
2010-07-20drm/ttm: Fix build on architectures without AGPBen Hutchings
2010-07-07drm/ttm: Allocate the page pool manager in the heap.Francisco Jerez