summaryrefslogtreecommitdiffstats
path: root/drivers/staging/android/ion/ion.h
AgeCommit message (Expand)AuthorFilesLines
2019-07-25staging: android: ion: Remove unused rbtree for ion_bufferLecopzer Chen1-9/+1
2019-01-18staging: android: ion: Sync comment docs with struct ion_bufferAndrew F. Davis1-2/+7
2019-01-18staging: android: ion: Remove struct ion_platform_heapAndrew F. Davis1-23/+0
2019-01-18staging: android: ion: Merge ion-ioctl.c into ion.cAndrew F. Davis1-8/+0
2019-01-18staging: android: ion: Add proper header informationAndrew F. Davis1-1/+1
2018-11-09staging: android: ion: Add per-heap countersAlexey Skidanov1-0/+9
2018-09-10staging: android: ion: Clean unused debug_show memeber of the heap objectAlexey Skidanov1-5/+0
2018-05-08staging: android: ion: Fix license identifier comment formatNathan Chancellor1-1/+1
2018-02-16staging: android: ion: Combine cache and uncache poolsYisheng Xie1-12/+1
2018-02-16staging: android: ion: Remove unused declaration ion_buffer_fault_user_mappingsYisheng Xie1-9/+0
2018-01-08staging: android: check for error from register_shrinker in ion_heap_init_shr...Xiongwei Song1-1/+1
2017-12-06staging: android: add identifiers to function parametersAshish Kalra1-1/+2
2017-11-28staging: android: Remove redundant license textGreg Kroah-Hartman1-10/+0
2017-11-28staging: android: add SPDX identifiers to all android driver filesGreg Kroah-Hartman1-0/+1
2017-09-18staging: Android: follow coding guidlinesKeerthi Reddy1-1/+1
2017-07-16Staging: android: use BIT macroMateusz Nowotyński1-2/+2
2017-07-16Staging: android: Fix code alignment issueMateusz Nowotyński1-4/+4
2017-05-18staging: android: ion: Remove unused members from ion_bufferArchit Taneja1-14/+0
2017-04-18staging: android: ion: Remove ion_handle and ion_clientLaura Abbott1-75/+2
2017-04-18staging: android: ion: Rework heap registration/enumerationLaura Abbott1-39/+1
2017-04-18staging: android: ion: Collapse internal header filesLaura Abbott1-79/+400
2017-04-18staging: android: ion: Get rid of ion_phys_addr_tLaura Abbott1-10/+2
2017-04-08staging: android: ion: Remove alignment from allocation fieldLaura Abbott1-4/+1
2016-08-15staging: android: ion: Get rid of ion_reserveLaura Abbott1-11/+0
2016-08-15staging: android: ion: Drop ion_phys interfaceLaura Abbott1-19/+0
2016-08-15staging: android: ion: Get rid of ion_sg_tableLaura Abbott1-11/+0
2016-02-07staging/ion: Add support to get ion handle from dma bufRohit kumar1-4/+16
2015-09-29staging: android: Fix checkpatch block comments warningsSriram Raghunathan1-4/+6
2014-11-03Staging: android: ion: fix typos in commentsTristan Lelong1-1/+1
2014-07-17staging: ion: Remove left over commentSachin Kamat1-1/+0
2013-12-14ion: Cleanup whitespace issues and other checkpatch problemsJohn Stultz1-1/+1
2013-12-14ion: move userspace api into uapi/ion.hColin Cross1-175/+1
2013-12-14ion: change ion_user_handle_t definition to intRom Lemarchand1-2/+2
2013-12-14ion: add new ion_user_handle_t type for the user-space tokenRom Lemarchand1-3/+5
2013-12-14gpu: ion: add CMA heapBenjamin Gaignard1-1/+6
2013-12-14gpu: ion: fix ion_platform_data definitionBenjamin Gaignard1-1/+1
2013-12-14gpu: ion: Make ion_free asynchronousRebecca Schultz Zavin1-1/+1
2013-12-14gpu: ion: Add support for sharing buffers with dma buf kernel handlesJohan Mossberg1-2/+10
2013-12-14gpu: ion: Remove heapmask from clientRebecca Schultz Zavin1-1/+0
2013-12-14gpu: ion: Clarify variable names and comments around heap ids v typesRebecca Schultz Zavin1-23/+28
2013-12-14gpu: ion: Add chunk heapRebecca Schultz Zavin1-0/+5
2013-12-14gpu: ion: Add support for cached mappings that don't faultRebecca Schultz Zavin1-0/+3
2013-12-14gpu: ion: Add explicit sync ioctlRebecca Schultz Zavin1-1/+11
2013-12-14gpu: ion: Add cache maintenance to ion.Rebecca Schultz Zavin1-2/+17
2013-12-14gpu: ion: Get an sg_table from an ion handleRebecca Schultz Zavin1-1/+12
2013-12-14ion: Switch ion to use dma-bufRebecca Schultz Zavin1-49/+9
2013-12-14ion: Add reserve function to ionRebecca Schultz Zavin1-0/+11
2013-12-14ion: Switch map/unmap dma api to sg_tablesRebecca Schultz Zavin1-3/+3
2013-12-14gpu: ion: Add ION Memory ManagerRebecca Schultz Zavin1-0/+344