summaryrefslogtreecommitdiffstats
path: root/drivers/staging/android
Commit message (Expand)AuthorAgeFilesLines
* staging: android: ion: Zero CMA allocated memoryLiam Mark2018-02-161-0/+17
* staging: android: ashmem: Fix a race condition in pin ioctlsBen Hutchings2018-02-161-8/+11
* Merge tag 'staging-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-02-0113-130/+65Star
|\
| * staging: android: ion: Switch from WARN to pr_warnLaura Abbott2018-01-091-1/+3
| * staging: android: ion: Add __GFP_NOWARN for system contig heapLaura Abbott2018-01-091-1/+1
| * staging: android: check the return value of register_shrinkerXiongwei Song2018-01-081-1/+7
| * staging: android: check for error from register_shrinker in ion_heap_init_shr...Xiongwei Song2018-01-083-5/+10
| * staging: android: ashmem: add procfs fdinfo helperZhai Zhaoxuan2018-01-081-0/+19
| * Merge 4.15-rc6 into staging-nextGreg Kroah-Hartman2018-01-023-7/+14
| |\
| * | staging: android: add identifiers to function parametersAshish Kalra2017-12-061-1/+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-2811-111/+0Star
| * | staging: android: add SPDX identifiers to all android driver filesGreg Kroah-Hartman2017-11-2813-0/+13
* | | staging: android: ashmem: fix a race condition in ASHMEM_SET_SIZE ioctlViktor Slavkovic2018-01-091-0/+2
| |/ |/|
* | staging: android: ion: Fix dma direction for dma_sync_sg_for_cpu/deviceSushmita Susheelendra2017-12-191-2/+2
* | staging: ion: Fix ion_cma_heap allocationsJohn Stultz2017-12-192-5/+12
|/
* Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-11-144-10/+6Star
|\
| * staging: android: Fix checkpatch.pl errorSidong Yang2017-11-061-1/+1
| * staging: ion: simplify ioctl args checking functionBenjamin Gaignard2017-11-021-6/+5Star
| * staging: android: ion: remove redundant variable tableColin Ian King2017-11-021-2/+0Star
| * staging: android: TODO: Removing an invalid issueJoaquin Garmendia Cabrera2017-10-031-1/+0Star
| * staging: Android: follow coding guidlinesKeerthi Reddy2017-09-181-1/+1
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-09-151-21/+8Star
|\
| * ashmem: switch to ->read_iterChristoph Hellwig2017-09-051-21/+8Star
* | Staging: android: use BIT macroMateusz Nowotyński2017-07-161-2/+2
* | Staging: android: Fix code alignment issueMateusz Nowotyński2017-07-161-4/+4
* | Staging: android: Remove unnecessary blank linesMateusz Nowotyński2017-07-161-2/+0Star
* | Staging: android: fix sizeof style issueMateusz Nowotyński2017-07-161-1/+1
* | Staging: android: remove unnecessary blank linesMateusz Nowotyński2017-07-161-1/+0Star
* | staging: android: ion: statify __ion_add_cma_heapsKamal Heib2017-07-161-1/+1
|/
* Staging: ion: fix code style warning from NULL comparisonsQuytelda Kahja2017-06-291-3/+3
* staging: android: ion: Improve memory alloc styleAliaksei Karaliou2017-06-141-3/+3
* staging: android: uapi: drop definitions of removed ION_IOC_{FREE,SHARE} ioctlsGleb Fotengauer-Malinovskiy2017-06-031-18/+0Star
* staging: android: ion: set init function as staticPaolo Cretaro2017-05-251-1/+1
* Merge 4.12-rc2 into staging-nextGreg Kroah-Hartman2017-05-221-51/+0Star
|\
| * staging/android/ion: remove useless document fileYisheng Xie2017-05-151-51/+0Star
* | staging: android: ion: Avoid calling free_duped_table() twiceArchit Taneja2017-05-181-9/+3Star
* | staging: android: ion: Remove ION_FLAG_CACHED_NEEDS_SYNCArchit Taneja2017-05-181-6/+0Star
* | staging: android: ion: Remove unused members from ion_bufferArchit Taneja2017-05-182-16/+0Star
* | staging: android: ion: Resolve minor indentation issue.Matthew Giassa2017-05-151-1/+1
* | staging: android: ion: Align with open parenthesisRichard Porter2017-05-151-2/+2
* | staging: android: ion: cosmetic changesJaikumar Dhanapal2017-05-151-5/+3Star
|/
* Merge tag 'staging-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-05-0629-3430/+578Star
|\
| * staging: android: ion: Fix unnecessary initialization of static variableFabrizio Perria2017-04-281-1/+1
| * staging: android: ion: Remove whitespace before quoted newlinePaolo Cretaro2017-04-281-1/+1
| * staging: android: ion: Replace spaces with tabs for indentationPaolo Cretaro2017-04-251-3/+3
| * staging/android: Update Ion TODO listLaura Abbott2017-04-181-17/+4Star
| * staging: android: ion: Set query return valueLaura Abbott2017-04-181-0/+1