summaryrefslogtreecommitdiffstats
path: root/drivers/staging/android
AgeCommit message (Expand)AuthorLines
2018-02-01Merge tag 'staging-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-130/+65
2018-01-09staging: android: ion: Switch from WARN to pr_warnLaura Abbott-1/+3
2018-01-09staging: android: ion: Add __GFP_NOWARN for system contig heapLaura Abbott-1/+1
2018-01-09staging: android: ashmem: fix a race condition in ASHMEM_SET_SIZE ioctlViktor Slavkovic-0/+2
2018-01-08staging: android: check the return value of register_shrinkerXiongwei Song-1/+7
2018-01-08staging: android: check for error from register_shrinker in ion_heap_init_shr...Xiongwei Song-5/+10
2018-01-08staging: android: ashmem: add procfs fdinfo helperZhai Zhaoxuan-0/+19
2018-01-02Merge 4.15-rc6 into staging-nextGreg Kroah-Hartman-7/+14
2017-12-19staging: android: ion: Fix dma direction for dma_sync_sg_for_cpu/deviceSushmita Susheelendra-2/+2
2017-12-19staging: ion: Fix ion_cma_heap allocationsJohn Stultz-5/+12
2017-12-06staging: android: add identifiers to function parametersAshish Kalra-1/+2
2017-12-06staging: android: Fix checkpatch.pl errorAshish Kalra-3/+3
2017-11-28staging: ion: reorder includeBenjamin Gaignard-7/+7
2017-11-28staging: android: Remove redundant license textGreg Kroah-Hartman-111/+0
2017-11-28staging: android: add SPDX identifiers to all android driver filesGreg Kroah-Hartman-0/+13
2017-11-13Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-10/+6
2017-11-06staging: android: Fix checkpatch.pl errorSidong Yang-1/+1
2017-11-02staging: ion: simplify ioctl args checking functionBenjamin Gaignard-6/+5
2017-11-02staging: android: ion: remove redundant variable tableColin Ian King-2/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-10-03staging: android: TODO: Removing an invalid issueJoaquin Garmendia Cabrera-1/+0
2017-09-18staging: Android: follow coding guidlinesKeerthi Reddy-1/+1
2017-09-14Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-21/+8
2017-09-04ashmem: switch to ->read_iterChristoph Hellwig-21/+8
2017-07-16Staging: android: use BIT macroMateusz Nowotyński-2/+2
2017-07-16Staging: android: Fix code alignment issueMateusz Nowotyński-4/+4
2017-07-16Staging: android: Remove unnecessary blank linesMateusz Nowotyński-2/+0
2017-07-16Staging: android: fix sizeof style issueMateusz Nowotyński-1/+1
2017-07-16Staging: android: remove unnecessary blank linesMateusz Nowotyński-1/+0
2017-07-16staging: android: ion: statify __ion_add_cma_heapsKamal Heib-1/+1
2017-06-29Staging: ion: fix code style warning from NULL comparisonsQuytelda Kahja-3/+3
2017-06-14staging: android: ion: Improve memory alloc styleAliaksei Karaliou-3/+3
2017-06-03staging: android: uapi: drop definitions of removed ION_IOC_{FREE,SHARE} ioctlsGleb Fotengauer-Malinovskiy-18/+0
2017-05-25staging: android: ion: set init function as staticPaolo Cretaro-1/+1
2017-05-22Merge 4.12-rc2 into staging-nextGreg Kroah-Hartman-51/+0
2017-05-18staging: android: ion: Avoid calling free_duped_table() twiceArchit Taneja-9/+3
2017-05-18staging: android: ion: Remove ION_FLAG_CACHED_NEEDS_SYNCArchit Taneja-6/+0
2017-05-18staging: android: ion: Remove unused members from ion_bufferArchit Taneja-16/+0
2017-05-15staging/android/ion: remove useless document fileYisheng Xie-51/+0
2017-05-15staging: android: ion: Resolve minor indentation issue.Matthew Giassa-1/+1
2017-05-15staging: android: ion: Align with open parenthesisRichard Porter-2/+2
2017-05-15staging: android: ion: cosmetic changesJaikumar Dhanapal-5/+3
2017-05-05Merge tag 'staging-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-3430/+578
2017-04-28staging: android: ion: Fix unnecessary initialization of static variableFabrizio Perria-1/+1
2017-04-28staging: android: ion: Remove whitespace before quoted newlinePaolo Cretaro-1/+1
2017-04-25staging: android: ion: Replace spaces with tabs for indentationPaolo Cretaro-3/+3
2017-04-21Merge tag 'drm-misc-next-fixes-2017-04-20' of git://anongit.freedesktop.org/g...Dave Airlie-4/+4
2017-04-20dma-buf: Rename dma-ops to prevent conflict with kunmap_atomic macroLogan Gunthorpe-4/+4
2017-04-18staging/android: Update Ion TODO listLaura Abbott-17/+4
2017-04-18staging: android: ion: Set query return valueLaura Abbott-0/+1