summaryrefslogtreecommitdiff
path: root/drivers/staging/android/ion/ion_system_heap.c
AgeCommit message (Expand)Author
2018-02-25staging: android: ion: Add __GFP_NOWARN for system contig heapLaura Abbott
2016-09-01Staging: android: ion: fix parenthesis alignmentBen LeMasurier
2016-08-21staging: ion: remove __GFP_NOWARN when use low order gfp flagsChen Feng
2016-08-21ION: Sys_heap: Add cached pool to spead up cached buffer allocChen Feng
2016-08-15staging: android: ion: Get rid of map_dma/unmap_dmaLaura Abbott
2016-08-15staging: android: ion: Drop ion_phys interfaceLaura Abbott
2016-02-07staging: ion : Donnot wakeup kswapd in ion system allocChen Feng
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman
2015-09-29staging: android: Fix checkpatch block comments warningsSriram Raghunathan
2015-07-14staging: ion: shrink page-pool by page unitGioh Kim
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