summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ttm/ttm_page_alloc.c
Commit message (Expand)AuthorAgeFilesLines
* drivers: convert shrinkers to new count/scan APIDave Chinner2013-09-111-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/+19Star
* drm/ttm: isolate dma data from ttm_tt V4Jerome Glisse2011-12-061-58/+56Star
* 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-271-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/+3Star
* Revert "ttm: Include the 'struct dev' when using the DMA API."Dave Airlie2011-02-231-6/+5Star
* 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
* | mm: add context argument to shrinker callback to remaining shrinkersDave Chinner2010-07-211-1/+1
|/
* drm/ttm: Fix build on architectures without AGPBen Hutchings2010-07-201-0/+2
* drm/ttm: Allocate the page pool manager in the heap.Francisco Jerez2010-07-071-35/+33Star
* drm/ttm: non pooled page allocation should have GFP_USER setJerome Glisse2010-07-011-1/+1
* drm/ttm: Fix ttm_page_alloc.cThomas Hellstrom2010-06-011-26/+36
* drm/ttm: Fix cached TTM page allocation.Thomas Hellstrom2010-06-011-1/+1
* drm/ttm: using kmalloc/kfree requires including slab.hStephen Rothwell2010-04-081-0/+1
* drm/ttm: include linux/seq_file.h for seq_printfMatt Turner2010-04-081-0/+1
* drm/ttm: Add sysfs interface to control pool allocator.Pauli Nieminen2010-04-061-1/+112
* drm/ttm: Use set_pages_array_wc instead of set_memory_wc.Pauli Nieminen2010-04-061-11/+1Star
* drm/ttm: Add debugfs output entry to pool allocator.Pauli Nieminen2010-04-061-7/+38
* drm/ttm: add pool wc/uc page allocator V3Pauli Nieminen2010-04-061-0/+711