summaryrefslogtreecommitdiffstats
path: root/drivers/staging/android
Commit message (Expand)AuthorAgeFilesLines
...
* | staging: ion: Add HAVE_MEMBLOCK config dependencyJohn Stultz2013-12-171-0/+1
* | gpu: ion: fix sparse non static symbol warningsWei Yongjun2013-12-161-6/+5
* | gpu: ion: use module_platform_driver to simplify the codeWei Yongjun2013-12-161-12/+1
* | ion: remove ion_user_handle_t from ion_test.hColin Cross2013-12-161-2/+0
* | ion: Reenable the buildJohn Stultz2013-12-151-2/+1
* | ion: Don't allow building ION as a module.John Stultz2013-12-151-1/+1
* | ion: Update system heap shrinker to use the new count/scan interfaceJohn Stultz2013-12-141-12/+28
* | ion: Improve ION config descriptionJohn Stultz2013-12-141-2/+6
* | ion: Cleanup whitespace issues and other checkpatch problemsJohn Stultz2013-12-148-35/+37
* | ion: fix bugs in cma heapColin Cross2013-12-141-1/+14
* | ion: add alignment check to chunk heapColin Cross2013-12-141-0/+3
* | ion: add helper to zero contiguous region of pagesColin Cross2013-12-144-48/+58
* | ion: carveout heap: zero buffers on free, fix memory leakColin Cross2013-12-141-21/+48
* | ion: fix sparse warningsColin Cross2013-12-147-38/+37
* | ion: use alloc_pages in system contig heapColin Cross2013-12-141-23/+48
* | ion: allow cached mappings of chunk and system heap buffersColin Cross2013-12-142-6/+0
* | ion: remove ion_heap_alloc_pagesColin Cross2013-12-143-46/+1
* | ion: use vm_insert_pfn for faulted pagesColin Cross2013-12-141-3/+6
* | ion: check return value from remap_pfn_rangeColin Cross2013-12-141-1/+4
* | ion: free low memory from page pools firstColin Cross2013-12-141-3/+3
* | ion: optimize ion_heap_buffer_zeroColin Cross2013-12-141-14/+22
* | ion: add alignment check to carveout heapColin Cross2013-12-141-0/+3
* | ion: drop dependency on ARMColin Cross2013-12-141-1/+0
* | ion: Fix two small issues in system_heap allocationJohn Stultz2013-12-141-3/+2
* | gpu: ion: fix use-after-free in ion_heap_freelist_drainMitchel Humpherys2013-12-141-1/+1
* | ion: clean up ioctlsColin Cross2013-12-141-51/+59
* | gpu: ion: remove unnecessary function from system heapColin Cross2013-12-141-12/+1
* | ion: fix printk warningsColin Cross2013-12-144-15/+16
* | ion: don't use phys_to_page or __phys_to_pfnColin Cross2013-12-143-5/+6
* | ion: don't use __arm_ioremap to map pagesColin Cross2013-12-142-41/+3
* | ion: update idr to avoid deprecated apisColin Cross2013-12-141-12/+5
* | ion: add test device for unit tests to interact with dma_bufsColin Cross2013-12-144-0/+360
* | ion: check invalid values in ion_system_heapColin Cross2013-12-141-0/+14
* | ion: convert sg_dma_len(sg) to sg->lengthColin Cross2013-12-144-10/+10
* | ion: fix dma APIsColin Cross2013-12-145-19/+42
* | ion: fix crash when alloc len is -1Colin Cross2013-12-141-3/+3
* | ion: hold reference to handle after ion_uhandle_getColin Cross2013-12-141-15/+41
* | ion: Fix compat support to use proper compat ioctl numbersJohn Stultz2013-12-141-7/+12
* | ion: move userspace api into uapi/ion.hColin Cross2013-12-143-176/+198
* | gpu: ion: delete ion_system_mapper.cColin Cross2013-12-141-114/+0
* | ion: add compat_ioctlRom Lemarchand2013-12-144-0/+207
* | ion: change ion_user_handle_t definition to intRom Lemarchand2013-12-142-6/+6
* | ion: add new ion_user_handle_t type for the user-space tokenRom Lemarchand2013-12-142-5/+7
* | ion: don't use id 0 for handle cookieColin Cross2013-12-141-1/+1
* | ion: index client->handles rbtree by bufferColin Cross2013-12-141-9/+12
* | ion: replace userspace handle cookies with idrColin Cross2013-12-141-36/+71
* | ion: remove IS_ERR_OR_NULLColin Cross2013-12-142-13/+18
* | ion: convert map_kernel to return ERR_PTRColin Cross2013-12-142-1/+9
* | ion: add free list size to heap debug filesColin Cross2013-12-141-0/+3
* | ion: chunk_heap: fix leak in allocated counterColin Cross2013-12-141-6/+9
OpenPOWER on IntegriCloud