summaryrefslogtreecommitdiffstats
path: root/drivers/staging/android/ion/ion_priv.h
Commit message (Expand)AuthorAgeFilesLines
* staging: android: ion: Collapse internal header filesLaura Abbott2017-04-181-453/+0Star
* staging: android: ion: Remove custom ioctl interfaceLaura Abbott2017-04-081-7/+1Star
* staging: android: ion: Remove crufty cache supportLaura Abbott2017-04-081-13/+0Star
* staging: android: ion: Call dma_map_sg for syncing and mappingLaura Abbott2017-04-081-0/+1
* staging: android: ion: Remove alignment from allocation fieldLaura Abbott2017-04-081-1/+1
* staging: android: ion: Remove dmap_cntLaura Abbott2017-04-081-2/+0Star
* staging: android/ion: Use variable names in headerBogdan Purcareata2017-01-161-19/+19
* staging: android/ion: Align comment markBogdan Purcareata2017-01-161-1/+1
* staging: android: ion: Add ioctl to query available heapsLaura Abbott2016-09-121-0/+3
* staging: android: ion: Pull out ion ioctls to a separate fileLaura Abbott2016-09-081-0/+91
* staging: android: ion: Remove unnused function ion_handle_bufferJohanna Abrahamsson2016-09-011-2/+0Star
* ION: Sys_heap: Add cached pool to spead up cached buffer allocChen Feng2016-08-211-1/+4
* staging: android: ion: Drop ion_carveout_allocate definitionsLaura Abbott2016-08-151-14/+0Star
* staging: android: ion: Get rid of map_dma/unmap_dmaLaura Abbott2016-08-151-5/+0Star
* staging: android: ion: Drop ion_phys interfaceLaura Abbott2016-08-151-10/+1Star
* staging: android: Fix checkpatch block comments warningsSriram Raghunathan2015-09-291-1/+2
* Staging: fixed multiple spelling errors.Carlos E. Garcia2015-05-081-3/+3
* Staging: android: ion: fix typos in commentsTristan Lelong2014-11-041-2/+2
* staging: ion: tidy up a bitHeesub Shin2014-05-291-1/+1
* staging: android: fix missing a blank line after declarationsSeunghun Lee2014-05-041-0/+1
* staging: ion: Add private buffer flag to skip page pooling on freeMitchel Humpherys2014-02-181-1/+41
* staging: ion: Move shrinker out of heapsColin Cross2014-02-181-9/+12
* staging : ion : Fix some checkpatch warnings and an errorDaeseok Youn2014-02-111-13/+13
* staging: ion: Fix build warningJohn Stultz2014-02-071-0/+1
* staging: ion: Avoid using rt_mutexes directlyJohn Stultz2013-12-181-1/+1
* ion: Cleanup whitespace issues and other checkpatch problemsJohn Stultz2013-12-141-1/+1
* ion: add helper to zero contiguous region of pagesColin Cross2013-12-141-0/+1
* ion: remove ion_heap_alloc_pagesColin Cross2013-12-141-13/+0Star
* ion: fix dma APIsColin Cross2013-12-141-0/+12
* ion: remove IS_ERR_OR_NULLColin Cross2013-12-141-0/+3
* gpu: ion: Fix performance issue in faulting codeRebecca Schultz Zavin2013-12-141-4/+16
* gpu: ion: add CMA heapBenjamin Gaignard2013-12-141-0/+3
* gpu: ion: Also shrink memory cached in the deferred free listRebecca Schultz Zavin2013-12-141-2/+55
* gpu: ion: Make ion_free asynchronousRebecca Schultz Zavin2013-12-141-1/+19
* gpu: ion: Refactor the code to zero buffersRebecca Schultz Zavin2013-12-141-0/+1
* gpu: ion: Add chunk heapRebecca Schultz Zavin2013-12-141-1/+3
* gpu: ion: Refactor common mapping functions out of system heapRebecca Schultz Zavin2013-12-141-0/+10
* gpu: ion: Switch heap rbtree to a prio listRebecca Schultz Zavin2013-12-141-2/+2
* gpu: ion: Switch to using a single shrink functionRebecca Schultz Zavin2013-12-141-1/+2
* gpu: ion: Fix several issues with page poolRebecca Schultz Zavin2013-12-141-4/+8
* gpu: ion: Use the ion_page_pool from the system heapRebecca Schultz Zavin2013-12-141-0/+11
* gpu: ion: Add ion_page_pool.Rebecca Schultz Zavin2013-12-141-0/+44
* gpu: ion: optimize system heap for non fault buffersRebecca Schultz Zavin2013-12-141-0/+9
* gpu: ion: Add debug information for orphaned handlesRebecca Schultz Zavin2013-12-141-0/+14
* gpu: ion: Add cache maintenance to ion.Rebecca Schultz Zavin2013-12-141-0/+2
* ion: Switch map/unmap dma api to sg_tablesRebecca Schultz Zavin2013-12-141-15/+3Star
* gpu: ion: Add ION Memory ManagerRebecca Schultz Zavin2013-12-141-0/+185