summaryrefslogtreecommitdiffstats
path: root/drivers/staging/android/ion/ion_carveout_heap.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-03staging: android: ion: Remove file ion_carveout_heap.cNishka Dasgupta1-133/+0
2019-01-18staging: android: ion: Remove unused headersAndrew F. Davis1-2/+2
2019-01-18staging: android: ion: Remove base from ion_carveout_heapAndrew F. Davis1-3/+1
2019-01-18staging: android: ion: Fixup some white-space issuesAndrew F. Davis1-0/+1
2019-01-18staging: android: ion: Remove struct ion_platform_heapAndrew F. Davis1-8/+4
2019-01-18staging: android: ion: Add proper header informationAndrew F. Davis1-1/+1
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-05-15staging: android: ion: Resolve minor indentation issue.Matthew Giassa1-1/+1
2017-04-18staging: android: ion: Rework heap registration/enumerationLaura Abbott1-10/+0
2017-04-18staging: android: ion: Collapse internal header filesLaura Abbott1-1/+0
2017-04-18staging: android: ion: Get rid of ion_phys_addr_tLaura Abbott1-5/+5
2017-04-08staging: android: ion: Remove crufty cache supportLaura Abbott1-6/+0
2017-04-08staging: android: ion: Remove alignment from allocation fieldLaura Abbott1-7/+3
2016-09-23staging: android: ion: mark symbols static where possibleBaoyou Xie1-5/+5
2016-08-15staging: android: ion: Drop ion_carveout_allocate definitionsLaura Abbott1-0/+2
2016-08-15staging: android: ion: Get rid of map_dma/unmap_dmaLaura Abbott1-15/+2
2016-08-15staging: android: ion: Drop ion_phys interfaceLaura Abbott1-14/+0
2016-03-11Staging: android: change memory allocation style in ion_carveout_heap.cBen Marsh1-1/+1
2016-03-11Staging: Android: align code with open parenthesis in ion_carveout_heap.cBen Marsh1-1/+1
2016-03-11Staging: Android: change memory allocation style in ion_carveout_heap.cBen Marsh1-1/+1
2016-02-07staging: ion: Set minimum carveout heap allocation order to PAGE_SHIFTRajmal Menariya1-1/+1
2014-08-16staging: android: ion: Remove redundant return of void functionPhong Tran1-1/+0
2014-04-25Staging: android: ion: duplicated clearing of sg_tableGioh Kim1-1/+1
2013-12-14ion: add helper to zero contiguous region of pagesColin Cross1-0/+13
2013-12-14ion: carveout heap: zero buffers on free, fix memory leakColin Cross1-21/+48
2013-12-14ion: fix sparse warningsColin Cross1-4/+4
2013-12-14ion: add alignment check to carveout heapColin Cross1-0/+3
2013-12-14ion: don't use phys_to_page or __phys_to_pfnColin Cross1-2/+2
2013-12-14ion: don't use __arm_ioremap to map pagesColin Cross1-39/+3
2013-12-14ion: convert map_kernel to return ERR_PTRColin Cross1-1/+6
2013-12-14gpu: ion: fix carveout opsBenjamin Gaignard1-0/+2
2013-12-14gpu: ion: Add cache maintenance to ion.Rebecca Schultz Zavin1-4/+22
2013-12-14gpu: ion: Map only the vma size givenLaura Abbott1-1/+1
2013-12-14gpu: ion: ion_carveout_heap: fix for 3.4Colin Cross1-2/+2
2013-12-14gpu: ion: Add ION Memory ManagerRebecca Schultz Zavin1-0/+162