summaryrefslogtreecommitdiff
path: root/drivers/staging/android/ion/ion_cma_heap.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-26staging: ion: remove from the treeGreg Kroah-Hartman1-138/+0
2019-01-18staging: android: ion: Remove leftover commentAndrew F. Davis1-4/+0
2019-01-18staging: android: ion: Add proper header informationAndrew F. Davis1-1/+1
2018-08-18mm/cma: remove unsupported gfp_mask parameter from cma_alloc()Marek Szyprowski1-1/+1
2018-02-16staging: android: ion: Zero CMA allocated memoryLiam Mark1-0/+17
2018-01-02Merge 4.15-rc6 into staging-nextGreg Kroah-Hartman1-4/+11
2017-12-19staging: ion: Fix ion_cma_heap allocationsJohn Stultz1-4/+11
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-07-16Staging: android: fix sizeof style issueMateusz Nowotyński1-1/+1
2017-07-16Staging: android: remove unnecessary blank linesMateusz Nowotyński1-1/+0
2017-07-16staging: android: ion: statify __ion_add_cma_heapsKamal Heib1-1/+1
2017-04-25staging: android: ion: Replace spaces with tabs for indentationPaolo Cretaro1-3/+3
2017-04-18staging: android: ion: Rework heap registration/enumerationLaura Abbott1-5/+19
2017-04-18staging: android: ion: Collapse internal header filesLaura Abbott1-1/+0
2017-04-18staging: android: ion: Use CMA APIs directlyLaura Abbott1-71/+26
2017-04-08staging: android: ion: Remove alignment from allocation fieldLaura Abbott1-4/+1
2017-02-12staging: android: ion: fix coding style issueYoungdo, Lee1-3/+3
2017-01-03staging: android: ion: return -ENOMEM in ion_cma_heap allocation failureJaewon Kim1-4/+2
2016-09-01Staging: android: ion: fix parenthesis alignmentBen LeMasurier1-1/+1
2016-08-15staging: android: ion: Get rid of map_dma/unmap_dmaLaura Abbott1-15/+1
2016-08-15staging: android: ion: Drop ion_phys interfaceLaura Abbott1-18/+0
2015-09-29staging: android: Fix checkpatch block comments warningsSriram Raghunathan1-2/+4
2015-08-01staging: android: Fixed line over 80 charJignesh R Patel1-1/+2
2015-07-23staging: ion: ion_cma_heap: Don't directly use dma_common_get_sgtableJon Medhurst (Tixy)1-2/+1
2015-01-18staging: ion: ion_cma_heap: remove ion_cma_get_sgtableZeng Tao1-19/+1
2014-07-21staging: android: ion: ion_cma_heap.c: Fix checkpatch warningPhong Tran1-7/+2
2014-02-18staging: ion: ion_cma_heap: Remove '0x' when using %pa formatFabio Estevam1-1/+1
2013-12-14ion: fix bugs in cma heapColin Cross1-1/+14
2013-12-14ion: fix sparse warningsColin Cross1-7/+8
2013-12-14ion: fix printk warningsColin Cross1-2/+2
2013-12-14gpu: ion: Fix performance issue in faulting codeRebecca Schultz Zavin1-32/+3
2013-12-14gpu: ion: add CMA heapBenjamin Gaignard1-0/+233