aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/android (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-26Merge 4.16-rc3 into staging-nextGreg Kroah-Hartman2-8/+28
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: ashmem: Fix a race condition in pin ioctlsBen Hutchings1-8/+11
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-02-01Merge tag 'staging-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds13-130/+65
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-09staging: android: ashmem: fix a race condition in ASHMEM_SET_SIZE ioctlViktor Slavkovic1-0/+2
2018-01-08staging: android: check the return value of register_shrinkerXiongwei Song1-1/+7
2018-01-08staging: android: check for error from register_shrinker in ion_heap_init_shrinkerXiongwei Song3-5/+10
2018-01-08staging: android: ashmem: add procfs fdinfo helperZhai Zhaoxuan1-0/+19
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-Hartman11-111/+0
2017-11-28staging: android: add SPDX identifiers to all android driver filesGreg Kroah-Hartman13-0/+13
2017-11-13Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds4-10/+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-10-03staging: android: TODO: Removing an invalid issueJoaquin Garmendia Cabrera1-1/+0
2017-09-18staging: Android: follow coding guidlinesKeerthi Reddy1-1/+1
2017-09-14Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-21/+8
2017-09-04ashmem: switch to ->read_iterChristoph Hellwig1-21/+8
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-06-03staging: android: uapi: drop definitions of removed ION_IOC_{FREE,SHARE} ioctlsGleb Fotengauer-Malinovskiy1-18/+0
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