summaryrefslogtreecommitdiff
path: root/drivers/staging/android/ion/ion.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-30staging: android: ion: make locally used functions staticMarkus Böhme1-3/+3
2016-03-31Staging: android: change memory allocation style in ion.cBen Marsh1-5/+5
2016-03-25Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-2/+4
2016-03-21Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-4/+2
2016-03-19dma-buf, drm, ion: Propagate error code from dma_buf_start_cpu_access()Chris Wilson1-2/+4
2016-03-12staging: android: ion: fix up file modeGreg Kroah-Hartman1-0/+0
2016-03-12staging: ion: debugfs invalid gfp maskDerek Yerger1-2/+2
2016-03-12staging/android/ion : fix a race condition in the ion driverEunTaik Lee1-13/+42
2016-02-09dma-buf: Remove range-based flushTiago Vignatti1-4/+2
2016-02-08ion:synchronize debugfs callback and ion_client_destroyNeil Zhang1-0/+44
2016-02-08staging/ion: Add support to get ion handle from dma bufRohit kumar1-8/+18
2016-02-08staging: android: ion: Set the length of the DMA sg entries in bufferLiviu Dudau1-1/+3
2015-10-14"drivers/staging: mark android/ion fcns with EXPORT_SYMBOL for tristatePaul Gortmaker1-0/+3
2015-10-02staging: ion: Fix error handling in ion_buffer_createRohit kumar1-9/+5
2015-09-29staging: android: Fix checkpatch block comments warningsSriram Raghunathan1-13/+19
2015-09-17staging: ion: fix corruption of ion_import_dma_bufShawn Lin1-3/+3
2015-09-10mm: mark most vm_operations_struct constKirill A. Shutemov1-1/+1
2015-07-15staging: ion: debugfs to shrink poolGioh Kim1-13/+9
2015-07-15staging: android: ion: reorder variable definitionsDmitry Kalinkin1-1/+1
2015-05-24Staging:Android:ion - Fix for memory leak if ion device registration get failed.Shailendra Verma1-0/+1
2015-04-21staging: android: ion: fix wrong init of dma_buf_export_infoSumit Semwal1-5/+5
2015-04-21dma-buf: cleanup dma_buf_export() to make it easily extensibleSumit Semwal1-2/+7
2015-03-20ion: improve ion_phys error messageMitchel Humpherys1-2/+2
2015-03-02staging: android: ion: fix some format stringsRasmus Villemoes1-7/+7
2015-01-18staging: ion: always initialize the free list parametersMitchel Humpherys1-0/+3
2014-11-27staging: android: ion: Deletion of unnecessary checks before two function callsMarkus Elfring1-4/+2
2014-11-04Staging: android: ion: fix typos in commentsTristan Lelong1-1/+1
2014-10-20staging: android: ion: Replace "the the " with "the"Tapasweni Pathak1-1/+1
2014-08-16staging: android: ion: Remove redundant return of void functionPhong Tran1-1/+0
2014-08-16staging: android: ion: ion.c Add a new blank line after declerationPhong Tran1-0/+1
2014-07-09dma-buf: use reservation objectsMaarten Lankhorst1-1/+2
2014-05-24staging: ion: WARN when the handle kmap_cnt is going to wrap aroundMitchel Humpherys1-0/+4
2014-05-04staging: android: fix missing a blank line after declarationsSeunghun Lee1-0/+10
2014-03-14staging: android: ion: Use ERR_CAST instead of ERR_PTRIulia Manda1-3/+3
2014-03-14staging: android: ion: Replace seq_printf with seq_putsIulia Manda1-5/+5
2014-03-14staging: android: ion: Fix quoted string split across linesIulia Manda1-4/+3
2014-02-18staging: ion: Move shrinker out of heapsColin Cross1-0/+3
2014-02-18staging: ion: Make sure all clients are exposed in debugfsMitchel Humpherys1-2/+36
2014-02-18staging: ion: Store a copy of the client name on client creationMitchel Humpherys1-6/+13
2014-02-18staging: ion: Fix debugfs handling of multiple kernel clientsLaura Abbott1-5/+5
2014-02-18staging: ion: Create separate heap and client debugfs directoriesMitchel Humpherys1-8/+49
2014-02-12staging : ion : Fix some checkpatch warnings and an errorDaeseok Youn1-5/+4
2014-02-07staging: ion: Use PTR_ERR_OR_ZEROSachin Kamat1-3/+2
2013-12-14ion: Cleanup whitespace issues and other checkpatch problemsJohn Stultz1-25/+28
2013-12-14ion: fix sparse warningsColin Cross1-4/+4
2013-12-14ion: use vm_insert_pfn for faulted pagesColin Cross1-3/+6
2013-12-14ion: clean up ioctlsColin Cross1-51/+59
2013-12-14ion: fix printk warningsColin Cross1-11/+12
2013-12-14ion: update idr to avoid deprecated apisColin Cross1-12/+5
2013-12-14ion: convert sg_dma_len(sg) to sg->lengthColin Cross1-1/+1