summaryrefslogtreecommitdiffstats
path: root/drivers/staging/android
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'staging-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-05-0629-3430/+578Star
|\
| * staging: android: ion: Fix unnecessary initialization of static variableFabrizio Perria2017-04-281-1/+1
| * staging: android: ion: Remove whitespace before quoted newlinePaolo Cretaro2017-04-281-1/+1
| * staging: android: ion: Replace spaces with tabs for indentationPaolo Cretaro2017-04-251-3/+3
| * staging/android: Update Ion TODO listLaura Abbott2017-04-181-17/+4Star
| * staging: android: ion: Set query return valueLaura Abbott2017-04-181-0/+1
| * staging: android: ion: Remove ion_handle and ion_clientLaura Abbott2017-04-184-805/+51Star
| * staging: android: ion: Drop ion_map_kernel interfaceLaura Abbott2017-04-181-59/+0Star
| * staging: android: ion: Rework heap registration/enumerationLaura Abbott2017-04-189-167/+85Star
| * staging: android: ion: Collapse internal header filesLaura Abbott2017-04-1810-540/+402Star
| * staging: android: ion: Get rid of ion_phys_addr_tLaura Abbott2017-04-184-20/+12Star
| * staging: android: ion: Break the ABI in the name of forward progressLaura Abbott2017-04-186-198/+11Star
| * staging: android: ion: Stop butchering the DMA addressLaura Abbott2017-04-181-16/+1Star
| * staging: android: ion: Use CMA APIs directlyLaura Abbott2017-04-184-72/+39Star
| * Merge 4.11-rc6 into staging-nextGreg Kroah-Hartman2017-04-101-0/+1
| |\
| * | staging: android: ion: Remove old platform supportLaura Abbott2017-04-0812-999/+0Star
| * | staging: android: ion: Remove duplicate ION_IOC_MAPLaura Abbott2017-04-083-12/+0Star
| * | staging: android: ion: Remove import interfaceLaura Abbott2017-04-084-97/+0Star
| * | staging: android: ion: Remove custom ioctl interfaceLaura Abbott2017-04-086-85/+3Star
| * | staging: android: ion: Remove crufty cache supportLaura Abbott2017-04-089-90/+0Star
| * | staging: android: ion: Remove page faulting supportLaura Abbott2017-04-081-117/+0Star
| * | staging: android: ion: Call dma_map_sg for syncing and mappingLaura Abbott2017-04-082-49/+103
| * | staging: android: ion: Duplicate sg_tableLaura Abbott2017-04-081-1/+29
| * | staging: android: ion: Remove alignment from allocation fieldLaura Abbott2017-04-088-39/+16Star
| * | staging: android: ion: Remove dmap_cntLaura Abbott2017-04-081-2/+0Star
| * | Staging: android: ion: ion_dummy_driver: remove unnecessary empty lineMaciej Billewicz2017-03-131-1/+0Star
| * | staging: android: ion: Replace pr_err with dev_errsimran singhal2017-03-131-1/+1
| * | staging, android: remove lowmemory killer from the treeMichal Hocko2017-03-093-223/+0Star
* | | Merge tag 'drm-misc-next-fixes-2017-04-20' of git://anongit.freedesktop.org/g...Dave Airlie2017-04-211-4/+4
|\ \ \ | |_|/ |/| |
| * | dma-buf: Rename dma-ops to prevent conflict with kunmap_atomic macroLogan Gunthorpe2017-04-201-4/+4
| |/
* / staging: android: ashmem: lseek failed due to no FMODE_LSEEK.Shuxiao Zhang2017-04-081-0/+1
|/
* sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-1/+1
* sched/headers: Prepare for new header dependencies before moving code to <uap...Ingo Molnar2017-03-021-0/+1
* mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-251-3/+3
* mm: drop unused argument of zap_page_range()Kirill A. Shutemov2017-02-231-2/+1Star
* Merge tag 'staging-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-224-29/+27Star
|\
| * 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/+0Star
| * 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/+2Star
* | locking/atomic, kref: Add kref_read()Peter Zijlstra2017-01-141-1/+1
|/
* mm: use vmf->address instead of of vmf->virtual_addressJan Kara2016-12-151-1/+1
* staging/android: remove Sync Framework tasks from TODOGustavo Padovan2016-12-071-8/+0Star
* 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