summaryrefslogtreecommitdiffstats
path: root/drivers/staging/android/ion/ion_chunk_heap.c
AgeCommit message (Expand)Author
2019-01-18staging: android: ion: Fixup some white-space issuesAndrew F. Davis
2019-01-18staging: android: ion: Remove struct ion_platform_heapAndrew F. Davis
2019-01-18staging: android: ion: Add proper header informationAndrew F. Davis
2017-11-28staging: android: Remove redundant license textGreg Kroah-Hartman
2017-11-28staging: android: add SPDX identifiers to all android driver filesGreg Kroah-Hartman
2017-04-28staging: android: ion: Remove whitespace before quoted newlinePaolo Cretaro
2017-04-18staging: android: ion: Rework heap registration/enumerationLaura Abbott
2017-04-18staging: android: ion: Collapse internal header filesLaura Abbott
2017-04-18staging: android: ion: Get rid of ion_phys_addr_tLaura Abbott
2017-04-08staging: android: ion: Remove crufty cache supportLaura Abbott
2017-04-08staging: android: ion: Remove alignment from allocation fieldLaura Abbott
2016-09-01Staging: android: ion: fix parenthesis alignmentBen LeMasurier
2016-08-15staging: android: ion: Get rid of map_dma/unmap_dmaLaura Abbott
2016-04-29Staging: android: modify memory allocation style in ion_chunk_heap.cBen Marsh
2015-12-15Revert "scatterlist: use sg_phys()"Dan Williams
2015-09-02Merge branch 'for-4.3/sg' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-08-17scatterlist: use sg_phys()Dan Williams
2015-07-14staging: android: ion_chunk_heap.c: Fixed line over 80 charactersGuillermo O. Freschi
2015-05-08staging: ion: chunk_heap: use pr_debug for heap creation printMitchel Humpherys
2014-08-16staging: android: ion: Remove redundant return of void functionPhong Tran
2014-06-19staging: android: ion: ion_chunk_heap.c: Fix checkpatch warningTair Rzayev
2014-04-25Staging: android: ion: duplicated clearing of sg_tableGioh Kim
2013-12-14ion: Cleanup whitespace issues and other checkpatch problemsJohn Stultz
2013-12-14ion: add alignment check to chunk heapColin Cross
2013-12-14ion: add helper to zero contiguous region of pagesColin Cross
2013-12-14ion: fix sparse warningsColin Cross
2013-12-14ion: allow cached mappings of chunk and system heap buffersColin Cross
2013-12-14ion: fix printk warningsColin Cross
2013-12-14ion: don't use phys_to_page or __phys_to_pfnColin Cross
2013-12-14ion: don't use __arm_ioremap to map pagesColin Cross
2013-12-14ion: convert sg_dma_len(sg) to sg->lengthColin Cross
2013-12-14ion: fix dma APIsColin Cross
2013-12-14ion: chunk_heap: fix leak in allocated counterColin Cross
2013-12-14gpu: ion: __dma_page_cpu_to_dev -> arm_dma_ops.sync_single_for_device hackArve Hjønnevåg
2013-12-14gpu: ion: ion_chunk_heap: Zero chunk heap memory at creation timeRebecca Schultz Zavin
2013-12-14gpu: ion: Make ion_free asynchronousRebecca Schultz Zavin
2013-12-14gpu: ion: Only flush buffers in the chunk heap if they were used cachedRebecca Schultz Zavin
2013-12-14gpu: ion: Refactor the code to zero buffersRebecca Schultz Zavin
2013-12-14gpu: ion: Add chunk heapRebecca Schultz Zavin