summaryrefslogtreecommitdiff
path: root/drivers/staging/android/ion/ion.h
AgeCommit message (Expand)Author
2020-10-26staging: ion: remove from the treeGreg Kroah-Hartman
2020-06-25staging: ion: remove dead codeMarek Szyprowski
2019-07-25staging: android: ion: Remove unused rbtree for ion_bufferLecopzer Chen
2019-01-18staging: android: ion: Sync comment docs with struct ion_bufferAndrew F. Davis
2019-01-18staging: android: ion: Remove struct ion_platform_heapAndrew F. Davis
2019-01-18staging: android: ion: Merge ion-ioctl.c into ion.cAndrew F. Davis
2019-01-18staging: android: ion: Add proper header informationAndrew F. Davis
2018-11-09staging: android: ion: Add per-heap countersAlexey Skidanov
2018-09-10staging: android: ion: Clean unused debug_show memeber of the heap objectAlexey Skidanov
2018-05-08staging: android: ion: Fix license identifier comment formatNathan Chancellor
2018-02-16staging: android: ion: Combine cache and uncache poolsYisheng Xie
2018-02-16staging: android: ion: Remove unused declaration ion_buffer_fault_user_mappingsYisheng Xie
2018-01-08staging: android: check for error from register_shrinker in ion_heap_init_shr...Xiongwei Song
2017-12-06staging: android: add identifiers to function parametersAshish Kalra
2017-11-28staging: android: Remove redundant license textGreg Kroah-Hartman
2017-11-28staging: android: add SPDX identifiers to all android driver filesGreg Kroah-Hartman
2017-09-18staging: Android: follow coding guidlinesKeerthi Reddy
2017-07-16Staging: android: use BIT macroMateusz Nowotyński
2017-07-16Staging: android: Fix code alignment issueMateusz Nowotyński
2017-05-18staging: android: ion: Remove unused members from ion_bufferArchit Taneja
2017-04-18staging: android: ion: Remove ion_handle and ion_clientLaura Abbott
2017-04-18staging: android: ion: Rework heap registration/enumerationLaura Abbott
2017-04-18staging: android: ion: Collapse internal header filesLaura Abbott
2017-04-18staging: android: ion: Get rid of ion_phys_addr_tLaura Abbott
2017-04-08staging: android: ion: Remove alignment from allocation fieldLaura Abbott
2016-08-15staging: android: ion: Get rid of ion_reserveLaura Abbott
2016-08-15staging: android: ion: Drop ion_phys interfaceLaura Abbott
2016-08-15staging: android: ion: Get rid of ion_sg_tableLaura Abbott
2016-02-07staging/ion: Add support to get ion handle from dma bufRohit kumar
2015-09-29staging: android: Fix checkpatch block comments warningsSriram Raghunathan
2014-11-03Staging: android: ion: fix typos in commentsTristan Lelong
2014-07-17staging: ion: Remove left over commentSachin Kamat
2013-12-14ion: Cleanup whitespace issues and other checkpatch problemsJohn Stultz
2013-12-14ion: move userspace api into uapi/ion.hColin Cross
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-14gpu: ion: add CMA heapBenjamin Gaignard
2013-12-14gpu: ion: fix ion_platform_data definitionBenjamin Gaignard
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: Clarify variable names and comments around heap ids v typesRebecca Schultz Zavin
2013-12-14gpu: ion: Add chunk heapRebecca Schultz Zavin
2013-12-14gpu: ion: Add support for cached mappings that don't faultRebecca Schultz Zavin
2013-12-14gpu: ion: Add explicit sync ioctlRebecca Schultz Zavin
2013-12-14gpu: ion: Add cache maintenance to ion.Rebecca Schultz Zavin
2013-12-14gpu: ion: Get an sg_table from an ion handleRebecca Schultz Zavin
2013-12-14ion: Switch ion to use dma-bufRebecca Schultz Zavin
2013-12-14ion: Add reserve function to ionRebecca Schultz Zavin
2013-12-14ion: Switch map/unmap dma api to sg_tablesRebecca Schultz Zavin