summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/ttm/ttm_page_alloc.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-06-21ttm: Fix spelling mistakes and remove unused #ifdefKonrad Rzeszutek Wilk1-8/+8
2011-05-25vmscan: change shrinker API by passing shrink_control structYing Han1-1/+3
2011-04-13Revert "ttm: Utilize the DMA API for pages that have TTM_PAGE_FLAG_DMA32 set."Dave Airlie1-23/+3
2011-02-23Revert "ttm: Include the 'struct dev' when using the DMA API."Dave Airlie1-6/+5
2011-02-22ttm: Include the 'struct dev' when using the DMA API.Konrad Rzeszutek Wilk1-5/+6
2011-01-27ttm: Utilize the DMA API for pages that have TTM_PAGE_FLAG_DMA32 set.Konrad Rzeszutek Wilk1-3/+23
2011-01-27ttm: Introduce a placeholder for DMA (bus) addresses.Konrad Rzeszutek Wilk1-3/+5
2010-09-24drm: ttm sparse fixes.Daniel J Blueman1-4/+4
2010-07-22Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds1-3/+3
2010-07-22Fix ttm_page_alloc.c build breakageLuck, Tony1-3/+3
2010-07-21mm: add context argument to shrinker callback to remaining shrinkersDave Chinner1-1/+1
2010-07-20drm/ttm: Fix build on architectures without AGPBen Hutchings1-0/+2
2010-07-07drm/ttm: Allocate the page pool manager in the heap.Francisco Jerez1-35/+33
2010-07-01drm/ttm: non pooled page allocation should have GFP_USER setJerome Glisse1-1/+1
2010-06-01drm/ttm: Fix ttm_page_alloc.cThomas Hellstrom1-26/+36
2010-06-01drm/ttm: Fix cached TTM page allocation.Thomas Hellstrom1-1/+1
2010-04-08drm/ttm: using kmalloc/kfree requires including slab.hStephen Rothwell1-0/+1
2010-04-08drm/ttm: include linux/seq_file.h for seq_printfMatt Turner1-0/+1
2010-04-06drm/ttm: Add sysfs interface to control pool allocator.Pauli Nieminen1-1/+112
2010-04-06drm/ttm: Use set_pages_array_wc instead of set_memory_wc.Pauli Nieminen1-11/+1
2010-04-06drm/ttm: Add debugfs output entry to pool allocator.Pauli Nieminen1-7/+38
2010-04-06drm/ttm: add pool wc/uc page allocator V3Pauli Nieminen1-0/+711