summaryrefslogtreecommitdiffstats
path: root/drivers/staging/android/ion/ion.c
Commit message (Expand)AuthorAgeFilesLines
* "drivers/staging: mark android/ion fcns with EXPORT_SYMBOL for tristatePaul Gortmaker2015-10-131-0/+3
* staging: ion: Fix error handling in ion_buffer_createRohit kumar2015-10-021-9/+5
* staging: android: Fix checkpatch block comments warningsSriram Raghunathan2015-09-291-13/+19
* staging: ion: fix corruption of ion_import_dma_bufShawn Lin2015-09-171-3/+3
* mm: mark most vm_operations_struct constKirill A. Shutemov2015-09-101-1/+1
* staging: ion: debugfs to shrink poolGioh Kim2015-07-141-13/+9
* staging: android: ion: reorder variable definitionsDmitry Kalinkin2015-07-141-1/+1
* Staging:Android:ion - Fix for memory leak if ion device registration get failed.Shailendra Verma2015-05-241-0/+1
* staging: android: ion: fix wrong init of dma_buf_export_infoSumit Semwal2015-04-211-5/+5
* dma-buf: cleanup dma_buf_export() to make it easily extensibleSumit Semwal2015-04-211-2/+7
* ion: improve ion_phys error messageMitchel Humpherys2015-03-201-2/+2
* staging: android: ion: fix some format stringsRasmus Villemoes2015-03-011-7/+7
* staging: ion: always initialize the free list parametersMitchel Humpherys2015-01-171-0/+3
* staging: android: ion: Deletion of unnecessary checks before two function callsMarkus Elfring2014-11-261-4/+2
* Staging: android: ion: fix typos in commentsTristan Lelong2014-11-031-1/+1
* staging: android: ion: Replace "the the " with "the"Tapasweni Pathak2014-10-201-1/+1
* staging: android: ion: Remove redundant return of void functionPhong Tran2014-08-161-1/+0
* staging: android: ion: ion.c Add a new blank line after declerationPhong Tran2014-08-161-0/+1
* dma-buf: use reservation objectsMaarten Lankhorst2014-07-081-1/+2
* staging: ion: WARN when the handle kmap_cnt is going to wrap aroundMitchel Humpherys2014-05-241-0/+4
* staging: android: fix missing a blank line after declarationsSeunghun Lee2014-05-031-0/+10
* staging: android: ion: Use ERR_CAST instead of ERR_PTRIulia Manda2014-03-131-3/+3
* staging: android: ion: Replace seq_printf with seq_putsIulia Manda2014-03-131-5/+5
* staging: android: ion: Fix quoted string split across linesIulia Manda2014-03-131-4/+3
* staging: ion: Move shrinker out of heapsColin Cross2014-02-181-0/+3
* staging: ion: Make sure all clients are exposed in debugfsMitchel Humpherys2014-02-181-2/+36
* staging: ion: Store a copy of the client name on client creationMitchel Humpherys2014-02-181-6/+13
* staging: ion: Fix debugfs handling of multiple kernel clientsLaura Abbott2014-02-181-5/+5
* staging: ion: Create separate heap and client debugfs directoriesMitchel Humpherys2014-02-181-8/+49
* staging : ion : Fix some checkpatch warnings and an errorDaeseok Youn2014-02-111-5/+4
* staging: ion: Use PTR_ERR_OR_ZEROSachin Kamat2014-02-071-3/+2
* ion: Cleanup whitespace issues and other checkpatch problemsJohn Stultz2013-12-141-25/+28
* ion: fix sparse warningsColin Cross2013-12-141-4/+4
* ion: use vm_insert_pfn for faulted pagesColin Cross2013-12-141-3/+6
* ion: clean up ioctlsColin Cross2013-12-141-51/+59
* ion: fix printk warningsColin Cross2013-12-141-11/+12
* ion: update idr to avoid deprecated apisColin Cross2013-12-141-12/+5
* ion: convert sg_dma_len(sg) to sg->lengthColin Cross2013-12-141-1/+1
* ion: fix dma APIsColin Cross2013-12-141-1/+19
* ion: fix crash when alloc len is -1Colin Cross2013-12-141-3/+3
* ion: hold reference to handle after ion_uhandle_getColin Cross2013-12-141-15/+41
* ion: add compat_ioctlRom Lemarchand2013-12-141-0/+2
* ion: change ion_user_handle_t definition to intRom Lemarchand2013-12-141-4/+4
* ion: add new ion_user_handle_t type for the user-space tokenRom Lemarchand2013-12-141-2/+2
* ion: don't use id 0 for handle cookieColin Cross2013-12-141-1/+1
* ion: index client->handles rbtree by bufferColin Cross2013-12-141-9/+12
* ion: replace userspace handle cookies with idrColin Cross2013-12-141-36/+71
* ion: remove IS_ERR_OR_NULLColin Cross2013-12-141-13/+15
* ion: add free list size to heap debug filesColin Cross2013-12-141-0/+3
* gpu: ion: Fix performance issue in faulting codeRebecca Schultz Zavin2013-12-141-45/+60
OpenPOWER on IntegriCloud