aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/android/ion/ion.c
AgeCommit message (Expand)Author
2015-10-27staging: ion: fix corruption of ion_import_dma_bufShawn Lin
2014-08-16staging: android: ion: Remove redundant return of void functionPhong Tran
2014-08-16staging: android: ion: ion.c Add a new blank line after declerationPhong Tran
2014-07-08dma-buf: use reservation objectsMaarten Lankhorst
2014-05-24staging: ion: WARN when the handle kmap_cnt is going to wrap aroundMitchel Humpherys
2014-05-03staging: android: fix missing a blank line after declarationsSeunghun Lee
2014-03-13staging: android: ion: Use ERR_CAST instead of ERR_PTRIulia Manda
2014-03-13staging: android: ion: Replace seq_printf with seq_putsIulia Manda
2014-03-13staging: android: ion: Fix quoted string split across linesIulia Manda
2014-02-18staging: ion: Move shrinker out of heapsColin Cross
2014-02-18staging: ion: Make sure all clients are exposed in debugfsMitchel Humpherys
2014-02-18staging: ion: Store a copy of the client name on client creationMitchel Humpherys
2014-02-18staging: ion: Fix debugfs handling of multiple kernel clientsLaura Abbott
2014-02-18staging: ion: Create separate heap and client debugfs directoriesMitchel Humpherys
2014-02-11staging : ion : Fix some checkpatch warnings and an errorDaeseok Youn
2014-02-07staging: ion: Use PTR_ERR_OR_ZEROSachin Kamat
2013-12-14ion: Cleanup whitespace issues and other checkpatch problemsJohn Stultz
2013-12-14ion: fix sparse warningsColin Cross
2013-12-14ion: use vm_insert_pfn for faulted pagesColin Cross
2013-12-14ion: clean up ioctlsColin Cross
2013-12-14ion: fix printk warningsColin Cross
2013-12-14ion: update idr to avoid deprecated apisColin Cross
2013-12-14ion: convert sg_dma_len(sg) to sg->lengthColin Cross
2013-12-14ion: fix dma APIsColin Cross
2013-12-14ion: fix crash when alloc len is -1Colin Cross
2013-12-14ion: hold reference to handle after ion_uhandle_getColin Cross
2013-12-14ion: add compat_ioctlRom Lemarchand
2013-12-14ion: change ion_user_handle_t definition to intRom Lemarchand
2013-12-14ion: add new ion_user_handle_t type for the user-space tokenRom Lemarchand
2013-12-14ion: don't use id 0 for handle cookieColin Cross
2013-12-14ion: index client->handles rbtree by bufferColin Cross
2013-12-14ion: replace userspace handle cookies with idrColin Cross
2013-12-14ion: remove IS_ERR_OR_NULLColin Cross
2013-12-14ion: add free list size to heap debug filesColin Cross
2013-12-14gpu: ion: Fix performance issue in faulting codeRebecca Schultz Zavin
2013-12-14gpu: ion: Also shrink memory cached in the deferred free listRebecca Schultz Zavin
2013-12-14gpu: ion: fix kfree/list_del orderJP Abgrall
2013-12-14gpu: ion: Make ion_free asynchronousRebecca Schultz Zavin
2013-12-14gpu: ion: Add support for sharing buffers with dma buf kernel handlesJohan Mossberg
2013-12-14gpu: ion: Remove heapmask from clientRebecca Schultz Zavin
2013-12-14gpu: ion: Export ion_client_createJohan Mossberg
2013-12-14gpu: ion: Clarify variable names and comments around heap ids v typesRebecca Schultz Zavin
2013-12-14gpu: ion: Switch heap rbtree to a prio listRebecca Schultz Zavin
2013-12-14gpu: ion: Fix bug where MAP ioctl was no longer supportedRebecca Schultz Zavin
2013-12-14gpu: ion: Modify reserve function for carveouts with no start addressRebecca Schultz Zavin
2013-12-14gpu: ion: fix compilation warningBenjamin Gaignard
2013-12-14gpu: ion: Refactor lockingRebecca Schultz Zavin
2013-12-14gpu: ion: Use the ion_page_pool from the system heapRebecca Schultz Zavin
2013-12-14gpu: ion: optimize system heap for non fault buffersRebecca Schultz Zavin
2013-12-14gpu: ion: Add support for cached mappings that don't faultRebecca Schultz Zavin