aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/android/ion/ion_system_heap.c
AgeCommit message (Expand)Author
2014-08-16staging: android: ion: Remove redundant return of void functionPhong Tran
2014-06-19staging: ion: fixup invalid kfree() calls on heap destroyHeesub Shin
2014-06-19staging: ion: optimize struct ion_system_heapHeesub Shin
2014-06-19staging: ion: remove order argument from free_buffer_page()Heesub Shin
2014-06-19staging: ion: remove struct page_infoHeesub Shin
2014-06-19staging: ion: remove order from struct page_infoHeesub Shin
2014-05-29staging: ion: use compound pages on high order pages for system heapHeesub Shin
2014-05-29staging: ion: tidy up a bitHeesub Shin
2014-05-03staging: android: fix missing a blank line after declarationsSeunghun Lee
2014-04-25Staging: android: ion: duplicated clearing of sg_tableGioh Kim
2014-02-18staging: ion: Add private buffer flag to skip page pooling on freeMitchel Humpherys
2014-02-18staging: ion: Move shrinker out of heapsColin Cross
2014-02-07staging: ion: Fix overflow and list bugs in system heapColin Cross
2013-12-17staging: ion: Fix possible null pointer dereferenceJohn Stultz
2013-12-14ion: Update system heap shrinker to use the new count/scan interfaceJohn Stultz
2013-12-14ion: Cleanup whitespace issues and other checkpatch problemsJohn Stultz
2013-12-14ion: fix sparse warningsColin Cross
2013-12-14ion: use alloc_pages in system contig heapColin Cross
2013-12-14ion: allow cached mappings of chunk and system heap buffersColin Cross
2013-12-14ion: remove ion_heap_alloc_pagesColin Cross
2013-12-14ion: Fix two small issues in system_heap allocationJohn Stultz
2013-12-14gpu: ion: remove unnecessary function from system heapColin Cross
2013-12-14ion: don't use phys_to_page or __phys_to_pfnColin Cross
2013-12-14ion: check invalid values in ion_system_heapColin Cross
2013-12-14ion: convert sg_dma_len(sg) to sg->lengthColin Cross
2013-12-14ion: fix dma APIsColin Cross
2013-12-14gpu: ion: Fix performance issue in faulting codeRebecca Schultz Zavin
2013-12-14gpu: ion: Remove __GFP_NO_KSWAPDArve Hjønnevåg
2013-12-14gpu: ion: __dma_page_cpu_to_dev -> arm_dma_ops.sync_single_for_device hackArve Hjønnevåg
2013-12-14gpu: ion: Also shrink memory cached in the deferred free listRebecca Schultz Zavin
2013-12-14gpu: ion: Make ion_free asynchronousRebecca Schultz Zavin
2013-12-14gpu: ion: Refactor the code to zero buffersRebecca Schultz Zavin
2013-12-14gpu: ion: Modify zeroing code so it only allocates address space onceRebecca Schultz Zavin
2013-12-14gpu: ion: Refactor common mapping functions out of system heapRebecca Schultz Zavin
2013-12-14gpu: ion: Fix bug in zeroing pages in system heapRebecca Schultz Zavin
2013-12-14gpu: ion: Fix bug in ion_system_heap map_userRebecca Schultz Zavin
2013-12-14gpu: ion: Don't flush allocatoins that come from the page poolsRebecca Schultz Zavin
2013-12-14gpu: ion: Clear GFP_WAIT flag on high order allocationsRebecca Schultz Zavin
2013-12-14gpu: ion: Fix several issues with page poolRebecca Schultz Zavin
2013-12-14gpu: ion: Modify gfp flags in ion_system_heapRebecca Schultz Zavin
2013-12-14gpu: ion: Use the ion_page_pool from the system heapRebecca Schultz Zavin
2013-12-14gpu: ion: use vmalloc to allocate page array to map kernelRebecca Schultz Zavin
2013-12-14gpu: ion: ion_system_heap: Fix bug preventing compilationRebecca Schultz Zavin
2013-12-14gpu: ion: Stop trying to allocate from an order on first failureRebecca Schultz Zavin
2013-12-14gpu: ion: optimize system heap for non fault buffersRebecca Schultz Zavin
2013-12-14gpu: ion: Switch to using kmalloc rather than kmap during allocationRebecca Schultz Zavin
2013-12-14gpu: ion: Only map as much of the vma as the user requestedRebecca Schultz Zavin
2013-12-14gpu: ion: do not ask for compound pages in system heapDima Zavin
2013-12-14gpu: ion: Modify the system heap to try to allocate large/huge pagesRebecca Schultz Zavin
2013-12-14gpu: ion: Add cache maintenance to ion.Rebecca Schultz Zavin