aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/android/ion/ion.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-08staging: android: check for error from register_shrinker in ion_heap_init_shrinkerXiongwei Song1-2/+6
2018-01-02Merge 4.15-rc6 into staging-nextGreg Kroah-Hartman1-2/+2
2017-12-19staging: android: ion: Fix dma direction for dma_sync_sg_for_cpu/deviceSushmita Susheelendra1-2/+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-Hartman1-11/+0
2017-11-28staging: android: add SPDX identifiers to all android driver filesGreg Kroah-Hartman1-0/+1
2017-11-02staging: android: ion: remove redundant variable tableColin Ian King1-2/+0
2017-06-29Staging: ion: fix code style warning from NULL comparisonsQuytelda Kahja1-3/+3
2017-05-25staging: android: ion: set init function as staticPaolo Cretaro1-1/+1
2017-05-18staging: android: ion: Avoid calling free_duped_table() twiceArchit Taneja1-9/+3
2017-05-18staging: android: ion: Remove unused members from ion_bufferArchit Taneja1-2/+0
2017-05-15staging: android: ion: cosmetic changesJaikumar Dhanapal1-5/+3
2017-05-05Merge tag 'staging-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-1011/+157
2017-04-28staging: android: ion: Fix unnecessary initialization of static variableFabrizio Perria1-1/+1
2017-04-20dma-buf: Rename dma-ops to prevent conflict with kunmap_atomic macroLogan Gunthorpe1-4/+4
2017-04-18staging: android: ion: Set query return valueLaura Abbott1-0/+1
2017-04-18staging: android: ion: Remove ion_handle and ion_clientLaura Abbott1-660/+41
2017-04-18staging: android: ion: Drop ion_map_kernel interfaceLaura Abbott1-59/+0
2017-04-18staging: android: ion: Rework heap registration/enumerationLaura Abbott1-16/+12
2017-04-18staging: android: ion: Collapse internal header filesLaura Abbott1-1/+0
2017-04-18staging: android: ion: Break the ABI in the name of forward progressLaura Abbott1-2/+3
2017-04-18staging: android: ion: Stop butchering the DMA addressLaura Abbott1-16/+1
2017-04-08staging: android: ion: Remove import interfaceLaura Abbott1-76/+0
2017-04-08staging: android: ion: Remove custom ioctl interfaceLaura Abbott1-5/+1
2017-04-08staging: android: ion: Remove crufty cache supportLaura Abbott1-40/+0
2017-04-08staging: android: ion: Remove page faulting supportLaura Abbott1-117/+0
2017-04-08staging: android: ion: Call dma_map_sg for syncing and mappingLaura Abbott1-49/+102
2017-04-08staging: android: ion: Duplicate sg_tableLaura Abbott1-1/+29
2017-04-08staging: android: ion: Remove alignment from allocation fieldLaura Abbott1-8/+6
2017-03-02sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/task.h>Ingo Molnar1-0/+1
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang1-3/+3
2017-02-22mm: drop unused argument of zap_page_range()Kirill A. Shutemov1-2/+1
2017-01-14locking/atomic, kref: Add kref_read()Peter Zijlstra1-1/+1
2016-12-14mm: use vmf->address instead of of vmf->virtual_addressJan Kara1-1/+1
2016-10-30Merge 4.9-rc3 into staging-nextGreg Kroah-Hartman1-2/+4
2016-10-24staging: android: ion: Fix error handling in ion_query_heaps()Dan Carpenter1-2/+4
2016-10-17Staging: android: ion: constify dma_buf_ops structureBhumika Goyal1-1/+1
2016-09-12staging: android: ion: Add ioctl to query available heapsLaura Abbott1-0/+43
2016-09-08staging: android: ion: Pull out ion ioctls to a separate fileLaura Abbott1-204/+8
2016-09-01staging: android: ion: ion.c fix parenthesis alignmentDidik Setiawan1-4/+3
2016-09-01staging: android: ion: Remove unnused function ion_handle_bufferJohanna Abrahamsson1-5/+0
2016-09-01staging: android: ion: Remove ret variable in ion_handle_put_nolockJohanna Abrahamsson1-5/+1
2016-09-01staging: android: ion: Fix alignmentJohanna Abrahamsson1-21/+21
2016-09-01staging: android: ion: Remove valid_handle variable in ion_free_nolockJohanna Abrahamsson1-5/+1
2016-09-01staging: android: ion: Do not BUG on handle client mismatchJohanna Abrahamsson1-2/+0
2016-08-15staging: android: ion: fix 'line over 80 characters'Didik Setiawan1-2/+4
2016-08-15staging: android: ion: Get rid of ion_reserveLaura Abbott1-34/+0
2016-08-15staging: android: ion: Get rid of map_dma/unmap_dmaLaura Abbott1-15/+8
2016-08-15staging: android: ion: Drop ion_phys interfaceLaura Abbott1-26/+0