summaryrefslogtreecommitdiffstats
path: root/drivers/staging/android/ion/ion_system_heap.c
Commit message (Expand)AuthorAgeFilesLines
* staging: android: Remove unnecessary parentheses.Elise Lennion2016-10-241-1/+1
* Staging: android: ion: fix parenthesis alignmentBen LeMasurier2016-09-011-5/+5
* staging: ion: remove __GFP_NOWARN when use low order gfp flagsChen Feng2016-08-211-1/+1
* ION: Sys_heap: Add cached pool to spead up cached buffer allocChen Feng2016-08-211-61/+122
* staging: android: ion: Get rid of map_dma/unmap_dmaLaura Abbott2016-08-151-29/+3
* staging: android: ion: Drop ion_phys interfaceLaura Abbott2016-08-151-12/+0
* staging: ion : Donnot wakeup kswapd in ion system allocChen Feng2016-02-071-1/+1
* mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-061-1/+1
* staging: android: Fix checkpatch block comments warningsSriram Raghunathan2015-09-291-2/+5
* staging: ion: shrink page-pool by page unitGioh Kim2015-07-141-2/+14
* staging: android: ion: Remove redundant return of void functionPhong Tran2014-08-161-1/+0
* staging: ion: fixup invalid kfree() calls on heap destroyHeesub Shin2014-06-191-1/+0
* staging: ion: optimize struct ion_system_heapHeesub Shin2014-06-191-8/+5
* staging: ion: remove order argument from free_buffer_page()Heesub Shin2014-06-191-5/+4
* staging: ion: remove struct page_infoHeesub Shin2014-06-191-32/+15
* staging: ion: remove order from struct page_infoHeesub Shin2014-06-191-6/+5
* staging: ion: use compound pages on high order pages for system heapHeesub Shin2014-05-291-1/+1
* staging: ion: tidy up a bitHeesub Shin2014-05-291-31/+26
* staging: android: fix missing a blank line after declarationsSeunghun Lee2014-05-031-0/+5
* Staging: android: ion: duplicated clearing of sg_tableGioh Kim2014-04-251-2/+2
* staging: ion: Add private buffer flag to skip page pooling on freeMitchel Humpherys2014-02-181-2/+2
* staging: ion: Move shrinker out of heapsColin Cross2014-02-181-63/+17
* staging: ion: Fix overflow and list bugs in system heapColin Cross2014-02-071-1/+5
* staging: ion: Fix possible null pointer dereferenceJohn Stultz2013-12-171-1/+6
* ion: Update system heap shrinker to use the new count/scan interfaceJohn Stultz2013-12-141-12/+28
* ion: Cleanup whitespace issues and other checkpatch problemsJohn Stultz2013-12-141-1/+2
* ion: fix sparse warningsColin Cross2013-12-141-16/+14
* ion: use alloc_pages in system contig heapColin Cross2013-12-141-23/+48
* ion: allow cached mappings of chunk and system heap buffersColin Cross2013-12-141-3/+0
* ion: remove ion_heap_alloc_pagesColin Cross2013-12-141-6/+1
* ion: Fix two small issues in system_heap allocationJohn Stultz2013-12-141-3/+2
* gpu: ion: remove unnecessary function from system heapColin Cross2013-12-141-12/+1
* ion: don't use phys_to_page or __phys_to_pfnColin Cross2013-12-141-1/+1
* ion: check invalid values in ion_system_heapColin Cross2013-12-141-0/+14
* ion: convert sg_dma_len(sg) to sg->lengthColin Cross2013-12-141-1/+1
* ion: fix dma APIsColin Cross2013-12-141-3/+2
* gpu: ion: Fix performance issue in faulting codeRebecca Schultz Zavin2013-12-141-21/+4
* gpu: ion: Remove __GFP_NO_KSWAPDArve Hjønnevåg2013-12-141-2/+2
* gpu: ion: __dma_page_cpu_to_dev -> arm_dma_ops.sync_single_for_device hackArve Hjønnevåg2013-12-141-2/+3
* gpu: ion: Also shrink memory cached in the deferred free listRebecca Schultz Zavin2013-12-141-0/+49
* gpu: ion: Make ion_free asynchronousRebecca Schultz Zavin2013-12-141-0/+1
* gpu: ion: Refactor the code to zero buffersRebecca Schultz Zavin2013-12-141-26/+8
* gpu: ion: Modify zeroing code so it only allocates address space onceRebecca Schultz Zavin2013-12-141-7/+21
* gpu: ion: Refactor common mapping functions out of system heapRebecca Schultz Zavin2013-12-141-78/+6
* gpu: ion: Fix bug in zeroing pages in system heapRebecca Schultz Zavin2013-12-141-1/+1
* gpu: ion: Fix bug in ion_system_heap map_userRebecca Schultz Zavin2013-12-141-6/+15
* gpu: ion: Don't flush allocatoins that come from the page poolsRebecca Schultz Zavin2013-12-141-3/+5
* gpu: ion: Clear GFP_WAIT flag on high order allocationsRebecca Schultz Zavin2013-12-141-1/+1
* gpu: ion: Fix several issues with page poolRebecca Schultz Zavin2013-12-141-3/+6
* gpu: ion: Modify gfp flags in ion_system_heapRebecca Schultz Zavin2013-12-141-7/+18
OpenPOWER on IntegriCloud