aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ttm/ttm_page_alloc.c
Commit message (Expand)AuthorAgeFilesLines
* samsung update 1codeworkx2012-06-021-94/+151
* 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
* | 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