aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/android (follow)
AgeCommit message (Expand)AuthorFilesLines
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-12-07staging/android: remove Sync Framework tasks from TODOGustavo Padovan1-8/+0
2016-12-06staging: android: ashmem: clean up range inline functionsGuillaume Tucker1-14/+14
2016-12-06staging: android: ashmem: convert range macros to inlinesGuillaume Tucker1-4/+8
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-16staging: android: ion_test: remove extra line per checkpatch.plWayne Porter1-1/+0
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
2016-09-27staging:android:ion: Fix alignment issuesYannis Damigos1-8/+8
2016-09-27staging:android:ion: Fix comparison with NULLYannis Damigos1-2/+2
2016-09-27Staging: android: fixed permissions style issueEric Salem1-5/+4
2016-09-25staging: ion: Align cases with switchChristopher Pezley1-9/+9
2016-09-25staging: ion: Fix a coding style issueAntti Keränen1-12/+12
2016-09-23staging: android: ion: mark symbols static where possibleBaoyou Xie2-11/+11
2016-09-16staging: android ion/hisi: fix dependenciesArnd Bergmann1-0/+1
2016-09-16staging: android: ion: Fix return value check in hi6220_ion_probe()Wei Yongjun1-2/+2
2016-09-14staging: android: ion: Make ION_OF depend on OF_ADDRESSLaura Abbott1-1/+1
2016-09-12staging: android: ion: Convert hi6220 to common platformLaura Abbott1-151/+44
2016-09-12staging: ion: Add files for parsing the devicetreeLaura Abbott4-0/+234
2016-09-12devicetree: bindings for IonLaura Abbott1-0/+51
2016-09-12staging: android: ion: Add ioctl to query available heapsLaura Abbott4-10/+128
2016-09-08staging: android: ion: Pull out ion ioctls to a separate fileLaura Abbott4-205/+245
2016-09-02staging: android: ion: Drop heap type masksLaura Abbott1-6/+0
2016-09-01staging: android: ion: ion.c fix parenthesis alignmentDidik Setiawan1-4/+3
2016-09-01staging: android: lowmemorykiller.c: Fix checkpatch warningAnson Jacob1-2/+2
2016-09-01staging: android: ion: Remove unnused function ion_handle_bufferJohanna Abrahamsson2-7/+0
2016-09-01staging: android: ion: Remove ret variable in ion_handle_put_nolockJohanna Abrahamsson1-5/+1
2016-09-01Staging: android: ion: fix parenthesis alignmentBen LeMasurier5-18/+18
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-21staging: ion: remove __GFP_NOWARN when use low order gfp flagsChen Feng1-1/+1
2016-08-21ION: Sys_heap: Add cached pool to spead up cached buffer allocChen Feng3-65/+133
2016-08-18Staging: android: ion: ion_test.c: fix parenthesis alignmentBen LeMasurier1-10/+13