summaryrefslogtreecommitdiffstats
path: root/drivers/staging/android
AgeCommit message (Expand)AuthorFilesLines
2014-01-09ion: Add carveout and chunk heaps to dummy driverJohn Stultz1-1/+66
2014-01-09ion: Add dummy driver for testingJohn Stultz3-0/+106
2013-12-19ion_test: Add compat_ioctl support (v2)John Stultz2-0/+2
2013-12-17staging: ion: Avoid using rt_mutexes directlyJohn Stultz2-13/+17
2013-12-17staging: ion: Fix possible null pointer dereferenceJohn Stultz1-1/+6
2013-12-17staging: ion: Add HAVE_MEMBLOCK config dependencyJohn Stultz1-0/+1
2013-12-16gpu: ion: fix sparse non static symbol warningsWei Yongjun1-6/+5
2013-12-16gpu: ion: use module_platform_driver to simplify the codeWei Yongjun1-12/+1
2013-12-16ion: remove ion_user_handle_t from ion_test.hColin Cross1-2/+0
2013-12-15ion: Reenable the buildJohn Stultz1-2/+1
2013-12-15ion: Don't allow building ION as a module.John Stultz1-1/+1
2013-12-14ion: Update system heap shrinker to use the new count/scan interfaceJohn Stultz1-12/+28
2013-12-14ion: Improve ION config descriptionJohn Stultz1-2/+6
2013-12-14ion: Cleanup whitespace issues and other checkpatch problemsJohn Stultz8-35/+37
2013-12-14ion: fix bugs in cma heapColin Cross1-1/+14
2013-12-14ion: add alignment check to chunk heapColin Cross1-0/+3
2013-12-14ion: add helper to zero contiguous region of pagesColin Cross4-48/+58
2013-12-14ion: carveout heap: zero buffers on free, fix memory leakColin Cross1-21/+48
2013-12-14ion: fix sparse warningsColin Cross7-38/+37
2013-12-14ion: use alloc_pages in system contig heapColin Cross1-23/+48
2013-12-14ion: allow cached mappings of chunk and system heap buffersColin Cross2-6/+0
2013-12-14ion: remove ion_heap_alloc_pagesColin Cross3-46/+1
2013-12-14ion: use vm_insert_pfn for faulted pagesColin Cross1-3/+6
2013-12-14ion: check return value from remap_pfn_rangeColin Cross1-1/+4
2013-12-14ion: free low memory from page pools firstColin Cross1-3/+3
2013-12-14ion: optimize ion_heap_buffer_zeroColin Cross1-14/+22
2013-12-14ion: add alignment check to carveout heapColin Cross1-0/+3
2013-12-14ion: drop dependency on ARMColin Cross1-1/+0
2013-12-14ion: Fix two small issues in system_heap allocationJohn Stultz1-3/+2
2013-12-14gpu: ion: fix use-after-free in ion_heap_freelist_drainMitchel Humpherys1-1/+1
2013-12-14ion: clean up ioctlsColin Cross1-51/+59
2013-12-14gpu: ion: remove unnecessary function from system heapColin Cross1-12/+1
2013-12-14ion: fix printk warningsColin Cross4-15/+16
2013-12-14ion: don't use phys_to_page or __phys_to_pfnColin Cross3-5/+6
2013-12-14ion: don't use __arm_ioremap to map pagesColin Cross2-41/+3
2013-12-14ion: update idr to avoid deprecated apisColin Cross1-12/+5
2013-12-14ion: add test device for unit tests to interact with dma_bufsColin Cross4-0/+360
2013-12-14ion: check invalid values in ion_system_heapColin Cross1-0/+14
2013-12-14ion: convert sg_dma_len(sg) to sg->lengthColin Cross4-10/+10
2013-12-14ion: fix dma APIsColin Cross5-19/+42
2013-12-14ion: fix crash when alloc len is -1Colin Cross1-3/+3
2013-12-14ion: hold reference to handle after ion_uhandle_getColin Cross1-15/+41
2013-12-14ion: Fix compat support to use proper compat ioctl numbersJohn Stultz1-7/+12
2013-12-14ion: move userspace api into uapi/ion.hColin Cross3-176/+198
2013-12-14gpu: ion: delete ion_system_mapper.cColin Cross1-114/+0
2013-12-14ion: add compat_ioctlRom Lemarchand4-0/+207
2013-12-14ion: change ion_user_handle_t definition to intRom Lemarchand2-6/+6
2013-12-14ion: add new ion_user_handle_t type for the user-space tokenRom Lemarchand2-5/+7
2013-12-14ion: don't use id 0 for handle cookieColin Cross1-1/+1
2013-12-14ion: index client->handles rbtree by bufferColin Cross1-9/+12