summaryrefslogtreecommitdiff
path: root/drivers/gpu/ion/ion_system_heap.c
AgeCommit message (Expand)Author
2013-07-01gpu: ion: Fix bug in ion_system_heap map_userRebecca Schultz Zavin
2013-07-01gpu: ion: Don't flush allocatoins that come from the page poolsRebecca Schultz Zavin
2013-07-01gpu: ion: Clear GFP_WAIT flag on high order allocationsRebecca Schultz Zavin
2013-07-01gpu: ion: Fix several issues with page poolRebecca Schultz Zavin
2013-07-01gpu: ion: Modify gfp flags in ion_system_heapRebecca Schultz Zavin
2013-07-01gpu: ion: Use the ion_page_pool from the system heapRebecca Schultz Zavin
2013-07-01gpu: ion: use vmalloc to allocate page array to map kernelRebecca Schultz Zavin
2013-07-01gpu: ion: ion_system_heap: Fix bug preventing compilationRebecca Schultz Zavin
2013-07-01gpu: ion: Stop trying to allocate from an order on first failureRebecca Schultz Zavin
2013-07-01gpu: ion: optimize system heap for non fault buffersRebecca Schultz Zavin
2013-07-01gpu: ion: Switch to using kmalloc rather than kmap during allocationRebecca Schultz Zavin
2013-07-01gpu: ion: Only map as much of the vma as the user requestedRebecca Schultz Zavin
2013-07-01gpu: ion: do not ask for compound pages in system heapDima Zavin
2013-07-01gpu: ion: Modify the system heap to try to allocate large/huge pagesRebecca Schultz Zavin
2013-07-01gpu: ion: Add cache maintenance to ion.Rebecca Schultz Zavin
2013-07-01gpu: ion: ion_system_heap: Change allocations to GFP_HIGHUSERRebecca Schultz Zavin
2013-07-01gpu: ion: Use alloc_pages instead of vmalloc from the system heapRebecca Schultz Zavin
2013-07-01ion: Switch map/unmap dma api to sg_tablesRebecca Schultz Zavin
2013-07-01gpu: ion: Add ION Memory ManagerRebecca Schultz Zavin