summaryrefslogtreecommitdiff
path: root/drivers/staging/android
AgeCommit message (Expand)AuthorFilesLines
2022-04-27staging: ion: Prevent incorrect reference counting behavourLee Jones1-0/+3
2020-08-21staging: android: ashmem: Fix lockdep warning for write operationSuren Baghdasaryan1-0/+12
2020-06-20staging: android: ion: use vmap instead of vm_map_ramChristoph Hellwig1-2/+2
2020-02-28staging: android: ashmem: Disallow ashmem memory from being remappedSuren Baghdasaryan1-0/+28
2019-03-14staging: android: ion: fix sys heap pool's gfp_flagsQing Xia1-1/+1
2019-03-05staging: android: ion: Support cpu access during dma_buf_detachLiam Mark1-1/+1
2018-10-04staging: android: ashmem: Fix mmap size validationAlistair Strachan1-0/+6
2018-07-08staging: android: ion: Return an ERR_PTR in ion_map_kernelLaura Abbott1-1/+1
2018-06-16staging: android: ion: Switch to pr_warn_once in ion_buffer_destroyLaura Abbott1-1/+4
2018-03-28staging: android: ion: Zero CMA allocated memoryLiam Mark1-0/+17
2018-03-24staging: android: ashmem: Fix possible deadlock in ashmem_ioctlYisheng Xie1-5/+3
2018-03-19staging: android: ashmem: Fix lockdep issue during llseekJoel Fernandes1-8/+7
2018-03-03staging: ion: Fix ion_cma_heap allocationsJohn Stultz2-5/+12
2018-02-25staging: android: ashmem: Fix a race condition in pin ioctlsBen Hutchings1-8/+11
2018-02-25staging: android: ion: Switch from WARN to pr_warnLaura Abbott1-1/+3
2018-02-25staging: android: ion: Add __GFP_NOWARN for system contig heapLaura Abbott1-1/+1
2018-01-17staging: android: ashmem: fix a race condition in ASHMEM_SET_SIZE ioctlViktor Slavkovic1-0/+2
2018-01-02staging: android: ion: Fix dma direction for dma_sync_sg_for_cpu/deviceSushmita Susheelendra1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-15Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-21/+8
2017-09-05ashmem: 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
2017-05-18staging: android: ion: Avoid calling free_duped_table() twiceArchit Taneja1-9/+3
2017-05-18staging: android: ion: Remove ION_FLAG_CACHED_NEEDS_SYNCArchit Taneja1-6/+0
2017-05-18staging: android: ion: Remove unused members from ion_bufferArchit Taneja2-16/+0
2017-05-15staging/android/ion: remove useless document fileYisheng Xie1-51/+0
2017-05-15staging: android: ion: Resolve minor indentation issue.Matthew Giassa1-1/+1
2017-05-15staging: android: ion: Align with open parenthesisRichard Porter1-2/+2
2017-05-15staging: android: ion: cosmetic changesJaikumar Dhanapal1-5/+3
2017-05-06Merge tag 'staging-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds29-3430/+578
2017-04-28staging: android: ion: Fix unnecessary initialization of static variableFabrizio Perria1-1/+1
2017-04-28staging: android: ion: Remove whitespace before quoted newlinePaolo Cretaro1-1/+1
2017-04-25staging: android: ion: Replace spaces with tabs for indentationPaolo Cretaro1-3/+3
2017-04-21Merge tag 'drm-misc-next-fixes-2017-04-20' of git://anongit.freedesktop.org/g...Dave Airlie1-4/+4
2017-04-20dma-buf: Rename dma-ops to prevent conflict with kunmap_atomic macroLogan Gunthorpe1-4/+4
2017-04-18staging/android: Update Ion TODO listLaura Abbott1-17/+4
2017-04-18staging: android: ion: Set query return valueLaura Abbott1-0/+1
2017-04-18staging: android: ion: Remove ion_handle and ion_clientLaura Abbott4-805/+51
2017-04-18staging: android: ion: Drop ion_map_kernel interfaceLaura Abbott1-59/+0
2017-04-18staging: android: ion: Rework heap registration/enumerationLaura Abbott9-167/+85