summaryrefslogtreecommitdiff
path: root/drivers/staging/android/ion
AgeCommit message (Expand)AuthorFilesLines
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-05-08staging: android: ion: Fix license identifier comment formatNathan Chancellor1-1/+1
2018-05-08staging: android: Kconfig; Remove excessive hyphensNathan Chancellor1-1/+1
2018-05-07ion: Consider ion pool pages as indirectly reclaimableVijayanand Jitta1-0/+5
2018-04-23staging: android: ion: remove duplicate buffer field initializesTodd Poynor1-4/+2
2018-03-19staging: android: ion: Update wording in drivers/staging/android/ion/KconfigPhillip Potter1-1/+1
2018-02-26Merge 4.16-rc3 into staging-nextGreg Kroah-Hartman1-0/+17
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: Zero CMA allocated memoryLiam Mark1-0/+17
2018-02-16staging: android: ion: Combine cache and uncache poolsYisheng Xie4-83/+16
2018-02-16staging: android: ion: Cleanup ion_page_pool_alloc_pagesYisheng Xie1-6/+2
2018-02-16staging: android: ion: Return void instead of intYisheng Xie1-2/+1
2018-02-16staging: android: ion: Remove dead code in ion_page_pool_freeYisheng Xie1-5/+1
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-02-16staging: android: ion: Nuke ion_page_pool_initYisheng Xie1-7/+0
2018-02-16staging: android: ion: Remove unused include files for ion_page_pool.cYisheng Xie1-4/+0
2018-02-16staging: android: ion: Remove unused declaration ion_buffer_fault_user_mappingsYisheng Xie1-9/+0
2018-01-09staging: android: ion: Switch from WARN to pr_warnLaura Abbott1-1/+3
2018-01-09staging: android: ion: Add __GFP_NOWARN for system contig heapLaura Abbott1-1/+1
2018-01-08staging: android: check for error from register_shrinker in ion_heap_init_shr...Xiongwei Song3-5/+10
2018-01-02Merge 4.15-rc6 into staging-nextGreg Kroah-Hartman3-7/+14
2017-12-19staging: android: ion: Fix dma direction for dma_sync_sg_for_cpu/deviceSushmita Susheelendra1-2/+2
2017-12-19staging: ion: Fix ion_cma_heap allocationsJohn Stultz2-5/+12
2017-12-06staging: android: add identifiers to function parametersAshish Kalra1-1/+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-Hartman9-92/+0
2017-11-28staging: android: add SPDX identifiers to all android driver filesGreg Kroah-Hartman9-0/+9
2017-11-14Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-9/+6
2017-11-06staging: android: Fix checkpatch.pl errorSidong Yang1-1/+1
2017-11-02staging: ion: simplify ioctl args checking functionBenjamin Gaignard1-6/+5
2017-11-02staging: android: ion: remove redundant variable tableColin Ian King1-2/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-18staging: Android: follow coding guidlinesKeerthi Reddy1-1/+1
2017-07-16Staging: android: use BIT macroMateusz Nowotyński1-2/+2
2017-07-16Staging: android: Fix code alignment issueMateusz Nowotyński1-4/+4
2017-07-16Staging: android: Remove unnecessary blank linesMateusz Nowotyński1-2/+0
2017-07-16Staging: android: fix sizeof style issueMateusz Nowotyński1-1/+1
2017-07-16Staging: android: remove unnecessary blank linesMateusz Nowotyński1-1/+0
2017-07-16staging: android: ion: statify __ion_add_cma_heapsKamal Heib1-1/+1
2017-06-29Staging: ion: fix code style warning from NULL comparisonsQuytelda Kahja1-3/+3
2017-06-14staging: android: ion: Improve memory alloc styleAliaksei Karaliou1-3/+3
2017-05-25staging: android: ion: set init function as staticPaolo Cretaro1-1/+1
2017-05-22Merge 4.12-rc2 into staging-nextGreg Kroah-Hartman1-51/+0
2017-05-18staging: android: ion: Avoid calling free_duped_table() twiceArchit Taneja1-9/+3