aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/ion/ion.c
AgeCommit message (Expand)Author
2013-10-24ion: add compat_ioctlRom Lemarchand
2013-10-24ion: change ion_user_handle_t definition to intRom Lemarchand
2013-10-24ion: add new ion_user_handle_t type for the user-space tokenRom Lemarchand
2013-09-19ion: don't use id 0 for handle cookieColin Cross
2013-09-19ion: index client->handles rbtree by bufferColin Cross
2013-09-19ion: replace userspace handle cookies with idrColin Cross
2013-09-19ion: remove IS_ERR_OR_NULLColin Cross
2013-09-19ion: add free list size to heap debug filesColin Cross
2013-09-19gpu: ion: Fix performance issue in faulting codeRebecca Schultz Zavin
2013-07-01gpu: ion: Also shrink memory cached in the deferred free listRebecca Schultz Zavin
2013-07-01gpu: ion: fix kfree/list_del orderJP Abgrall
2013-07-01gpu: ion: Make ion_free asynchronousRebecca Schultz Zavin
2013-07-01gpu: ion: Add support for sharing buffers with dma buf kernel handlesJohan Mossberg
2013-07-01gpu: ion: Remove heapmask from clientRebecca Schultz Zavin
2013-07-01gpu: ion: Export ion_client_createJohan Mossberg
2013-07-01gpu: ion: Clarify variable names and comments around heap ids v typesRebecca Schultz Zavin
2013-07-01gpu: ion: Switch heap rbtree to a prio listRebecca Schultz Zavin
2013-07-01gpu: ion: Fix bug where MAP ioctl was no longer supportedRebecca Schultz Zavin
2013-07-01gpu: ion: Modify reserve function for carveouts with no start addressRebecca Schultz Zavin
2013-07-01gpu: ion: fix compilation warningBenjamin Gaignard
2013-07-01gpu: ion: Refactor lockingRebecca Schultz Zavin
2013-07-01gpu: ion: Use the ion_page_pool from the system heapRebecca Schultz Zavin
2013-07-01gpu: ion: optimize system heap for non fault buffersRebecca Schultz Zavin
2013-07-01gpu: ion: Add support for cached mappings that don't faultRebecca Schultz Zavin
2013-07-01gpu: ion: Fix memory leak of dirty bitsRebecca Schultz Zavin
2013-07-01gpu: ion: Add debug information for orphaned handlesRebecca Schultz Zavin
2013-07-01gpu: ion: Fix bug in ion_freeRebecca Schultz Zavin
2013-07-01gpu: ion: Fix race between ion_import and ion_freeRebecca Schultz Zavin
2013-07-01gpu: ion: fix page offset in dma_buf_kmap()Greg Hackmann
2013-07-01gpu: ion: Don't call ion_buffer_put on error pathLaura Abbott
2013-07-01gpu: ion: IOCTL return success when error occursOlav Haugan
2013-07-01gpu: ion: Add EXPORT_SYMBOL to functionsOlav Haugan
2013-07-01gpu: ion: Add missing argument to WARN callOlav Haugan
2013-07-01gpu: ion: Add explicit sync ioctlRebecca Schultz Zavin
2013-07-01gpu: ion: Add cache maintenance to ion.Rebecca Schultz Zavin
2013-07-01gpu: ion: Loop on the handle count when destroyingLaura Abbott
2013-07-01gpu: ion: Set the dma_address of the sg list at alloc timeRebecca Schultz Zavin
2013-07-01gpu: ion: fill in buffer->{dev,size} before mapping new buffersGreg Hackmann
2013-07-01gpu: ion: Get an sg_table from an ion handleRebecca Schultz Zavin
2013-07-01gpu: ion: Allocate the sg_table at creation time rather than dynamicallyRebecca Schultz Zavin
2013-07-01gpu: ion: support begin/end and kmap/kunmap dma_buf opsRebecca Schultz Zavin
2013-07-01ion: Switch ion to use dma-bufRebecca Schultz Zavin
2013-07-01gpu: ion: several bugfixes and enhancements of IONKyongHo Cho
2013-07-01ion: Add reserve function to ionRebecca 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