aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/android/ion (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-15staging/android/ion: remove useless document fileYisheng Xie1-51/+0
2017-05-05Merge tag 'staging-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds23-3040/+569
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-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 Abbott3-781/+50
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
2017-04-18staging: android: ion: Collapse internal header filesLaura Abbott10-540/+402
2017-04-18staging: android: ion: Get rid of ion_phys_addr_tLaura Abbott4-20/+12
2017-04-18staging: android: ion: Break the ABI in the name of forward progressLaura Abbott5-187/+3
2017-04-18staging: android: ion: Stop butchering the DMA addressLaura Abbott1-16/+1
2017-04-18staging: android: ion: Use CMA APIs directlyLaura Abbott4-72/+39
2017-04-08staging: android: ion: Remove old platform supportLaura Abbott11-930/+0
2017-04-08staging: android: ion: Remove duplicate ION_IOC_MAPLaura Abbott2-2/+0
2017-04-08staging: android: ion: Remove import interfaceLaura Abbott3-88/+0
2017-04-08staging: android: ion: Remove custom ioctl interfaceLaura Abbott5-64/+3
2017-04-08staging: android: ion: Remove crufty cache supportLaura Abbott8-80/+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 Abbott2-49/+103
2017-04-08staging: android: ion: Duplicate sg_tableLaura Abbott1-1/+29
2017-04-08staging: android: ion: Remove alignment from allocation fieldLaura Abbott8-39/+16
2017-04-08staging: android: ion: Remove dmap_cntLaura Abbott1-2/+0
2017-03-14Staging: android: ion: ion_dummy_driver: remove unnecessary empty lineMaciej Billewicz1-1/+0
2017-03-14staging: android: ion: Replace pr_err with dev_errsimran singhal1-1/+1
2017-03-02sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/task.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <uapi/linux/sched/types.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-02-22Merge tag 'staging-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds4-29/+27
2017-02-12staging: android: ion: fix coding style issueYoungdo, Lee1-3/+3
2017-01-16staging: android/ion: Use variable names in headerBogdan Purcareata1-19/+19
2017-01-16staging: android/ion: Align comment markBogdan Purcareata1-1/+1
2017-01-16staging: android/ion: Don't use return in void functionBogdan Purcareata1-1/+0
2017-01-16staging: android/ion: Split function callBogdan Purcareata1-1/+2
2017-01-14locking/atomic, kref: Add kref_read()Peter Zijlstra1-1/+1
2017-01-03staging: android: ion: return -ENOMEM in ion_cma_heap allocation failureJaewon Kim1-4/+2
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-Hartman2-3/+5
2016-10-24staging: android: ion: Fix error handling in ion_query_heaps()Dan Carpenter1-2/+4
2016-10-24Staging: android: ion: Make a read-only structureMihaela Muraru1-1/+1
2016-10-24staging: android: Remove unnecessary parentheses.Elise Lennion1-1/+1
2016-10-17Staging: android: ion: constify dma_buf_ops structureBhumika Goyal1-1/+1
2016-10-17staging: android/ion: testing the wrong variableDan Carpenter1-1/+1
2016-10-02staging: android: ion: fix checks found by checkpatch.plWayne Porter1-4/+4
2016-10-02staging: android: ion: fix warning found by checkpatch.plWayne Porter1-2/+2
2016-09-27staging:android:ion: Fix whitespace issueYannis Damigos1-1/+1
2016-09-27staging:android:ion: Fix blank line issuesYannis Damigos1-1/+1