summaryrefslogtreecommitdiffstats
path: root/drivers/staging/android
Commit message (Expand)AuthorAgeFilesLines
* mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-241-3/+3
* mm: drop unused argument of zap_page_range()Kirill A. Shutemov2017-02-221-2/+1
* Merge tag 'staging-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-224-29/+27
|\
| * staging: android: ion: fix coding style issueYoungdo, Lee2017-02-121-3/+3
| * staging: android/ion: Use variable names in headerBogdan Purcareata2017-01-161-19/+19
| * staging: android/ion: Align comment markBogdan Purcareata2017-01-161-1/+1
| * staging: android/ion: Don't use return in void functionBogdan Purcareata2017-01-161-1/+0
| * staging: android/ion: Split function callBogdan Purcareata2017-01-161-1/+2
| * staging: android: ion: return -ENOMEM in ion_cma_heap allocation failureJaewon Kim2017-01-031-4/+2
* | locking/atomic, kref: Add kref_read()Peter Zijlstra2017-01-141-1/+1
|/
* mm: use vmf->address instead of of vmf->virtual_addressJan Kara2016-12-141-1/+1
* staging/android: remove Sync Framework tasks from TODOGustavo Padovan2016-12-071-8/+0
* staging: android: ashmem: clean up range inline functionsGuillaume Tucker2016-12-061-14/+14
* staging: android: ashmem: convert range macros to inlinesGuillaume Tucker2016-12-061-4/+8
* Merge 4.9-rc3 into staging-nextGreg Kroah-Hartman2016-10-302-3/+5
|\
| * staging: android: ion: Fix error handling in ion_query_heaps()Dan Carpenter2016-10-241-2/+4
| * staging: android/ion: testing the wrong variableDan Carpenter2016-10-171-1/+1
* | Staging: android: ion: Make a read-only structureMihaela Muraru2016-10-241-1/+1
* | staging: android: Remove unnecessary parentheses.Elise Lennion2016-10-241-1/+1
* | Staging: android: ion: constify dma_buf_ops structureBhumika Goyal2016-10-171-1/+1
* | staging: android: ion_test: remove extra line per checkpatch.plWayne Porter2016-10-161-1/+0
|/
* staging: android: ion: fix checks found by checkpatch.plWayne Porter2016-10-021-4/+4
* staging: android: ion: fix warning found by checkpatch.plWayne Porter2016-10-021-2/+2
* staging:android:ion: Fix whitespace issueYannis Damigos2016-09-271-1/+1
* staging:android:ion: Fix blank line issuesYannis Damigos2016-09-271-1/+1
* staging:android:ion: Fix alignment issuesYannis Damigos2016-09-271-8/+8
* staging:android:ion: Fix comparison with NULLYannis Damigos2016-09-271-2/+2
* Staging: android: fixed permissions style issueEric Salem2016-09-271-5/+4
* staging: ion: Align cases with switchChristopher Pezley2016-09-251-9/+9
* staging: ion: Fix a coding style issueAntti Keränen2016-09-251-12/+12
* staging: android: ion: mark symbols static where possibleBaoyou Xie2016-09-232-11/+11
* staging: android ion/hisi: fix dependenciesArnd Bergmann2016-09-161-0/+1
* staging: android: ion: Fix return value check in hi6220_ion_probe()Wei Yongjun2016-09-161-2/+2
* staging: android: ion: Make ION_OF depend on OF_ADDRESSLaura Abbott2016-09-141-1/+1
* staging: android: ion: Convert hi6220 to common platformLaura Abbott2016-09-121-151/+44
* staging: ion: Add files for parsing the devicetreeLaura Abbott2016-09-124-0/+234
* devicetree: bindings for IonLaura Abbott2016-09-121-0/+51
* staging: android: ion: Add ioctl to query available heapsLaura Abbott2016-09-124-10/+128
* staging: android: ion: Pull out ion ioctls to a separate fileLaura Abbott2016-09-084-205/+245
* staging: android: ion: Drop heap type masksLaura Abbott2016-09-021-6/+0
* staging: android: ion: ion.c fix parenthesis alignmentDidik Setiawan2016-09-011-4/+3
* staging: android: lowmemorykiller.c: Fix checkpatch warningAnson Jacob2016-09-011-2/+2
* staging: android: ion: Remove unnused function ion_handle_bufferJohanna Abrahamsson2016-09-012-7/+0
* staging: android: ion: Remove ret variable in ion_handle_put_nolockJohanna Abrahamsson2016-09-011-5/+1
* Staging: android: ion: fix parenthesis alignmentBen LeMasurier2016-09-015-18/+18
* staging: android: ion: Fix alignmentJohanna Abrahamsson2016-09-011-21/+21
* staging: android: ion: Remove valid_handle variable in ion_free_nolockJohanna Abrahamsson2016-09-011-5/+1
* staging: android: ion: Do not BUG on handle client mismatchJohanna Abrahamsson2016-09-011-2/+0
* staging: ion: remove __GFP_NOWARN when use low order gfp flagsChen Feng2016-08-211-1/+1
* ION: Sys_heap: Add cached pool to spead up cached buffer allocChen Feng2016-08-213-65/+133