aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/android/ion/ion_heap.c
AgeCommit message (Expand)Author
2020-06-20staging: android: ion: use vmap instead of vm_map_ramChristoph Hellwig
2018-07-08staging: android: ion: Return an ERR_PTR in ion_map_kernelLaura Abbott
2017-04-18staging: android: ion: Rework heap registration/enumerationLaura Abbott
2017-04-18staging: android: ion: Collapse internal header filesLaura Abbott
2017-04-18staging: android: ion: Get rid of ion_phys_addr_tLaura Abbott
2017-04-18staging: android: ion: Use CMA APIs directlyLaura Abbott
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <uap...Ingo Molnar
2016-08-18Staging: android: ion: ion_heap.c: fix parenthesis alignmentBen LeMasurier
2015-10-24staging: ion: Remove explicit NULL comparisonMuhammad Falak R Wani
2015-10-13"drivers/staging: mark android/ion fcns with EXPORT_SYMBOL for tristatePaul Gortmaker
2015-01-17staging: ion: always initialize the free list parametersMitchel Humpherys
2014-05-03staging: android: fix missing a blank line after declarationsSeunghun Lee
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-08Merge branch 'staging-linus' into staging-workGreg Kroah-Hartman
2014-02-07gpu: ion: dereferencing an ERR_PTRDan Carpenter
2014-02-07staging: ion: Use PTR_ERR_OR_ZEROSachin Kamat
2013-12-17staging: ion: Avoid using rt_mutexes directlyJohn Stultz
2013-12-14ion: Cleanup whitespace issues and other checkpatch problemsJohn Stultz
2013-12-14ion: add helper to zero contiguous region of pagesColin Cross
2013-12-14ion: fix sparse warningsColin Cross
2013-12-14ion: remove ion_heap_alloc_pagesColin Cross
2013-12-14ion: check return value from remap_pfn_rangeColin Cross
2013-12-14ion: optimize ion_heap_buffer_zeroColin Cross
2013-12-14gpu: ion: fix use-after-free in ion_heap_freelist_drainMitchel Humpherys
2013-12-14ion: fix printk warningsColin Cross
2013-12-14ion: convert sg_dma_len(sg) to sg->lengthColin Cross
2013-12-14ion: convert map_kernel to return ERR_PTRColin Cross
2013-12-14gpu: ion: Fix performance issue in faulting codeRebecca Schultz Zavin
2013-12-14gpu: ion: add CMA heapBenjamin Gaignard
2013-12-14gpu: ion: Also shrink memory cached in the deferred free listRebecca Schultz Zavin
2013-12-14gpu: ion: Refactor the code to zero buffersRebecca Schultz Zavin
2013-12-14gpu: ion: Add chunk heapRebecca Schultz Zavin
2013-12-14gpu: ion: Refactor common mapping functions out of system heapRebecca Schultz Zavin
2013-12-14gpu: ion: Add ION Memory ManagerRebecca Schultz Zavin