summaryrefslogtreecommitdiffstats
path: root/drivers/staging/android/ion/ion.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 5.0-rc4 into staging-nextGreg Kroah-Hartman2019-01-281-1/+1
|\
| * staging: android: ion: Support cpu access during dma_buf_detachLiam Mark2019-01-221-1/+1
* | staging: android: ion: Remove unused headersAndrew F. Davis2019-01-181-3/+0
* | staging: android: ion: Merge ion-ioctl.c into ion.cAndrew F. Davis2019-01-181-2/+77
* | staging: android: ion: Add proper header informationAndrew F. Davis2019-01-181-1/+1
|/
* staging: android: ion: Remove unused header filesYangtao Li2018-12-051-1/+0
* staging: android: ion: Add per-heap countersAlexey Skidanov2018-11-091-8/+42
* Merge tag 'drm-misc-next-2018-06-21' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2018-06-221-4/+2
|\
| * staging: android: ion: fix ion_dma_buf_attach signaturChristian König2018-06-211-2/+2
| * dma-buf: remove kmap_atomic interfaceChristian König2018-06-201-2/+0
* | staging: android: ion: Switch to pr_warn_once in ion_buffer_destroyLaura Abbott2018-05-151-1/+4
* | staging: android: ion: Check return value of ion_buffer_kmap_getNathan Chancellor2018-05-151-2/+8
* | staging: android: ion: Remove unnecessary blank lineNathan Chancellor2018-05-081-1/+0
* | staging: android: ion: remove duplicate buffer field initializesTodd Poynor2018-04-231-4/+2
|/
* staging: android: ion: Remove check of idev->debug_rootYisheng Xie2018-02-221-3/+0
* staging: android: ion: Remove check of debug_fileYisheng Xie2018-02-221-7/+2
* staging: android: ion: Initialize dma_address of new sg listLiam Mark2018-02-201-1/+1
* staging: android: ion: Combine cache and uncache poolsYisheng Xie2018-02-161-5/+0
* staging: android: ion: Remove lable debugfs_doneYisheng Xie2018-02-161-4/+1
* staging: android: ion: Avoid NULL point in error pathYisheng Xie2018-02-161-7/+3
* staging: android: check for error from register_shrinker in ion_heap_init_shr...Xiongwei Song2018-01-081-2/+6
* Merge 4.15-rc6 into staging-nextGreg Kroah-Hartman2018-01-021-2/+2
|\
| * staging: android: ion: Fix dma direction for dma_sync_sg_for_cpu/deviceSushmita Susheelendra2017-12-191-2/+2
* | staging: android: Fix checkpatch.pl errorAshish Kalra2017-12-061-3/+3
* | staging: ion: reorder includeBenjamin Gaignard2017-11-281-7/+7
* | staging: android: Remove redundant license textGreg Kroah-Hartman2017-11-281-11/+0
* | staging: android: add SPDX identifiers to all android driver filesGreg Kroah-Hartman2017-11-281-0/+1
|/
* staging: android: ion: remove redundant variable tableColin Ian King2017-11-021-2/+0
* Staging: ion: fix code style warning from NULL comparisonsQuytelda Kahja2017-06-291-3/+3
* staging: android: ion: set init function as staticPaolo Cretaro2017-05-251-1/+1
* staging: android: ion: Avoid calling free_duped_table() twiceArchit Taneja2017-05-181-9/+3
* staging: android: ion: Remove unused members from ion_bufferArchit Taneja2017-05-181-2/+0
* staging: android: ion: cosmetic changesJaikumar Dhanapal2017-05-151-5/+3
* Merge tag 'staging-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-05-051-1011/+157
|\
| * staging: android: ion: Fix unnecessary initialization of static variableFabrizio Perria2017-04-281-1/+1
| * staging: android: ion: Set query return valueLaura Abbott2017-04-181-0/+1
| * staging: android: ion: Remove ion_handle and ion_clientLaura Abbott2017-04-181-660/+41
| * staging: android: ion: Drop ion_map_kernel interfaceLaura Abbott2017-04-181-59/+0
| * staging: android: ion: Rework heap registration/enumerationLaura Abbott2017-04-181-16/+12
| * staging: android: ion: Collapse internal header filesLaura Abbott2017-04-181-1/+0
| * staging: android: ion: Break the ABI in the name of forward progressLaura Abbott2017-04-181-2/+3
| * staging: android: ion: Stop butchering the DMA addressLaura Abbott2017-04-181-16/+1
| * staging: android: ion: Remove import interfaceLaura Abbott2017-04-081-76/+0
| * staging: android: ion: Remove custom ioctl interfaceLaura Abbott2017-04-081-5/+1
| * staging: android: ion: Remove crufty cache supportLaura Abbott2017-04-081-40/+0
| * staging: android: ion: Remove page faulting supportLaura Abbott2017-04-081-117/+0
| * staging: android: ion: Call dma_map_sg for syncing and mappingLaura Abbott2017-04-081-49/+102
| * staging: android: ion: Duplicate sg_tableLaura Abbott2017-04-081-1/+29
| * staging: android: ion: Remove alignment from allocation fieldLaura Abbott2017-04-081-8/+6
* | dma-buf: Rename dma-ops to prevent conflict with kunmap_atomic macroLogan Gunthorpe2017-04-201-4/+4
|/