aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/android/ion/ion_heap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-26staging: ion: remove from the treeGreg Kroah-Hartman1-286/+0
2020-08-06Merge tag 'staging-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-40/+13
2020-06-25staging: ion: fix common struct sg_table related issuesMarek Szyprowski1-31/+13
2020-06-25staging: ion: remove dead codeMarek Szyprowski1-9/+0
2020-06-15sched,ion: Convert to sched_set_normal()Peter Zijlstra1-3/+1
2020-06-02staging: android: ion: use vmap instead of vm_map_ramChristoph Hellwig1-2/+2
2019-01-18staging: android: ion: Fixup some white-space issuesAndrew F. Davis1-0/+6
2019-01-18staging: android: ion: Add proper header informationAndrew F. Davis1-1/+1
2018-06-25staging: android: ion: Return an ERR_PTR in ion_map_kernelLaura Abbott1-1/+1
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook1-1/+2
2018-01-08staging: android: check for error from register_shrinker in ion_heap_init_shrinkerXiongwei Song1-2/+3
2017-11-28staging: android: Remove redundant license textGreg Kroah-Hartman1-10/+0
2017-11-28staging: android: add SPDX identifiers to all android driver filesGreg Kroah-Hartman1-0/+1
2017-04-18staging: android: ion: Rework heap registration/enumerationLaura Abbott1-71/+0
2017-04-18staging: android: ion: Collapse internal header filesLaura Abbott1-1/+0
2017-04-18staging: android: ion: Get rid of ion_phys_addr_tLaura Abbott1-2/+2
2017-04-18staging: android: ion: Use CMA APIs directlyLaura Abbott1-0/+4
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <uapi/linux/sched/types.h>Ingo Molnar1-0/+1
2016-08-18Staging: android: ion: ion_heap.c: fix parenthesis alignmentBen LeMasurier1-5/+5
2015-10-24staging: ion: Remove explicit NULL comparisonMuhammad Falak R Wani1-1/+1
2015-10-13"drivers/staging: mark android/ion fcns with EXPORT_SYMBOL for tristatePaul Gortmaker1-0/+2
2015-01-17staging: ion: always initialize the free list parametersMitchel Humpherys1-2/+0
2014-05-03staging: android: fix missing a blank line after declarationsSeunghun Lee1-0/+2
2014-02-18staging: ion: Add private buffer flag to skip page pooling on freeMitchel Humpherys1-3/+16
2014-02-18staging: ion: Move shrinker out of heapsColin Cross1-0/+50
2014-02-08Merge branch 'staging-linus' into staging-workGreg Kroah-Hartman1-1/+1
2014-02-07gpu: ion: dereferencing an ERR_PTRDan Carpenter1-1/+1
2014-02-07staging: ion: Use PTR_ERR_OR_ZEROSachin Kamat1-1/+1
2013-12-17staging: ion: Avoid using rt_mutexes directlyJohn Stultz1-12/+16
2013-12-14ion: Cleanup whitespace issues and other checkpatch problemsJohn Stultz1-3/+2
2013-12-14ion: add helper to zero contiguous region of pagesColin Cross1-21/+32
2013-12-14ion: fix sparse warningsColin Cross1-2/+2
2013-12-14ion: remove ion_heap_alloc_pagesColin Cross1-27/+0
2013-12-14ion: check return value from remap_pfn_rangeColin Cross1-1/+4
2013-12-14ion: optimize ion_heap_buffer_zeroColin Cross1-14/+22
2013-12-14gpu: ion: fix use-after-free in ion_heap_freelist_drainMitchel Humpherys1-1/+1
2013-12-14ion: fix printk warningsColin Cross1-1/+1
2013-12-14ion: convert sg_dma_len(sg) to sg->lengthColin Cross1-6/+6
2013-12-14ion: convert map_kernel to return ERR_PTRColin Cross1-0/+3
2013-12-14gpu: ion: Fix performance issue in faulting codeRebecca Schultz Zavin1-2/+16
2013-12-14gpu: ion: add CMA heapBenjamin Gaignard1-0/+6
2013-12-14gpu: ion: Also shrink memory cached in the deferred free listRebecca Schultz Zavin1-0/+107
2013-12-14gpu: ion: Refactor the code to zero buffersRebecca Schultz Zavin1-0/+37
2013-12-14gpu: ion: Add chunk heapRebecca Schultz Zavin1-0/+6
2013-12-14gpu: ion: Refactor common mapping functions out of system heapRebecca Schultz Zavin1-0/+75
2013-12-14gpu: ion: Add ION Memory ManagerRebecca Schultz Zavin1-0/+72