aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/android/ion
AgeCommit message (Expand)Author
2014-02-07gpu: ion: dereferencing an ERR_PTRDan Carpenter
2014-02-07staging: android: ion: dummy: fix an error codeDan Carpenter
2014-02-07staging: ion: Fix build warningJohn Stultz
2014-02-07staging: ion: Fix ION_IOC_FREE compat ioctlLaura Abbott
2014-02-07staging: ion: Fix overflow and list bugs in system heapColin Cross
2014-02-07staging: don't use module_init in non-modular ion_dummy_driver.cPaul Gortmaker
2014-02-07ion: dummy driver: use ARRAY_SIZE for nr of heapsTomas Winkler
2014-02-07drivers: staging: android: ion: ion_dummy_driver: include "linux/io.h"Chen Gang
2014-01-09ion: Add carveout and chunk heaps to dummy driverJohn Stultz
2014-01-09ion: Add dummy driver for testingJohn Stultz
2013-12-19ion_test: Add compat_ioctl support (v2)John Stultz
2013-12-17staging: ion: Avoid using rt_mutexes directlyJohn Stultz
2013-12-17staging: ion: Fix possible null pointer dereferenceJohn Stultz
2013-12-17staging: ion: Add HAVE_MEMBLOCK config dependencyJohn Stultz
2013-12-16gpu: ion: fix sparse non static symbol warningsWei Yongjun
2013-12-16gpu: ion: use module_platform_driver to simplify the codeWei Yongjun
2013-12-15ion: Don't allow building ION as a module.John Stultz
2013-12-14ion: Update system heap shrinker to use the new count/scan interfaceJohn Stultz
2013-12-14ion: Improve ION config descriptionJohn Stultz
2013-12-14ion: Cleanup whitespace issues and other checkpatch problemsJohn Stultz
2013-12-14ion: fix bugs in cma heapColin Cross
2013-12-14ion: add alignment check to chunk heapColin Cross
2013-12-14ion: add helper to zero contiguous region of pagesColin Cross
2013-12-14ion: carveout heap: zero buffers on free, fix memory leakColin Cross
2013-12-14ion: fix sparse warningsColin Cross
2013-12-14ion: use alloc_pages in system contig heapColin Cross
2013-12-14ion: allow cached mappings of chunk and system heap buffersColin Cross
2013-12-14ion: remove ion_heap_alloc_pagesColin Cross
2013-12-14ion: use vm_insert_pfn for faulted pagesColin Cross
2013-12-14ion: check return value from remap_pfn_rangeColin Cross
2013-12-14ion: free low memory from page pools firstColin Cross
2013-12-14ion: optimize ion_heap_buffer_zeroColin Cross
2013-12-14ion: add alignment check to carveout heapColin Cross
2013-12-14ion: drop dependency on ARMColin Cross
2013-12-14ion: Fix two small issues in system_heap allocationJohn Stultz
2013-12-14gpu: ion: fix use-after-free in ion_heap_freelist_drainMitchel Humpherys
2013-12-14ion: clean up ioctlsColin Cross
2013-12-14gpu: ion: remove unnecessary function from system heapColin Cross
2013-12-14ion: fix printk warningsColin Cross
2013-12-14ion: don't use phys_to_page or __phys_to_pfnColin Cross
2013-12-14ion: don't use __arm_ioremap to map pagesColin Cross
2013-12-14ion: update idr to avoid deprecated apisColin Cross
2013-12-14ion: add test device for unit tests to interact with dma_bufsColin Cross
2013-12-14ion: check invalid values in ion_system_heapColin Cross
2013-12-14ion: convert sg_dma_len(sg) to sg->lengthColin Cross
2013-12-14ion: fix dma APIsColin Cross
2013-12-14ion: fix crash when alloc len is -1Colin Cross
2013-12-14ion: hold reference to handle after ion_uhandle_getColin Cross
2013-12-14ion: Fix compat support to use proper compat ioctl numbersJohn Stultz
2013-12-14ion: move userspace api into uapi/ion.hColin Cross