ion: fix sparse warnings
[firefly-linux-kernel-4.4.55.git] / drivers / staging / android / ion / ion_system_heap.c
2013-12-14 Colin Crossion: fix sparse warnings
2013-12-14 Colin Crossion: use alloc_pages in system contig heap
2013-12-14 Colin Crossion: allow cached mappings of chunk and system heap...
2013-12-14 Colin Crossion: remove ion_heap_alloc_pages
2013-12-14 John Stultzion: Fix two small issues in system_heap allocation
2013-12-14 Colin Crossgpu: ion: remove unnecessary function from system heap
2013-12-14 Colin Crossion: don't use phys_to_page or __phys_to_pfn
2013-12-14 Colin Crossion: check invalid values in ion_system_heap
2013-12-14 Colin Crossion: convert sg_dma_len(sg) to sg->length
2013-12-14 Colin Crossion: fix dma APIs
2013-12-14 Rebecca Schultz... gpu: ion: Fix performance issue in faulting code
2013-12-14 Arve Hjønnevåggpu: ion: Remove __GFP_NO_KSWAPD
2013-12-14 Arve Hjønnevåggpu: ion: __dma_page_cpu_to_dev -> arm_dma_ops.sync_sin...
2013-12-14 Rebecca Schultz... gpu: ion: Also shrink memory cached in the deferred...
2013-12-14 Rebecca Schultz... gpu: ion: Make ion_free asynchronous
2013-12-14 Rebecca Schultz... gpu: ion: Refactor the code to zero buffers
2013-12-14 Rebecca Schultz... gpu: ion: Modify zeroing code so it only allocates...
2013-12-14 Rebecca Schultz... gpu: ion: Refactor common mapping functions out of...
2013-12-14 Rebecca Schultz... gpu: ion: Fix bug in zeroing pages in system heap
2013-12-14 Rebecca Schultz... gpu: ion: Fix bug in ion_system_heap map_user
2013-12-14 Rebecca Schultz... gpu: ion: Don't flush allocatoins that come from the...
2013-12-14 Rebecca Schultz... gpu: ion: Clear GFP_WAIT flag on high order allocations
2013-12-14 Rebecca Schultz... gpu: ion: Fix several issues with page pool
2013-12-14 Rebecca Schultz... gpu: ion: Modify gfp flags in ion_system_heap
2013-12-14 Rebecca Schultz... gpu: ion: Use the ion_page_pool from the system heap
2013-12-14 Rebecca Schultz... gpu: ion: use vmalloc to allocate page array to map...
2013-12-14 Rebecca Schultz... gpu: ion: ion_system_heap: Fix bug preventing compilation
2013-12-14 Rebecca Schultz... gpu: ion: Stop trying to allocate from an order on...
2013-12-14 Rebecca Schultz... gpu: ion: optimize system heap for non fault buffers
2013-12-14 Rebecca Schultz... gpu: ion: Switch to using kmalloc rather than kmap...
2013-12-14 Rebecca Schultz... gpu: ion: Only map as much of the vma as the user requested
2013-12-14 Dima Zavingpu: ion: do not ask for compound pages in system heap
2013-12-14 Rebecca Schultz... gpu: ion: Modify the system heap to try to allocate...
2013-12-14 Rebecca Schultz... gpu: ion: Add cache maintenance to ion.
2013-12-14 Rebecca Schultz... gpu: ion: ion_system_heap: Change allocations to GFP_HI...
2013-12-14 Rebecca Schultz... gpu: ion: Use alloc_pages instead of vmalloc from the...
2013-12-14 Rebecca Schultz... ion: Switch map/unmap dma api to sg_tables
2013-12-14 Rebecca Schultz... gpu: ion: Add ION Memory Manager