summaryrefslogtreecommitdiff
path: root/drivers/staging/android/ion/ion.c
AgeCommit message (Expand)Author
2018-09-05staging: android: ion: check for kref overflowDaniel Rosenberg
2018-09-05staging: android: ion: fix ION_IOC_{MAP,SHARE} use-after-freeGreg Hackmann
2018-06-16staging: android: ion: Switch to pr_warn_once in ion_buffer_destroyLaura Abbott
2016-10-24staging: android: ion: Fix error handling in ion_query_heaps()Dan Carpenter
2016-09-12staging: android: ion: Add ioctl to query available heapsLaura Abbott
2016-09-08staging: android: ion: Pull out ion ioctls to a separate fileLaura Abbott
2016-09-01staging: android: ion: ion.c fix parenthesis alignmentDidik Setiawan
2016-09-01staging: android: ion: Remove unnused function ion_handle_bufferJohanna Abrahamsson
2016-09-01staging: android: ion: Remove ret variable in ion_handle_put_nolockJohanna Abrahamsson
2016-09-01staging: android: ion: Fix alignmentJohanna Abrahamsson
2016-09-01staging: android: ion: Remove valid_handle variable in ion_free_nolockJohanna Abrahamsson
2016-09-01staging: android: ion: Do not BUG on handle client mismatchJohanna Abrahamsson
2016-08-15staging: android: ion: fix 'line over 80 characters'Didik Setiawan
2016-08-15staging: android: ion: Get rid of ion_reserveLaura Abbott
2016-08-15staging: android: ion: Get rid of map_dma/unmap_dmaLaura Abbott
2016-08-15staging: android: ion: Drop ion_phys interfaceLaura Abbott
2016-08-15staging: android: ion: Get rid of ion_sg_tableLaura Abbott
2016-04-29staging: android: ion: make locally used functions staticMarkus Böhme
2016-03-30Staging: android: change memory allocation style in ion.cBen Marsh
2016-03-25Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2016-03-21Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2016-03-19dma-buf, drm, ion: Propagate error code from dma_buf_start_cpu_access()Chris Wilson
2016-03-11staging: android: ion: fix up file modeGreg Kroah-Hartman
2016-03-11staging: ion: debugfs invalid gfp maskDerek Yerger
2016-03-11staging/android/ion : fix a race condition in the ion driverEunTaik Lee
2016-02-09dma-buf: Remove range-based flushTiago Vignatti
2016-02-07ion:synchronize debugfs callback and ion_client_destroyNeil Zhang
2016-02-07staging/ion: Add support to get ion handle from dma bufRohit kumar
2016-02-07staging: 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