aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/android/ion/ion_system_heap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-09staging: android: ion: Add __GFP_NOWARN for system contig heapLaura Abbott1-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-07-16Staging: android: Remove unnecessary blank linesMateusz Nowotyński1-2/+0
2017-06-14staging: android: ion: Improve memory alloc styleAliaksei Karaliou1-3/+3
2017-04-18staging: android: ion: Rework heap registration/enumerationLaura Abbott1-14/+24
2017-04-18staging: android: ion: Collapse internal header filesLaura Abbott1-1/+0
2017-04-08staging: android: ion: Remove crufty cache supportLaura Abbott1-5/+0
2017-04-08staging: android: ion: Remove alignment from allocation fieldLaura Abbott1-8/+1
2016-10-24staging: android: Remove unnecessary parentheses.Elise Lennion1-1/+1
2016-09-01Staging: android: ion: fix parenthesis alignmentBen LeMasurier1-5/+5
2016-08-21staging: ion: remove __GFP_NOWARN when use low order gfp flagsChen Feng1-1/+1
2016-08-21ION: Sys_heap: Add cached pool to spead up cached buffer allocChen Feng1-61/+122
2016-08-15staging: android: ion: Get rid of map_dma/unmap_dmaLaura Abbott1-29/+3
2016-08-15staging: android: ion: Drop ion_phys interfaceLaura Abbott1-12/+0
2016-02-07staging: ion : Donnot wakeup kswapd in ion system allocChen Feng1-1/+1
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapdMel Gorman1-1/+1
2015-09-29staging: android: Fix checkpatch block comments warningsSriram Raghunathan1-2/+5
2015-07-14staging: ion: shrink page-pool by page unitGioh Kim1-2/+14
2014-08-16staging: android: ion: Remove redundant return of void functionPhong Tran1-1/+0
2014-06-19staging: ion: fixup invalid kfree() calls on heap destroyHeesub Shin1-1/+0
2014-06-19staging: ion: optimize struct ion_system_heapHeesub Shin1-8/+5
2014-06-19staging: ion: remove order argument from free_buffer_page()Heesub Shin1-5/+4
2014-06-19staging: ion: remove struct page_infoHeesub Shin1-32/+15
2014-06-19staging: ion: remove order from struct page_infoHeesub Shin1-6/+5
2014-05-29staging: ion: use compound pages on high order pages for system heapHeesub Shin1-1/+1
2014-05-29staging: ion: tidy up a bitHeesub Shin1-31/+26
2014-05-03staging: android: fix missing a blank line after declarationsSeunghun Lee1-0/+5
2014-04-25Staging: android: ion: duplicated clearing of sg_tableGioh Kim1-2/+2
2014-02-18staging: ion: Add private buffer flag to skip page pooling on freeMitchel Humpherys1-2/+2
2014-02-18staging: ion: Move shrinker out of heapsColin Cross1-63/+17
2014-02-07staging: ion: Fix overflow and list bugs in system heapColin Cross1-1/+5
2013-12-17staging: ion: Fix possible null pointer dereferenceJohn Stultz1-1/+6
2013-12-14ion: Update system heap shrinker to use the new count/scan interfaceJohn Stultz1-12/+28
2013-12-14ion: Cleanup whitespace issues and other checkpatch problemsJohn Stultz1-1/+2
2013-12-14ion: fix sparse warningsColin Cross1-16/+14
2013-12-14ion: use alloc_pages in system contig heapColin Cross1-23/+48
2013-12-14ion: allow cached mappings of chunk and system heap buffersColin Cross1-3/+0
2013-12-14ion: remove ion_heap_alloc_pagesColin Cross1-6/+1
2013-12-14ion: Fix two small issues in system_heap allocationJohn Stultz1-3/+2
2013-12-14gpu: ion: remove unnecessary function from system heapColin Cross1-12/+1
2013-12-14ion: don't use phys_to_page or __phys_to_pfnColin Cross1-1/+1
2013-12-14ion: check invalid values in ion_system_heapColin Cross1-0/+14
2013-12-14ion: convert sg_dma_len(sg) to sg->lengthColin Cross1-1/+1
2013-12-14ion: fix dma APIsColin Cross1-3/+2
2013-12-14gpu: ion: Fix performance issue in faulting codeRebecca Schultz Zavin1-21/+4
2013-12-14gpu: ion: Remove __GFP_NO_KSWAPDArve Hjønnevåg1-2/+2
2013-12-14gpu: ion: __dma_page_cpu_to_dev -> arm_dma_ops.sync_single_for_device hackArve Hjønnevåg1-2/+3
2013-12-14gpu: ion: Also shrink memory cached in the deferred free listRebecca Schultz Zavin1-0/+49
2013-12-14gpu: ion: Make ion_free asynchronousRebecca Schultz Zavin1-0/+1