summaryrefslogtreecommitdiff
path: root/drivers/staging/android
AgeCommit message (Expand)AuthorFilesLines
2014-02-22staging: binder: Fix death notificationsArve Hjønnevåg1-2/+1
2014-02-07gpu: ion: dereferencing an ERR_PTRDan Carpenter1-1/+1
2014-02-07staging: android: ion: dummy: fix an error codeDan Carpenter1-1/+1
2014-02-07staging: android: sync: Signal pt before sync_timeline object gets destroyedPrakash Kamliya1-4/+4
2014-02-07staging: ion: Fix build warningJohn Stultz1-0/+1
2014-02-07staging: ion: Fix ION_IOC_FREE compat ioctlLaura Abbott1-4/+22
2014-02-07staging: ion: Fix overflow and list bugs in system heapColin Cross1-1/+5
2014-02-07staging: ashmem: Avoid deadlock between read and mmap callsTodd Poynor1-19/+26
2014-02-07staging: sync: Fix a race condition between release_obj and print_objAlistair Strachan1-3/+3
2014-02-07staging: sw_sync: Add stubs for kernels without CONFIG_SW_SYNCGreg Hackmann1-0/+17
2014-02-07staging: don't use module_init in non-modular ion_dummy_driver.cPaul Gortmaker1-4/+3
2014-02-07ion: dummy driver: use ARRAY_SIZE for nr of heapsTomas Winkler1-1/+1
2014-02-07drivers: staging: android: ion: ion_dummy_driver: include "linux/io.h"Chen Gang1-0/+1
2014-01-10ion: Add carveout and chunk heaps to dummy driverJohn Stultz1-1/+66
2014-01-10ion: Add dummy driver for testingJohn Stultz3-0/+106
2013-12-20ion_test: Add compat_ioctl support (v2)John Stultz2-0/+2
2013-12-18staging: 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-17gpu: ion: fix sparse non static symbol warningsWei Yongjun1-6/+5
2013-12-17gpu: ion: use module_platform_driver to simplify the codeWei Yongjun1-12/+1
2013-12-17ion: 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