summaryrefslogtreecommitdiffstats
path: root/drivers/staging/android
Commit message (Expand)AuthorAgeFilesLines
* staging: ion: Prevent incorrect reference counting behavourLee Jones2022-04-271-0/+3
* staging: android: ashmem: Fix lockdep warning for write operationSuren Baghdasaryan2020-08-211-0/+12
* staging: android: ion: use vmap instead of vm_map_ramChristoph Hellwig2020-06-201-2/+2
* staging: android: ashmem: Disallow ashmem memory from being remappedSuren Baghdasaryan2020-02-281-0/+28
* staging: android: ion: fix sys heap pool's gfp_flagsQing Xia2019-03-131-1/+1
* staging: android: ion: Support cpu access during dma_buf_detachLiam Mark2019-03-051-1/+1
* staging: android: ashmem: Fix mmap size validationAlistair Strachan2018-10-031-0/+6
* staging: android: ion: Return an ERR_PTR in ion_map_kernelLaura Abbott2018-07-081-1/+1
* staging: android: ion: Switch to pr_warn_once in ion_buffer_destroyLaura Abbott2018-06-161-1/+4
* staging: android: ion: Zero CMA allocated memoryLiam Mark2018-03-281-0/+17
* staging: android: ashmem: Fix possible deadlock in ashmem_ioctlYisheng Xie2018-03-241-5/+3
* staging: android: ashmem: Fix lockdep issue during llseekJoel Fernandes2018-03-191-8/+7
* staging: ion: Fix ion_cma_heap allocationsJohn Stultz2018-03-032-5/+12
* staging: android: ashmem: Fix a race condition in pin ioctlsBen Hutchings2018-02-251-8/+11
* staging: android: ion: Switch from WARN to pr_warnLaura Abbott2018-02-251-1/+3
* staging: android: ion: Add __GFP_NOWARN for system contig heapLaura Abbott2018-02-251-1/+1
* staging: android: ashmem: fix a race condition in ASHMEM_SET_SIZE ioctlViktor Slavkovic2018-01-171-0/+2
* staging: android: ion: Fix dma direction for dma_sync_sg_for_cpu/deviceSushmita Susheelendra2018-01-021-2/+2
* 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-141-21/+8
|\
| * ashmem: switch to ->read_iterChristoph Hellwig2017-09-041-21/+8
* | 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/+0
* | Staging: android: fix sizeof style issueMateusz Nowotyński2017-07-161-1/+1
* | Staging: android: remove unnecessary blank linesMateusz Nowotyński2017-07-161-1/+0
* | 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/+0
* 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/+0
|\
| * staging/android/ion: remove useless document fileYisheng Xie2017-05-151-51/+0
* | staging: android: ion: Avoid calling free_duped_table() twiceArchit Taneja2017-05-181-9/+3
* | staging: android: ion: Remove ION_FLAG_CACHED_NEEDS_SYNCArchit Taneja2017-05-181-6/+0
* | staging: android: ion: Remove unused members from ion_bufferArchit Taneja2017-05-182-16/+0
* | 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/+3
|/
* Merge tag 'staging-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-05-0529-3430/+578
|\
| * 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/+4
| * staging: android: ion: Set query return valueLaura Abbott2017-04-181-0/+1
| * staging: android: ion: Remove ion_handle and ion_clientLaura Abbott2017-04-184-805/+51
| * staging: android: ion: Drop ion_map_kernel interfaceLaura Abbott2017-04-181-59/+0
| * staging: android: ion: Rework heap registration/enumerationLaura Abbott2017-04-189-167/+85
| * staging: android: ion: Collapse internal header filesLaura Abbott2017-04-1810-540/+402
| * staging: android: ion: Get rid of ion_phys_addr_tLaura Abbott2017-04-184-20/+12