summaryrefslogtreecommitdiffstats
path: root/drivers/staging/android/ion
Commit message (Expand)AuthorAgeFilesLines
* staging: ion: shrink highmem pages on kswapdHeesub Shin2014-05-291-1/+5
* staging: ion: use compound pages on high order pages for system heapHeesub Shin2014-05-292-2/+4
* staging: ion: remove struct ion_page_pool_itemHeesub Shin2014-05-291-22/+5
* staging: ion: simplify ion_page_pool_total()Heesub Shin2014-05-291-5/+5
* staging: ion: tidy up a bitHeesub Shin2014-05-293-33/+28
* staging: ion: WARN when the handle kmap_cnt is going to wrap aroundMitchel Humpherys2014-05-241-0/+4
* staging: android: fix missing a blank line after declarationsSeunghun Lee2014-05-034-0/+18
* Staging: android: ion: duplicated clearing of sg_tableGioh Kim2014-04-253-4/+4
* staging: android: ion: Use ERR_CAST instead of ERR_PTRIulia Manda2014-03-131-3/+3
* staging: android: ion: Replace seq_printf with seq_putsIulia Manda2014-03-131-5/+5
* staging: android: ion: Fix quoted string split across linesIulia Manda2014-03-131-4/+3
* staging:android: Introduce the use of the managed version of kzallocHimangi Saraogi2014-03-071-6/+4
* staging: ion: ion_cma_heap: Remove '0x' when using %pa formatFabio Estevam2014-02-181-1/+1
* staging: ion: Add private buffer flag to skip page pooling on freeMitchel Humpherys2014-02-183-6/+59
* staging: ion: Move shrinker out of heapsColin Cross2014-02-185-77/+85
* staging: ion: Make sure all clients are exposed in debugfsMitchel Humpherys2014-02-181-2/+36
* staging: ion: Store a copy of the client name on client creationMitchel Humpherys2014-02-181-6/+13
* staging: ion: Fix debugfs handling of multiple kernel clientsLaura Abbott2014-02-181-5/+5
* staging: ion: Create separate heap and client debugfs directoriesMitchel Humpherys2014-02-181-8/+49
* staging : ion : Fix some checkpatch warnings and an errorDaeseok Youn2014-02-112-18/+17
* Merge branch 'staging-linus' into staging-workGreg Kroah-Hartman2014-02-085-12/+35
|\
| * 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: 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: 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
* | staging: ion: Use PTR_ERR_OR_ZEROSachin Kamat2014-02-072-4/+3
* | ion: Fix sparse non static symbol warningsWei Yongjun2014-02-071-6/+6
|/
* 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-191-0/+1
* 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: 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
OpenPOWER on IntegriCloud