summaryrefslogtreecommitdiffstats
path: root/drivers/staging/android/ion/ion_heap.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Use array_size() in vmalloc()Kees Cook2018-06-121-1/+2
* staging: android: check for error from register_shrinker in ion_heap_init_shr...Xiongwei Song2018-01-081-2/+3
* staging: android: Remove redundant license textGreg Kroah-Hartman2017-11-281-10/+0
* staging: android: add SPDX identifiers to all android driver filesGreg Kroah-Hartman2017-11-281-0/+1
* staging: android: ion: Rework heap registration/enumerationLaura Abbott2017-04-181-71/+0
* staging: android: ion: Collapse internal header filesLaura Abbott2017-04-181-1/+0
* staging: android: ion: Get rid of ion_phys_addr_tLaura Abbott2017-04-181-2/+2
* staging: android: ion: Use CMA APIs directlyLaura Abbott2017-04-181-0/+4
* sched/headers: Prepare for new header dependencies before moving code to <uap...Ingo Molnar2017-03-021-0/+1
* Staging: android: ion: ion_heap.c: fix parenthesis alignmentBen LeMasurier2016-08-181-5/+5
* staging: ion: Remove explicit NULL comparisonMuhammad Falak R Wani2015-10-241-1/+1
* "drivers/staging: mark android/ion fcns with EXPORT_SYMBOL for tristatePaul Gortmaker2015-10-131-0/+2
* staging: ion: always initialize the free list parametersMitchel Humpherys2015-01-171-2/+0
* staging: android: fix missing a blank line after declarationsSeunghun Lee2014-05-031-0/+2
* staging: ion: Add private buffer flag to skip page pooling on freeMitchel Humpherys2014-02-181-3/+16
* staging: ion: Move shrinker out of heapsColin Cross2014-02-181-0/+50
* Merge branch 'staging-linus' into staging-workGreg Kroah-Hartman2014-02-081-1/+1
|\
| * gpu: ion: dereferencing an ERR_PTRDan Carpenter2014-02-071-1/+1
* | staging: ion: Use PTR_ERR_OR_ZEROSachin Kamat2014-02-071-1/+1
|/
* staging: ion: Avoid using rt_mutexes directlyJohn Stultz2013-12-171-12/+16
* ion: Cleanup whitespace issues and other checkpatch problemsJohn Stultz2013-12-141-3/+2
* ion: add helper to zero contiguous region of pagesColin Cross2013-12-141-21/+32
* ion: fix sparse warningsColin Cross2013-12-141-2/+2
* ion: remove ion_heap_alloc_pagesColin Cross2013-12-141-27/+0
* ion: check return value from remap_pfn_rangeColin Cross2013-12-141-1/+4
* ion: optimize ion_heap_buffer_zeroColin Cross2013-12-141-14/+22
* gpu: ion: fix use-after-free in ion_heap_freelist_drainMitchel Humpherys2013-12-141-1/+1
* ion: fix printk warningsColin Cross2013-12-141-1/+1
* ion: convert sg_dma_len(sg) to sg->lengthColin Cross2013-12-141-6/+6
* ion: convert map_kernel to return ERR_PTRColin Cross2013-12-141-0/+3
* gpu: ion: Fix performance issue in faulting codeRebecca Schultz Zavin2013-12-141-2/+16
* gpu: ion: add CMA heapBenjamin Gaignard2013-12-141-0/+6
* gpu: ion: Also shrink memory cached in the deferred free listRebecca Schultz Zavin2013-12-141-0/+107
* gpu: ion: Refactor the code to zero buffersRebecca Schultz Zavin2013-12-141-0/+37
* gpu: ion: Add chunk heapRebecca Schultz Zavin2013-12-141-0/+6
* gpu: ion: Refactor common mapping functions out of system heapRebecca Schultz Zavin2013-12-141-0/+75
* gpu: ion: Add ION Memory ManagerRebecca Schultz Zavin2013-12-141-0/+72
OpenPOWER on IntegriCloud