summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ttm/ttm_page_alloc.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+33
* 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/+1
* 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