aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/ion/ion.c
AgeCommit message (Expand)Author
2013-04-29gpu: ion: fix kfree/list_del orderJP Abgrall
2013-04-29gpu: ion: Make ion_free asynchronousRebecca Schultz Zavin
2013-04-29gpu: ion: Add support for sharing buffers with dma buf kernel handlesJohan Mossberg
2013-04-29gpu: ion: Remove heapmask from clientRebecca Schultz Zavin
2013-04-29gpu: ion: Export ion_client_createJohan Mossberg
2013-04-29gpu: ion: Clarify variable names and comments around heap ids v typesRebecca Schultz Zavin
2013-04-29gpu: ion: Switch heap rbtree to a prio listRebecca Schultz Zavin
2013-04-29gpu: ion: Fix bug where MAP ioctl was no longer supportedRebecca Schultz Zavin
2013-04-29gpu: ion: Modify reserve function for carveouts with no start addressRebecca Schultz Zavin
2013-04-29gpu: ion: fix compilation warningBenjamin Gaignard
2013-04-29gpu: ion: Refactor lockingRebecca Schultz Zavin
2013-04-29gpu: ion: Use the ion_page_pool from the system heapRebecca Schultz Zavin
2013-04-29gpu: ion: optimize system heap for non fault buffersRebecca Schultz Zavin
2013-04-29gpu: ion: Add support for cached mappings that don't faultRebecca Schultz Zavin
2013-04-29gpu: ion: Fix memory leak of dirty bitsRebecca Schultz Zavin
2013-04-29gpu: ion: Add debug information for orphaned handlesRebecca Schultz Zavin
2013-04-29gpu: ion: Fix bug in ion_freeRebecca Schultz Zavin
2013-04-29gpu: ion: Fix race between ion_import and ion_freeRebecca Schultz Zavin
2013-04-29gpu: ion: fix page offset in dma_buf_kmap()Greg Hackmann
2013-04-29gpu: ion: Don't call ion_buffer_put on error pathLaura Abbott
2013-04-29gpu: ion: IOCTL return success when error occursOlav Haugan
2013-04-29gpu: ion: Add EXPORT_SYMBOL to functionsOlav Haugan
2013-04-29gpu: ion: Add missing argument to WARN callOlav Haugan
2013-04-29gpu: ion: Add explicit sync ioctlRebecca Schultz Zavin
2013-04-29gpu: ion: Add cache maintenance to ion.Rebecca Schultz Zavin
2013-04-29gpu: ion: Loop on the handle count when destroyingLaura Abbott
2013-04-29gpu: ion: Set the dma_address of the sg list at alloc timeRebecca Schultz Zavin
2013-04-29gpu: ion: fill in buffer->{dev,size} before mapping new buffersGreg Hackmann
2013-04-29gpu: ion: Get an sg_table from an ion handleRebecca Schultz Zavin
2013-04-29gpu: ion: Allocate the sg_table at creation time rather than dynamicallyRebecca Schultz Zavin
2013-04-29gpu: ion: support begin/end and kmap/kunmap dma_buf opsRebecca Schultz Zavin
2013-04-29ion: Switch ion to use dma-bufRebecca Schultz Zavin
2013-04-29gpu: ion: several bugfixes and enhancements of IONKyongHo Cho
2013-04-29ion: Add reserve function to ionRebecca Schultz Zavin
2013-04-29ion: Switch map/unmap dma api to sg_tablesRebecca Schultz Zavin
2013-04-29gpu: ion: Add ION Memory ManagerRebecca Schultz Zavin