aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/android/ion
AgeCommit message (Expand)AuthorFilesLines
2013-12-14gpu: ion: Add explicit sync ioctlRebecca Schultz Zavin2-3/+47
2013-12-14gpu: ion: Modify the system heap to try to allocate large/huge pagesRebecca Schultz Zavin1-26/+90
2013-12-14gpu: ion: Add cache maintenance to ion.Rebecca Schultz Zavin5-19/+210
2013-12-14gpu: ion: Map only the vma size givenLaura Abbott1-1/+1
2013-12-14gpu: ion: Loop on the handle count when destroyingLaura Abbott1-1/+1
2013-12-14gpu: ion: ion_system_heap: Change allocations to GFP_HIGHUSERRebecca Schultz Zavin1-1/+1
2013-12-14gpu: ion: Set the dma_address of the sg list at alloc timeRebecca Schultz Zavin1-1/+12
2013-12-14gpu: ion: fill in buffer->{dev,size} before mapping new buffersGreg Hackmann1-2/+3
2013-12-14gpu: ion: Get an sg_table from an ion handleRebecca Schultz Zavin2-7/+14
2013-12-14gpu: ion: Allocate the sg_table at creation time rather than dynamicallyRebecca Schultz Zavin1-38/+41
2013-12-14gpu: ion: support begin/end and kmap/kunmap dma_buf opsRebecca Schultz Zavin1-26/+62
2013-12-14gpu: ion: Use alloc_pages instead of vmalloc from the system heapRebecca Schultz Zavin1-33/+61
2013-12-14ion: Switch ion to use dma-bufRebecca Schultz Zavin3-470/+235
2013-12-14gpu: ion: several bugfixes and enhancements of IONKyongHo Cho1-13/+39
2013-12-14ion: Add reserve function to ionRebecca Schultz Zavin2-0/+28
2013-12-14ion: Switch map/unmap dma api to sg_tablesRebecca Schultz Zavin4-53/+53
2013-12-14gpu: ion: ion_carveout_heap: fix for 3.4Colin Cross1-2/+2
2013-12-14gpu: ion: Add ION Memory ManagerRebecca Schultz Zavin11-0/+2373