aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/android/ion/ion_chunk_heap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-03staging: android: ion: Remove file ion_chunk_heap.cNishka Dasgupta1-147/+0
2019-06-15staging: android: fix style problemSaiyam Doshi1-1/+2
2019-01-18staging: android: ion: Remove unused headersAndrew F. Davis1-2/+1
2019-01-18staging: android: ion: Remove base from ion_chunk_heapAndrew F. Davis1-5/+2
2019-01-18staging: android: ion: Fixup some white-space issuesAndrew F. Davis1-1/+1
2019-01-18staging: android: ion: Remove struct ion_platform_heapAndrew F. Davis1-10/+7
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-04-28staging: android: ion: Remove whitespace before quoted newlinePaolo Cretaro1-1/+1
2017-04-18staging: android: ion: Rework heap registration/enumerationLaura Abbott1-9/+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-3/+3
2017-04-08staging: android: ion: Remove crufty cache supportLaura Abbott1-6/+0
2017-04-08staging: android: ion: Remove alignment from allocation fieldLaura Abbott1-6/+3
2016-09-01Staging: android: ion: fix parenthesis alignmentBen LeMasurier1-6/+6
2016-08-15staging: android: ion: Get rid of map_dma/unmap_dmaLaura Abbott1-15/+2
2016-04-29Staging: android: modify memory allocation style in ion_chunk_heap.cBen Marsh1-2/+2
2015-12-15Revert "scatterlist: use sg_phys()"Dan Williams1-2/+2
2015-09-02Merge branch 'for-4.3/sg' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2015-08-17scatterlist: use sg_phys()Dan Williams1-2/+2
2015-07-14staging: android: ion_chunk_heap.c: Fixed line over 80 charactersGuillermo O. Freschi1-2/+2
2015-05-08staging: ion: chunk_heap: use pr_debug for heap creation printMitchel Humpherys1-1/+1
2014-08-16staging: android: ion: Remove redundant return of void functionPhong Tran1-1/+0
2014-06-19staging: android: ion: ion_chunk_heap.c: Fix checkpatch warningTair Rzayev1-1/+1
2014-04-25Staging: android: ion: duplicated clearing of sg_tableGioh Kim1-1/+1
2013-12-14ion: Cleanup whitespace issues and other checkpatch problemsJohn Stultz1-1/+0
2013-12-14ion: add alignment check to chunk heapColin Cross1-0/+3
2013-12-14ion: add helper to zero contiguous region of pagesColin Cross1-27/+12
2013-12-14ion: fix sparse warningsColin Cross1-4/+4
2013-12-14ion: allow cached mappings of chunk and system heap buffersColin Cross1-3/+0
2013-12-14ion: fix printk warningsColin Cross1-1/+1
2013-12-14ion: don't use phys_to_page or __phys_to_pfnColin Cross1-2/+3
2013-12-14ion: don't use __arm_ioremap to map pagesColin Cross1-2/+0
2013-12-14ion: convert sg_dma_len(sg) to sg->lengthColin Cross1-2/+2
2013-12-14ion: fix dma APIsColin Cross1-8/+7
2013-12-14ion: chunk_heap: fix leak in allocated counterColin Cross1-6/+9
2013-12-14gpu: ion: __dma_page_cpu_to_dev -> arm_dma_ops.sync_single_for_device hackArve Hjønnevåg1-4/+6
2013-12-14gpu: ion: ion_chunk_heap: Zero chunk heap memory at creation timeRebecca Schultz Zavin1-2/+32
2013-12-14gpu: ion: Make ion_free asynchronousRebecca Schultz Zavin1-1/+2
2013-12-14gpu: ion: Only flush buffers in the chunk heap if they were used cachedRebecca Schultz Zavin1-2/+3
2013-12-14gpu: ion: Refactor the code to zero buffersRebecca Schultz Zavin1-0/+2
2013-12-14gpu: ion: Add chunk heapRebecca Schultz Zavin1-0/+174