aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/android/ion/ion_priv.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-05-08Staging: fixed multiple spelling errors.Carlos E. Garcia1-3/+3
2014-11-03Staging: android: ion: fix typos in commentsTristan Lelong1-2/+2
2014-05-29staging: ion: tidy up a bitHeesub Shin1-1/+1
2014-05-03staging: android: fix missing a blank line after declarationsSeunghun Lee1-0/+1
2014-02-18staging: ion: Add private buffer flag to skip page pooling on freeMitchel Humpherys1-1/+41
2014-02-18staging: ion: Move shrinker out of heapsColin Cross1-9/+12
2014-02-11staging : ion : Fix some checkpatch warnings and an errorDaeseok Youn1-13/+13
2014-02-07staging: ion: Fix build warningJohn Stultz1-0/+1
2013-12-17staging: ion: Avoid using rt_mutexes directlyJohn Stultz1-1/+1
2013-12-14ion: Cleanup whitespace issues and other checkpatch problemsJohn Stultz1-1/+1
2013-12-14ion: add helper to zero contiguous region of pagesColin Cross1-0/+1
2013-12-14ion: remove ion_heap_alloc_pagesColin Cross1-13/+0
2013-12-14ion: fix dma APIsColin Cross1-0/+12
2013-12-14ion: remove IS_ERR_OR_NULLColin Cross1-0/+3
2013-12-14gpu: ion: Fix performance issue in faulting codeRebecca Schultz Zavin1-4/+16
2013-12-14gpu: ion: add CMA heapBenjamin Gaignard1-0/+3
2013-12-14gpu: ion: Also shrink memory cached in the deferred free listRebecca Schultz Zavin1-2/+55
2013-12-14gpu: ion: Make ion_free asynchronousRebecca Schultz Zavin1-1/+19
2013-12-14gpu: ion: Refactor the code to zero buffersRebecca Schultz Zavin1-0/+1
2013-12-14gpu: ion: Add chunk heapRebecca Schultz Zavin1-1/+3
2013-12-14gpu: ion: Refactor common mapping functions out of system heapRebecca Schultz Zavin1-0/+10
2013-12-14gpu: ion: Switch heap rbtree to a prio listRebecca Schultz Zavin1-2/+2
2013-12-14gpu: ion: Switch to using a single shrink functionRebecca Schultz Zavin1-1/+2
2013-12-14gpu: ion: Fix several issues with page poolRebecca Schultz Zavin1-4/+8
2013-12-14gpu: ion: Use the ion_page_pool from the system heapRebecca Schultz Zavin1-0/+11
2013-12-14gpu: ion: Add ion_page_pool.Rebecca Schultz Zavin1-0/+44
2013-12-14gpu: ion: optimize system heap for non fault buffersRebecca Schultz Zavin1-0/+9
2013-12-14gpu: ion: Add debug information for orphaned handlesRebecca Schultz Zavin1-0/+14
2013-12-14gpu: ion: Add cache maintenance to ion.Rebecca Schultz Zavin1-0/+2
2013-12-14ion: Switch map/unmap dma api to sg_tablesRebecca Schultz Zavin1-15/+3
2013-12-14gpu: ion: Add ION Memory ManagerRebecca Schultz Zavin1-0/+185