summaryrefslogtreecommitdiffstats
path: root/drivers/staging/android
Commit message (Expand)AuthorAgeFilesLines
* staging: binder: Fix death notificationsArve Hjønnevåg2014-02-211-2/+1
* gpu: ion: dereferencing an ERR_PTRDan Carpenter2014-02-071-1/+1
* staging: android: ion: dummy: fix an error codeDan Carpenter2014-02-071-1/+1
* staging: android: sync: Signal pt before sync_timeline object gets destroyedPrakash Kamliya2014-02-071-4/+4
* staging: ion: Fix build warningJohn Stultz2014-02-071-0/+1
* staging: ion: Fix ION_IOC_FREE compat ioctlLaura Abbott2014-02-071-4/+22
* staging: ion: Fix overflow and list bugs in system heapColin Cross2014-02-071-1/+5
* staging: ashmem: Avoid deadlock between read and mmap callsTodd Poynor2014-02-071-19/+26
* staging: sync: Fix a race condition between release_obj and print_objAlistair Strachan2014-02-071-3/+3
* staging: sw_sync: Add stubs for kernels without CONFIG_SW_SYNCGreg Hackmann2014-02-071-0/+17
* staging: don't use module_init in non-modular ion_dummy_driver.cPaul Gortmaker2014-02-071-4/+3
* ion: dummy driver: use ARRAY_SIZE for nr of heapsTomas Winkler2014-02-071-1/+1
* drivers: staging: android: ion: ion_dummy_driver: include "linux/io.h"Chen Gang2014-02-071-0/+1
* ion: Add carveout and chunk heaps to dummy driverJohn Stultz2014-01-091-1/+66
* ion: Add dummy driver for testingJohn Stultz2014-01-093-0/+106
* ion_test: Add compat_ioctl support (v2)John Stultz2013-12-192-0/+2
* staging: ion: Avoid using rt_mutexes directlyJohn Stultz2013-12-172-13/+17
* staging: ion: Fix possible null pointer dereferenceJohn Stultz2013-12-171-1/+6
* 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
OpenPOWER on IntegriCloud