aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/android/ion/ion.c
AgeCommit message (Expand)Author
2016-10-12UPSTREAM: staging/android/ion : fix a race condition in the ion driverEunTaik Lee
2016-04-20staging: android: ion: Set the length of the DMA sg entries in bufferLiviu Dudau
2015-10-13"drivers/staging: mark android/ion fcns with EXPORT_SYMBOL for tristatePaul Gortmaker
2015-10-02staging: ion: Fix error handling in ion_buffer_createRohit kumar
2015-09-29staging: android: Fix checkpatch block comments warningsSriram Raghunathan
2015-09-17staging: ion: fix corruption of ion_import_dma_bufShawn Lin
2015-09-10mm: mark most vm_operations_struct constKirill A. Shutemov
2015-07-14staging: ion: debugfs to shrink poolGioh Kim
2015-07-14staging: android: ion: reorder variable definitionsDmitry Kalinkin
2015-05-24Staging:Android:ion - Fix for memory leak if ion device registration get failed.Shailendra Verma
2015-04-21staging: android: ion: fix wrong init of dma_buf_export_infoSumit Semwal
2015-04-21dma-buf: cleanup dma_buf_export() to make it easily extensibleSumit Semwal
2015-03-20ion: improve ion_phys error messageMitchel Humpherys
2015-03-01staging: android: ion: fix some format stringsRasmus Villemoes
2015-01-17staging: ion: always initialize the free list parametersMitchel Humpherys
2014-11-26staging: android: ion: Deletion of unnecessary checks before two function callsMarkus Elfring
2014-11-03Staging: android: ion: fix typos in commentsTristan Lelong
2014-10-20staging: android: ion: Replace "the the " with "the"Tapasweni Pathak
2014-08-16staging: android: ion: Remove redundant return of void functionPhong Tran
2014-08-16staging: android: ion: ion.c Add a new blank line after declerationPhong Tran
2014-07-08dma-buf: use reservation objectsMaarten Lankhorst
2014-05-24staging: ion: WARN when the handle kmap_cnt is going to wrap aroundMitchel Humpherys
2014-05-03staging: android: fix missing a blank line after declarationsSeunghun Lee
2014-03-13staging: android: ion: Use ERR_CAST instead of ERR_PTRIulia Manda
2014-03-13staging: android: ion: Replace seq_printf with seq_putsIulia Manda
2014-03-13staging: android: ion: Fix quoted string split across linesIulia Manda
2014-02-18staging: ion: Move shrinker out of heapsColin Cross
2014-02-18staging: ion: Make sure all clients are exposed in debugfsMitchel Humpherys
2014-02-18staging: ion: Store a copy of the client name on client creationMitchel Humpherys
2014-02-18staging: ion: Fix debugfs handling of multiple kernel clientsLaura Abbott
2014-02-18staging: ion: Create separate heap and client debugfs directoriesMitchel Humpherys
2014-02-11staging : ion : Fix some checkpatch warnings and an errorDaeseok Youn
2014-02-07staging: ion: Use PTR_ERR_OR_ZEROSachin Kamat
2013-12-14ion: Cleanup whitespace issues and other checkpatch problemsJohn Stultz
2013-12-14ion: fix sparse warningsColin Cross
2013-12-14ion: use vm_insert_pfn for faulted pagesColin Cross
2013-12-14ion: clean up ioctlsColin Cross
2013-12-14ion: fix printk warningsColin Cross
2013-12-14ion: update idr to avoid deprecated apisColin Cross
2013-12-14ion: convert sg_dma_len(sg) to sg->lengthColin Cross
2013-12-14ion: fix dma APIsColin Cross
2013-12-14ion: fix crash when alloc len is -1Colin Cross
2013-12-14ion: hold reference to handle after ion_uhandle_getColin Cross
2013-12-14ion: add compat_ioctlRom Lemarchand
2013-12-14ion: change ion_user_handle_t definition to intRom Lemarchand
2013-12-14ion: add new ion_user_handle_t type for the user-space tokenRom Lemarchand
2013-12-14ion: don't use id 0 for handle cookieColin Cross
2013-12-14ion: index client->handles rbtree by bufferColin Cross
2013-12-14ion: replace userspace handle cookies with idrColin Cross
2013-12-14ion: remove IS_ERR_OR_NULLColin Cross