aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/staging/android/ion/ion.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-26staging: ion: remove from the treeGreg Kroah-Hartman1-649/+0
2020-08-18staging: ion: fix spelling mistake in function name "detatch" -> "detach"Colin Ian King1-3/+3
2020-06-25staging: ion: fix common struct sg_table related issuesMarek Szyprowski1-14/+11
2019-12-17Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDaniel Vetter1-14/+0
2019-11-25staging/android/ion: delete dma_buf->kmap/unmap implemenationDaniel Vetter1-14/+0
2019-10-23compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann1-3/+1
2019-07-25staging: android: ion: Remove unused rbtree for ion_bufferLecopzer Chen1-36/+0
2019-01-28Merge 5.0-rc4 into staging-nextGreg Kroah-Hartman1-1/+1
2019-01-22staging: android: ion: Support cpu access during dma_buf_detachLiam Mark1-1/+1
2019-01-18staging: android: ion: Remove unused headersAndrew F. Davis1-3/+0
2019-01-18staging: android: ion: Merge ion-ioctl.c into ion.cAndrew F. Davis1-2/+77
2019-01-18staging: android: ion: Add proper header informationAndrew F. Davis1-1/+1
2018-12-05staging: android: ion: Remove unused header filesYangtao Li1-1/+0
2018-11-09staging: android: ion: Add per-heap countersAlexey Skidanov1-8/+42
2018-06-22Merge tag 'drm-misc-next-2018-06-21' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-4/+2
2018-06-21staging: android: ion: fix ion_dma_buf_attach signaturChristian König1-2/+2
2018-06-20dma-buf: remove kmap_atomic interfaceChristian König1-2/+0
2018-05-15staging: android: ion: Switch to pr_warn_once in ion_buffer_destroyLaura Abbott1-1/+4
2018-05-15staging: android: ion: Check return value of ion_buffer_kmap_getNathan Chancellor1-2/+8
2018-05-08staging: android: ion: Remove unnecessary blank lineNathan Chancellor1-1/+0
2018-04-23staging: android: ion: remove duplicate buffer field initializesTodd Poynor1-4/+2
2018-02-22staging: android: ion: Remove check of idev->debug_rootYisheng Xie1-3/+0
2018-02-22staging: android: ion: Remove check of debug_fileYisheng Xie1-7/+2
2018-02-20staging: android: ion: Initialize dma_address of new sg listLiam Mark1-1/+1
2018-02-16staging: android: ion: Combine cache and uncache poolsYisheng Xie1-5/+0
2018-02-16staging: android: ion: Remove lable debugfs_doneYisheng Xie1-4/+1
2018-02-16staging: android: ion: Avoid NULL point in error pathYisheng Xie1-7/+3
2018-01-08staging: android: check for error from register_shrinker in ion_heap_init_shrinkerXiongwei Song1-2/+6
2018-01-02Merge 4.15-rc6 into staging-nextGreg Kroah-Hartman1-2/+2
2017-12-19staging: android: ion: Fix dma direction for dma_sync_sg_for_cpu/deviceSushmita Susheelendra1-2/+2
2017-12-06staging: android: Fix checkpatch.pl errorAshish Kalra1-3/+3
2017-11-28staging: ion: reorder includeBenjamin Gaignard1-7/+7
2017-11-28staging: android: Remove redundant license textGreg Kroah-Hartman1-11/+0
2017-11-28staging: android: add SPDX identifiers to all android driver filesGreg Kroah-Hartman1-0/+1
2017-11-02staging: android: ion: remove redundant variable tableColin Ian King1-2/+0
2017-06-29Staging: ion: fix code style warning from NULL comparisonsQuytelda Kahja1-3/+3
2017-05-25staging: android: ion: set init function as staticPaolo Cretaro1-1/+1
2017-05-18staging: android: ion: Avoid calling free_duped_table() twiceArchit Taneja1-9/+3
2017-05-18staging: android: ion: Remove unused members from ion_bufferArchit Taneja1-2/+0
2017-05-15staging: android: ion: cosmetic changesJaikumar Dhanapal1-5/+3
2017-05-05Merge tag 'staging-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-1011/+157
2017-04-28staging: android: ion: Fix unnecessary initialization of static variableFabrizio Perria1-1/+1
2017-04-20dma-buf: Rename dma-ops to prevent conflict with kunmap_atomic macroLogan Gunthorpe1-4/+4
2017-04-18staging: android: ion: Set query return valueLaura Abbott1-0/+1
2017-04-18staging: android: ion: Remove ion_handle and ion_clientLaura Abbott1-660/+41
2017-04-18staging: android: ion: Drop ion_map_kernel interfaceLaura Abbott1-59/+0
2017-04-18staging: android: ion: Rework heap registration/enumerationLaura Abbott1-16/+12
2017-04-18staging: android: ion: Collapse internal header filesLaura Abbott1-1/+0
2017-04-18staging: android: ion: Break the ABI in the name of forward progressLaura Abbott1-2/+3
2017-04-18staging: android: ion: Stop butchering the DMA addressLaura Abbott1-16/+1