summaryrefslogtreecommitdiffstats
path: root/drivers/staging/android/ion/ion_carveout_heap.c
Commit message (Expand)AuthorAgeFilesLines
* staging: android: Remove redundant license textGreg Kroah-Hartman2017-11-281-10/+0Star
* staging: android: add SPDX identifiers to all android driver filesGreg Kroah-Hartman2017-11-281-0/+1
* staging: android: ion: Resolve minor indentation issue.Matthew Giassa2017-05-151-1/+1
* staging: android: ion: Rework heap registration/enumerationLaura Abbott2017-04-181-10/+0Star
* staging: android: ion: Collapse internal header filesLaura Abbott2017-04-181-1/+0Star
* staging: android: ion: Get rid of ion_phys_addr_tLaura Abbott2017-04-181-5/+5
* staging: android: ion: Remove crufty cache supportLaura Abbott2017-04-081-6/+0Star
* staging: android: ion: Remove alignment from allocation fieldLaura Abbott2017-04-081-7/+3Star
* staging: android: ion: mark symbols static where possibleBaoyou Xie2016-09-231-5/+5
* staging: android: ion: Drop ion_carveout_allocate definitionsLaura Abbott2016-08-151-0/+2
* staging: android: ion: Get rid of map_dma/unmap_dmaLaura Abbott2016-08-151-15/+2Star
* staging: android: ion: Drop ion_phys interfaceLaura Abbott2016-08-151-14/+0Star
* Staging: android: change memory allocation style in ion_carveout_heap.cBen Marsh2016-03-121-1/+1
* Staging: Android: align code with open parenthesis in ion_carveout_heap.cBen Marsh2016-03-121-1/+1
* Staging: Android: change memory allocation style in ion_carveout_heap.cBen Marsh2016-03-121-1/+1
* staging: ion: Set minimum carveout heap allocation order to PAGE_SHIFTRajmal Menariya2016-02-081-1/+1
* staging: android: ion: Remove redundant return of void functionPhong Tran2014-08-161-1/+0Star
* Staging: android: ion: duplicated clearing of sg_tableGioh Kim2014-04-261-1/+1
* ion: add helper to zero contiguous region of pagesColin Cross2013-12-141-0/+13
* ion: carveout heap: zero buffers on free, fix memory leakColin Cross2013-12-141-21/+48
* ion: fix sparse warningsColin Cross2013-12-141-4/+4
* ion: add alignment check to carveout heapColin Cross2013-12-141-0/+3
* ion: don't use phys_to_page or __phys_to_pfnColin Cross2013-12-141-2/+2
* ion: don't use __arm_ioremap to map pagesColin Cross2013-12-141-39/+3Star
* ion: convert map_kernel to return ERR_PTRColin Cross2013-12-141-1/+6
* gpu: ion: fix carveout opsBenjamin Gaignard2013-12-141-0/+2
* gpu: ion: Add cache maintenance to ion.Rebecca Schultz Zavin2013-12-141-4/+22
* gpu: ion: Map only the vma size givenLaura Abbott2013-12-141-1/+1
* gpu: ion: ion_carveout_heap: fix for 3.4Colin Cross2013-12-141-2/+2
* gpu: ion: Add ION Memory ManagerRebecca Schultz Zavin2013-12-141-0/+162